不规范总数:22496
js 不规范总数: 15310
| 规则 | 不规范数量 |
|---|---|
| fecs-valid-jsdoc | 1063 |
| no-unused-vars | 611 |
| fecs-properties-quote | 780 |
| fecs-camelcase | 2837 |
| new-cap | 39 |
| no-redeclare | 116 |
| no-undef | 776 |
| radix | 195 |
| max-len | 354 |
| no-use-before-define | 143 |
| no-console | 166 |
| comma-dangle | 55 |
| fecs-no-reserved-keys | 11 |
| comma-spacing | 1966 |
| space-before-blocks | 393 |
| brace-style | 376 |
| space-after-keywords | 275 |
| fecs-space-infix-ops | 2005 |
| eqeqeq | 106 |
| quotes | 775 |
| semi-spacing | 411 |
| curly | 128 |
| fecs-key-spacing | 314 |
| space-before-function-paren | 351 |
| fecs-indent | 105 |
| fecs-no-extra-semi | 8 |
| fecs-dot-notation | 52 |
| one-var | 81 |
| guard-for-in | 25 |
| no-else-return | 26 |
| operator-linebreak | 28 |
| spaced-comment | 136 |
| space-in-parens | 12 |
| space-unary-ops | 13 |
| space-return-throw-case | 53 |
| no-proto | 2 |
| no-mixed-spaces-and-tabs | 41 |
| no-trailing-spaces | 17 |
| fecs-eol-last | 1 |
| new-parens | 28 |
| no-loop-func | 4 |
| no-shadow-restricted-names | 1 |
| no-unneeded-ternary | 18 |
| max-params | 19 |
| fecs-max-statements | 6 |
| wrap-iife | 9 |
| semi | 297 |
| no-extend-native | 8 |
| no-extra-bind | 4 |
| max-depth | 1 |
| no-extra-boolean-cast | 10 |
| max-nested-callbacks | 48 |
| no-inner-declarations | 1 |
| no-dupe-keys | 3 |
| no-lone-blocks | 1 |
| syntax | 2 |
| valid-typeof | 4 |
less 不规范总数: 7186
| 规则 | 不规范数量 |
|---|---|
| import | 174 |
| block-indent | 1059 |
| shorthand | 153 |
| require-around-space | 4515 |
| single-comment | 103 |
| zero-unit | 3 |
| syntax | 22 |
| require-after-space | 290 |
| hex-color | 50 |
| variable-name | 72 |
| require-newline | 54 |
| leading-zero | 266 |
| require-before-space | 425 |
详细文件描述
不规范数量:81
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 24 | 5 | 1 | "loading" is defined but never used | no-unused-vars | → line 24, col 5: "loading" is defined but never used |
| 54 | 13 | 2 | Expected key `categories` but `'categories'` found. | fecs-properties-quote | → line 54, col 13: Expected key `categories` but `'categories'` found. |
| 56 | 21 | 2 | Expected key `cat_name` but `'cat_name'` found. | fecs-properties-quote | → line 56, col 21: Expected key `cat_name` but `'cat_name'` found. |
| 57 | 21 | 2 | Expected key `cat_items` but `'cat_items'` found. | fecs-properties-quote | → line 57, col 21: Expected key `cat_items` but `'cat_items'` found. |
| 59 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 59, col 29: Expected key `key` but `'key'` found. |
| 60 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 60, col 29: Expected key `desc` but `'desc'` found. |
| 61 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 61, col 29: Expected key `icon` but `'icon'` found. |
| 64 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 64, col 29: Expected key `key` but `'key'` found. |
| 65 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 65, col 29: Expected key `desc` but `'desc'` found. |
| 66 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 66, col 29: Expected key `icon` but `'icon'` found. |
| 69 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 69, col 29: Expected key `key` but `'key'` found. |
| 70 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 70, col 29: Expected key `desc` but `'desc'` found. |
| 71 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 71, col 29: Expected key `icon` but `'icon'` found. |
| 74 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 74, col 29: Expected key `key` but `'key'` found. |
| 75 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 75, col 29: Expected key `desc` but `'desc'` found. |
| 76 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 76, col 29: Expected key `icon` but `'icon'` found. |
| 79 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 79, col 29: Expected key `key` but `'key'` found. |
| 80 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 80, col 29: Expected key `desc` but `'desc'` found. |
| 81 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 81, col 29: Expected key `icon` but `'icon'` found. |
| 84 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 84, col 29: Expected key `key` but `'key'` found. |
| 85 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 85, col 29: Expected key `desc` but `'desc'` found. |
| 86 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 86, col 29: Expected key `icon` but `'icon'` found. |
| 89 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 89, col 29: Expected key `key` but `'key'` found. |
| 90 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 90, col 29: Expected key `desc` but `'desc'` found. |
| 91 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 91, col 29: Expected key `icon` but `'icon'` found. |
| 94 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 94, col 29: Expected key `key` but `'key'` found. |
| 95 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 95, col 29: Expected key `desc` but `'desc'` found. |
| 96 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 96, col 29: Expected key `icon` but `'icon'` found. |
| 107 | 13 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 107, col 13: Identifier '_template' is not in camel case. |
| 118 | 21 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 118, col 21: Expected key `entity_type` but `'entity_type'` found. |
| 119 | 21 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 119, col 21: Expected key `et` but `'et'` found. |
| 121 | 25 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 121, col 25: Expected key `tab` but `'tab'` found. |
| 122 | 25 | 2 | Expected key `tab_name` but `'tab_name'` found. | fecs-properties-quote | → line 122, col 25: Expected key `tab_name` but `'tab_name'` found. |
| 154 | 13 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 154, col 13: "sliderPic" is defined but never used |
| 154 | 29 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 154, col 29: A constructor name should not start with a lowercase letter. |
| 200 | 22 | 1 | "i" is already defined | no-redeclare | → line 200, col 22: "i" is already defined |
| 271 | 9 | 2 | "gapTime" is not defined. | no-undef | → line 271, col 9: "gapTime" is not defined. |
| 277 | 17 | 2 | Expected key `day` but `'day'` found. | fecs-properties-quote | → line 277, col 17: Expected key `day` but `'day'` found. |
| 278 | 17 | 2 | Expected key `fullTime` but `'fullTime'` found. | fecs-properties-quote | → line 278, col 17: Expected key `fullTime` but `'fullTime'` found. |
| 282 | 37 | 2 | Missing radix parameter. | radix | → line 282, col 37: Missing radix parameter. |
| 289 | 20 | 2 | Missing radix parameter. | radix | → line 289, col 20: Missing radix parameter. |
| 301 | 20 | 2 | Missing radix parameter. | radix | → line 301, col 20: Missing radix parameter. |
| 324 | 9 | 2 | "checkIsNewEvent" is not defined. | no-undef | → line 324, col 9: "checkIsNewEvent" is not defined. |
| 334 | 13 | 2 | Expected key `martshows` but `'martshows'` found. | fecs-properties-quote | → line 334, col 13: Expected key `martshows` but `'martshows'` found. |
| 339 | 23 | 2 | Missing radix parameter. | radix | → line 339, col 23: Missing radix parameter. |
| 346 | 34 | 2 | "gapTime" is not defined. | no-undef | → line 346, col 34: "gapTime" is not defined. |
| 347 | 34 | 2 | "checkIsNewEvent" is not defined. | no-undef | → line 347, col 34: "checkIsNewEvent" is not defined. |
| 350 | 30 | 2 | Identifier 'mj_promotion' is not in camel case. | fecs-camelcase | → line 350, col 30: Identifier 'mj_promotion' is not in camel case. |
| 373 | 26 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 373, col 26: Identifier 'main_img' is not in camel case. |
| 404 | 28 | 2 | Missing radix parameter. | radix | → line 404, col 28: Missing radix parameter. |
| 418 | 1 | 2 | Line 418 exceeds the maximum line length of 120. | max-len | → line 418, col 1: Line 418 exceeds the maximum line length of 120. |
| 496 | 17 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 496, col 17: Expected key `entity_type` but `'entity_type'` found. |
| 497 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 497, col 17: Expected key `et` but `'et'` found. |
| 499 | 21 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 499, col 21: Expected key `block_name` but `'block_name'` found. |
| 500 | 21 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 500, col 21: Expected key `tab` but `'tab'` found. |
| 501 | 21 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 501, col 21: Expected key `position` but `'position'` found. |
| 510 | 17 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 510, col 17: Expected key `entity_type` but `'entity_type'` found. |
| 511 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 511, col 17: Expected key `et` but `'et'` found. |
| 513 | 21 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 513, col 21: Expected key `block_name` but `'block_name'` found. |
| 514 | 21 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 514, col 21: Expected key `tab` but `'tab'` found. |
| 515 | 21 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 515, col 21: Expected key `position` but `'position'` found. |
| 516 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 516, col 21: Expected key `title` but `'title'` found. |
| 525 | 17 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 525, col 17: Expected key `entity_type` but `'entity_type'` found. |
| 526 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 526, col 17: Expected key `et` but `'et'` found. |
| 528 | 21 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 528, col 21: Expected key `tab` but `'tab'` found. |
| 529 | 21 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 529, col 21: Expected key `position` but `'position'` found. |
| 530 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 530, col 21: Expected key `title` but `'title'` found. |
| 539 | 17 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 539, col 17: Expected key `entity_type` but `'entity_type'` found. |
| 540 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 540, col 17: Expected key `et` but `'et'` found. |
| 542 | 21 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 542, col 21: Expected key `tab` but `'tab'` found. |
| 543 | 21 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 543, col 21: Expected key `position` but `'position'` found. |
| 544 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 544, col 21: Expected key `title` but `'title'` found. |
| 551 | 17 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 551, col 17: Identifier 'event_id' is not in camel case. |
| 554 | 17 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 554, col 17: Expected key `entity_type` but `'entity_type'` found. |
| 555 | 17 | 2 | Expected key `entity_list` but `'entity_list'` found. | fecs-properties-quote | → line 555, col 17: Expected key `entity_list` but `'entity_list'` found. |
| 556 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 556, col 17: Expected key `et` but `'et'` found. |
| 558 | 21 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 558, col 21: Expected key `tab` but `'tab'` found. |
| 559 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 559, col 21: Expected key `title` but `'title'` found. |
| 560 | 21 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 560, col 21: Expected key `position` but `'position'` found. |
不规范数量:18
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../unit/common/less/common";` .less suffix must not be omitted | |
| 26 | 13 | 1 | ` transition: height 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 26, col 13: ` transition: height 0.5s linear;` Expected indentation of 4 spaces. |
| 37 | 13 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 37, col 13: ` transition: opacity 0.5s linear;` Expected indentation of 4 spaces. |
| 41 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 41, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 55 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 55, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 71 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 71, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 101 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 101, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 110 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 110, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 120 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 120, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 135 | 17 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 8 spaces. | block-indent | → line 135, col 17: ` transition: opacity 0.5s linear;` Expected indentation of 8 spaces. |
| 148 | 1 | `height: 350/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 148: `height: 350/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 13 | 1 | ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. | block-indent | → line 218, col 13: ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. |
| 229 | 13 | 1 | ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. | block-indent | → line 229, col 13: ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. |
| 278 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 278: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 279 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 279: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 280 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 280: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 1 | `padding: 2/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 281: `padding: 2/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 1 | `padding: 2/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 281: `padding: 2/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 42 | 9 | 1 | "appname" is defined but never used | no-unused-vars | → line 42, col 9: "appname" is defined but never used |
| 46 | 16 | 2 | Missing radix parameter. | radix | → line 46, col 16: Missing radix parameter. |
| 49 | 9 | 2 | Identifier 'address_manage' is not in camel case. | fecs-camelcase | → line 49, col 9: Identifier 'address_manage' is not in camel case. |
| 68 | 17 | 2 | "BB" is not defined. | no-undef | → line 68, col 17: "BB" is not defined. |
| 84 | 17 | 2 | Missing radix parameter. | radix | → line 84, col 17: Missing radix parameter. |
| 116 | 17 | 2 | "html" is not defined. | no-undef | → line 116, col 17: "html" is not defined. |
| 118 | 40 | 2 | "html" is not defined. | no-undef | → line 118, col 40: "html" is not defined. |
| 163 | 18 | 2 | "i" is not defined. | no-undef | → line 163, col 18: "i" is not defined. |
| 163 | 23 | 2 | "tdist_all" is not defined. | no-undef | → line 163, col 23: "tdist_all" is not defined. |
| 164 | 21 | 2 | "tdist_all" is not defined. | no-undef | → line 164, col 21: "tdist_all" is not defined. |
| 164 | 21 | 2 | Identifier 'tdist_all' is not in camel case. | fecs-camelcase | → line 164, col 21: Identifier 'tdist_all' is not in camel case. |
| 164 | 31 | 2 | "i" is not defined. | no-undef | → line 164, col 31: "i" is not defined. |
| 166 | 29 | 2 | "i" is not defined. | no-undef | → line 166, col 29: "i" is not defined. |
| 167 | 35 | 2 | Identifier 'tdist_all' is not in camel case. | fecs-camelcase | → line 167, col 35: Identifier 'tdist_all' is not in camel case. |
| 167 | 35 | 2 | "tdist_all" is not defined. | no-undef | → line 167, col 35: "tdist_all" is not defined. |
| 167 | 45 | 2 | "i" is not defined. | no-undef | → line 167, col 45: "i" is not defined. |
| 229 | 25 | 2 | Property 'is_default' is not in camel case. | fecs-camelcase | → line 229, col 25: Property 'is_default' is not in camel case. |
| 331 | 20 | 2 | Identifier 'tdist_all' is not in camel case. | fecs-camelcase | → line 331, col 20: Identifier 'tdist_all' is not in camel case. |
| 331 | 20 | 2 | "tdist_all" is not defined. | no-undef | → line 331, col 20: "tdist_all" is not defined. |
| 346 | 17 | 2 | Property 'is_default' is not in camel case. | fecs-camelcase | → line 346, col 17: Property 'is_default' is not in camel case. |
| 353 | 25 | 2 | Missing radix parameter. | radix | → line 353, col 25: Missing radix parameter. |
| 381 | 17 | 2 | Property 'is_default' is not in camel case. | fecs-camelcase | → line 381, col 17: Property 'is_default' is not in camel case. |
| 419 | 5 | 2 | Identifier 'address_manage' is not in camel case. | fecs-camelcase | → line 419, col 5: Identifier 'address_manage' is not in camel case. |
| 420 | 12 | 2 | "Zepto" is not defined. | no-undef | → line 420, col 12: "Zepto" is not defined. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
不规范数量:20
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 11 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 11, col 5: "BB" is defined but never used |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 15 | 5 | 1 | "isBeibei" is defined but never used | no-unused-vars | → line 15, col 5: "isBeibei" is defined but never used |
| 26 | 5 | 1 | "checkDevice" is defined but never used | no-unused-vars | → line 26, col 5: "checkDevice" is defined but never used |
| 28 | 9 | 2 | "initSDK" was used before it was defined | no-use-before-define | → line 28, col 9: "initSDK" was used before it was defined |
| 29 | 9 | 2 | "eventBind" was used before it was defined | no-use-before-define | → line 29, col 9: "eventBind" was used before it was defined |
| 40 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 40, col 13: "bbhybrid" is not defined. |
| 44 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 44, col 9: "bbhybrid" is not defined. |
| 48 | 17 | 1 | Unexpected console statement. | no-console | → line 48, col 17: Unexpected console statement. |
| 74 | 13 | 2 | "checkState" was used before it was defined | no-use-before-define | → line 74, col 13: "checkState" was used before it was defined |
| 75 | 13 | 2 | "getMessage" was used before it was defined | no-use-before-define | → line 75, col 13: "getMessage" was used before it was defined |
| 75 | 24 | 2 | "cd_sendState" was used before it was defined | no-use-before-define | → line 75, col 24: "cd_sendState" was used before it was defined |
| 83 | 32 | 2 | "cd_failState" was used before it was defined | no-use-before-define | → line 83, col 32: "cd_failState" was used before it was defined |
| 86 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 86, col 9: "bbhybrid" is not defined. |
| 88 | 17 | 1 | Unexpected console statement. | no-console | → line 88, col 17: Unexpected console statement. |
| 112 | 5 | 2 | Identifier 'cd_sendState' is not in camel case. | fecs-camelcase | → line 112, col 5: Identifier 'cd_sendState' is not in camel case. |
| 127 | 24 | 2 | "cd_successState" was used before it was defined | no-use-before-define | → line 127, col 24: "cd_successState" was used before it was defined |
| 135 | 5 | 2 | Identifier 'cd_successState' is not in camel case. | fecs-camelcase | → line 135, col 5: Identifier 'cd_successState' is not in camel case. |
| 144 | 5 | 2 | Identifier 'cd_failState' is not in camel case. | fecs-camelcase | → line 144, col 5: Identifier 'cd_failState' is not in camel case. |
不规范数量:57
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 1 | 5 | 1 | "bridge" is defined but never used | no-unused-vars | → line 1, col 5: "bridge" is defined but never used |
| 41 | 5 | 1 | "singlePost" is defined but never used | no-unused-vars | → line 41, col 5: "singlePost" is defined but never used |
| 42 | 25 | 2 | Unexpected trailing comma. | comma-dangle | → line 42, col 25: Unexpected trailing comma. |
| 80 | 1 | 2 | "bbhybrid" is not defined. | no-undef | → line 80, col 1: "bbhybrid" is not defined. |
| 84 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 84, col 9: "bbhybrid" is not defined. |
| 88 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 88, col 13: "bbhybrid" is not defined. |
| 93 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 93, col 9: "bbhybrid" is not defined. |
| 94 | 13 | 2 | Expected key `'title'` but `title` found. | fecs-properties-quote | → line 94, col 13: Expected key `'title'` but `title` found. |
| 95 | 13 | 2 | Expected key `'long'` but `long` found. | fecs-properties-quote | → line 95, col 13: Expected key `'long'` but `long` found. |
| 95 | 13 | 2 | Reserved word "long" used as key. | fecs-no-reserved-keys | → line 95, col 13: Reserved word "long" used as key. |
| 100 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 100, col 9: "bbhybrid" is not defined. |
| 104 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 104, col 13: "bbhybrid" is not defined. |
| 112 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 112, col 9: "bbhybrid" is not defined. |
| 123 | 1 | 2 | "bbhybrid" is not defined. | no-undef | → line 123, col 1: "bbhybrid" is not defined. |
| 127 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 127, col 9: "bbhybrid" is not defined. |
| 134 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 134, col 9: "bbhybrid" is not defined. |
| 135 | 30 | 2 | Unexpected trailing comma. | comma-dangle | → line 135, col 30: Unexpected trailing comma. |
| 142 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 142, col 9: "bbhybrid" is not defined. |
| 143 | 30 | 2 | Unexpected trailing comma. | comma-dangle | → line 143, col 30: Unexpected trailing comma. |
| 148 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 148, col 9: "bbhybrid" is not defined. |
| 149 | 23 | 2 | Unexpected trailing comma. | comma-dangle | → line 149, col 23: Unexpected trailing comma. |
| 156 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 156, col 9: "bbhybrid" is not defined. |
| 162 | 1 | 2 | "bbhybrid" is not defined. | no-undef | → line 162, col 1: "bbhybrid" is not defined. |
| 166 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 166, col 9: "bbhybrid" is not defined. |
| 172 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 172, col 9: "bbhybrid" is not defined. |
| 176 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 176, col 9: "bbhybrid" is not defined. |
| 183 | 1 | 2 | "bbhybrid" is not defined. | no-undef | → line 183, col 1: "bbhybrid" is not defined. |
| 187 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 187, col 9: "bbhybrid" is not defined. |
| 193 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 193, col 9: "bbhybrid" is not defined. |
| 199 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 199, col 9: "bbhybrid" is not defined. |
| 205 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 205, col 9: "bbhybrid" is not defined. |
| 211 | 1 | 2 | "bbhybrid" is not defined. | no-undef | → line 211, col 1: "bbhybrid" is not defined. |
| 215 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 215, col 9: "bbhybrid" is not defined. |
| 219 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 219, col 9: "bbhybrid" is not defined. |
| 223 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 223, col 9: "bbhybrid" is not defined. |
| 227 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 227, col 9: "bbhybrid" is not defined. |
| 231 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 231, col 9: "bbhybrid" is not defined. |
| 234 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 234, col 9: "bbhybrid" is not defined. |
| 244 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 244, col 9: "bbhybrid" is not defined. |
| 260 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 260, col 9: "bbhybrid" is not defined. |
| 267 | 1 | 2 | "bbhybrid" is not defined. | no-undef | → line 267, col 1: "bbhybrid" is not defined. |
| 271 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 271, col 9: "bbhybrid" is not defined. |
| 277 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 277, col 9: "bbhybrid" is not defined. |
| 282 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 282, col 5: "bbhybrid" is not defined. |
| 287 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 287, col 9: "bbhybrid" is not defined. |
| 295 | 1 | 2 | "bbhybrid" is not defined. | no-undef | → line 295, col 1: "bbhybrid" is not defined. |
| 298 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 298, col 5: "bbhybrid" is not defined. |
| 303 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 303, col 9: "bbhybrid" is not defined. |
| 309 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 309, col 9: "bbhybrid" is not defined. |
| 313 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 313, col 9: "bbhybrid" is not defined. |
| 319 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 319, col 9: "bbhybrid" is not defined. |
| 327 | 1 | 2 | "bbhybrid" is not defined. | no-undef | → line 327, col 1: "bbhybrid" is not defined. |
| 331 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 331, col 9: "bbhybrid" is not defined. |
| 336 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 336, col 9: "bbhybrid" is not defined. |
| 341 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 341, col 9: "bbhybrid" is not defined. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 6 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 6, col 5: "BB" is defined but never used |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 14 | 1 | 2 | Line 14 exceeds the maximum line length of 120. | max-len | → line 14, col 1: Line 14 exceeds the maximum line length of 120. |
| 15 | 1 | 2 | Line 15 exceeds the maximum line length of 120. | max-len | → line 15, col 1: Line 15 exceeds the maximum line length of 120. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 45 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 45, col 4: "Zepto" is not defined. |
不规范数量:674
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Line 1 exceeds the maximum line length of 120. | max-len | → line 1, col 1: Line 1 exceeds the maximum line length of 120. |
| 1 | 14 | 2 | A space is required after ','. | comma-spacing | → line 1, col 14: A space is required after ','. |
| 1 | 16 | 2 | A space is required after ','. | comma-spacing | → line 1, col 16: A space is required after ','. |
| 1 | 19 | 2 | Missing space before opening brace. | space-before-blocks | → line 1, col 19: Missing space before opening brace. |
| 1 | 20 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 1, col 20: Statement inside of curly braces should be on next line. |
| 1 | 32 | 2 | A space is required after ','. | comma-spacing | → line 1, col 32: A space is required after ','. |
| 1 | 35 | 2 | Missing space before opening brace. | space-before-blocks | → line 1, col 35: Missing space before opening brace. |
| 1 | 36 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 1, col 36: Statement inside of curly braces should be on next line. |
| 1 | 38 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1, col 38: Keyword "if" must be followed by whitespace. |
| 1 | 45 | 2 | Missing space before opening brace. | space-before-blocks | → line 1, col 45: Missing space before opening brace. |
| 1 | 46 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 1, col 46: Statement inside of curly braces should be on next line. |
| 1 | 48 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1, col 48: Keyword "if" must be followed by whitespace. |
| 1 | 55 | 2 | Missing space before opening brace. | space-before-blocks | → line 1, col 55: Missing space before opening brace. |
| 1 | 56 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 1, col 56: Statement inside of curly braces should be on next line. |
| 1 | 61 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 61: Infix operators must be spaced. |
| 1 | 76 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 1, col 76: Expected '===' and instead saw '=='. |
| 1 | 76 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 76: Infix operators must be spaced. |
| 1 | 78 | 2 | Strings must use singlequote. | quotes | → line 1, col 78: Strings must use singlequote. |
| 1 | 88 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 88: Infix operators must be spaced. |
| 1 | 97 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 97: Missing whitespace after semicolon. |
| 1 | 98 | 2 | Expected { after 'if' condition. | curly | → line 1, col 98: Expected { after 'if' condition. |
| 1 | 100 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1, col 100: Keyword "if" must be followed by whitespace. |
| 1 | 103 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 103: Infix operators must be spaced. |
| 1 | 117 | 2 | A space is required after ','. | comma-spacing | → line 1, col 117: A space is required after ','. |
| 1 | 121 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 121: Missing whitespace after semicolon. |
| 1 | 122 | 2 | Expected { after 'if' condition. | curly | → line 1, col 122: Expected { after 'if' condition. |
| 1 | 124 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1, col 124: Keyword "if" must be followed by whitespace. |
| 1 | 137 | 2 | A space is required after ','. | comma-spacing | → line 1, col 137: A space is required after ','. |
| 1 | 141 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 141: Missing whitespace after semicolon. |
| 1 | 147 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 147: Infix operators must be spaced. |
| 1 | 158 | 2 | Strings must use singlequote. | quotes | → line 1, col 158: Strings must use singlequote. |
| 1 | 180 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 180: Infix operators must be spaced. |
| 1 | 182 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 182: Infix operators must be spaced. |
| 1 | 183 | 2 | Strings must use singlequote. | quotes | → line 1, col 183: Strings must use singlequote. |
| 1 | 187 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 187: Missing whitespace after semicolon. |
| 1 | 200 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 200: Infix operators must be spaced. |
| 1 | 201 | 2 | Strings must use singlequote. | quotes | → line 1, col 201: Strings must use singlequote. |
| 1 | 219 | 2 | A space is required after ','. | comma-spacing | → line 1, col 219: A space is required after ','. |
| 1 | 228 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 228: Infix operators must be spaced. |
| 1 | 233 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 233: Infix operators must be spaced. |
| 1 | 243 | 2 | Missing space before value for key "exports". | fecs-key-spacing | → line 1, col 243: Missing space before value for key "exports". |
| 1 | 246 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 246: Missing whitespace after semicolon. |
| 1 | 269 | 2 | A space is required after ','. | comma-spacing | → line 1, col 269: A space is required after ','. |
| 1 | 278 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1, col 278: Missing space before function parentheses. |
| 1 | 281 | 2 | Missing space before opening brace. | space-before-blocks | → line 1, col 281: Missing space before opening brace. |
| 1 | 282 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 1, col 282: Statement inside of curly braces should be on next line. |
| 1 | 287 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 287: Infix operators must be spaced. |
| 1 | 298 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 298: Missing whitespace after semicolon. |
| 1 | 309 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 309: Infix operators must be spaced. |
| 1 | 316 | 2 | A space is required after ','. | comma-spacing | → line 1, col 316: A space is required after ','. |
| 1 | 318 | 2 | A space is required after ','. | comma-spacing | → line 1, col 318: A space is required after ','. |
| 1 | 328 | 2 | A space is required after ','. | comma-spacing | → line 1, col 328: A space is required after ','. |
| 1 | 330 | 2 | A space is required after ','. | comma-spacing | → line 1, col 330: A space is required after ','. |
| 1 | 332 | 2 | A space is required after ','. | comma-spacing | → line 1, col 332: A space is required after ','. |
| 1 | 334 | 2 | A space is required after ','. | comma-spacing | → line 1, col 334: A space is required after ','. |
| 1 | 365 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 365: Infix operators must be spaced. |
| 1 | 380 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 1, col 380: Expected '===' and instead saw '=='. |
| 1 | 380 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 380: Infix operators must be spaced. |
| 1 | 382 | 2 | Strings must use singlequote. | quotes | → line 1, col 382: Strings must use singlequote. |
| 1 | 392 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 392: Infix operators must be spaced. |
| 1 | 401 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 401: Missing whitespace after semicolon. |
| 1 | 402 | 2 | Expected { after 'for' condition. | curly | → line 1, col 402: Expected { after 'for' condition. |
| 1 | 405 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 1, col 405: Keyword "for" must be followed by whitespace. |
| 1 | 411 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 411: Infix operators must be spaced. |
| 1 | 413 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 413: Missing whitespace after semicolon. |
| 1 | 415 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 1, col 415: Infix operators must be spaced. |
| 1 | 424 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 424: Missing whitespace after semicolon. |
| 1 | 436 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 1, col 436: Missing whitespace after semicolon. |
| 1 | 452 | 2 | Missing space before value for key "1". | fecs-key-spacing | → line 1, col 452: Missing space before value for key "1". |
| 1 | 461 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1, col 461: Missing space before function parentheses. |
| 1 | 469 | 2 | A space is required after ','. | comma-spacing | → line 1, col 469: A space is required after ','. |
| 1 | 476 | 2 | A space is required after ','. | comma-spacing | → line 1, col 476: A space is required after ','. |
| 1 | 485 | 2 | Missing space before opening brace. | space-before-blocks | → line 1, col 485: Missing space before opening brace. |
| 2 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 2, col 1: Bad indentation (0 instead 4). |
| 2 | 19 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 19: Missing space before opening brace. |
| 9 | 1 | 2 | Unnecessary semicolon. | fecs-no-extra-semi | → line 9, col 1: Unnecessary semicolon. |
| 9 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 9, col 1: Bad indentation (0 instead 4). |
| 9 | 11 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 9, col 11: Missing space before function parentheses. |
| 9 | 21 | 2 | Missing space before opening brace. | space-before-blocks | → line 9, col 21: Missing space before opening brace. |
| 10 | 17 | 2 | ["Zepto"] is better written in dot notation. | fecs-dot-notation | → line 10, col 17: ["Zepto"] is better written in dot notation. |
| 10 | 33 | 2 | ["$"] is better written in dot notation. | fecs-dot-notation | → line 10, col 33: ["$"] is better written in dot notation. |
| 13 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 13, col 9: Split 'var' declarations into multiple statements. |
| 16 | 55 | 2 | Strings must use singlequote. | quotes | → line 16, col 55: Strings must use singlequote. |
| 20 | 13 | 2 | Expected { after 'if' condition. | curly | → line 20, col 13: Expected { after 'if' condition. |
| 44 | 47 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 44, col 47: Statement inside of curly braces should be on next line. |
| 46 | 1 | 2 | Line 46 exceeds the maximum line length of 120. | max-len | → line 46, col 1: Line 46 exceeds the maximum line length of 120. |
| 55 | 1 | 2 | Unnecessary semicolon. | fecs-no-extra-semi | → line 55, col 1: Unnecessary semicolon. |
| 55 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 55, col 1: Bad indentation (0 instead 4). |
| 55 | 11 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 55, col 11: Missing space before function parentheses. |
| 56 | 29 | 2 | Missing space before opening brace. | space-before-blocks | → line 56, col 29: Missing space before opening brace. |
| 59 | 26 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 59, col 26: Missing space before function parentheses. |
| 59 | 29 | 2 | Missing space before opening brace. | space-before-blocks | → line 59, col 29: Missing space before opening brace. |
| 60 | 43 | 2 | Missing space before opening brace. | space-before-blocks | → line 60, col 43: Missing space before opening brace. |
| 61 | 21 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 61, col 21: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 61 | 24 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 61, col 24: Keyword "for" must be followed by whitespace. |
| 64 | 21 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 64, col 21: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 64 | 24 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 64, col 24: Keyword "for" must be followed by whitespace. |
| 64 | 29 | 1 | "p" is already defined | no-redeclare | → line 64, col 29: "p" is already defined |
| 69 | 26 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 69, col 26: Missing space before function parentheses. |
| 76 | 26 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 76, col 26: Missing space before function parentheses. |
| 77 | 19 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 77, col 19: Keyword "if" must be followed by whitespace. |
| 82 | 21 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 82, col 21: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 82 | 24 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 82, col 24: Keyword "for" must be followed by whitespace. |
| 85 | 24 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 85, col 24: Keyword "for" must be followed by whitespace. |
| 85 | 35 | 2 | Unexpected whitespace before semicolon. | semi-spacing | → line 85, col 35: Unexpected whitespace before semicolon. |
| 90 | 31 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 90, col 31: Closing curly brace appears on the same line as the subsequent block. |
| 90 | 36 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 90, col 36: Keyword "catch" must be followed by whitespace. |
| 97 | 26 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 97, col 26: Missing space before function parentheses. |
| 97 | 28 | 2 | Missing space before opening brace. | space-before-blocks | → line 97, col 28: Missing space before opening brace. |
| 99 | 20 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 99, col 20: Keyword "for" must be followed by whitespace. |
| 102 | 63 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 102, col 63: Infix operators must be spaced. |
| 103 | 27 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 103, col 27: Closing curly brace appears on the same line as the subsequent block. |
| 103 | 32 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 103, col 32: Keyword "catch" must be followed by whitespace. |
| 104 | 43 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 104, col 43: Infix operators must be spaced. |
| 106 | 28 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 106, col 28: Closing curly brace appears on the same line as the subsequent block. |
| 109 | 27 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 109, col 27: Closing curly brace appears on the same line as the subsequent block. |
| 109 | 32 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 109, col 32: Keyword "catch" must be followed by whitespace. |
| 116 | 24 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 116, col 24: Closing curly brace appears on the same line as the subsequent block. |
| 116 | 24 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 116, col 24: Unexpected 'else' after 'return'. |
| 126 | 26 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 126, col 26: Missing space before function parentheses. |
| 132 | 26 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 132, col 26: Missing space before function parentheses. |
| 138 | 28 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 138, col 28: Missing space before function parentheses. |
| 141 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 141, col 15: Keyword "if" must be followed by whitespace. |
| 141 | 99 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 141, col 99: '+' should be placed at the beginning of the line. |
| 141 | 100 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 141, col 100: Expected exception block, space or tab after "//" in comment. |
| 142 | 53 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 142, col 53: '+' should be placed at the beginning of the line. |
| 142 | 55 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 142, col 55: Expected exception block, space or tab after "//" in comment. |
| 143 | 31 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 143, col 31: '+' should be placed at the beginning of the line. |
| 143 | 55 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 143, col 55: Expected exception block, space or tab after "//" in comment. |
| 144 | 37 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 144, col 37: '+' should be placed at the beginning of the line. |
| 144 | 55 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 144, col 55: Expected exception block, space or tab after "//" in comment. |
| 145 | 34 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 145, col 34: '+' should be placed at the beginning of the line. |
| 145 | 55 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 145, col 55: Expected exception block, space or tab after "//" in comment. |
| 146 | 37 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 146, col 37: '+' should be placed at the beginning of the line. |
| 146 | 55 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 146, col 55: Expected exception block, space or tab after "//" in comment. |
| 147 | 55 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 147, col 55: Expected exception block, space or tab after "//" in comment. |
| 148 | 17 | 2 | Missing space before opening brace. | space-before-blocks | → line 148, col 17: Missing space before opening brace. |
| 152 | 57 | 2 | Unexpected whitespace before semicolon. | semi-spacing | → line 152, col 57: Unexpected whitespace before semicolon. |
| 158 | 20 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 158, col 20: Closing curly brace appears on the same line as the subsequent block. |
| 163 | 33 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 163, col 33: Missing space before function parentheses. |
| 163 | 35 | 2 | Missing space before opening brace. | space-before-blocks | → line 163, col 35: Missing space before opening brace. |
| 165 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 165, col 15: Keyword "if" must be followed by whitespace. |
| 167 | 19 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 167, col 19: Keyword "if" must be followed by whitespace. |
| 173 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 173, col 15: Keyword "if" must be followed by whitespace. |
| 176 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 176, col 15: Keyword "if" must be followed by whitespace. |
| 179 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 179, col 15: Keyword "if" must be followed by whitespace. |
| 182 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 182, col 15: Keyword "if" must be followed by whitespace. |
| 197 | 19 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 197, col 19: ["lib"] is better written in dot notation. |
| 197 | 37 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 197, col 37: ["lib"] is better written in dot notation. |
| 204 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 204, col 1: Bad indentation (0 instead 4). |
| 204 | 1 | 2 | Unnecessary semicolon. | fecs-no-extra-semi | → line 204, col 1: Unnecessary semicolon. |
| 204 | 11 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 204, col 11: Missing space before function parentheses. |
| 207 | 29 | 2 | Missing space before opening brace. | space-before-blocks | → line 207, col 29: Missing space before opening brace. |
| 211 | 42 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 211, col 42: Missing space before function parentheses. |
| 211 | 44 | 2 | Missing space before opening brace. | space-before-blocks | → line 211, col 44: Missing space before opening brace. |
| 215 | 41 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 215, col 41: Missing space before function parentheses. |
| 215 | 43 | 2 | Missing space before opening brace. | space-before-blocks | → line 215, col 43: Missing space before opening brace. |
| 218 | 12 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 218, col 12: Keyword "for" must be followed by whitespace. |
| 219 | 34 | 2 | A space is required after ','. | comma-spacing | → line 219, col 34: A space is required after ','. |
| 220 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 220, col 15: Keyword "if" must be followed by whitespace. |
| 224 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 224, col 15: Keyword "if" must be followed by whitespace. |
| 225 | 28 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 225, col 28: Infix operators must be spaced. |
| 228 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 228, col 15: Keyword "if" must be followed by whitespace. |
| 235 | 36 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 235, col 36: Missing space before function parentheses. |
| 236 | 36 | 2 | A space is required after ','. | comma-spacing | → line 236, col 36: A space is required after ','. |
| 239 | 37 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 239, col 37: Missing space before function parentheses. |
| 240 | 36 | 2 | A space is required after ','. | comma-spacing | → line 240, col 36: A space is required after ','. |
| 243 | 36 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 243, col 36: Missing space before function parentheses. |
| 244 | 36 | 2 | A space is required after ','. | comma-spacing | → line 244, col 36: A space is required after ','. |
| 247 | 37 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 247, col 37: Missing space before function parentheses. |
| 248 | 36 | 2 | A space is required after ','. | comma-spacing | → line 248, col 36: A space is required after ','. |
| 251 | 36 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 251, col 36: Missing space before function parentheses. |
| 252 | 36 | 2 | A space is required after ','. | comma-spacing | → line 252, col 36: A space is required after ','. |
| 255 | 35 | 2 | A space is required after ','. | comma-spacing | → line 255, col 35: A space is required after ','. |
| 255 | 39 | 2 | Missing space before opening brace. | space-before-blocks | → line 255, col 39: Missing space before opening brace. |
| 259 | 12 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 259, col 12: Keyword "for" must be followed by whitespace. |
| 260 | 13 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 260, col 13: Split 'var' declarations into multiple statements. |
| 260 | 36 | 2 | A space is required after ','. | comma-spacing | → line 260, col 36: A space is required after ','. |
| 260 | 62 | 2 | A space is required after ','. | comma-spacing | → line 260, col 62: A space is required after ','. |
| 262 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 262, col 15: Keyword "if" must be followed by whitespace. |
| 265 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 265, col 15: Keyword "if" must be followed by whitespace. |
| 268 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 268, col 15: Keyword "if" must be followed by whitespace. |
| 268 | 16 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 268, col 16: There should be no spaces inside this paren. |
| 268 | 26 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 268, col 26: There should be no spaces inside this paren. |
| 271 | 20 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 271, col 20: Keyword "if" must be followed by whitespace. |
| 271 | 21 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 271, col 21: There should be no spaces inside this paren. |
| 279 | 27 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 279, col 27: Missing space before function parentheses. |
| 279 | 35 | 2 | Missing space before opening brace. | space-before-blocks | → line 279, col 35: Missing space before opening brace. |
| 283 | 19 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 283, col 19: ["lib"] is better written in dot notation. |
| 283 | 37 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 283, col 37: ["lib"] is better written in dot notation. |
| 289 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 289, col 1: Bad indentation (0 instead 4). |
| 289 | 1 | 2 | Unnecessary semicolon. | fecs-no-extra-semi | → line 289, col 1: Unnecessary semicolon. |
| 289 | 11 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 289, col 11: Missing space before function parentheses. |
| 295 | 7 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 295, col 7: Keyword "if" must be followed by whitespace. |
| 301 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 301, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 301 | 14 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 301, col 14: Keyword "if" must be followed by whitespace. |
| 313 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 313, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 315 | 18 | 2 | Missing space before value for key "name". | fecs-key-spacing | → line 315, col 18: Missing space before value for key "name". |
| 316 | 21 | 2 | Missing space before value for key "version". | fecs-key-spacing | → line 316, col 21: Missing space before value for key "version". |
| 324 | 19 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 324, col 19: ["lib"] is better written in dot notation. |
| 324 | 37 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 324, col 37: ["lib"] is better written in dot notation. |
| 330 | 1 | 2 | Unnecessary semicolon. | fecs-no-extra-semi | → line 330, col 1: Unnecessary semicolon. |
| 330 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 330, col 1: Bad indentation (0 instead 4). |
| 330 | 11 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 330, col 11: Missing space before function parentheses. |
| 336 | 7 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 336, col 7: Keyword "if" must be followed by whitespace. |
| 342 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 342, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 342 | 14 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 342, col 14: Keyword "if" must be followed by whitespace. |
| 348 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 348, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 348 | 14 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 348, col 14: Keyword "if" must be followed by whitespace. |
| 354 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 354, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 354 | 14 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 354, col 14: Keyword "if" must be followed by whitespace. |
| 360 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 360, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 360 | 14 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 360, col 14: Keyword "if" must be followed by whitespace. |
| 366 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 366, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 366 | 14 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 366, col 14: Keyword "if" must be followed by whitespace. |
| 367 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 367, col 11: Keyword "if" must be followed by whitespace. |
| 374 | 16 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 374, col 16: Closing curly brace appears on the same line as the subsequent block. |
| 382 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 382, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 384 | 18 | 2 | Missing space before value for key "name". | fecs-key-spacing | → line 384, col 18: Missing space before value for key "name". |
| 385 | 21 | 2 | Missing space before value for key "version". | fecs-key-spacing | → line 385, col 21: Missing space before value for key "version". |
| 393 | 19 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 393, col 19: ["lib"] is better written in dot notation. |
| 393 | 37 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 393, col 37: ["lib"] is better written in dot notation. |
| 399 | 1 | 2 | Unnecessary semicolon. | fecs-no-extra-semi | → line 399, col 1: Unnecessary semicolon. |
| 399 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 399, col 1: Bad indentation (0 instead 4). |
| 399 | 11 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 399, col 11: Missing space before function parentheses. |
| 411 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 411, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 417 | 13 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 417, col 13: Closing curly brace appears on the same line as the subsequent block. |
| 423 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 423, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 429 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 429, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 435 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 435, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 441 | 12 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 441, col 12: Closing curly brace appears on the same line as the subsequent block. |
| 443 | 18 | 2 | Missing space before value for key "name". | fecs-key-spacing | → line 443, col 18: Missing space before value for key "name". |
| 444 | 21 | 2 | Missing space before value for key "version". | fecs-key-spacing | → line 444, col 21: Missing space before value for key "version". |
| 452 | 26 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 452, col 26: Expected '!==' and instead saw '!='. |
| 462 | 19 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 462, col 19: ["lib"] is better written in dot notation. |
| 462 | 37 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 462, col 37: ["lib"] is better written in dot notation. |
| 466 | 1 | 2 | Unnecessary semicolon. | fecs-no-extra-semi | → line 466, col 1: Unnecessary semicolon. |
| 466 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 466, col 1: Bad indentation (0 instead 4). |
| 466 | 11 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 466, col 11: Missing space before function parentheses. |
| 466 | 24 | 2 | Missing space before opening brace. | space-before-blocks | → line 466, col 24: Missing space before opening brace. |
| 468 | 26 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 468, col 26: Missing space before function parentheses. |
| 473 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 473, col 11: Keyword "if" must be followed by whitespace. |
| 474 | 65 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 474, col 65: Missing space before function parentheses. |
| 475 | 21 | 2 | Identifier '_document' is not in camel case. | fecs-camelcase | → line 475, col 21: Identifier '_document' is not in camel case. |
| 481 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 481, col 11: Keyword "if" must be followed by whitespace. |
| 481 | 29 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 481, col 29: Expected '===' and instead saw '=='. |
| 485 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 485, col 11: Keyword "if" must be followed by whitespace. |
| 496 | 13 | 2 | Strings must use singlequote. | quotes | → line 496, col 13: Strings must use singlequote. |
| 499 | 32 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 499, col 32: Missing space before function parentheses. |
| 502 | 27 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 502, col 27: Missing space before function parentheses. |
| 503 | 20 | 1 | Unary word operator "typeof" must be followed by whitespace. | space-unary-ops | → line 503, col 20: Unary word operator "typeof" must be followed by whitespace. |
| 505 | 28 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 505, col 28: Missing space before function parentheses. |
| 506 | 20 | 1 | Unary word operator "typeof" must be followed by whitespace. | space-unary-ops | → line 506, col 20: Unary word operator "typeof" must be followed by whitespace. |
| 510 | 27 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 510, col 27: Missing space before function parentheses. |
| 511 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 511, col 11: Keyword "if" must be followed by whitespace. |
| 511 | 12 | 1 | Unary word operator "typeof" must be followed by whitespace. | space-unary-ops | → line 511, col 12: Unary word operator "typeof" must be followed by whitespace. |
| 512 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 512, col 15: Keyword "if" must be followed by whitespace. |
| 512 | 16 | 1 | Unexpected console statement. | no-console | → line 512, col 16: Unexpected console statement. |
| 513 | 17 | 1 | Unexpected console statement. | no-console | → line 513, col 17: Unexpected console statement. |
| 517 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 517, col 15: Keyword "if" must be followed by whitespace. |
| 517 | 16 | 1 | Unexpected console statement. | no-console | → line 517, col 16: Unexpected console statement. |
| 518 | 17 | 1 | Unexpected console statement. | no-console | → line 518, col 17: Unexpected console statement. |
| 523 | 9 | 1 | Keyword "throw" must be followed by whitespace. | space-return-throw-case | → line 523, col 9: Keyword "throw" must be followed by whitespace. |
| 526 | 29 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 526, col 29: Missing space before function parentheses. |
| 529 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 529, col 11: Keyword "if" must be followed by whitespace. |
| 529 | 12 | 2 | The '__proto__' property is deprecated. | no-proto | → line 529, col 12: The '__proto__' property is deprecated. |
| 530 | 13 | 2 | The '__proto__' property is deprecated. | no-proto | → line 530, col 13: The '__proto__' property is deprecated. |
| 534 | 29 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 534, col 29: Missing space before function parentheses. |
| 535 | 32 | 2 | '?' should be placed at the beginning of the line. | operator-linebreak | → line 535, col 32: '?' should be placed at the beginning of the line. |
| 536 | 35 | 2 | ':' should be placed at the beginning of the line. | operator-linebreak | → line 536, col 35: ':' should be placed at the beginning of the line. |
| 537 | 13 | 1 | Unary word operator "new" must be followed by whitespace. | space-unary-ops | → line 537, col 13: Unary word operator "new" must be followed by whitespace. |
| 539 | 12 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 539, col 12: Keyword "for" must be followed by whitespace. |
| 540 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 540, col 15: Keyword "if" must be followed by whitespace. |
| 575 | 30 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 575, col 30: Missing space before function parentheses. |
| 576 | 1 | 2 | Line 576 exceeds the maximum line length of 120. | max-len | → line 576, col 1: Line 576 exceeds the maximum line length of 120. |
| 585 | 1 | 2 | Line 585 exceeds the maximum line length of 120. | max-len | → line 585, col 1: Line 585 exceeds the maximum line length of 120. |
| 609 | 26 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 609, col 26: Missing space before function parentheses. |
| 612 | 37 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 612, col 37: Missing space before function parentheses. |
| 613 | 73 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 613, col 73: Missing space before function parentheses. |
| 618 | 27 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 618, col 27: Missing space before function parentheses. |
| 621 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 621, col 15: Keyword "if" must be followed by whitespace. |
| 630 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 630, col 11: Keyword "if" must be followed by whitespace. |
| 635 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 635, col 11: Keyword "if" must be followed by whitespace. |
| 636 | 16 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 636, col 16: Keyword "for" must be followed by whitespace. |
| 637 | 19 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 637, col 19: Keyword "if" must be followed by whitespace. |
| 647 | 31 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 647, col 31: Missing space before function parentheses. |
| 648 | 13 | 2 | Identifier '_method' is not in camel case. | fecs-camelcase | → line 648, col 13: Identifier '_method' is not in camel case. |
| 650 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 650, col 11: Keyword "if" must be followed by whitespace. |
| 660 | 33 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 660, col 33: Missing space before function parentheses. |
| 661 | 13 | 2 | Identifier '_method' is not in camel case. | fecs-camelcase | → line 661, col 13: Identifier '_method' is not in camel case. |
| 663 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 663, col 11: Keyword "if" must be followed by whitespace. |
| 668 | 31 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 668, col 31: Missing space before function parentheses. |
| 673 | 38 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 673, col 38: Missing space before function parentheses. |
| 673 | 39 | 2 | Identifier '_name' is not in camel case. | fecs-camelcase | → line 673, col 39: Identifier '_name' is not in camel case. |
| 673 | 46 | 2 | Identifier '_escape' is not in camel case. | fecs-camelcase | → line 673, col 46: Identifier '_escape' is not in camel case. |
| 674 | 13 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 674, col 13: Split 'var' declarations into multiple statements. |
| 674 | 17 | 2 | Identifier '_define' is not in camel case. | fecs-camelcase | → line 674, col 17: Identifier '_define' is not in camel case. |
| 674 | 45 | 2 | Identifier '_fn' is not in camel case. | fecs-camelcase | → line 674, col 45: Identifier '_fn' is not in camel case. |
| 674 | 69 | 2 | Identifier '_cluster' is not in camel case. | fecs-camelcase | → line 674, col 69: Identifier '_cluster' is not in camel case. |
| 676 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 676, col 15: Keyword "if" must be followed by whitespace. |
| 682 | 85 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 682, col 85: '+' should be placed at the beginning of the line. |
| 683 | 106 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 683, col 106: '+' should be placed at the beginning of the line. |
| 684 | 22 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 684, col 22: '+' should be placed at the beginning of the line. |
| 685 | 22 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 685, col 22: '+' should be placed at the beginning of the line. |
| 686 | 22 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 686, col 22: '+' should be placed at the beginning of the line. |
| 690 | 38 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 690, col 38: Missing space before function parentheses. |
| 691 | 17 | 2 | Identifier '_counter' is not in camel case. | fecs-camelcase | → line 691, col 17: Identifier '_counter' is not in camel case. |
| 695 | 60 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 695, col 60: Missing space before function parentheses. |
| 695 | 64 | 2 | Identifier '_name' is not in camel case. | fecs-camelcase | → line 695, col 64: Identifier '_name' is not in camel case. |
| 696 | 21 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 696, col 21: Split 'var' declarations into multiple statements. |
| 696 | 25 | 1 | "alias" is already defined | no-redeclare | → line 696, col 25: "alias" is already defined |
| 696 | 51 | 1 | "key" is already defined | no-redeclare | → line 696, col 51: "key" is already defined |
| 697 | 25 | 2 | Identifier '_iterate' is not in camel case. | fecs-camelcase | → line 697, col 25: Identifier '_iterate' is not in camel case. |
| 698 | 48 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 698, col 48: '+' should be placed at the beginning of the line. |
| 699 | 73 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 699, col 73: '+' should be placed at the beginning of the line. |
| 700 | 81 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 700, col 81: '+' should be placed at the beginning of the line. |
| 701 | 79 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 701, col 79: '+' should be placed at the beginning of the line. |
| 702 | 77 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 702, col 77: '+' should be placed at the beginning of the line. |
| 708 | 59 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 708, col 59: Missing space before function parentheses. |
| 714 | 61 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 714, col 61: Missing space before function parentheses. |
| 719 | 63 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 719, col 63: Missing space before function parentheses. |
| 724 | 62 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 724, col 62: Missing space before function parentheses. |
| 724 | 66 | 2 | Identifier '_name' is not in camel case. | fecs-camelcase | → line 724, col 66: Identifier '_name' is not in camel case. |
| 729 | 63 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 729, col 63: Missing space before function parentheses. |
| 729 | 67 | 2 | Identifier '_name' is not in camel case. | fecs-camelcase | → line 729, col 67: Identifier '_name' is not in camel case. |
| 737 | 62 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 737, col 62: Missing space before function parentheses. |
| 737 | 66 | 2 | Identifier '_name' is not in camel case. | fecs-camelcase | → line 737, col 66: Identifier '_name' is not in camel case. |
| 738 | 25 | 2 | Identifier '_iterate' is not in camel case. | fecs-camelcase | → line 738, col 25: Identifier '_iterate' is not in camel case. |
| 739 | 48 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 739, col 48: '+' should be placed at the beginning of the line. |
| 740 | 119 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 740, col 119: '+' should be placed at the beginning of the line. |
| 741 | 64 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 741, col 64: '+' should be placed at the beginning of the line. |
| 746 | 59 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 746, col 59: Missing space before function parentheses. |
| 751 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 751, col 15: Keyword "if" must be followed by whitespace. |
| 759 | 35 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 759, col 35: Missing space before function parentheses. |
| 763 | 41 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 763, col 41: Missing space before function parentheses. |
| 777 | 35 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 777, col 35: Missing space before function parentheses. |
| 782 | 20 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 782, col 20: Keyword "for" must be followed by whitespace. |
| 782 | 26 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 782, col 26: Infix operators must be spaced. |
| 783 | 21 | 2 | Expected { after 'if' condition. | curly | → line 783, col 21: Expected { after 'if' condition. |
| 783 | 23 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 783, col 23: Keyword "if" must be followed by whitespace. |
| 789 | 43 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 789, col 43: Missing space before function parentheses. |
| 792 | 1 | 2 | Line 792 exceeds the maximum line length of 120. | max-len | → line 792, col 1: Line 792 exceeds the maximum line length of 120. |
| 792 | 19 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 792, col 19: Keyword "if" must be followed by whitespace. |
| 797 | 1 | 2 | Line 797 exceeds the maximum line length of 120. | max-len | → line 797, col 1: Line 797 exceeds the maximum line length of 120. |
| 797 | 23 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 797, col 23: Keyword "if" must be followed by whitespace. |
| 797 | 24 | 1 | Unary word operator "typeof" must be followed by whitespace. | space-unary-ops | → line 797, col 24: Unary word operator "typeof" must be followed by whitespace. |
| 797 | 58 | 1 | Unary word operator "typeof" must be followed by whitespace. | space-unary-ops | → line 797, col 58: Unary word operator "typeof" must be followed by whitespace. |
| 802 | 1 | 2 | Line 802 exceeds the maximum line length of 120. | max-len | → line 802, col 1: Line 802 exceeds the maximum line length of 120. |
| 802 | 23 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 802, col 23: Keyword "if" must be followed by whitespace. |
| 802 | 24 | 1 | Unary word operator "typeof" must be followed by whitespace. | space-unary-ops | → line 802, col 24: Unary word operator "typeof" must be followed by whitespace. |
| 802 | 58 | 1 | Unary word operator "typeof" must be followed by whitespace. | space-unary-ops | → line 802, col 58: Unary word operator "typeof" must be followed by whitespace. |
| 809 | 1 | 2 | Line 809 exceeds the maximum line length of 120. | max-len | → line 809, col 1: Line 809 exceeds the maximum line length of 120. |
| 809 | 23 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 809, col 23: Keyword "if" must be followed by whitespace. |
| 809 | 24 | 1 | Unary word operator "typeof" must be followed by whitespace. | space-unary-ops | → line 809, col 24: Unary word operator "typeof" must be followed by whitespace. |
| 827 | 16 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 827, col 16: Keyword "for" must be followed by whitespace. |
| 827 | 26 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 827, col 26: Missing whitespace after semicolon. |
| 831 | 16 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 831, col 16: Keyword "for" must be followed by whitespace. |
| 831 | 21 | 1 | "i" is already defined | no-redeclare | → line 831, col 21: "i" is already defined |
| 831 | 26 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 831, col 26: Missing whitespace after semicolon. |
| 838 | 23 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 838, col 23: Infix operators must be spaced. |
| 838 | 32 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 838, col 32: Missing space before function parentheses. |
| 841 | 23 | 2 | Strings must use singlequote. | quotes | → line 841, col 23: Strings must use singlequote. |
| 842 | 23 | 2 | Strings must use singlequote. | quotes | → line 842, col 23: Strings must use singlequote. |
| 843 | 23 | 2 | Strings must use singlequote. | quotes | → line 843, col 23: Strings must use singlequote. |
| 845 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 845, col 15: Keyword "if" must be followed by whitespace. |
| 847 | 37 | 2 | Strings must use singlequote. | quotes | → line 847, col 37: Strings must use singlequote. |
| 848 | 43 | 2 | Strings must use singlequote. | quotes | → line 848, col 43: Strings must use singlequote. |
| 849 | 47 | 2 | Strings must use singlequote. | quotes | → line 849, col 47: Strings must use singlequote. |
| 850 | 28 | 2 | Strings must use singlequote. | quotes | → line 850, col 28: Strings must use singlequote. |
| 850 | 38 | 2 | Strings must use singlequote. | quotes | → line 850, col 38: Strings must use singlequote. |
| 851 | 28 | 2 | Strings must use singlequote. | quotes | → line 851, col 28: Strings must use singlequote. |
| 851 | 39 | 2 | Strings must use singlequote. | quotes | → line 851, col 39: Strings must use singlequote. |
| 852 | 45 | 2 | Strings must use singlequote. | quotes | → line 852, col 45: Strings must use singlequote. |
| 853 | 28 | 2 | Strings must use singlequote. | quotes | → line 853, col 28: Strings must use singlequote. |
| 853 | 39 | 2 | Strings must use singlequote. | quotes | → line 853, col 39: Strings must use singlequote. |
| 854 | 28 | 2 | Strings must use singlequote. | quotes | → line 854, col 28: Strings must use singlequote. |
| 854 | 39 | 2 | Strings must use singlequote. | quotes | → line 854, col 39: Strings must use singlequote. |
| 854 | 49 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 854, col 49: Infix operators must be spaced. |
| 854 | 50 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 854, col 50: '+' should be placed at the beginning of the line. |
| 855 | 21 | 2 | Strings must use singlequote. | quotes | → line 855, col 21: Strings must use singlequote. |
| 861 | 33 | 2 | Strings must use singlequote. | quotes | → line 861, col 33: Strings must use singlequote. |
| 862 | 35 | 2 | Strings must use singlequote. | quotes | → line 862, col 35: Strings must use singlequote. |
| 863 | 35 | 2 | Strings must use singlequote. | quotes | → line 863, col 35: Strings must use singlequote. |
| 864 | 35 | 2 | Strings must use singlequote. | quotes | → line 864, col 35: Strings must use singlequote. |
| 865 | 43 | 2 | Strings must use singlequote. | quotes | → line 865, col 43: Strings must use singlequote. |
| 866 | 24 | 2 | Strings must use singlequote. | quotes | → line 866, col 24: Strings must use singlequote. |
| 866 | 34 | 2 | Strings must use singlequote. | quotes | → line 866, col 34: Strings must use singlequote. |
| 867 | 24 | 2 | Strings must use singlequote. | quotes | → line 867, col 24: Strings must use singlequote. |
| 867 | 35 | 2 | Strings must use singlequote. | quotes | → line 867, col 35: Strings must use singlequote. |
| 868 | 41 | 2 | Strings must use singlequote. | quotes | → line 868, col 41: Strings must use singlequote. |
| 869 | 24 | 2 | Strings must use singlequote. | quotes | → line 869, col 24: Strings must use singlequote. |
| 869 | 35 | 2 | Strings must use singlequote. | quotes | → line 869, col 35: Strings must use singlequote. |
| 870 | 24 | 2 | Strings must use singlequote. | quotes | → line 870, col 24: Strings must use singlequote. |
| 870 | 35 | 2 | Strings must use singlequote. | quotes | → line 870, col 35: Strings must use singlequote. |
| 870 | 45 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 870, col 45: Infix operators must be spaced. |
| 870 | 46 | 2 | '+' should be placed at the beginning of the line. | operator-linebreak | → line 870, col 46: '+' should be placed at the beginning of the line. |
| 871 | 17 | 2 | Strings must use singlequote. | quotes | → line 871, col 17: Strings must use singlequote. |
| 876 | 30 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 876, col 30: Missing space before function parentheses. |
| 877 | 17 | 2 | Identifier '_that' is not in camel case. | fecs-camelcase | → line 877, col 17: Identifier '_that' is not in camel case. |
| 879 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 879, col 15: Keyword "if" must be followed by whitespace. |
| 888 | 35 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 888, col 35: Missing space before function parentheses. |
| 888 | 39 | 2 | Identifier '_method' is not in camel case. | fecs-camelcase | → line 888, col 39: Identifier '_method' is not in camel case. |
| 889 | 19 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 889, col 19: Keyword "if" must be followed by whitespace. |
| 900 | 30 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 900, col 30: Missing space before function parentheses. |
| 901 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 901, col 11: Keyword "if" must be followed by whitespace. |
| 906 | 45 | 2 | '?' should be placed at the beginning of the line. | operator-linebreak | → line 906, col 45: '?' should be placed at the beginning of the line. |
| 907 | 36 | 2 | ':' should be placed at the beginning of the line. | operator-linebreak | → line 907, col 36: ':' should be placed at the beginning of the line. |
| 908 | 26 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 908, col 26: A constructor name should not start with a lowercase letter. |
| 910 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 910, col 15: Keyword "if" must be followed by whitespace. |
| 916 | 11 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 916, col 11: Closing curly brace appears on the same line as the subsequent block. |
| 916 | 16 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 916, col 16: Keyword "catch" must be followed by whitespace. |
| 920 | 33 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 920, col 33: Missing space before function parentheses. |
| 925 | 12 | 2 | Identifier 'to_html' is not in camel case. | fecs-camelcase | → line 925, col 12: Identifier 'to_html' is not in camel case. |
| 925 | 30 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 925, col 30: Missing space before function parentheses. |
| 926 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 926, col 11: Keyword "if" must be followed by whitespace. |
| 936 | 19 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 936, col 19: ["lib"] is better written in dot notation. |
| 936 | 37 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 936, col 37: ["lib"] is better written in dot notation. |
| 936 | 51 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 936, col 51: There should be no spaces inside this paren. |
| 942 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 942, col 1: Bad indentation (0 instead 4). |
| 942 | 1 | 2 | Unnecessary semicolon. | fecs-no-extra-semi | → line 942, col 1: Unnecessary semicolon. |
| 942 | 11 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 942, col 11: Missing space before function parentheses. |
| 942 | 14 | 2 | Missing space before opening brace. | space-before-blocks | → line 942, col 14: Missing space before opening brace. |
| 943 | 5 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 943, col 5: Split 'var' declarations into multiple statements. |
| 944 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 944, col 2: Mixed spaces and tabs. |
| 947 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 947, col 2: Mixed spaces and tabs. |
| 947 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 947, col 6: Expected spaces but saw tabs. |
| 948 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 948, col 2: Mixed spaces and tabs. |
| 948 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 948, col 6: Expected spaces but saw tabs. |
| 949 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 949, col 2: Mixed spaces and tabs. |
| 949 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 949, col 7: Expected spaces but saw tabs. |
| 950 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 950, col 4: Expected spaces but saw tabs. |
| 950 | 4 | 2 | Missing space after key "s". | fecs-key-spacing | → line 950, col 4: Missing space after key "s". |
| 951 | 4 | 2 | Missing space after key "m". | fecs-key-spacing | → line 951, col 4: Missing space after key "m". |
| 951 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 951, col 4: Expected spaces but saw tabs. |
| 952 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 952, col 4: Expected spaces but saw tabs. |
| 952 | 4 | 2 | Missing space after key "l". | fecs-key-spacing | → line 952, col 4: Missing space after key "l". |
| 953 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 953, col 4: Expected spaces but saw tabs. |
| 954 | 4 | 2 | Extra space after key "xxl". | fecs-key-spacing | → line 954, col 4: Extra space after key "xxl". |
| 954 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 954, col 4: Expected spaces but saw tabs. |
| 955 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 955, col 2: Mixed spaces and tabs. |
| 955 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 955, col 7: Expected spaces but saw tabs. |
| 956 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 956, col 2: Mixed spaces and tabs. |
| 956 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 956, col 6: Expected spaces but saw tabs. |
| 956 | 6 | 2 | Missing space after key "filter". | fecs-key-spacing | → line 956, col 6: Missing space after key "filter". |
| 957 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 957, col 2: Mixed spaces and tabs. |
| 957 | 6 | 2 | Missing space after key "init". | fecs-key-spacing | → line 957, col 6: Missing space after key "init". |
| 957 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 957, col 6: Expected spaces but saw tabs. |
| 957 | 21 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 957, col 21: Missing space before function parentheses. |
| 957 | 23 | 2 | Missing space before opening brace. | space-before-blocks | → line 957, col 23: Missing space before opening brace. |
| 958 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 958, col 4: Expected spaces but saw tabs. |
| 959 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 959, col 4: Expected spaces but saw tabs. |
| 960 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 960, col 2: Mixed spaces and tabs. |
| 960 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 960, col 7: Expected spaces but saw tabs. |
| 961 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 961, col 2: Mixed spaces and tabs. |
| 961 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 961, col 6: Expected spaces but saw tabs. |
| 961 | 6 | 2 | Missing space after key "render". | fecs-key-spacing | → line 961, col 6: Missing space after key "render". |
| 961 | 23 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 961, col 23: Missing space before function parentheses. |
| 961 | 25 | 2 | Missing space before opening brace. | space-before-blocks | → line 961, col 25: Missing space before opening brace. |
| 962 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 962, col 4: Expected spaces but saw tabs. |
| 964 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 964, col 4: Expected spaces but saw tabs. |
| 965 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 965, col 1: Trailing spaces not allowed. |
| 966 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 966, col 4: Expected spaces but saw tabs. |
| 968 | 4 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 968, col 4: Expected exception block, space or tab after "//" in comment. |
| 969 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 969, col 2: Mixed spaces and tabs. |
| 969 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 969, col 7: Expected spaces but saw tabs. |
| 970 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 970, col 2: Mixed spaces and tabs. |
| 970 | 6 | 2 | Missing space after key "bind". | fecs-key-spacing | → line 970, col 6: Missing space after key "bind". |
| 970 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 970, col 6: Expected spaces but saw tabs. |
| 970 | 21 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 970, col 21: Missing space before function parentheses. |
| 970 | 23 | 2 | Missing space before opening brace. | space-before-blocks | → line 970, col 23: Missing space before opening brace. |
| 971 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 971, col 2: Mixed spaces and tabs. |
| 971 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 971, col 7: Expected spaces but saw tabs. |
| 972 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 972, col 1: Trailing spaces not allowed. |
| 972 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 972, col 2: Mixed spaces and tabs. |
| 973 | 4 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 973, col 4: Expected spaces but saw tabs. |
| 973 | 43 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 973, col 43: Missing space before function parentheses. |
| 973 | 45 | 2 | Missing space before opening brace. | space-before-blocks | → line 973, col 45: Missing space before opening brace. |
| 974 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 974, col 2: Mixed spaces and tabs. |
| 974 | 8 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 974, col 8: Split 'var' declarations into multiple statements. |
| 974 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 974, col 8: Expected spaces but saw tabs. |
| 975 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 975, col 2: Mixed spaces and tabs. |
| 977 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 977, col 2: Mixed spaces and tabs. |
| 977 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 977, col 8: Expected spaces but saw tabs. |
| 977 | 10 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 977, col 10: Keyword "if" must be followed by whitespace. |
| 977 | 30 | 2 | Missing space before opening brace. | space-before-blocks | → line 977, col 30: Missing space before opening brace. |
| 978 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 978, col 2: Mixed spaces and tabs. |
| 978 | 9 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 978, col 9: Expected spaces but saw tabs. |
| 979 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 979, col 2: Mixed spaces and tabs. |
| 979 | 9 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 979, col 9: Expected spaces but saw tabs. |
| 980 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 980, col 2: Mixed spaces and tabs. |
| 980 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 980, col 8: Expected spaces but saw tabs. |
| 981 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 981, col 2: Mixed spaces and tabs. |
| 981 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 981, col 7: Expected spaces but saw tabs. |
| 981 | 40 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 981, col 40: Missing space before function parentheses. |
| 981 | 42 | 2 | Missing space before opening brace. | space-before-blocks | → line 981, col 42: Missing space before opening brace. |
| 982 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 982, col 2: Mixed spaces and tabs. |
| 982 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 982, col 8: Expected spaces but saw tabs. |
| 982 | 8 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 982, col 8: Split 'var' declarations into multiple statements. |
| 984 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 984, col 2: Mixed spaces and tabs. |
| 984 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 984, col 8: Expected spaces but saw tabs. |
| 985 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 985, col 1: Trailing spaces not allowed. |
| 985 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 985, col 2: Mixed spaces and tabs. |
| 986 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 986, col 2: Mixed spaces and tabs. |
| 986 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 986, col 8: Expected spaces but saw tabs. |
| 987 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 987, col 2: Mixed spaces and tabs. |
| 987 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 987, col 8: Expected spaces but saw tabs. |
| 988 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 988, col 2: Mixed spaces and tabs. |
| 988 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 988, col 8: Expected spaces but saw tabs. |
| 990 | 5 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 990, col 5: Expected spaces but saw tabs. |
| 991 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 991, col 2: Mixed spaces and tabs. |
| 991 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 991, col 8: Expected spaces but saw tabs. |
| 992 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 992, col 1: Trailing spaces not allowed. |
| 992 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 992, col 2: Mixed spaces and tabs. |
| 993 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 993, col 2: Mixed spaces and tabs. |
| 993 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 993, col 8: Expected spaces but saw tabs. |
| 993 | 10 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 993, col 10: Keyword "if" must be followed by whitespace. |
| 993 | 47 | 2 | Missing space before opening brace. | space-before-blocks | → line 993, col 47: Missing space before opening brace. |
| 994 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 994, col 2: Mixed spaces and tabs. |
| 994 | 9 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 994, col 9: Expected spaces but saw tabs. |
| 995 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 995, col 2: Mixed spaces and tabs. |
| 995 | 9 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 995, col 9: Expected spaces but saw tabs. |
| 996 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 996, col 2: Mixed spaces and tabs. |
| 996 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 996, col 8: Expected spaces but saw tabs. |
| 997 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 997, col 2: Mixed spaces and tabs. |
| 997 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 997, col 7: Expected spaces but saw tabs. |
| 998 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 998, col 2: Mixed spaces and tabs. |
| 998 | 6 | 2 | Extra space after key "loadMore". | fecs-key-spacing | → line 998, col 6: Extra space after key "loadMore". |
| 998 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 998, col 6: Expected spaces but saw tabs. |
| 998 | 25 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 998, col 25: Missing space before function parentheses. |
| 998 | 27 | 2 | Missing space before opening brace. | space-before-blocks | → line 998, col 27: Missing space before opening brace. |
| 999 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 999, col 2: Mixed spaces and tabs. |
| 999 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 999, col 7: Expected spaces but saw tabs. |
| 999 | 7 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 999, col 7: Split 'var' declarations into multiple statements. |
| 1000 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 1000, col 2: Mixed spaces and tabs. |
| 1001 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 1001, col 1: Trailing spaces not allowed. |
| 1001 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 1001, col 2: Mixed spaces and tabs. |
| 1002 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 1002, col 2: Mixed spaces and tabs. |
| 1002 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1002, col 7: Expected spaces but saw tabs. |
| 1002 | 9 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1002, col 9: Keyword "if" must be followed by whitespace. |
| 1002 | 60 | 2 | Missing space before opening brace. | space-before-blocks | → line 1002, col 60: Missing space before opening brace. |
| 1003 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 1003, col 2: Mixed spaces and tabs. |
| 1003 | 8 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 1003, col 8: Expected exception block, space or tab after "//" in comment. |
| 1004 | 5 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1004, col 5: Expected spaces but saw tabs. |
| 1005 | 5 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1005, col 5: Expected spaces but saw tabs. |
| 1006 | 5 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1006, col 5: Expected spaces but saw tabs. |
| 1007 | 5 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 1007, col 5: Expected exception block, space or tab after "//" in comment. |
| 1008 | 5 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1008, col 5: Expected spaces but saw tabs. |
| 1009 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1009, col 6: Expected spaces but saw tabs. |
| 1010 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1010, col 6: Expected spaces but saw tabs. |
| 1011 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1011, col 6: Expected spaces but saw tabs. |
| 1012 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1012, col 6: Expected spaces but saw tabs. |
| 1013 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1013, col 6: Expected spaces but saw tabs. |
| 1013 | 6 | 2 | Extra space after key "cache". | fecs-key-spacing | → line 1013, col 6: Extra space after key "cache". |
| 1014 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1014, col 6: Expected spaces but saw tabs. |
| 1014 | 23 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1014, col 23: Missing space before function parentheses. |
| 1015 | 7 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 1015, col 7: Expected exception block, space or tab after "//" in comment. |
| 1016 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1016, col 7: Expected spaces but saw tabs. |
| 1016 | 7 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 1016, col 7: Split 'var' declarations into multiple statements. |
| 1019 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1019, col 7: Expected spaces but saw tabs. |
| 1019 | 33 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1019, col 33: Missing space before function parentheses. |
| 1019 | 39 | 2 | Missing space before opening brace. | space-before-blocks | → line 1019, col 39: Missing space before opening brace. |
| 1020 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1020, col 8: Expected spaces but saw tabs. |
| 1020 | 13 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 1020, col 13: Identifier 'origin_price' is not in camel case. |
| 1021 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1021, col 8: Expected spaces but saw tabs. |
| 1022 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1022, col 8: Expected spaces but saw tabs. |
| 1024 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1024, col 7: Expected spaces but saw tabs. |
| 1025 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1025, col 8: Expected spaces but saw tabs. |
| 1026 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1026, col 8: Expected spaces but saw tabs. |
| 1028 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1028, col 7: Expected spaces but saw tabs. |
| 1030 | 7 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 1030, col 7: Expected exception block, space or tab after "//" in comment. |
| 1031 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1031, col 7: Expected spaces but saw tabs. |
| 1032 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1032, col 8: Expected spaces but saw tabs. |
| 1032 | 8 | 1 | Unexpected console statement. | no-console | → line 1032, col 8: Unexpected console statement. |
| 1033 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1033, col 8: Expected spaces but saw tabs. |
| 1034 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1034, col 8: Expected spaces but saw tabs. |
| 1035 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1035, col 8: Expected spaces but saw tabs. |
| 1035 | 14 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 1035, col 14: Closing curly brace appears on the same line as the subsequent block. |
| 1036 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1036, col 8: Expected spaces but saw tabs. |
| 1037 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1037, col 8: Expected spaces but saw tabs. |
| 1039 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1039, col 7: Expected spaces but saw tabs. |
| 1040 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1040, col 7: Expected spaces but saw tabs. |
| 1041 | 6 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1041, col 6: Expected spaces but saw tabs. |
| 1042 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 1042, col 2: Mixed spaces and tabs. |
| 1042 | 8 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1042, col 8: Expected spaces but saw tabs. |
| 1043 | 2 | 2 | Mixed spaces and tabs. | no-mixed-spaces-and-tabs | → line 1043, col 2: Mixed spaces and tabs. |
| 1043 | 7 | 2 | Expected spaces but saw tabs. | fecs-indent | → line 1043, col 7: Expected spaces but saw tabs. |
| 1047 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 1047, col 1: Trailing spaces not allowed. |
| 1048 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 1048, col 4: "Zepto" is not defined. |
| 1051 | 16 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 1051, col 16: Trailing spaces not allowed. |
| 1053 | 1 | 2 | Bad indentation (0 instead 4). | fecs-indent | → line 1053, col 1: Bad indentation (0 instead 4). |
| 1053 | 10 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1053, col 10: Missing space before function parentheses. |
| 1053 | 12 | 2 | Missing space before opening brace. | space-before-blocks | → line 1053, col 12: Missing space before opening brace. |
| 1055 | 1 | 2 | Line 1055 exceeds the maximum line length of 120. | max-len | → line 1055, col 1: Line 1055 exceeds the maximum line length of 120. |
| 1055 | 9 | 2 | Bad indentation (8 instead 4). | fecs-indent | → line 1055, col 9: Bad indentation (8 instead 4). |
| 1055 | 9 | 2 | "domainWhiteList" is not defined. | no-undef | → line 1055, col 9: "domainWhiteList" is not defined. |
| 1056 | 9 | 2 | "domainWhiteListReg" is not defined. | no-undef | → line 1056, col 9: "domainWhiteListReg" is not defined. |
| 1057 | 1 | 2 | Line 1057 exceeds the maximum line length of 120. | max-len | → line 1057, col 1: Line 1057 exceeds the maximum line length of 120. |
| 1057 | 9 | 2 | "otherWhiteListReg" is not defined. | no-undef | → line 1057, col 9: "otherWhiteListReg" is not defined. |
| 1058 | 9 | 2 | "whitelistReg" is not defined. | no-undef | → line 1058, col 9: "whitelistReg" is not defined. |
| 1059 | 9 | 2 | Bad indentation (8 instead 4). | fecs-indent | → line 1059, col 9: Bad indentation (8 instead 4). |
| 1059 | 9 | 2 | "protocals" is not defined. | no-undef | → line 1059, col 9: "protocals" is not defined. |
| 1061 | 5 | 2 | "domainWhiteList" is not defined. | no-undef | → line 1061, col 5: "domainWhiteList" is not defined. |
| 1061 | 37 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1061, col 37: Missing space before function parentheses. |
| 1061 | 41 | 2 | Missing space before opening brace. | space-before-blocks | → line 1061, col 41: Missing space before opening brace. |
| 1062 | 39 | 2 | "protocals" is not defined. | no-undef | → line 1062, col 39: "protocals" is not defined. |
| 1063 | 9 | 2 | "domainWhiteListReg" is not defined. | no-undef | → line 1063, col 9: "domainWhiteListReg" is not defined. |
| 1066 | 5 | 2 | "whitelistReg" is not defined. | no-undef | → line 1066, col 5: "whitelistReg" is not defined. |
| 1066 | 20 | 2 | "domainWhiteListReg" is not defined. | no-undef | → line 1066, col 20: "domainWhiteListReg" is not defined. |
| 1066 | 46 | 2 | "otherWhiteListReg" is not defined. | no-undef | → line 1066, col 46: "otherWhiteListReg" is not defined. |
| 1068 | 31 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1068, col 31: Missing space before function parentheses. |
| 1068 | 36 | 2 | Missing space before opening brace. | space-before-blocks | → line 1068, col 36: Missing space before opening brace. |
| 1069 | 11 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1069, col 11: Keyword "if" must be followed by whitespace. |
| 1069 | 23 | 2 | Missing space before opening brace. | space-before-blocks | → line 1069, col 23: Missing space before opening brace. |
| 1072 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 1072, col 1: Trailing spaces not allowed. |
| 1075 | 9 | 2 | "whitelistReg" is not defined. | no-undef | → line 1075, col 9: "whitelistReg" is not defined. |
| 1075 | 38 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1075, col 38: Missing space before function parentheses. |
| 1075 | 45 | 2 | Missing space before opening brace. | space-before-blocks | → line 1075, col 45: Missing space before opening brace. |
| 1076 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1076, col 15: Keyword "if" must be followed by whitespace. |
| 1076 | 32 | 2 | Missing space before opening brace. | space-before-blocks | → line 1076, col 32: Missing space before opening brace. |
| 1081 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 1081, col 1: Trailing spaces not allowed. |
| 1085 | 27 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1085, col 27: Missing space before function parentheses. |
| 1085 | 41 | 2 | Missing space before opening brace. | space-before-blocks | → line 1085, col 41: Missing space before opening brace. |
| 1086 | 9 | 1 | Unexpected console statement. | no-console | → line 1086, col 9: Unexpected console statement. |
| 1090 | 31 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1090, col 31: Missing space before function parentheses. |
| 1090 | 33 | 2 | Missing space before opening brace. | space-before-blocks | → line 1090, col 33: Missing space before opening brace. |
| 1091 | 17 | 1 | Unexpected console statement. | no-console | → line 1091, col 17: Unexpected console statement. |
| 1096 | 35 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1096, col 35: Missing space before function parentheses. |
| 1096 | 44 | 2 | Missing space before opening brace. | space-before-blocks | → line 1096, col 44: Missing space before opening brace. |
| 1097 | 33 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1097, col 33: Missing space before function parentheses. |
| 1097 | 41 | 2 | Missing space before opening brace. | space-before-blocks | → line 1097, col 41: Missing space before opening brace. |
| 1098 | 75 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1098, col 75: Missing space before function parentheses. |
| 1098 | 86 | 2 | Missing space before opening brace. | space-before-blocks | → line 1098, col 86: Missing space before opening brace. |
| 1099 | 47 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1099, col 47: Missing space before function parentheses. |
| 1099 | 56 | 2 | Missing space before opening brace. | space-before-blocks | → line 1099, col 56: Missing space before opening brace. |
| 1100 | 23 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1100, col 23: Keyword "if" must be followed by whitespace. |
| 1100 | 68 | 2 | Missing space before opening brace. | space-before-blocks | → line 1100, col 68: Missing space before opening brace. |
| 1101 | 27 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1101, col 27: Keyword "if" must be followed by whitespace. |
| 1101 | 56 | 2 | Missing space before opening brace. | space-before-blocks | → line 1101, col 56: Missing space before opening brace. |
| 1110 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 1110, col 1: Trailing spaces not allowed. |
| 1111 | 5 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 1111, col 5: Split 'var' declarations into multiple statements. |
| 1114 | 7 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1114, col 7: Keyword "if" must be followed by whitespace. |
| 1114 | 31 | 2 | Missing space before opening brace. | space-before-blocks | → line 1114, col 31: Missing space before opening brace. |
| 1116 | 13 | 2 | Expected key `childList` but `'childList'` found. | fecs-properties-quote | → line 1116, col 13: Expected key `childList` but `'childList'` found. |
| 1117 | 13 | 2 | Expected key `subtree` but `'subtree'` found. | fecs-properties-quote | → line 1117, col 13: Expected key `subtree` but `'subtree'` found. |
| 1122 | 24 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1122, col 24: Missing space before function parentheses. |
| 1122 | 26 | 2 | Missing space before opening brace. | space-before-blocks | → line 1122, col 26: Missing space before opening brace. |
| 1125 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 1125, col 1: Trailing spaces not allowed. |
| 1127 | 9 | 2 | Expected key `_js` but `'_js'` found. | fecs-properties-quote | → line 1127, col 9: Expected key `_js` but `'_js'` found. |
| 1131 | 9 | 2 | Expected key `_redirect` but `'_redirect'` found. | fecs-properties-quote | → line 1131, col 9: Expected key `_redirect` but `'_redirect'` found. |
| 1135 | 9 | 2 | Expected key `_ads` but `'_ads'` found. | fecs-properties-quote | → line 1135, col 9: Expected key `_ads` but `'_ads'` found. |
| 1139 | 9 | 2 | Expected key `_cms` but `'_cms'` found. | fecs-properties-quote | → line 1139, col 9: Expected key `_cms` but `'_cms'` found. |
| 1143 | 9 | 2 | Property '_third_req' is not in camel case. | fecs-camelcase | → line 1143, col 9: Property '_third_req' is not in camel case. |
| 1143 | 9 | 2 | Expected key `_third_req` but `'_third_req'` found. | fecs-properties-quote | → line 1143, col 9: Expected key `_third_req` but `'_third_req'` found. |
| 1147 | 9 | 2 | Expected key `show` but `'show'` found. | fecs-properties-quote | → line 1147, col 9: Expected key `show` but `'show'` found. |
| 1148 | 28 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1148, col 28: Missing space before function parentheses. |
| 1148 | 30 | 2 | Missing space before opening brace. | space-before-blocks | → line 1148, col 30: Missing space before opening brace. |
| 1151 | 9 | 2 | Expected key `third_req` but `'third_req'` found. | fecs-properties-quote | → line 1151, col 9: Expected key `third_req` but `'third_req'` found. |
| 1152 | 28 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1152, col 28: Missing space before function parentheses. |
| 1152 | 30 | 2 | Missing space before opening brace. | space-before-blocks | → line 1152, col 30: Missing space before opening brace. |
| 1155 | 9 | 2 | Expected key `ready` but `'ready'` found. | fecs-properties-quote | → line 1155, col 9: Expected key `ready` but `'ready'` found. |
| 1156 | 28 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 1156, col 28: Missing space before function parentheses. |
| 1156 | 30 | 2 | Missing space before opening brace. | space-before-blocks | → line 1156, col 30: Missing space before opening brace. |
| 1161 | 7 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 1161, col 7: Keyword "if" must be followed by whitespace. |
| 1161 | 45 | 2 | Missing space before opening brace. | space-before-blocks | → line 1161, col 45: Missing space before opening brace. |
| 1165 | 1 | 2 | Line 1165 exceeds the maximum line length of 120. | max-len | → line 1165, col 1: Line 1165 exceeds the maximum line length of 120. |
| 1165 | 13 | 2 | A space is required after ','. | comma-spacing | → line 1165, col 13: A space is required after ','. |
| 1165 | 32 | 2 | Strings must use singlequote. | quotes | → line 1165, col 32: Strings must use singlequote. |
| 1165 | 71 | 2 | Strings must use singlequote. | quotes | → line 1165, col 71: Strings must use singlequote. |
| 1165 | 110 | 2 | Strings must use singlequote. | quotes | → line 1165, col 110: Strings must use singlequote. |
| 1166 | 2 | 2 | Newline required at end of file but not found. | fecs-eol-last | → line 1166, col 2: Newline required at end of file but not found. |
| 1166 | 2 | 2 | A space is required after ','. | comma-spacing | → line 1166, col 2: A space is required after ','. |
| 1166 | 7 | 2 | A space is required after ','. | comma-spacing | → line 1166, col 7: A space is required after ','. |
| 1166 | 10 | 2 | A space is required after ','. | comma-spacing | → line 1166, col 10: A space is required after ','. |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 29 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 29, col 17: Property 'page_size' is not in camel case. |
| 77 | 13 | 1 | "regex" is defined but never used | no-unused-vars | → line 77, col 13: "regex" is defined but never used |
| 98 | 21 | 2 | Property 'applicable_category' is not in camel case. | fecs-camelcase | → line 98, col 21: Property 'applicable_category' is not in camel case. |
| 118 | 9 | 2 | "page" is not defined. | no-undef | → line 118, col 9: "page" is not defined. |
| 118 | 19 | 2 | "isloading" is not defined. | no-undef | → line 118, col 19: "isloading" is not defined. |
| 121 | 18 | 2 | "isloading" is not defined. | no-undef | → line 121, col 18: "isloading" is not defined. |
| 122 | 17 | 2 | "isloading" is not defined. | no-undef | → line 122, col 17: "isloading" is not defined. |
| 129 | 25 | 2 | "page" is not defined. | no-undef | → line 129, col 25: "page" is not defined. |
| 131 | 21 | 2 | "isloading" is not defined. | no-undef | → line 131, col 21: "isloading" is not defined. |
| 132 | 20 | 2 | "page" is not defined. | no-undef | → line 132, col 20: "page" is not defined. |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 21 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 21, col 17: Property 'page_size' is not in camel case. |
| 37 | 21 | 2 | Property 'applicable_category' is not in camel case. | fecs-camelcase | → line 37, col 21: Property 'applicable_category' is not in camel case. |
| 63 | 13 | 1 | "$successBtn" is defined but never used | no-unused-vars | → line 63, col 13: "$successBtn" is defined but never used |
| 64 | 13 | 1 | "$successTip" is defined but never used | no-unused-vars | → line 64, col 13: "$successTip" is defined but never used |
| 66 | 13 | 1 | "$failBtn" is defined but never used | no-unused-vars | → line 66, col 13: "$failBtn" is defined but never used |
| 85 | 17 | 1 | "num" is defined but never used | no-unused-vars | → line 85, col 17: "num" is defined but never used |
| 94 | 21 | 2 | Property 'activity_id' is not in camel case. | fecs-camelcase | → line 94, col 21: Property 'activity_id' is not in camel case. |
| 97 | 21 | 2 | "bkRemain" was used before it was defined | no-use-before-define | → line 97, col 21: "bkRemain" was used before it was defined |
| 135 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 135, col 13: Property 'entity_type' is not in camel case. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
不规范数量:18
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 6 | 5 | 1 | "libcookie" is defined but never used | no-unused-vars | → line 6, col 5: "libcookie" is defined but never used |
| 69 | 26 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 69, col 26: Identifier 'event_id' is not in camel case. |
| 91 | 13 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 91, col 13: Property 'event_id' is not in camel case. |
| 179 | 9 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 179, col 9: Identifier 'event_id' is not in camel case. |
| 185 | 17 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 185, col 17: Property 'event_id' is not in camel case. |
| 221 | 13 | 2 | Expected key `1` but `'1'` found. | fecs-properties-quote | → line 221, col 13: Expected key `1` but `'1'` found. |
| 222 | 13 | 2 | Expected key `2` but `'2'` found. | fecs-properties-quote | → line 222, col 13: Expected key `2` but `'2'` found. |
| 223 | 13 | 2 | Expected key `3` but `'3'` found. | fecs-properties-quote | → line 223, col 13: Expected key `3` but `'3'` found. |
| 224 | 13 | 2 | Expected key `4` but `'4'` found. | fecs-properties-quote | → line 224, col 13: Expected key `4` but `'4'` found. |
| 229 | 14 | 2 | Identifier 'event_status' is not in camel case. | fecs-camelcase | → line 229, col 14: Identifier 'event_status' is not in camel case. |
| 229 | 34 | 2 | Identifier 'event_status' is not in camel case. | fecs-camelcase | → line 229, col 34: Identifier 'event_status' is not in camel case. |
| 255 | 28 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 255, col 28: Identifier 'event_id' is not in camel case. |
| 282 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 282, col 13: "$doc" is defined but never used |
| 285 | 22 | 2 | Missing radix parameter. | radix | → line 285, col 22: Missing radix parameter. |
| 291 | 42 | 2 | Unexpected trailing comma. | comma-dangle | → line 291, col 42: Unexpected trailing comma. |
| 297 | 45 | 2 | Unexpected trailing comma. | comma-dangle | → line 297, col 45: Unexpected trailing comma. |
不规范数量:9
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 2 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 2, col 5: "env" is defined but never used |
| 3 | 5 | 1 | "libcookie" is defined but never used | no-unused-vars | → line 3, col 5: "libcookie" is defined but never used |
| 16 | 9 | 2 | Identifier 'order_id' is not in camel case. | fecs-camelcase | → line 16, col 9: Identifier 'order_id' is not in camel case. |
| 56 | 17 | 2 | Property 'order_id' is not in camel case. | fecs-camelcase | → line 56, col 17: Property 'order_id' is not in camel case. |
| 86 | 14 | 2 | Identifier 'pay_time' is not in camel case. | fecs-camelcase | → line 86, col 14: Identifier 'pay_time' is not in camel case. |
| 87 | 14 | 2 | Identifier 'gmt_begin' is not in camel case. | fecs-camelcase | → line 87, col 14: Identifier 'gmt_begin' is not in camel case. |
| 88 | 14 | 2 | Identifier 'gmt_end' is not in camel case. | fecs-camelcase | → line 88, col 14: Identifier 'gmt_end' is not in camel case. |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 2 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 2, col 5: "env" is defined but never used |
| 5 | 5 | 1 | "libcookie" is defined but never used | no-unused-vars | → line 5, col 5: "libcookie" is defined but never used |
| 56 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 56, col 17: Property 'page_size' is not in camel case. |
| 139 | 13 | 2 | Expected key `data` but `'data'` found. | fecs-properties-quote | → line 139, col 13: Expected key `data` but `'data'` found. |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 2 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 2, col 5: "env" is defined but never used |
| 8 | 5 | 1 | "slider" is defined but never used | no-unused-vars | → line 8, col 5: "slider" is defined but never used |
| 42 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 42, col 17: Property 'page_size' is not in camel case. |
| 135 | 13 | 2 | Expected key `data` but `'data'` found. | fecs-properties-quote | → line 135, col 13: Expected key `data` but `'data'` found. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 7 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 7, col 5: "BB" is defined but never used |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 10 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 10, col 5: "BB" is defined but never used |
| 15 | 5 | 1 | "statistics" is defined but never used | no-unused-vars | → line 15, col 5: "statistics" is defined but never used |
| 18 | 5 | 1 | "config" is defined but never used | no-unused-vars | → line 18, col 5: "config" is defined but never used |
| 19 | 5 | 1 | "amsControl" is defined but never used | no-unused-vars | → line 19, col 5: "amsControl" is defined but never used |
| 22 | 5 | 1 | "loading" is defined but never used | no-unused-vars | → line 22, col 5: "loading" is defined but never used |
| 71 | 9 | 2 | "gapTime" is not defined. | no-undef | → line 71, col 9: "gapTime" is not defined. |
| 77 | 17 | 2 | Expected key `day` but `'day'` found. | fecs-properties-quote | → line 77, col 17: Expected key `day` but `'day'` found. |
| 78 | 17 | 2 | Expected key `fullTime` but `'fullTime'` found. | fecs-properties-quote | → line 78, col 17: Expected key `fullTime` but `'fullTime'` found. |
| 82 | 37 | 2 | Missing radix parameter. | radix | → line 82, col 37: Missing radix parameter. |
| 89 | 20 | 2 | Missing radix parameter. | radix | → line 89, col 20: Missing radix parameter. |
| 101 | 20 | 2 | Missing radix parameter. | radix | → line 101, col 20: Missing radix parameter. |
| 124 | 9 | 2 | "checkIsNewEvent" is not defined. | no-undef | → line 124, col 9: "checkIsNewEvent" is not defined. |
| 135 | 13 | 2 | Expected key `martshows` but `'martshows'` found. | fecs-properties-quote | → line 135, col 13: Expected key `martshows` but `'martshows'` found. |
| 139 | 23 | 2 | Missing radix parameter. | radix | → line 139, col 23: Missing radix parameter. |
| 146 | 34 | 2 | "gapTime" is not defined. | no-undef | → line 146, col 34: "gapTime" is not defined. |
| 147 | 34 | 2 | "checkIsNewEvent" is not defined. | no-undef | → line 147, col 34: "checkIsNewEvent" is not defined. |
| 150 | 30 | 2 | Identifier 'mj_promotion' is not in camel case. | fecs-camelcase | → line 150, col 30: Identifier 'mj_promotion' is not in camel case. |
| 198 | 28 | 2 | Missing radix parameter. | radix | → line 198, col 28: Missing radix parameter. |
| 212 | 1 | 2 | Line 212 exceeds the maximum line length of 120. | max-len | → line 212, col 1: Line 212 exceeds the maximum line length of 120. |
| 212 | 22 | 2 | "uri" is not defined. | no-undef | → line 212, col 22: "uri" is not defined. |
| 212 | 45 | 2 | "cookie" is not defined. | no-undef | → line 212, col 45: "cookie" is not defined. |
| 212 | 85 | 2 | "cookie" is not defined. | no-undef | → line 212, col 85: "cookie" is not defined. |
| 224 | 9 | 2 | "appBar" is not defined. | no-undef | → line 224, col 9: "appBar" is not defined. |
不规范数量:31
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 10 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 10, col 5: "navbar" is defined but never used |
| 19 | 5 | 1 | "loading" is defined but never used | no-unused-vars | → line 19, col 5: "loading" is defined but never used |
| 72 | 30 | 2 | Identifier 'time_display' is not in camel case. | fecs-camelcase | → line 72, col 30: Identifier 'time_display' is not in camel case. |
| 79 | 30 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 79, col 30: Identifier 'main_img' is not in camel case. |
| 88 | 25 | 1 | "data" is already defined | no-redeclare | → line 88, col 25: "data" is already defined |
| 98 | 30 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 98, col 30: Identifier 'main_img' is not in camel case. |
| 102 | 25 | 1 | "tpl" is already defined | no-redeclare | → line 102, col 25: "tpl" is already defined |
| 103 | 25 | 1 | "html" is already defined | no-redeclare | → line 103, col 25: "html" is already defined |
| 107 | 25 | 1 | "data" is already defined | no-redeclare | → line 107, col 25: "data" is already defined |
| 108 | 25 | 2 | Property 'tuan_items' is not in camel case. | fecs-camelcase | → line 108, col 25: Property 'tuan_items' is not in camel case. |
| 113 | 30 | 2 | Identifier 'time_display' is not in camel case. | fecs-camelcase | → line 113, col 30: Identifier 'time_display' is not in camel case. |
| 115 | 30 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 115, col 30: Identifier 'price_ori' is not in camel case. |
| 119 | 25 | 1 | "tpl" is already defined | no-redeclare | → line 119, col 25: "tpl" is already defined |
| 120 | 25 | 1 | "html" is already defined | no-redeclare | → line 120, col 25: "html" is already defined |
| 193 | 1 | 2 | Line 193 exceeds the maximum line length of 120. | max-len | → line 193, col 1: Line 193 exceeds the maximum line length of 120. |
| 211 | 13 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 211, col 13: Expected key `entity_type` but `'entity_type'` found. |
| 212 | 13 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 212, col 13: Expected key `et` but `'et'` found. |
| 214 | 17 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 214, col 17: Expected key `tab` but `'tab'` found. |
| 219 | 17 | 1 | "index" is defined but never used | no-unused-vars | → line 219, col 17: "index" is defined but never used |
| 222 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 222, col 17: Expected key `et` but `'et'` found. |
| 224 | 21 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 224, col 21: Expected key `tab` but `'tab'` found. |
| 225 | 21 | 2 | Expected key `sub_tab` but `'sub_tab'` found. | fecs-properties-quote | → line 225, col 21: Expected key `sub_tab` but `'sub_tab'` found. |
| 226 | 21 | 2 | Expected key `tab_name` but `'tab_name'` found. | fecs-properties-quote | → line 226, col 21: Expected key `tab_name` but `'tab_name'` found. |
| 233 | 17 | 1 | "title" is defined but never used | no-unused-vars | → line 233, col 17: "title" is defined but never used |
| 236 | 17 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 236, col 17: Expected key `entity_type` but `'entity_type'` found. |
| 237 | 17 | 2 | Expected key `entity_list` but `'entity_list'` found. | fecs-properties-quote | → line 237, col 17: Expected key `entity_list` but `'entity_list'` found. |
| 238 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 238, col 17: Expected key `et` but `'et'` found. |
| 240 | 21 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 240, col 21: Expected key `tab` but `'tab'` found. |
| 241 | 21 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 241, col 21: Expected key `position` but `'position'` found. |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 1 | 2 | "navbar" is not defined. | no-undef | → line 8, col 1: "navbar" is not defined. |
| 9 | 1 | 2 | "BB" is not defined. | no-undef | → line 9, col 1: "BB" is not defined. |
| 40 | 25 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 40, col 25: Expected key `key` but `'key'` found. |
| 41 | 25 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 41, col 25: Expected key `desc` but `'desc'` found. |
不规范数量:55
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 18 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 18, col 5: "navbar" is defined but never used |
| 21 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 21, col 5: "BB" is defined but never used |
| 24 | 5 | 1 | "loading" is defined but never used | no-unused-vars | → line 24, col 5: "loading" is defined but never used |
| 54 | 13 | 2 | Missing radix parameter. | radix | → line 54, col 13: Missing radix parameter. |
| 64 | 13 | 2 | Expected key `categories` but `'categories'` found. | fecs-properties-quote | → line 64, col 13: Expected key `categories` but `'categories'` found. |
| 66 | 21 | 2 | Expected key `cat_name` but `'cat_name'` found. | fecs-properties-quote | → line 66, col 21: Expected key `cat_name` but `'cat_name'` found. |
| 67 | 21 | 2 | Expected key `cat_items` but `'cat_items'` found. | fecs-properties-quote | → line 67, col 21: Expected key `cat_items` but `'cat_items'` found. |
| 69 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 69, col 29: Expected key `key` but `'key'` found. |
| 70 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 70, col 29: Expected key `desc` but `'desc'` found. |
| 71 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 71, col 29: Expected key `icon` but `'icon'` found. |
| 74 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 74, col 29: Expected key `key` but `'key'` found. |
| 75 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 75, col 29: Expected key `desc` but `'desc'` found. |
| 76 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 76, col 29: Expected key `icon` but `'icon'` found. |
| 79 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 79, col 29: Expected key `key` but `'key'` found. |
| 80 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 80, col 29: Expected key `desc` but `'desc'` found. |
| 81 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 81, col 29: Expected key `icon` but `'icon'` found. |
| 84 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 84, col 29: Expected key `key` but `'key'` found. |
| 85 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 85, col 29: Expected key `desc` but `'desc'` found. |
| 86 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 86, col 29: Expected key `icon` but `'icon'` found. |
| 89 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 89, col 29: Expected key `key` but `'key'` found. |
| 90 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 90, col 29: Expected key `desc` but `'desc'` found. |
| 91 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 91, col 29: Expected key `icon` but `'icon'` found. |
| 94 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 94, col 29: Expected key `key` but `'key'` found. |
| 95 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 95, col 29: Expected key `desc` but `'desc'` found. |
| 96 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 96, col 29: Expected key `icon` but `'icon'` found. |
| 99 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 99, col 29: Expected key `key` but `'key'` found. |
| 100 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 100, col 29: Expected key `desc` but `'desc'` found. |
| 101 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 101, col 29: Expected key `icon` but `'icon'` found. |
| 104 | 29 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 104, col 29: Expected key `key` but `'key'` found. |
| 105 | 29 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 105, col 29: Expected key `desc` but `'desc'` found. |
| 106 | 29 | 2 | Expected key `icon` but `'icon'` found. | fecs-properties-quote | → line 106, col 29: Expected key `icon` but `'icon'` found. |
| 117 | 13 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 117, col 13: Identifier '_template' is not in camel case. |
| 132 | 21 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 132, col 21: Expected key `entity_type` but `'entity_type'` found. |
| 133 | 21 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 133, col 21: Expected key `et` but `'et'` found. |
| 135 | 25 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 135, col 25: Expected key `tab` but `'tab'` found. |
| 136 | 25 | 2 | Expected key `tab_name` but `'tab_name'` found. | fecs-properties-quote | → line 136, col 25: Expected key `tab_name` but `'tab_name'` found. |
| 167 | 29 | 2 | Identifier 'ads_tmp' is not in camel case. | fecs-camelcase | → line 167, col 29: Identifier 'ads_tmp' is not in camel case. |
| 168 | 29 | 2 | Identifier 'ads_html' is not in camel case. | fecs-camelcase | → line 168, col 29: Identifier 'ads_html' is not in camel case. |
| 214 | 17 | 2 | Expected key `day` but `'day'` found. | fecs-properties-quote | → line 214, col 17: Expected key `day` but `'day'` found. |
| 215 | 17 | 2 | Expected key `fullTime` but `'fullTime'` found. | fecs-properties-quote | → line 215, col 17: Expected key `fullTime` but `'fullTime'` found. |
| 219 | 37 | 2 | Missing radix parameter. | radix | → line 219, col 37: Missing radix parameter. |
| 226 | 20 | 2 | Missing radix parameter. | radix | → line 226, col 20: Missing radix parameter. |
| 238 | 20 | 2 | Missing radix parameter. | radix | → line 238, col 20: Missing radix parameter. |
| 279 | 21 | 2 | Expected key `martshows` but `'martshows'` found. | fecs-properties-quote | → line 279, col 21: Expected key `martshows` but `'martshows'` found. |
| 283 | 31 | 2 | Missing radix parameter. | radix | → line 283, col 31: Missing radix parameter. |
| 297 | 38 | 2 | Identifier 'mj_promotion' is not in camel case. | fecs-camelcase | → line 297, col 38: Identifier 'mj_promotion' is not in camel case. |
| 311 | 34 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 311, col 34: Identifier 'main_img' is not in camel case. |
| 347 | 17 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 347, col 17: Identifier 'event_id' is not in camel case. |
| 351 | 17 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 351, col 17: Expected key `entity_type` but `'entity_type'` found. |
| 352 | 17 | 2 | Expected key `entity_list` but `'entity_list'` found. | fecs-properties-quote | → line 352, col 17: Expected key `entity_list` but `'entity_list'` found. |
| 353 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 353, col 17: Expected key `et` but `'et'` found. |
| 355 | 21 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 355, col 21: Expected key `tab` but `'tab'` found. |
| 356 | 21 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 356, col 21: Expected key `position` but `'position'` found. |
| 357 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 357, col 21: Expected key `title` but `'title'` found. |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 78 | 13 | 1 | Unexpected console statement. | no-console | → line 78, col 13: Unexpected console statement. |
| 100 | 1 | 2 | Line 100 exceeds the maximum line length of 120. | max-len | → line 100, col 1: Line 100 exceeds the maximum line length of 120. |
| 104 | 1 | 2 | Line 104 exceeds the maximum line length of 120. | max-len | → line 104, col 1: Line 104 exceeds the maximum line length of 120. |
不规范数量:9
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 24 | 1 | 2 | "coupon" is not defined. | no-undef | → line 24, col 1: "coupon" is not defined. |
| 55 | 26 | 2 | Missing radix parameter. | radix | → line 55, col 26: Missing radix parameter. |
| 56 | 16 | 2 | Identifier 'start_time' is not in camel case. | fecs-camelcase | → line 56, col 16: Identifier 'start_time' is not in camel case. |
| 57 | 26 | 2 | Missing radix parameter. | radix | → line 57, col 26: Missing radix parameter. |
| 58 | 16 | 2 | Identifier 'end_time' is not in camel case. | fecs-camelcase | → line 58, col 16: Identifier 'end_time' is not in camel case. |
| 104 | 6 | 2 | Unexpected trailing comma. | comma-dangle | → line 104, col 6: Unexpected trailing comma. |
| 107 | 1 | 2 | "coupon" is not defined. | no-undef | → line 107, col 1: "coupon" is not defined. |
不规范数量:97
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 8, col 5: "navbar" is defined but never used |
| 44 | 5 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 44, col 5: Expected key `entity_type` but `'entity_type'` found. |
| 45 | 5 | 2 | Expected key `entity_list` but `'entity_list'` found. | fecs-properties-quote | → line 45, col 5: Expected key `entity_list` but `'entity_list'` found. |
| 46 | 5 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 46, col 5: Expected key `et` but `'et'` found. |
| 49 | 1 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 49, col 1: Missing JSDoc @return for function. |
| 49 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 49, col 1: Expected exception block, space or tab after "/*" in comment. |
| 49 | 1 | 2 | Missing JSDoc for parameter "currentTime". | fecs-valid-jsdoc | → line 49, col 1: Missing JSDoc for parameter "currentTime". |
| 49 | 1 | 2 | Missing JSDoc for parameter "resp". | fecs-valid-jsdoc | → line 49, col 1: Missing JSDoc for parameter "resp". |
| 49 | 1 | 2 | Missing JSDoc for parameter "productType". | fecs-valid-jsdoc | → line 49, col 1: Missing JSDoc for parameter "productType". |
| 60 | 9 | 2 | Identifier 'start_today' is not in camel case. | fecs-camelcase | → line 60, col 9: Identifier 'start_today' is not in camel case. |
| 62 | 9 | 2 | Identifier 'end_today' is not in camel case. | fecs-camelcase | → line 62, col 9: Identifier 'end_today' is not in camel case. |
| 64 | 9 | 2 | Identifier 'start_tomorrow' is not in camel case. | fecs-camelcase | → line 64, col 9: Identifier 'start_tomorrow' is not in camel case. |
| 65 | 9 | 2 | Identifier 'end_tomorrow' is not in camel case. | fecs-camelcase | → line 65, col 9: Identifier 'end_tomorrow' is not in camel case. |
| 112 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 112, col 1: Expected exception block, space or tab after "/*" in comment. |
| 129 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 129, col 1: Expected exception block, space or tab after "/*" in comment. |
| 130 | 5 | 2 | Identifier 'cart_animation' is not in camel case. | fecs-camelcase | → line 130, col 5: Identifier 'cart_animation' is not in camel case. |
| 143 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 143, col 17: Identifier '_t' is not in camel case. |
| 185 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 185, col 17: Identifier '_t' is not in camel case. |
| 247 | 5 | 2 | Property 'st_au' is not in camel case. | fecs-camelcase | → line 247, col 5: Property 'st_au' is not in camel case. |
| 249 | 19 | 1 | Missing '()' invoking a constructor | new-parens | → line 249, col 19: Missing '()' invoking a constructor |
| 253 | 5 | 2 | Property 'rate_items_config' is not in camel case. | fecs-camelcase | → line 253, col 5: Property 'rate_items_config' is not in camel case. |
| 257 | 9 | 2 | Property 'tag_id' is not in camel case. | fecs-camelcase | → line 257, col 9: Property 'tag_id' is not in camel case. |
| 259 | 9 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 259, col 9: Property 'page_size' is not in camel case. |
| 261 | 5 | 2 | Property 'event_type' is not in camel case. | fecs-camelcase | → line 261, col 5: Property 'event_type' is not in camel case. |
| 284 | 22 | 2 | Identifier 'st_au' is not in camel case. | fecs-camelcase | → line 284, col 22: Identifier 'st_au' is not in camel case. |
| 330 | 21 | 2 | Identifier '_iid' is not in camel case. | fecs-camelcase | → line 330, col 21: Identifier '_iid' is not in camel case. |
| 345 | 38 | 2 | Identifier 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 345, col 38: Identifier 'sku_stock_map' is not in camel case. |
| 410 | 34 | 2 | Identifier 'event_type' is not in camel case. | fecs-camelcase | → line 410, col 34: Identifier 'event_type' is not in camel case. |
| 410 | 52 | 2 | Identifier 'event_type' is not in camel case. | fecs-camelcase | → line 410, col 52: Identifier 'event_type' is not in camel case. |
| 526 | 36 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 526, col 36: A constructor name should not start with a lowercase letter. |
| 582 | 13 | 2 | Property 'total_rate' is not in camel case. | fecs-camelcase | → line 582, col 13: Property 'total_rate' is not in camel case. |
| 583 | 13 | 2 | Property 'total_rate_stars' is not in camel case. | fecs-camelcase | → line 583, col 13: Property 'total_rate_stars' is not in camel case. |
| 584 | 13 | 2 | Property 'rate_tags' is not in camel case. | fecs-camelcase | → line 584, col 13: Property 'rate_tags' is not in camel case. |
| 585 | 13 | 2 | Property 'product_props' is not in camel case. | fecs-camelcase | → line 585, col 13: Property 'product_props' is not in camel case. |
| 662 | 13 | 2 | Identifier 'sku_id_map' is not in camel case. | fecs-camelcase | → line 662, col 13: Identifier 'sku_id_map' is not in camel case. |
| 663 | 13 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 663, col 13: Identifier 'sku_kv_map' is not in camel case. |
| 670 | 24 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 670, col 24: Identifier 'sku_kv_map' is not in camel case. |
| 677 | 28 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 677, col 28: Identifier 'sku_kv_map' is not in camel case. |
| 771 | 32 | 2 | Identifier 'tag_id' is not in camel case. | fecs-camelcase | → line 771, col 32: Identifier 'tag_id' is not in camel case. |
| 772 | 32 | 2 | Identifier 'tag_id' is not in camel case. | fecs-camelcase | → line 772, col 32: Identifier 'tag_id' is not in camel case. |
| 791 | 1 | 2 | Line 791 exceeds the maximum line length of 120. | max-len | → line 791, col 1: Line 791 exceeds the maximum line length of 120. |
| 818 | 17 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 818, col 17: Property 'gmt_begin' is not in camel case. |
| 819 | 17 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 819, col 17: Property 'gmt_end' is not in camel case. |
| 822 | 49 | 2 | Missing radix parameter. | radix | → line 822, col 49: Missing radix parameter. |
| 848 | 5 | 2 | Missing JSDoc for parameter "resp". | fecs-valid-jsdoc | → line 848, col 5: Missing JSDoc for parameter "resp". |
| 849 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 849, col 6: Missing JSDoc description. |
| 859 | 13 | 2 | Identifier 'sku_id_map' is not in camel case. | fecs-camelcase | → line 859, col 13: Identifier 'sku_id_map' is not in camel case. |
| 860 | 13 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 860, col 13: Identifier 'sku_kv_map' is not in camel case. |
| 860 | 13 | 1 | "sku_kv_map" is defined but never used | no-unused-vars | → line 860, col 13: "sku_kv_map" is defined but never used |
| 861 | 13 | 2 | Identifier 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 861, col 13: Identifier 'sku_stock_map' is not in camel case. |
| 874 | 13 | 1 | "len" is defined but never used | no-unused-vars | → line 874, col 13: "len" is defined but never used |
| 879 | 17 | 1 | "that" is defined but never used | no-unused-vars | → line 879, col 17: "that" is defined but never used |
| 880 | 17 | 1 | "oldKey" is defined but never used | no-unused-vars | → line 880, col 17: "oldKey" is defined but never used |
| 894 | 21 | 2 | Property 'origin_prices' is not in camel case. | fecs-camelcase | → line 894, col 21: Property 'origin_prices' is not in camel case. |
| 910 | 23 | 2 | Identifier 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 910, col 23: Identifier 'sku_stock_map' is not in camel case. |
| 965 | 17 | 2 | Identifier 'origin_prices' is not in camel case. | fecs-camelcase | → line 965, col 17: Identifier 'origin_prices' is not in camel case. |
| 996 | 13 | 1 | "app" is defined but never used | no-unused-vars | → line 996, col 13: "app" is defined but never used |
| 997 | 13 | 1 | "stCartNum" is defined but never used | no-unused-vars | → line 997, col 13: "stCartNum" is defined but never used |
| 1049 | 1 | 2 | Line 1049 exceeds the maximum line length of 120. | max-len | → line 1049, col 1: Line 1049 exceeds the maximum line length of 120. |
| 1084 | 13 | 1 | "skuLen" is defined but never used | no-unused-vars | → line 1084, col 13: "skuLen" is defined but never used |
| 1110 | 21 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 1110, col 21: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 1115 | 44 | 1 | Don't make functions within a loop | no-loop-func | → line 1115, col 44: Don't make functions within a loop |
| 1126 | 1 | 2 | Line 1126 exceeds the maximum line length of 120. | max-len | → line 1126, col 1: Line 1126 exceeds the maximum line length of 120. |
| 1150 | 9 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 1150, col 9: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 1155 | 17 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 1155, col 17: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 1173 | 13 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 1173, col 13: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 1173 | 18 | 2 | "key" is not defined. | no-undef | → line 1173, col 18: "key" is not defined. |
| 1174 | 39 | 2 | "key" is not defined. | no-undef | → line 1174, col 39: "key" is not defined. |
| 1175 | 17 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 1175, col 17: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 1175 | 22 | 2 | "id" is not defined. | no-undef | → line 1175, col 22: "id" is not defined. |
| 1176 | 48 | 2 | "id" is not defined. | no-undef | → line 1176, col 48: "id" is not defined. |
| 1207 | 17 | 1 | "skuImgCont" is defined but never used | no-unused-vars | → line 1207, col 17: "skuImgCont" is defined but never used |
| 1336 | 25 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 1336, col 25: Expected key `entity_type` but `'entity_type'` found. |
| 1337 | 25 | 2 | Expected key `entity_list` but `'entity_list'` found. | fecs-properties-quote | → line 1337, col 25: Expected key `entity_list` but `'entity_list'` found. |
| 1338 | 25 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 1338, col 25: Expected key `et` but `'et'` found. |
| 1340 | 29 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 1340, col 29: Expected key `block_name` but `'block_name'` found. |
| 1348 | 29 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 1348, col 29: Property 'sku_id' is not in camel case. |
| 1349 | 29 | 2 | Property 'check_shipping' is not in camel case. | fecs-camelcase | → line 1349, col 29: Property 'check_shipping' is not in camel case. |
| 1364 | 33 | 2 | Identifier 'cart_animation' is not in camel case. | fecs-camelcase | → line 1364, col 33: Identifier 'cart_animation' is not in camel case. |
| 1369 | 38 | 2 | Missing radix parameter. | radix | → line 1369, col 38: Missing radix parameter. |
| 1371 | 37 | 2 | Identifier 'logout_url' is not in camel case. | fecs-camelcase | → line 1371, col 37: Identifier 'logout_url' is not in camel case. |
| 1584 | 1 | 2 | Line 1584 exceeds the maximum line length of 120. | max-len | → line 1584, col 1: Line 1584 exceeds the maximum line length of 120. |
| 1597 | 5 | 2 | Missing JSDoc for parameter "m". | fecs-valid-jsdoc | → line 1597, col 5: Missing JSDoc for parameter "m". |
| 1597 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1597, col 5: Missing JSDoc @return for function. |
| 1597 | 5 | 2 | Missing JSDoc for parameter "n". | fecs-valid-jsdoc | → line 1597, col 5: Missing JSDoc for parameter "n". |
| 1598 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 1598, col 6: Missing JSDoc description. |
| 1612 | 13 | 1 | "j" is defined but never used | no-unused-vars | → line 1612, col 13: "j" is defined but never used |
| 1613 | 13 | 1 | "leftCnt" is defined but never used | no-unused-vars | → line 1613, col 13: "leftCnt" is defined but never used |
| 1636 | 25 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 1636, col 25: Expected exception block, space or tab after "/*" in comment. |
| 1662 | 5 | 2 | Missing JSDoc for parameter "targetArr". | fecs-valid-jsdoc | → line 1662, col 5: Missing JSDoc for parameter "targetArr". |
| 1662 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1662, col 5: Missing JSDoc @return for function. |
| 1663 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 1663, col 6: Missing JSDoc description. |
| 1766 | 1 | 2 | Line 1766 exceeds the maximum line length of 120. | max-len | → line 1766, col 1: Line 1766 exceeds the maximum line length of 120. |
| 1825 | 1 | 2 | Line 1825 exceeds the maximum line length of 120. | max-len | → line 1825, col 1: Line 1825 exceeds the maximum line length of 120. |
| 1826 | 1 | 2 | Line 1826 exceeds the maximum line length of 120. | max-len | → line 1826, col 1: Line 1826 exceeds the maximum line length of 120. |
不规范数量:20
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 3 | 5 | 1 | "uri" is defined but never used | no-unused-vars | → line 3, col 5: "uri" is defined but never used |
| 4 | 5 | 1 | "cookie" is defined but never used | no-unused-vars | → line 4, col 5: "cookie" is defined but never used |
| 14 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 14, col 5: "bbhybrid" is not defined. |
| 20 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 20, col 9: "bbhybrid" is not defined. |
| 21 | 13 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 21, col 13: Expected key `hidden` but `'hidden'` found. |
| 33 | 9 | 2 | "bindEvent" was used before it was defined | no-use-before-define | → line 33, col 9: "bindEvent" was used before it was defined |
| 46 | 21 | 2 | "handleSubmit" was used before it was defined | no-use-before-define | → line 46, col 21: "handleSubmit" was used before it was defined |
| 57 | 13 | 2 | Identifier 'os_version' is not in camel case. | fecs-camelcase | → line 57, col 13: Identifier 'os_version' is not in camel case. |
| 59 | 13 | 2 | Identifier 'app_version' is not in camel case. | fecs-camelcase | → line 59, col 13: Identifier 'app_version' is not in camel case. |
| 60 | 13 | 2 | Identifier 'os_system' is not in camel case. | fecs-camelcase | → line 60, col 13: Identifier 'os_system' is not in camel case. |
| 62 | 13 | 2 | "validate" was used before it was defined | no-use-before-define | → line 62, col 13: "validate" was used before it was defined |
| 67 | 21 | 2 | Expected key `operating_system_version` but `'operating_system_version'` found. | fecs-properties-quote | → line 67, col 21: Expected key `operating_system_version` but `'operating_system_version'` found. |
| 68 | 21 | 2 | Expected key `origin` but `'origin'` found. | fecs-properties-quote | → line 68, col 21: Expected key `origin` but `'origin'` found. |
| 69 | 21 | 2 | Expected key `app_version` but `'app_version'` found. | fecs-properties-quote | → line 69, col 21: Expected key `app_version` but `'app_version'` found. |
| 70 | 21 | 2 | Expected key `operating_system` but `'operating_system'` found. | fecs-properties-quote | → line 70, col 21: Expected key `operating_system` but `'operating_system'` found. |
| 71 | 21 | 2 | Expected key `content` but `'content'` found. | fecs-properties-quote | → line 71, col 21: Expected key `content` but `'content'` found. |
| 78 | 29 | 2 | "bbhybrid" is not defined. | no-undef | → line 78, col 29: "bbhybrid" is not defined. |
| 100 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 100, col 14: Unexpected 'else' after 'return'. |
不规范数量:22
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 12, col 5: "httpurl" is defined but never used |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 14 | 1 | 2 | "common" is not defined. | no-undef | → line 14, col 1: "common" is not defined. |
| 36 | 13 | 2 | "popup" is not defined. | no-undef | → line 36, col 13: "popup" is not defined. |
| 58 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 58, col 17: "bbhybrid" is not defined. |
| 59 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 59, col 17: "bbhybrid" is not defined. |
| 59 | 62 | 2 | "bbhybrid" is not defined. | no-undef | → line 59, col 62: "bbhybrid" is not defined. |
| 76 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 76, col 17: Property 'block_name' is not in camel case. |
| 89 | 13 | 2 | "strs" is not defined. | no-undef | → line 89, col 13: "strs" is not defined. |
| 90 | 33 | 2 | "strs" is not defined. | no-undef | → line 90, col 33: "strs" is not defined. |
| 91 | 28 | 2 | "strs" is not defined. | no-undef | → line 91, col 28: "strs" is not defined. |
| 91 | 62 | 2 | "strs" is not defined. | no-undef | → line 91, col 62: "strs" is not defined. |
| 102 | 13 | 1 | "html" is defined but never used | no-unused-vars | → line 102, col 13: "html" is defined but never used |
| 104 | 13 | 1 | "answerHtml" is defined but never used | no-unused-vars | → line 104, col 13: "answerHtml" is defined but never used |
| 116 | 47 | 2 | ["questionName"] is better written in dot notation. | fecs-dot-notation | → line 116, col 47: ["questionName"] is better written in dot notation. |
| 117 | 45 | 2 | ["answer"] is better written in dot notation. | fecs-dot-notation | → line 117, col 45: ["answer"] is better written in dot notation. |
| 118 | 43 | 2 | ["step"] is better written in dot notation. | fecs-dot-notation | → line 118, col 43: ["step"] is better written in dot notation. |
| 119 | 42 | 2 | ["tip"] is better written in dot notation. | fecs-dot-notation | → line 119, col 42: ["tip"] is better written in dot notation. |
| 127 | 17 | 1 | Unexpected console statement. | no-console | → line 127, col 17: Unexpected console statement. |
| 132 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 132, col 13: "that" is defined but never used |
| 139 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 139, col 21: Property 'block_name' is not in camel case. |
不规范数量:255
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 10 | 5 | 1 | "md5" is defined but never used | no-unused-vars | → line 10, col 5: "md5" is defined but never used |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 14 | 5 | 1 | "config" is defined but never used | no-unused-vars | → line 14, col 5: "config" is defined but never used |
| 15 | 5 | 1 | "amsControl" is defined but never used | no-unused-vars | → line 15, col 5: "amsControl" is defined but never used |
| 17 | 5 | 1 | "compressor" is defined but never used | no-unused-vars | → line 17, col 5: "compressor" is defined but never used |
| 18 | 5 | 1 | "share" is defined but never used | no-unused-vars | → line 18, col 5: "share" is defined but never used |
| 25 | 9 | 2 | Identifier '_config' is not in camel case. | fecs-camelcase | → line 25, col 9: Identifier '_config' is not in camel case. |
| 37 | 9 | 2 | Identifier '_connection' is not in camel case. | fecs-camelcase | → line 37, col 9: Identifier '_connection' is not in camel case. |
| 38 | 9 | 2 | Identifier '_connected' is not in camel case. | fecs-camelcase | → line 38, col 9: Identifier '_connected' is not in camel case. |
| 39 | 9 | 2 | Identifier '_restart' is not in camel case. | fecs-camelcase | → line 39, col 9: Identifier '_restart' is not in camel case. |
| 40 | 9 | 2 | Identifier '_connecting' is not in camel case. | fecs-camelcase | → line 40, col 9: Identifier '_connecting' is not in camel case. |
| 44 | 6 | 2 | Missing JSDoc parameter type for "p_status". | fecs-valid-jsdoc | → line 44, col 6: Missing JSDoc parameter type for "p_status". |
| 44 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 44, col 6: Expected a blank comment line between description and tags. |
| 46 | 14 | 2 | Identifier '_onConnect' is not in camel case. | fecs-camelcase | → line 46, col 14: Identifier '_onConnect' is not in camel case. |
| 46 | 25 | 2 | Identifier 'p_status' is not in camel case. | fecs-camelcase | → line 46, col 25: Identifier 'p_status' is not in camel case. |
| 66 | 30 | 2 | "$pres" is not defined. | no-undef | → line 66, col 30: "$pres" is not defined. |
| 77 | 14 | 2 | Identifier '_reconnect' is not in camel case. | fecs-camelcase | → line 77, col 14: Identifier '_reconnect' is not in camel case. |
| 87 | 5 | 2 | Missing JSDoc for parameter "delay". | fecs-valid-jsdoc | → line 87, col 5: Missing JSDoc for parameter "delay". |
| 90 | 14 | 2 | Identifier '_delayConnect' is not in camel case. | fecs-camelcase | → line 90, col 14: Identifier '_delayConnect' is not in camel case. |
| 91 | 13 | 2 | "customerIm" was used before it was defined | no-use-before-define | → line 91, col 13: "customerIm" was used before it was defined |
| 95 | 17 | 2 | "webIm" is not defined. | no-undef | → line 95, col 17: "webIm" is not defined. |
| 103 | 14 | 2 | Identifier '_callRobot' is not in camel case. | fecs-camelcase | → line 103, col 14: Identifier '_callRobot' is not in camel case. |
| 103 | 14 | 1 | "_callRobot" is defined but never used | no-unused-vars | → line 103, col 14: "_callRobot" is defined but never used |
| 104 | 13 | 2 | "customerIm" was used before it was defined | no-use-before-define | → line 104, col 13: "customerIm" was used before it was defined |
| 112 | 14 | 2 | Identifier '_countTimeout' is not in camel case. | fecs-camelcase | → line 112, col 14: Identifier '_countTimeout' is not in camel case. |
| 112 | 14 | 1 | "_countTimeout" is defined but never used | no-unused-vars | → line 112, col 14: "_countTimeout" is defined but never used |
| 121 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 121, col 5: Missing JSDoc @return for function. |
| 123 | 6 | 2 | Missing JSDoc parameter description for "p_text". | fecs-valid-jsdoc | → line 123, col 6: Missing JSDoc parameter description for "p_text". |
| 123 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 123, col 6: Expected a blank comment line between description and tags. |
| 123 | 6 | 2 | Missing JSDoc parameter type for "p_text". | fecs-valid-jsdoc | → line 123, col 6: Missing JSDoc parameter type for "p_text". |
| 124 | 6 | 2 | Missing JSDoc parameter type for "p_type". | fecs-valid-jsdoc | → line 124, col 6: Missing JSDoc parameter type for "p_type". |
| 126 | 14 | 2 | Identifier '_escapeMesg' is not in camel case. | fecs-camelcase | → line 126, col 14: Identifier '_escapeMesg' is not in camel case. |
| 126 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 126, col 26: Identifier 'p_text' is not in camel case. |
| 126 | 34 | 2 | Identifier 'p_type' is not in camel case. | fecs-camelcase | → line 126, col 34: Identifier 'p_type' is not in camel case. |
| 165 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 165, col 26: Identifier 'p_text' is not in camel case. |
| 169 | 22 | 1 | "i" is already defined | no-redeclare | → line 169, col 22: "i" is already defined |
| 170 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 170, col 26: Identifier 'p_text' is not in camel case. |
| 181 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 181, col 10: Expected a blank comment line between description and tags. |
| 181 | 10 | 2 | Missing JSDoc parameter type for "p_config". | fecs-valid-jsdoc | → line 181, col 10: Missing JSDoc parameter type for "p_config". |
| 183 | 25 | 2 | Identifier 'p_config' is not in camel case. | fecs-camelcase | → line 183, col 25: Identifier 'p_config' is not in camel case. |
| 196 | 44 | 2 | Identifier 'p_token' is not in camel case. | fecs-camelcase | → line 196, col 44: Identifier 'p_token' is not in camel case. |
| 204 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 204, col 9: Missing JSDoc @return for function. |
| 206 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 206, col 10: Expected a blank comment line between description and tags. |
| 206 | 10 | 2 | Missing JSDoc parameter type for "p_text". | fecs-valid-jsdoc | → line 206, col 10: Missing JSDoc parameter type for "p_text". |
| 206 | 10 | 2 | Missing JSDoc parameter description for "p_text". | fecs-valid-jsdoc | → line 206, col 10: Missing JSDoc parameter description for "p_text". |
| 207 | 10 | 2 | Missing JSDoc parameter type for "type". | fecs-valid-jsdoc | → line 207, col 10: Missing JSDoc parameter type for "type". |
| 207 | 19 | 2 | Expected JSDoc for "p_type" but found "type". | fecs-valid-jsdoc | → line 207, col 19: Expected JSDoc for "p_type" but found "type". |
| 209 | 34 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 209, col 34: Identifier 'p_text' is not in camel case. |
| 209 | 42 | 2 | Identifier 'p_type' is not in camel case. | fecs-camelcase | → line 209, col 42: Identifier 'p_type' is not in camel case. |
| 264 | 30 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 264, col 30: Identifier 'p_text' is not in camel case. |
| 268 | 26 | 1 | "i" is already defined | no-redeclare | → line 268, col 26: "i" is already defined |
| 269 | 30 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 269, col 30: Identifier 'p_text' is not in camel case. |
| 275 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 275, col 9: Missing JSDoc @return for function. |
| 277 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 277, col 10: Expected a blank comment line between description and tags. |
| 277 | 10 | 2 | Missing JSDoc parameter type for "p_msg". | fecs-valid-jsdoc | → line 277, col 10: Missing JSDoc parameter type for "p_msg". |
| 277 | 10 | 2 | Missing JSDoc parameter description for "p_msg". | fecs-valid-jsdoc | → line 277, col 10: Missing JSDoc parameter description for "p_msg". |
| 279 | 33 | 2 | Identifier 'p_msg' is not in camel case. | fecs-camelcase | → line 279, col 33: Identifier 'p_msg' is not in camel case. |
| 347 | 31 | 2 | "webIm" is not defined. | no-undef | → line 347, col 31: "webIm" is not defined. |
| 349 | 32 | 2 | "webIm" is not defined. | no-undef | → line 349, col 32: "webIm" is not defined. |
| 350 | 33 | 2 | "webIm" is not defined. | no-undef | → line 350, col 33: "webIm" is not defined. |
| 351 | 34 | 2 | "webIm" is not defined. | no-undef | → line 351, col 34: "webIm" is not defined. |
| 362 | 25 | 2 | Identifier 'total_fee' is not in camel case. | fecs-camelcase | → line 362, col 25: Identifier 'total_fee' is not in camel case. |
| 366 | 25 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 366, col 25: Identifier 'gmt_create' is not in camel case. |
| 369 | 25 | 2 | Property 'total_fee' is not in camel case. | fecs-camelcase | → line 369, col 25: Property 'total_fee' is not in camel case. |
| 373 | 25 | 2 | Property 'gmt_create' is not in camel case. | fecs-camelcase | → line 373, col 25: Property 'gmt_create' is not in camel case. |
| 403 | 3 | 2 | "Strophe" is not defined. | no-undef | → line 403, col 3: "Strophe" is not defined. |
| 405 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 405, col 1: Expected exception block, space or tab after "/*" in comment. |
| 494 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 494, col 17: "bbhybrid" is not defined. |
| 502 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 502, col 21: "bbhybrid" is not defined. |
| 504 | 21 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 504, col 21: Expected exception block, space or tab after "/*" in comment. |
| 517 | 51 | 2 | Missing radix parameter. | radix | → line 517, col 51: Missing radix parameter. |
| 531 | 21 | 1 | Unexpected console statement. | no-console | → line 531, col 21: Unexpected console statement. |
| 542 | 9 | 2 | "webIm" is not defined. | no-undef | → line 542, col 9: "webIm" is not defined. |
| 545 | 25 | 2 | Identifier 'p_callback' is not in camel case. | fecs-camelcase | → line 545, col 25: Identifier 'p_callback' is not in camel case. |
| 598 | 43 | 2 | Identifier 'p_json' is not in camel case. | fecs-camelcase | → line 598, col 43: Identifier 'p_json' is not in camel case. |
| 599 | 17 | 2 | Identifier 'p_json' is not in camel case. | fecs-camelcase | → line 599, col 17: Identifier 'p_json' is not in camel case. |
| 600 | 42 | 2 | Identifier 'p_json' is not in camel case. | fecs-camelcase | → line 600, col 42: Identifier 'p_json' is not in camel case. |
| 677 | 13 | 2 | "$this" is not defined. | no-undef | → line 677, col 13: "$this" is not defined. |
| 678 | 17 | 2 | Identifier 'product_id' is not in camel case. | fecs-camelcase | → line 678, col 17: Identifier 'product_id' is not in camel case. |
| 678 | 30 | 2 | "$this" is not defined. | no-undef | → line 678, col 30: "$this" is not defined. |
| 679 | 17 | 1 | "type" is defined but never used | no-unused-vars | → line 679, col 17: "type" is defined but never used |
| 679 | 24 | 2 | "$this" is not defined. | no-undef | → line 679, col 24: "$this" is not defined. |
| 681 | 17 | 2 | Property 'product_id' is not in camel case. | fecs-camelcase | → line 681, col 17: Property 'product_id' is not in camel case. |
| 682 | 22 | 2 | "$this" is not defined. | no-undef | → line 682, col 22: "$this" is not defined. |
| 683 | 24 | 2 | "$this" is not defined. | no-undef | → line 683, col 24: "$this" is not defined. |
| 684 | 17 | 2 | Property 'price_min' is not in camel case. | fecs-camelcase | → line 684, col 17: Property 'price_min' is not in camel case. |
| 684 | 28 | 2 | "$this" is not defined. | no-undef | → line 684, col 28: "$this" is not defined. |
| 693 | 13 | 2 | "$this" is not defined. | no-undef | → line 693, col 13: "$this" is not defined. |
| 695 | 22 | 2 | "$this" is not defined. | no-undef | → line 695, col 22: "$this" is not defined. |
| 696 | 22 | 2 | "$this" is not defined. | no-undef | → line 696, col 22: "$this" is not defined. |
| 697 | 25 | 2 | "$this" is not defined. | no-undef | → line 697, col 25: "$this" is not defined. |
| 698 | 22 | 2 | "$this" is not defined. | no-undef | → line 698, col 22: "$this" is not defined. |
| 699 | 17 | 2 | Property 'gmt_create' is not in camel case. | fecs-camelcase | → line 699, col 17: Property 'gmt_create' is not in camel case. |
| 699 | 29 | 2 | "$this" is not defined. | no-undef | → line 699, col 29: "$this" is not defined. |
| 700 | 17 | 2 | Property 'total_fee' is not in camel case. | fecs-camelcase | → line 700, col 17: Property 'total_fee' is not in camel case. |
| 700 | 28 | 2 | "$this" is not defined. | no-undef | → line 700, col 28: "$this" is not defined. |
| 701 | 29 | 2 | "$this" is not defined. | no-undef | → line 701, col 29: "$this" is not defined. |
| 702 | 17 | 2 | Property 'seller_id' is not in camel case. | fecs-camelcase | → line 702, col 17: Property 'seller_id' is not in camel case. |
| 703 | 17 | 2 | Property 'buyer_id' is not in camel case. | fecs-camelcase | → line 703, col 17: Property 'buyer_id' is not in camel case. |
| 767 | 13 | 2 | "$this" is not defined. | no-undef | → line 767, col 13: "$this" is not defined. |
| 768 | 13 | 2 | "$toolBox" is not defined. | no-undef | → line 768, col 13: "$toolBox" is not defined. |
| 769 | 26 | 2 | "$this" is not defined. | no-undef | → line 769, col 26: "$this" is not defined. |
| 771 | 17 | 2 | "$this" is not defined. | no-undef | → line 771, col 17: "$this" is not defined. |
| 772 | 17 | 2 | "$toolBox" is not defined. | no-undef | → line 772, col 17: "$toolBox" is not defined. |
| 775 | 17 | 2 | "$this" is not defined. | no-undef | → line 775, col 17: "$this" is not defined. |
| 776 | 17 | 2 | "$toolBox" is not defined. | no-undef | → line 776, col 17: "$toolBox" is not defined. |
| 781 | 30 | 2 | "webIm" is not defined. | no-undef | → line 781, col 30: "webIm" is not defined. |
| 805 | 24 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 805, col 24: Identifier 'p_dom' is not in camel case. |
| 806 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 806, col 13: "that" is defined but never used |
| 816 | 13 | 2 | "touchImg" is not defined. | no-undef | → line 816, col 13: "touchImg" is not defined. |
| 817 | 13 | 2 | "touchImg" is not defined. | no-undef | → line 817, col 13: "touchImg" is not defined. |
| 818 | 13 | 2 | "touchImg" is not defined. | no-undef | → line 818, col 13: "touchImg" is not defined. |
| 828 | 26 | 2 | Identifier 'p_tab' is not in camel case. | fecs-camelcase | → line 828, col 26: Identifier 'p_tab' is not in camel case. |
| 893 | 26 | 2 | Identifier 'p_selector' is not in camel case. | fecs-camelcase | → line 893, col 26: Identifier 'p_selector' is not in camel case. |
| 893 | 38 | 2 | Identifier 'p_callback' is not in camel case. | fecs-camelcase | → line 893, col 38: Identifier 'p_callback' is not in camel case. |
| 894 | 13 | 2 | Identifier '_start' is not in camel case. | fecs-camelcase | → line 894, col 13: Identifier '_start' is not in camel case. |
| 895 | 13 | 2 | Identifier '_end' is not in camel case. | fecs-camelcase | → line 895, col 13: Identifier '_end' is not in camel case. |
| 896 | 13 | 2 | Identifier '_content' is not in camel case. | fecs-camelcase | → line 896, col 13: Identifier '_content' is not in camel case. |
| 959 | 13 | 2 | Identifier 'begin_time' is not in camel case. | fecs-camelcase | → line 959, col 13: Identifier 'begin_time' is not in camel case. |
| 967 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 967, col 17: Property 'page_size' is not in camel case. |
| 968 | 17 | 2 | Property 'begin_time' is not in camel case. | fecs-camelcase | → line 968, col 17: Property 'begin_time' is not in camel case. |
| 991 | 27 | 2 | "webIm" is not defined. | no-undef | → line 991, col 27: "webIm" is not defined. |
| 1009 | 28 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 1009, col 28: Identifier 'gmt_create' is not in camel case. |
| 1009 | 55 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 1009, col 55: Identifier 'gmt_create' is not in camel case. |
| 1010 | 28 | 2 | Identifier 'total_fee' is not in camel case. | fecs-camelcase | → line 1010, col 28: Identifier 'total_fee' is not in camel case. |
| 1010 | 54 | 2 | Identifier 'total_fee' is not in camel case. | fecs-camelcase | → line 1010, col 54: Identifier 'total_fee' is not in camel case. |
| 1057 | 35 | 2 | Missing radix parameter. | radix | → line 1057, col 35: Missing radix parameter. |
| 1096 | 14 | 2 | "webIm" is not defined. | no-undef | → line 1096, col 14: "webIm" is not defined. |
| 1113 | 24 | 2 | "webIm" is not defined. | no-undef | → line 1113, col 24: "webIm" is not defined. |
| 1116 | 19 | 2 | "$msg" is not defined. | no-undef | → line 1116, col 19: "$msg" is not defined. |
| 1118 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1118, col 19: "webIm" is not defined. |
| 1119 | 17 | 2 | "webIm" is not defined. | no-undef | → line 1119, col 17: "webIm" is not defined. |
| 1123 | 9 | 2 | "webIm" is not defined. | no-undef | → line 1123, col 9: "webIm" is not defined. |
| 1146 | 26 | 2 | "webIm" is not defined. | no-undef | → line 1146, col 26: "webIm" is not defined. |
| 1164 | 17 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 1164, col 17: Expected exception block, space or tab after "/*" in comment. |
| 1223 | 13 | 1 | Unexpected console statement. | no-console | → line 1223, col 13: Unexpected console statement. |
| 1289 | 9 | 2 | Expected { after 'for-in'. | curly | → line 1289, col 9: Expected { after 'for-in'. |
| 1291 | 1 | 2 | Line 1291 exceeds the maximum line length of 120. | max-len | → line 1291, col 1: Line 1291 exceeds the maximum line length of 120. |
| 1292 | 10 | 2 | Bad indentation (8 instead 12). | fecs-indent | → line 1292, col 10: Bad indentation (8 instead 12). |
| 1297 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 1297, col 5: Expected exception block, space or tab after "/*" in comment. |
| 1306 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 1306, col 17: Property 'page_size' is not in camel case. |
| 1321 | 28 | 2 | Identifier 'p_data' is not in camel case. | fecs-camelcase | → line 1321, col 28: Identifier 'p_data' is not in camel case. |
| 1323 | 22 | 2 | Identifier 'p_data' is not in camel case. | fecs-camelcase | → line 1323, col 22: Identifier 'p_data' is not in camel case. |
| 1325 | 13 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 1325, col 13: Property 'order_items' is not in camel case. |
| 1345 | 32 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1345, col 32: Identifier 'p_dom' is not in camel case. |
| 1364 | 28 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1364, col 28: Identifier 'p_dom' is not in camel case. |
| 1366 | 1 | 2 | Line 1366 exceeds the maximum line length of 120. | max-len | → line 1366, col 1: Line 1366 exceeds the maximum line length of 120. |
| 1369 | 26 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1369, col 26: Identifier 'p_dom' is not in camel case. |
| 1391 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1391, col 19: "webIm" is not defined. |
| 1396 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 1396, col 13: Property 'entity_type' is not in camel case. |
| 1412 | 13 | 2 | "$this" is not defined. | no-undef | → line 1412, col 13: "$this" is not defined. |
| 1420 | 21 | 2 | "webIm" is not defined. | no-undef | → line 1420, col 21: "webIm" is not defined. |
| 1426 | 17 | 2 | Expected key `jid` but `'jid'` found. | fecs-properties-quote | → line 1426, col 17: Expected key `jid` but `'jid'` found. |
| 1427 | 17 | 2 | Expected key `groupId` but `'groupId'` found. | fecs-properties-quote | → line 1427, col 17: Expected key `groupId` but `'groupId'` found. |
| 1433 | 56 | 2 | "bbhybrid" is not defined. | no-undef | → line 1433, col 56: "bbhybrid" is not defined. |
| 1445 | 39 | 2 | "Strophe" is not defined. | no-undef | → line 1445, col 39: "Strophe" is not defined. |
| 1461 | 17 | 1 | Unexpected console statement. | no-console | → line 1461, col 17: Unexpected console statement. |
| 1477 | 31 | 2 | "Strophe" is not defined. | no-undef | → line 1477, col 31: "Strophe" is not defined. |
| 1486 | 32 | 2 | ["queueSize"] is better written in dot notation. | fecs-dot-notation | → line 1486, col 32: ["queueSize"] is better written in dot notation. |
| 1487 | 32 | 2 | ["title"] is better written in dot notation. | fecs-dot-notation | → line 1487, col 32: ["title"] is better written in dot notation. |
| 1494 | 45 | 2 | "webIm" is not defined. | no-undef | → line 1494, col 45: "webIm" is not defined. |
| 1499 | 31 | 2 | "webIm" is not defined. | no-undef | → line 1499, col 31: "webIm" is not defined. |
| 1509 | 13 | 1 | "msg" is already defined | no-redeclare | → line 1509, col 13: "msg" is already defined |
| 1520 | 13 | 1 | "msg" is already defined | no-redeclare | → line 1520, col 13: "msg" is already defined |
| 1539 | 5 | 2 | Missing JSDoc for parameter "className". | fecs-valid-jsdoc | → line 1539, col 5: Missing JSDoc for parameter "className". |
| 1540 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 1540, col 6: Missing JSDoc description. |
| 1541 | 6 | 2 | Missing JSDoc parameter type for "msg". | fecs-valid-jsdoc | → line 1541, col 6: Missing JSDoc parameter type for "msg". |
| 1542 | 6 | 2 | Missing JSDoc parameter type for "isLongMsg". | fecs-valid-jsdoc | → line 1542, col 6: Missing JSDoc parameter type for "isLongMsg". |
| 1543 | 6 | 2 | Missing JSDoc parameter type for "showConnect". | fecs-valid-jsdoc | → line 1543, col 6: Missing JSDoc parameter type for "showConnect". |
| 1546 | 13 | 1 | "msg" is already defined | no-redeclare | → line 1546, col 13: "msg" is already defined |
| 1573 | 28 | 2 | "webIm" is not defined. | no-undef | → line 1573, col 28: "webIm" is not defined. |
| 1605 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1605, col 19: "webIm" is not defined. |
| 1606 | 13 | 1 | "customerJid" is defined but never used | no-unused-vars | → line 1606, col 13: "customerJid" is defined but never used |
| 1607 | 19 | 2 | "Strophe" is not defined. | no-undef | → line 1607, col 19: "Strophe" is not defined. |
| 1629 | 17 | 1 | Unexpected console statement. | no-console | → line 1629, col 17: Unexpected console statement. |
| 1649 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 1649, col 17: Property 'page_size' is not in camel case. |
| 1669 | 29 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 1669, col 29: Identifier 'price_ori' is not in camel case. |
| 1676 | 21 | 2 | Property 'product_list' is not in camel case. | fecs-camelcase | → line 1676, col 21: Property 'product_list' is not in camel case. |
| 1700 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 1700, col 17: Property 'page_size' is not in camel case. |
| 1713 | 39 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 1713, col 39: Identifier 'gmt_create' is not in camel case. |
| 1713 | 56 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 1713, col 56: Identifier 'gmt_create' is not in camel case. |
| 1726 | 21 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 1726, col 21: Property 'order_items' is not in camel case. |
| 1728 | 21 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 1728, col 21: Identifier 'order_list_template' is not in camel case. |
| 1740 | 35 | 2 | Identifier 'event_type' is not in camel case. | fecs-camelcase | → line 1740, col 35: Identifier 'event_type' is not in camel case. |
| 1752 | 50 | 2 | Missing radix parameter. | radix | → line 1752, col 50: Missing radix parameter. |
| 1756 | 45 | 2 | Missing radix parameter. | radix | → line 1756, col 45: Missing radix parameter. |
| 1760 | 17 | 2 | "order_list_html" is not defined. | no-undef | → line 1760, col 17: "order_list_html" is not defined. |
| 1761 | 47 | 2 | "order_list_html" is not defined. | no-undef | → line 1761, col 47: "order_list_html" is not defined. |
| 1779 | 14 | 2 | "webIm" is not defined. | no-undef | → line 1779, col 14: "webIm" is not defined. |
| 1784 | 19 | 2 | "$msg" is not defined. | no-undef | → line 1784, col 19: "$msg" is not defined. |
| 1786 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1786, col 19: "webIm" is not defined. |
| 1787 | 17 | 2 | "webIm" is not defined. | no-undef | → line 1787, col 17: "webIm" is not defined. |
| 1789 | 1 | 2 | Line 1789 exceeds the maximum line length of 120. | max-len | → line 1789, col 1: Line 1789 exceeds the maximum line length of 120. |
| 1790 | 9 | 2 | "webIm" is not defined. | no-undef | → line 1790, col 9: "webIm" is not defined. |
| 1808 | 14 | 2 | "webIm" is not defined. | no-undef | → line 1808, col 14: "webIm" is not defined. |
| 1813 | 19 | 2 | "$msg" is not defined. | no-undef | → line 1813, col 19: "$msg" is not defined. |
| 1815 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1815, col 19: "webIm" is not defined. |
| 1816 | 17 | 2 | "webIm" is not defined. | no-undef | → line 1816, col 17: "webIm" is not defined. |
| 1818 | 1 | 2 | Line 1818 exceeds the maximum line length of 120. | max-len | → line 1818, col 1: Line 1818 exceeds the maximum line length of 120. |
| 1819 | 9 | 2 | "webIm" is not defined. | no-undef | → line 1819, col 9: "webIm" is not defined. |
| 1847 | 1 | 2 | Line 1847 exceeds the maximum line length of 120. | max-len | → line 1847, col 1: Line 1847 exceeds the maximum line length of 120. |
| 1873 | 31 | 2 | "Strophe" is not defined. | no-undef | → line 1873, col 31: "Strophe" is not defined. |
| 1889 | 18 | 2 | "webIm" is not defined. | no-undef | → line 1889, col 18: "webIm" is not defined. |
| 1900 | 1 | 2 | Line 1900 exceeds the maximum line length of 120. | max-len | → line 1900, col 1: Line 1900 exceeds the maximum line length of 120. |
| 1905 | 13 | 1 | "pixel" is defined but never used | no-unused-vars | → line 1905, col 13: "pixel" is defined but never used |
| 1929 | 17 | 2 | Expected key `upsign` but `'upsign'` found. | fecs-properties-quote | → line 1929, col 17: Expected key `upsign` but `'upsign'` found. |
| 1946 | 1 | 2 | Line 1946 exceeds the maximum line length of 120. | max-len | → line 1946, col 1: Line 1946 exceeds the maximum line length of 120. |
| 1947 | 43 | 2 | "$msg" is not defined. | no-undef | → line 1947, col 43: "$msg" is not defined. |
| 1949 | 43 | 2 | "webIm" is not defined. | no-undef | → line 1949, col 43: "webIm" is not defined. |
| 1950 | 41 | 2 | "webIm" is not defined. | no-undef | → line 1950, col 41: "webIm" is not defined. |
| 1953 | 33 | 2 | "webIm" is not defined. | no-undef | → line 1953, col 33: "webIm" is not defined. |
| 1972 | 17 | 1 | Unexpected console statement. | no-console | → line 1972, col 17: Unexpected console statement. |
| 1990 | 25 | 2 | Property 'moment_id' is not in camel case. | fecs-camelcase | → line 1990, col 25: Property 'moment_id' is not in camel case. |
| 2008 | 33 | 2 | Property 'product_id' is not in camel case. | fecs-camelcase | → line 2008, col 33: Property 'product_id' is not in camel case. |
| 2011 | 33 | 2 | Property 'price_min' is not in camel case. | fecs-camelcase | → line 2011, col 33: Property 'price_min' is not in camel case. |
| 2012 | 46 | 2 | Unexpected trailing comma. | comma-dangle | → line 2012, col 46: Unexpected trailing comma. |
| 2031 | 33 | 2 | Property 'product_id' is not in camel case. | fecs-camelcase | → line 2031, col 33: Property 'product_id' is not in camel case. |
| 2034 | 33 | 2 | Property 'price_min' is not in camel case. | fecs-camelcase | → line 2034, col 33: Property 'price_min' is not in camel case. |
| 2035 | 43 | 2 | Unexpected trailing comma. | comma-dangle | → line 2035, col 43: Unexpected trailing comma. |
| 2063 | 29 | 2 | Property 'gmt_create' is not in camel case. | fecs-camelcase | → line 2063, col 29: Property 'gmt_create' is not in camel case. |
| 2064 | 29 | 2 | Property 'total_fee' is not in camel case. | fecs-camelcase | → line 2064, col 29: Property 'total_fee' is not in camel case. |
| 2065 | 29 | 2 | Property 'seller_id' is not in camel case. | fecs-camelcase | → line 2065, col 29: Property 'seller_id' is not in camel case. |
| 2066 | 29 | 2 | Property 'buyer_id' is not in camel case. | fecs-camelcase | → line 2066, col 29: Property 'buyer_id' is not in camel case. |
| 2082 | 23 | 2 | "$msg" is not defined. | no-undef | → line 2082, col 23: "$msg" is not defined. |
| 2084 | 23 | 2 | "webIm" is not defined. | no-undef | → line 2084, col 23: "webIm" is not defined. |
| 2085 | 21 | 2 | "webIm" is not defined. | no-undef | → line 2085, col 21: "webIm" is not defined. |
| 2087 | 1 | 2 | Line 2087 exceeds the maximum line length of 120. | max-len | → line 2087, col 1: Line 2087 exceeds the maximum line length of 120. |
| 2088 | 13 | 2 | "webIm" is not defined. | no-undef | → line 2088, col 13: "webIm" is not defined. |
| 2099 | 17 | 1 | "curTime" is already defined | no-redeclare | → line 2099, col 17: "curTime" is already defined |
| 2100 | 17 | 1 | "msg" is already defined | no-redeclare | → line 2100, col 17: "msg" is already defined |
| 2100 | 23 | 2 | "$msg" is not defined. | no-undef | → line 2100, col 23: "$msg" is not defined. |
| 2102 | 23 | 2 | "webIm" is not defined. | no-undef | → line 2102, col 23: "webIm" is not defined. |
| 2103 | 21 | 2 | "webIm" is not defined. | no-undef | → line 2103, col 21: "webIm" is not defined. |
| 2105 | 1 | 2 | Line 2105 exceeds the maximum line length of 120. | max-len | → line 2105, col 1: Line 2105 exceeds the maximum line length of 120. |
| 2106 | 13 | 2 | "webIm" is not defined. | no-undef | → line 2106, col 13: "webIm" is not defined. |
| 2107 | 17 | 1 | "tpl" is already defined | no-redeclare | → line 2107, col 17: "tpl" is already defined |
| 2109 | 17 | 1 | "html" is already defined | no-redeclare | → line 2109, col 17: "html" is already defined |
| 2118 | 40 | 2 | "Base64" is not defined. | no-undef | → line 2118, col 40: "Base64" is not defined. |
| 2118 | 72 | 2 | "MD5" is not defined. | no-undef | → line 2118, col 72: "MD5" is not defined. |
| 2127 | 22 | 2 | "webIm" is not defined. | no-undef | → line 2127, col 22: "webIm" is not defined. |
| 2149 | 13 | 2 | "webIm" is not defined. | no-undef | → line 2149, col 13: "webIm" is not defined. |
| 2187 | 24 | 2 | "Strophe" is not defined. | no-undef | → line 2187, col 24: "Strophe" is not defined. |
| 2187 | 51 | 2 | "webIm" is not defined. | no-undef | → line 2187, col 51: "webIm" is not defined. |
| 2189 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 2189, col 13: Expected key `type` but `'type'` found. |
| 2190 | 13 | 2 | Expected key `value` but `'value'` found. | fecs-properties-quote | → line 2190, col 13: Expected key `value` but `'value'` found. |
| 2191 | 13 | 2 | Expected key `userid` but `'userid'` found. | fecs-properties-quote | → line 2191, col 13: Expected key `userid` but `'userid'` found. |
| 2192 | 13 | 2 | Expected key `userresource` but `'userresource'` found. | fecs-properties-quote | → line 2192, col 13: Expected key `userresource` but `'userresource'` found. |
| 2193 | 13 | 2 | Expected key `groupid` but `'groupid'` found. | fecs-properties-quote | → line 2193, col 13: Expected key `groupid` but `'groupid'` found. |
| 2194 | 13 | 2 | Expected key `customerid` but `'customerid'` found. | fecs-properties-quote | → line 2194, col 13: Expected key `customerid` but `'customerid'` found. |
| 2197 | 13 | 2 | Expected key `uid` but `'uid'` found. | fecs-properties-quote | → line 2197, col 13: Expected key `uid` but `'uid'` found. |
| 2198 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 2198, col 13: Expected key `type` but `'type'` found. |
| 2199 | 13 | 2 | Expected key `info` but `'info'` found. | fecs-properties-quote | → line 2199, col 13: Expected key `info` but `'info'` found. |
| 2202 | 40 | 2 | "Base64" is not defined. | no-undef | → line 2202, col 40: "Base64" is not defined. |
| 2202 | 72 | 2 | "MD5" is not defined. | no-undef | → line 2202, col 72: "MD5" is not defined. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 5 | 1 | "common" is defined but never used | no-unused-vars | → line 8, col 5: "common" is defined but never used |
| 9 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 9, col 5: "navbar" is defined but never used |
不规范数量:197
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | "faqsCallBack" is not defined. | no-undef | → line 1, col 1: "faqsCallBack" is not defined. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 2 | 5 | 2 | Expected key `data` but `'data'` found. | fecs-properties-quote | → line 2, col 5: Expected key `data` but `'data'` found. |
| 4 | 13 | 2 | Expected key `categoryName` but `'categoryName'` found. | fecs-properties-quote | → line 4, col 13: Expected key `categoryName` but `'categoryName'` found. |
| 5 | 13 | 2 | Expected key `faqs` but `'faqs'` found. | fecs-properties-quote | → line 5, col 13: Expected key `faqs` but `'faqs'` found. |
| 7 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 7, col 21: Expected key `questionName` but `'questionName'` found. |
| 8 | 1 | 2 | Line 8 exceeds the maximum line length of 120. | max-len | → line 8, col 1: Line 8 exceeds the maximum line length of 120. |
| 8 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 8, col 21: Expected key `answer` but `'answer'` found. |
| 9 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 9, col 21: Expected key `step` but `'step'` found. |
| 10 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 10, col 21: Expected key `tip` but `'tip'` found. |
| 13 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 13, col 21: Expected key `questionName` but `'questionName'` found. |
| 14 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 14, col 21: Expected key `answer` but `'answer'` found. |
| 15 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 15, col 21: Expected key `step` but `'step'` found. |
| 16 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 16, col 21: Expected key `tip` but `'tip'` found. |
| 19 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 19, col 21: Expected key `questionName` but `'questionName'` found. |
| 20 | 1 | 2 | Line 20 exceeds the maximum line length of 120. | max-len | → line 20, col 1: Line 20 exceeds the maximum line length of 120. |
| 20 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 20, col 21: Expected key `answer` but `'answer'` found. |
| 21 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 21, col 21: Expected key `step` but `'step'` found. |
| 22 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 22, col 21: Expected key `tip` but `'tip'` found. |
| 25 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 25, col 21: Expected key `questionName` but `'questionName'` found. |
| 26 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 26, col 21: Expected key `answer` but `'answer'` found. |
| 27 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 27, col 21: Expected key `step` but `'step'` found. |
| 28 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 28, col 21: Expected key `tip` but `'tip'` found. |
| 31 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 31, col 21: Expected key `questionName` but `'questionName'` found. |
| 32 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 32, col 21: Expected key `answer` but `'answer'` found. |
| 33 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 33, col 21: Expected key `step` but `'step'` found. |
| 34 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 34, col 21: Expected key `tip` but `'tip'` found. |
| 37 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 37, col 21: Expected key `questionName` but `'questionName'` found. |
| 38 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 38, col 21: Expected key `answer` but `'answer'` found. |
| 39 | 1 | 2 | Line 39 exceeds the maximum line length of 120. | max-len | → line 39, col 1: Line 39 exceeds the maximum line length of 120. |
| 39 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 39, col 21: Expected key `step` but `'step'` found. |
| 40 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 40, col 21: Expected key `tip` but `'tip'` found. |
| 43 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 43, col 21: Expected key `questionName` but `'questionName'` found. |
| 44 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 44, col 21: Expected key `answer` but `'answer'` found. |
| 45 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 45, col 21: Expected key `step` but `'step'` found. |
| 46 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 46, col 21: Expected key `tip` but `'tip'` found. |
| 49 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 49, col 21: Expected key `questionName` but `'questionName'` found. |
| 50 | 1 | 2 | Line 50 exceeds the maximum line length of 120. | max-len | → line 50, col 1: Line 50 exceeds the maximum line length of 120. |
| 50 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 50, col 21: Expected key `answer` but `'answer'` found. |
| 51 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 51, col 21: Expected key `step` but `'step'` found. |
| 52 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 52, col 21: Expected key `tip` but `'tip'` found. |
| 57 | 13 | 2 | Expected key `categoryName` but `'categoryName'` found. | fecs-properties-quote | → line 57, col 13: Expected key `categoryName` but `'categoryName'` found. |
| 58 | 13 | 2 | Expected key `faqs` but `'faqs'` found. | fecs-properties-quote | → line 58, col 13: Expected key `faqs` but `'faqs'` found. |
| 60 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 60, col 21: Expected key `questionName` but `'questionName'` found. |
| 61 | 1 | 2 | Line 61 exceeds the maximum line length of 120. | max-len | → line 61, col 1: Line 61 exceeds the maximum line length of 120. |
| 61 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 61, col 21: Expected key `answer` but `'answer'` found. |
| 62 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 62, col 21: Expected key `step` but `'step'` found. |
| 63 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 63, col 21: Expected key `tip` but `'tip'` found. |
| 66 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 66, col 21: Expected key `questionName` but `'questionName'` found. |
| 67 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 67, col 21: Expected key `answer` but `'answer'` found. |
| 68 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 68, col 21: Expected key `step` but `'step'` found. |
| 69 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 69, col 21: Expected key `tip` but `'tip'` found. |
| 72 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 72, col 21: Expected key `questionName` but `'questionName'` found. |
| 73 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 73, col 21: Expected key `answer` but `'answer'` found. |
| 74 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 74, col 21: Expected key `step` but `'step'` found. |
| 75 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 75, col 21: Expected key `tip` but `'tip'` found. |
| 78 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 78, col 21: Expected key `questionName` but `'questionName'` found. |
| 79 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 79, col 21: Expected key `answer` but `'answer'` found. |
| 80 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 80, col 21: Expected key `step` but `'step'` found. |
| 81 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 81, col 21: Expected key `tip` but `'tip'` found. |
| 84 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 84, col 21: Expected key `questionName` but `'questionName'` found. |
| 85 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 85, col 21: Expected key `answer` but `'answer'` found. |
| 86 | 1 | 2 | Line 86 exceeds the maximum line length of 120. | max-len | → line 86, col 1: Line 86 exceeds the maximum line length of 120. |
| 86 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 86, col 21: Expected key `step` but `'step'` found. |
| 87 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 87, col 21: Expected key `tip` but `'tip'` found. |
| 90 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 90, col 21: Expected key `questionName` but `'questionName'` found. |
| 91 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 91, col 21: Expected key `answer` but `'answer'` found. |
| 92 | 1 | 2 | Line 92 exceeds the maximum line length of 120. | max-len | → line 92, col 1: Line 92 exceeds the maximum line length of 120. |
| 92 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 92, col 21: Expected key `step` but `'step'` found. |
| 93 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 93, col 21: Expected key `tip` but `'tip'` found. |
| 96 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 96, col 21: Expected key `questionName` but `'questionName'` found. |
| 97 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 97, col 21: Expected key `answer` but `'answer'` found. |
| 98 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 98, col 21: Expected key `step` but `'step'` found. |
| 99 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 99, col 21: Expected key `tip` but `'tip'` found. |
| 102 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 102, col 21: Expected key `questionName` but `'questionName'` found. |
| 103 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 103, col 21: Expected key `answer` but `'answer'` found. |
| 104 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 104, col 21: Expected key `step` but `'step'` found. |
| 105 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 105, col 21: Expected key `tip` but `'tip'` found. |
| 110 | 13 | 2 | Expected key `categoryName` but `'categoryName'` found. | fecs-properties-quote | → line 110, col 13: Expected key `categoryName` but `'categoryName'` found. |
| 111 | 13 | 2 | Expected key `faqs` but `'faqs'` found. | fecs-properties-quote | → line 111, col 13: Expected key `faqs` but `'faqs'` found. |
| 113 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 113, col 21: Expected key `questionName` but `'questionName'` found. |
| 114 | 1 | 2 | Line 114 exceeds the maximum line length of 120. | max-len | → line 114, col 1: Line 114 exceeds the maximum line length of 120. |
| 114 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 114, col 21: Expected key `answer` but `'answer'` found. |
| 115 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 115, col 21: Expected key `step` but `'step'` found. |
| 116 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 116, col 21: Expected key `tip` but `'tip'` found. |
| 119 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 119, col 21: Expected key `questionName` but `'questionName'` found. |
| 120 | 1 | 2 | Line 120 exceeds the maximum line length of 120. | max-len | → line 120, col 1: Line 120 exceeds the maximum line length of 120. |
| 120 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 120, col 21: Expected key `answer` but `'answer'` found. |
| 121 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 121, col 21: Expected key `step` but `'step'` found. |
| 122 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 122, col 21: Expected key `tip` but `'tip'` found. |
| 125 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 125, col 21: Expected key `questionName` but `'questionName'` found. |
| 126 | 1 | 2 | Line 126 exceeds the maximum line length of 120. | max-len | → line 126, col 1: Line 126 exceeds the maximum line length of 120. |
| 126 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 126, col 21: Expected key `answer` but `'answer'` found. |
| 127 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 127, col 21: Expected key `step` but `'step'` found. |
| 128 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 128, col 21: Expected key `tip` but `'tip'` found. |
| 131 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 131, col 21: Expected key `questionName` but `'questionName'` found. |
| 132 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 132, col 21: Expected key `answer` but `'answer'` found. |
| 133 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 133, col 21: Expected key `step` but `'step'` found. |
| 134 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 134, col 21: Expected key `tip` but `'tip'` found. |
| 137 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 137, col 21: Expected key `questionName` but `'questionName'` found. |
| 138 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 138, col 21: Expected key `answer` but `'answer'` found. |
| 139 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 139, col 21: Expected key `step` but `'step'` found. |
| 140 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 140, col 21: Expected key `tip` but `'tip'` found. |
| 143 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 143, col 21: Expected key `questionName` but `'questionName'` found. |
| 144 | 1 | 2 | Line 144 exceeds the maximum line length of 120. | max-len | → line 144, col 1: Line 144 exceeds the maximum line length of 120. |
| 144 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 144, col 21: Expected key `answer` but `'answer'` found. |
| 145 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 145, col 21: Expected key `step` but `'step'` found. |
| 146 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 146, col 21: Expected key `tip` but `'tip'` found. |
| 149 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 149, col 21: Expected key `questionName` but `'questionName'` found. |
| 150 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 150, col 21: Expected key `answer` but `'answer'` found. |
| 151 | 1 | 2 | Line 151 exceeds the maximum line length of 120. | max-len | → line 151, col 1: Line 151 exceeds the maximum line length of 120. |
| 151 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 151, col 21: Expected key `step` but `'step'` found. |
| 152 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 152, col 21: Expected key `tip` but `'tip'` found. |
| 155 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 155, col 21: Expected key `questionName` but `'questionName'` found. |
| 156 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 156, col 21: Expected key `answer` but `'answer'` found. |
| 157 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 157, col 21: Expected key `step` but `'step'` found. |
| 158 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 158, col 21: Expected key `tip` but `'tip'` found. |
| 163 | 13 | 2 | Expected key `categoryName` but `'categoryName'` found. | fecs-properties-quote | → line 163, col 13: Expected key `categoryName` but `'categoryName'` found. |
| 164 | 13 | 2 | Expected key `faqs` but `'faqs'` found. | fecs-properties-quote | → line 164, col 13: Expected key `faqs` but `'faqs'` found. |
| 166 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 166, col 21: Expected key `questionName` but `'questionName'` found. |
| 167 | 1 | 2 | Line 167 exceeds the maximum line length of 120. | max-len | → line 167, col 1: Line 167 exceeds the maximum line length of 120. |
| 167 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 167, col 21: Expected key `answer` but `'answer'` found. |
| 168 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 168, col 21: Expected key `step` but `'step'` found. |
| 169 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 169, col 21: Expected key `tip` but `'tip'` found. |
| 172 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 172, col 21: Expected key `questionName` but `'questionName'` found. |
| 173 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 173, col 21: Expected key `answer` but `'answer'` found. |
| 174 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 174, col 21: Expected key `step` but `'step'` found. |
| 175 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 175, col 21: Expected key `tip` but `'tip'` found. |
| 178 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 178, col 21: Expected key `questionName` but `'questionName'` found. |
| 179 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 179, col 21: Expected key `answer` but `'answer'` found. |
| 180 | 1 | 2 | Line 180 exceeds the maximum line length of 120. | max-len | → line 180, col 1: Line 180 exceeds the maximum line length of 120. |
| 180 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 180, col 21: Expected key `step` but `'step'` found. |
| 181 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 181, col 21: Expected key `tip` but `'tip'` found. |
| 184 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 184, col 21: Expected key `questionName` but `'questionName'` found. |
| 185 | 1 | 2 | Line 185 exceeds the maximum line length of 120. | max-len | → line 185, col 1: Line 185 exceeds the maximum line length of 120. |
| 185 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 185, col 21: Expected key `answer` but `'answer'` found. |
| 186 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 186, col 21: Expected key `step` but `'step'` found. |
| 187 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 187, col 21: Expected key `tip` but `'tip'` found. |
| 190 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 190, col 21: Expected key `questionName` but `'questionName'` found. |
| 191 | 1 | 2 | Line 191 exceeds the maximum line length of 120. | max-len | → line 191, col 1: Line 191 exceeds the maximum line length of 120. |
| 191 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 191, col 21: Expected key `answer` but `'answer'` found. |
| 192 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 192, col 21: Expected key `step` but `'step'` found. |
| 193 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 193, col 21: Expected key `tip` but `'tip'` found. |
| 196 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 196, col 21: Expected key `questionName` but `'questionName'` found. |
| 197 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 197, col 21: Expected key `answer` but `'answer'` found. |
| 198 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 198, col 21: Expected key `step` but `'step'` found. |
| 199 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 199, col 21: Expected key `tip` but `'tip'` found. |
| 202 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 202, col 21: Expected key `questionName` but `'questionName'` found. |
| 203 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 203, col 21: Expected key `answer` but `'answer'` found. |
| 204 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 204, col 21: Expected key `step` but `'step'` found. |
| 205 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 205, col 21: Expected key `tip` but `'tip'` found. |
| 208 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 208, col 21: Expected key `questionName` but `'questionName'` found. |
| 209 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 209, col 21: Expected key `answer` but `'answer'` found. |
| 210 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 210, col 21: Expected key `step` but `'step'` found. |
| 211 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 211, col 21: Expected key `tip` but `'tip'` found. |
| 216 | 13 | 2 | Expected key `categoryName` but `'categoryName'` found. | fecs-properties-quote | → line 216, col 13: Expected key `categoryName` but `'categoryName'` found. |
| 217 | 13 | 2 | Expected key `faqs` but `'faqs'` found. | fecs-properties-quote | → line 217, col 13: Expected key `faqs` but `'faqs'` found. |
| 219 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 219, col 21: Expected key `questionName` but `'questionName'` found. |
| 220 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 220, col 21: Expected key `answer` but `'answer'` found. |
| 221 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 221, col 21: Expected key `step` but `'step'` found. |
| 222 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 222, col 21: Expected key `tip` but `'tip'` found. |
| 225 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 225, col 21: Expected key `questionName` but `'questionName'` found. |
| 226 | 1 | 2 | Line 226 exceeds the maximum line length of 120. | max-len | → line 226, col 1: Line 226 exceeds the maximum line length of 120. |
| 226 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 226, col 21: Expected key `answer` but `'answer'` found. |
| 227 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 227, col 21: Expected key `step` but `'step'` found. |
| 228 | 1 | 2 | Line 228 exceeds the maximum line length of 120. | max-len | → line 228, col 1: Line 228 exceeds the maximum line length of 120. |
| 228 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 228, col 21: Expected key `tip` but `'tip'` found. |
| 231 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 231, col 21: Expected key `questionName` but `'questionName'` found. |
| 232 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 232, col 21: Expected key `answer` but `'answer'` found. |
| 233 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 233, col 21: Expected key `step` but `'step'` found. |
| 234 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 234, col 21: Expected key `tip` but `'tip'` found. |
| 237 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 237, col 21: Expected key `questionName` but `'questionName'` found. |
| 238 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 238, col 21: Expected key `answer` but `'answer'` found. |
| 239 | 1 | 2 | Line 239 exceeds the maximum line length of 120. | max-len | → line 239, col 1: Line 239 exceeds the maximum line length of 120. |
| 239 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 239, col 21: Expected key `step` but `'step'` found. |
| 240 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 240, col 21: Expected key `tip` but `'tip'` found. |
| 243 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 243, col 21: Expected key `questionName` but `'questionName'` found. |
| 244 | 1 | 2 | Line 244 exceeds the maximum line length of 120. | max-len | → line 244, col 1: Line 244 exceeds the maximum line length of 120. |
| 244 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 244, col 21: Expected key `answer` but `'answer'` found. |
| 245 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 245, col 21: Expected key `step` but `'step'` found. |
| 246 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 246, col 21: Expected key `tip` but `'tip'` found. |
| 249 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 249, col 21: Expected key `questionName` but `'questionName'` found. |
| 250 | 1 | 2 | Line 250 exceeds the maximum line length of 120. | max-len | → line 250, col 1: Line 250 exceeds the maximum line length of 120. |
| 250 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 250, col 21: Expected key `answer` but `'answer'` found. |
| 251 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 251, col 21: Expected key `step` but `'step'` found. |
| 252 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 252, col 21: Expected key `tip` but `'tip'` found. |
| 255 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 255, col 21: Expected key `questionName` but `'questionName'` found. |
| 256 | 1 | 2 | Line 256 exceeds the maximum line length of 120. | max-len | → line 256, col 1: Line 256 exceeds the maximum line length of 120. |
| 256 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 256, col 21: Expected key `answer` but `'answer'` found. |
| 257 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 257, col 21: Expected key `step` but `'step'` found. |
| 258 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 258, col 21: Expected key `tip` but `'tip'` found. |
| 261 | 21 | 2 | Expected key `questionName` but `'questionName'` found. | fecs-properties-quote | → line 261, col 21: Expected key `questionName` but `'questionName'` found. |
| 262 | 21 | 2 | Expected key `answer` but `'answer'` found. | fecs-properties-quote | → line 262, col 21: Expected key `answer` but `'answer'` found. |
| 263 | 1 | 2 | Line 263 exceeds the maximum line length of 120. | max-len | → line 263, col 1: Line 263 exceeds the maximum line length of 120. |
| 263 | 21 | 2 | Expected key `step` but `'step'` found. | fecs-properties-quote | → line 263, col 21: Expected key `step` but `'step'` found. |
| 264 | 21 | 2 | Expected key `tip` but `'tip'` found. | fecs-properties-quote | → line 264, col 21: Expected key `tip` but `'tip'` found. |
不规范数量:23
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 92 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 92, col 17: "bbhybrid" is not defined. |
| 94 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 94, col 17: "bbhybrid" is not defined. |
| 94 | 62 | 2 | "bbhybrid" is not defined. | no-undef | → line 94, col 62: "bbhybrid" is not defined. |
| 96 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 96, col 17: "bbhybrid" is not defined. |
| 98 | 54 | 2 | "bbhybrid" is not defined. | no-undef | → line 98, col 54: "bbhybrid" is not defined. |
| 230 | 9 | 2 | "popup" was used before it was defined | no-use-before-define | → line 230, col 9: "popup" was used before it was defined |
| 242 | 36 | 2 | "bbhybrid" is not defined. | no-undef | → line 242, col 36: "bbhybrid" is not defined. |
| 242 | 81 | 2 | "bbhybrid" is not defined. | no-undef | → line 242, col 81: "bbhybrid" is not defined. |
| 271 | 36 | 2 | "bbhybrid" is not defined. | no-undef | → line 271, col 36: "bbhybrid" is not defined. |
| 273 | 54 | 2 | "bbhybrid" is not defined. | no-undef | → line 273, col 54: "bbhybrid" is not defined. |
| 285 | 40 | 2 | "Base64" is not defined. | no-undef | → line 285, col 40: "Base64" is not defined. |
| 285 | 72 | 2 | "MD5" is not defined. | no-undef | → line 285, col 72: "MD5" is not defined. |
| 324 | 30 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 324, col 30: Identifier 'p_text' is not in camel case. |
| 324 | 38 | 2 | Identifier 'p_type' is not in camel case. | fecs-camelcase | → line 324, col 38: Identifier 'p_type' is not in camel case. |
| 379 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 379, col 26: Identifier 'p_text' is not in camel case. |
| 383 | 22 | 1 | "i" is already defined | no-redeclare | → line 383, col 22: "i" is already defined |
| 384 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 384, col 26: Identifier 'p_text' is not in camel case. |
| 392 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 392, col 13: Property 'entity_type' is not in camel case. |
| 393 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 393, col 13: Property 'entity_list' is not in camel case. |
| 396 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 396, col 17: Property 'block_name' is not in camel case. |
| 463 | 1 | 2 | Line 463 exceeds the maximum line length of 120. | max-len | → line 463, col 1: Line 463 exceeds the maximum line length of 120. |
| 468 | 1 | 2 | Line 468 exceeds the maximum line length of 120. | max-len | → line 468, col 1: Line 468 exceeds the maximum line length of 120. |
不规范数量:300
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 1 | 42 | 2 | Shadowing of global property "undefined". | no-shadow-restricted-names | → line 1, col 42: Shadowing of global property "undefined". |
| 20 | 5 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 20, col 5: Use @return instead. |
| 22 | 6 | 2 | Missing JSDoc parameter description for "fn". | fecs-valid-jsdoc | → line 22, col 6: Missing JSDoc parameter description for "fn". |
| 22 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 22, col 6: Expected a blank comment line between description and tags. |
| 23 | 6 | 2 | Missing JSDoc parameter description for "timeout". | fecs-valid-jsdoc | → line 23, col 6: Missing JSDoc parameter description for "timeout". |
| 23 | 12 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 23, col 12: Expected JSDoc type name "number" but "Number" found. |
| 24 | 6 | 2 | Missing JSDoc parameter description for "context". | fecs-valid-jsdoc | → line 24, col 6: Missing JSDoc parameter description for "context". |
| 25 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 25, col 6: Use @return instead. |
| 35 | 6 | 2 | Missing JSDoc parameter description for "arg". | fecs-valid-jsdoc | → line 35, col 6: Missing JSDoc parameter description for "arg". |
| 35 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 35, col 6: Expected a blank comment line between description and tags. |
| 36 | 6 | 2 | Missing JSDoc parameter description for "fn". | fecs-valid-jsdoc | → line 36, col 6: Missing JSDoc parameter description for "fn". |
| 36 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 36, col 12: Expected JSDoc type name "string" but "String" found. |
| 37 | 6 | 2 | Missing JSDoc parameter description for "context". | fecs-valid-jsdoc | → line 37, col 6: Missing JSDoc parameter description for "context". |
| 38 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 38, col 6: Use @return instead. |
| 38 | 14 | 2 | Expected JSDoc type name "boolean" but "Boolean" found. | fecs-valid-jsdoc | → line 38, col 14: Expected JSDoc type name "boolean" but "Boolean" found. |
| 51 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 51, col 6: Expected a blank comment line between description and tags. |
| 51 | 6 | 2 | Missing JSDoc parameter description for "obj". | fecs-valid-jsdoc | → line 51, col 6: Missing JSDoc parameter description for "obj". |
| 52 | 6 | 2 | Missing JSDoc parameter description for "iterator". | fecs-valid-jsdoc | → line 52, col 6: Missing JSDoc parameter description for "iterator". |
| 53 | 6 | 2 | Missing JSDoc parameter description for "context". | fecs-valid-jsdoc | → line 53, col 6: Missing JSDoc parameter description for "context". |
| 72 | 13 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 72, col 13: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 81 | 6 | 2 | Missing JSDoc parameter description for "dest". | fecs-valid-jsdoc | → line 81, col 6: Missing JSDoc parameter description for "dest". |
| 81 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 81, col 6: Expected a blank comment line between description and tags. |
| 82 | 6 | 2 | Missing JSDoc parameter description for "src". | fecs-valid-jsdoc | → line 82, col 6: Missing JSDoc parameter description for "src". |
| 83 | 6 | 2 | Missing JSDoc parameter description for "merge". | fecs-valid-jsdoc | → line 83, col 6: Missing JSDoc parameter description for "merge". |
| 84 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 84, col 6: Use @return instead. |
| 100 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 100, col 6: Expected a blank comment line between description and tags. |
| 100 | 6 | 2 | Missing JSDoc parameter description for "dest". | fecs-valid-jsdoc | → line 100, col 6: Missing JSDoc parameter description for "dest". |
| 101 | 6 | 2 | Missing JSDoc parameter description for "src". | fecs-valid-jsdoc | → line 101, col 6: Missing JSDoc parameter description for "src". |
| 102 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 102, col 6: Use @return instead. |
| 110 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 110, col 6: Expected a blank comment line between description and tags. |
| 110 | 6 | 2 | Missing JSDoc parameter description for "child". | fecs-valid-jsdoc | → line 110, col 6: Missing JSDoc parameter description for "child". |
| 111 | 6 | 2 | Missing JSDoc parameter description for "base". | fecs-valid-jsdoc | → line 111, col 6: Missing JSDoc parameter description for "base". |
| 112 | 6 | 2 | Missing JSDoc parameter description for "properties". | fecs-valid-jsdoc | → line 112, col 6: Missing JSDoc parameter description for "properties". |
| 129 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 129, col 6: Expected a blank comment line between description and tags. |
| 129 | 6 | 2 | Missing JSDoc parameter description for "fn". | fecs-valid-jsdoc | → line 129, col 6: Missing JSDoc parameter description for "fn". |
| 130 | 6 | 2 | Missing JSDoc parameter description for "context". | fecs-valid-jsdoc | → line 130, col 6: Missing JSDoc parameter description for "context". |
| 131 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 131, col 6: Use @return instead. |
| 142 | 1 | 2 | Expected JSDoc type name "boolean" but "Boolean" found. | fecs-valid-jsdoc | → line 142, col 1: Expected JSDoc type name "boolean" but "Boolean" found. |
| 142 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 142, col 6: Expected a blank comment line between description and tags. |
| 142 | 6 | 2 | Missing JSDoc parameter description for "val". | fecs-valid-jsdoc | → line 142, col 6: Missing JSDoc parameter description for "val". |
| 143 | 6 | 2 | Missing JSDoc parameter description for "args". | fecs-valid-jsdoc | → line 143, col 6: Missing JSDoc parameter description for "args". |
| 144 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 144, col 6: Use @return instead. |
| 144 | 14 | 2 | Expected JSDoc type name "boolean" but "Boolean" found. | fecs-valid-jsdoc | → line 144, col 14: Expected JSDoc type name "boolean" but "Boolean" found. |
| 156 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 156, col 6: Expected a blank comment line between description and tags. |
| 156 | 6 | 2 | Missing JSDoc parameter description for "val1". | fecs-valid-jsdoc | → line 156, col 6: Missing JSDoc parameter description for "val1". |
| 157 | 6 | 2 | Missing JSDoc parameter description for "val2". | fecs-valid-jsdoc | → line 157, col 6: Missing JSDoc parameter description for "val2". |
| 158 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 158, col 6: Use @return instead. |
| 166 | 6 | 2 | Missing JSDoc parameter description for "element". | fecs-valid-jsdoc | → line 166, col 6: Missing JSDoc parameter description for "element". |
| 166 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 166, col 6: Expected a blank comment line between description and tags. |
| 167 | 6 | 2 | Missing JSDoc parameter description for "types". | fecs-valid-jsdoc | → line 167, col 6: Missing JSDoc parameter description for "types". |
| 167 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 167, col 12: Expected JSDoc type name "string" but "String" found. |
| 168 | 6 | 2 | Missing JSDoc parameter description for "handler". | fecs-valid-jsdoc | → line 168, col 6: Missing JSDoc parameter description for "handler". |
| 178 | 6 | 2 | Missing JSDoc parameter description for "element". | fecs-valid-jsdoc | → line 178, col 6: Missing JSDoc parameter description for "element". |
| 178 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 178, col 6: Expected a blank comment line between description and tags. |
| 179 | 6 | 2 | Missing JSDoc parameter description for "types". | fecs-valid-jsdoc | → line 179, col 6: Missing JSDoc parameter description for "types". |
| 179 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 179, col 12: Expected JSDoc type name "string" but "String" found. |
| 180 | 6 | 2 | Missing JSDoc parameter description for "handler". | fecs-valid-jsdoc | → line 180, col 6: Missing JSDoc parameter description for "handler". |
| 190 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 190, col 6: Expected a blank comment line between description and tags. |
| 191 | 6 | 2 | Missing JSDoc parameter description for "node". | fecs-valid-jsdoc | → line 191, col 6: Missing JSDoc parameter description for "node". |
| 192 | 6 | 2 | Missing JSDoc parameter description for "parent". | fecs-valid-jsdoc | → line 192, col 6: Missing JSDoc parameter description for "parent". |
| 193 | 13 | 2 | Expected JSDoc type name "boolean" but "Boolean" found. | fecs-valid-jsdoc | → line 193, col 13: Expected JSDoc type name "boolean" but "Boolean" found. |
| 208 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 208, col 6: Expected a blank comment line between description and tags. |
| 208 | 6 | 2 | Missing JSDoc parameter description for "str". | fecs-valid-jsdoc | → line 208, col 6: Missing JSDoc parameter description for "str". |
| 208 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 208, col 12: Expected JSDoc type name "string" but "String" found. |
| 209 | 6 | 2 | Missing JSDoc parameter description for "find". | fecs-valid-jsdoc | → line 209, col 6: Missing JSDoc parameter description for "find". |
| 209 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 209, col 12: Expected JSDoc type name "string" but "String" found. |
| 210 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 210, col 6: Use @return instead. |
| 210 | 14 | 2 | Expected JSDoc type name "boolean" but "Boolean" found. | fecs-valid-jsdoc | → line 210, col 14: Expected JSDoc type name "boolean" but "Boolean" found. |
| 218 | 6 | 2 | Missing JSDoc parameter description for "str". | fecs-valid-jsdoc | → line 218, col 6: Missing JSDoc parameter description for "str". |
| 218 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 218, col 6: Expected a blank comment line between description and tags. |
| 218 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 218, col 12: Expected JSDoc type name "string" but "String" found. |
| 219 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 219, col 6: Use @return instead. |
| 227 | 6 | 2 | Missing JSDoc parameter description for "src". | fecs-valid-jsdoc | → line 227, col 6: Missing JSDoc parameter description for "src". |
| 227 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 227, col 6: Expected a blank comment line between description and tags. |
| 228 | 6 | 2 | Missing JSDoc parameter description for "find". | fecs-valid-jsdoc | → line 228, col 6: Missing JSDoc parameter description for "find". |
| 228 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 228, col 12: Expected JSDoc type name "string" but "String" found. |
| 229 | 6 | 2 | Missing JSDoc parameter description for "findByKey". | fecs-valid-jsdoc | → line 229, col 6: Missing JSDoc parameter description for "findByKey". |
| 230 | 1 | 2 | Expected JSDoc type name "boolean" but "Boolean" found. | fecs-valid-jsdoc | → line 230, col 1: Expected JSDoc type name "boolean" but "Boolean" found. |
| 230 | 1 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 230, col 1: Expected JSDoc type name "number" but "Number" found. |
| 248 | 6 | 2 | Missing JSDoc parameter description for "obj". | fecs-valid-jsdoc | → line 248, col 6: Missing JSDoc parameter description for "obj". |
| 248 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 248, col 6: Expected a blank comment line between description and tags. |
| 249 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 249, col 6: Use @return instead. |
| 257 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 257, col 6: Expected a blank comment line between description and tags. |
| 258 | 6 | 2 | Missing JSDoc parameter description for "key". | fecs-valid-jsdoc | → line 258, col 6: Missing JSDoc parameter description for "key". |
| 259 | 6 | 2 | Missing JSDoc parameter description for "sort". | fecs-valid-jsdoc | → line 259, col 6: Missing JSDoc parameter description for "sort". |
| 260 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 260, col 6: Use @return instead. |
| 290 | 6 | 2 | Missing JSDoc parameter description for "obj". | fecs-valid-jsdoc | → line 290, col 6: Missing JSDoc parameter description for "obj". |
| 290 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 290, col 6: Expected a blank comment line between description and tags. |
| 291 | 6 | 2 | Missing JSDoc parameter description for "property". | fecs-valid-jsdoc | → line 291, col 6: Missing JSDoc parameter description for "property". |
| 291 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 291, col 12: Expected JSDoc type name "string" but "String" found. |
| 292 | 1 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 292, col 1: Expected JSDoc type name "string" but "String" found. |
| 292 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 292, col 6: Use @return instead. |
| 315 | 9 | 2 | Identifier '_uniqueId' is not in camel case. | fecs-camelcase | → line 315, col 9: Identifier '_uniqueId' is not in camel case. |
| 359 | 6 | 2 | Missing JSDoc parameter description for "manager". | fecs-valid-jsdoc | → line 359, col 6: Missing JSDoc parameter description for "manager". |
| 359 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 359, col 6: Expected a blank comment line between description and tags. |
| 360 | 6 | 2 | Missing JSDoc parameter description for "callback". | fecs-valid-jsdoc | → line 360, col 6: Missing JSDoc parameter description for "callback". |
| 361 | 6 | 2 | Unexpected @returns tag; function has no return statement. | fecs-valid-jsdoc | → line 361, col 6: Unexpected @returns tag; function has no return statement. |
| 361 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 361, col 6: Use @return instead. |
| 391 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 391, col 10: Expected a blank comment line between description and tags. |
| 407 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 407, col 6: Expected a blank comment line between description and tags. |
| 407 | 6 | 2 | Missing JSDoc parameter description for "manager". | fecs-valid-jsdoc | → line 407, col 6: Missing JSDoc parameter description for "manager". |
| 408 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 408, col 6: Use @return instead. |
| 429 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 429, col 6: Expected a blank comment line between description and tags. |
| 429 | 6 | 2 | Missing JSDoc parameter description for "manager". | fecs-valid-jsdoc | → line 429, col 6: Missing JSDoc parameter description for "manager". |
| 430 | 6 | 2 | Missing JSDoc parameter description for "eventType". | fecs-valid-jsdoc | → line 430, col 6: Missing JSDoc parameter description for "eventType". |
| 430 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 430, col 12: Expected JSDoc type name "string" but "String" found. |
| 431 | 6 | 2 | Missing JSDoc parameter description for "input". | fecs-valid-jsdoc | → line 431, col 6: Missing JSDoc parameter description for "input". |
| 462 | 6 | 2 | Missing JSDoc parameter description for "manager". | fecs-valid-jsdoc | → line 462, col 6: Missing JSDoc parameter description for "manager". |
| 462 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 462, col 6: Expected a blank comment line between description and tags. |
| 463 | 6 | 2 | Missing JSDoc parameter description for "input". | fecs-valid-jsdoc | → line 463, col 6: Missing JSDoc parameter description for "input". |
| 535 | 6 | 2 | Missing JSDoc parameter description for "session". | fecs-valid-jsdoc | → line 535, col 6: Missing JSDoc parameter description for "session". |
| 535 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 535, col 6: Expected a blank comment line between description and tags. |
| 536 | 6 | 2 | Missing JSDoc parameter description for "input". | fecs-valid-jsdoc | → line 536, col 6: Missing JSDoc parameter description for "input". |
| 574 | 6 | 2 | Missing JSDoc parameter description for "input". | fecs-valid-jsdoc | → line 574, col 6: Missing JSDoc parameter description for "input". |
| 574 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 574, col 6: Expected a blank comment line between description and tags. |
| 575 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 575, col 6: Use @return instead. |
| 599 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 599, col 6: Expected a blank comment line between description and tags. |
| 599 | 6 | 2 | Missing JSDoc parameter description for "pointers". | fecs-valid-jsdoc | → line 599, col 6: Missing JSDoc parameter description for "pointers". |
| 628 | 6 | 2 | Missing JSDoc parameter description for "deltaTime". | fecs-valid-jsdoc | → line 628, col 6: Missing JSDoc parameter description for "deltaTime". |
| 628 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 628, col 6: Expected a blank comment line between description and tags. |
| 628 | 12 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 628, col 12: Expected JSDoc type name "number" but "Number" found. |
| 629 | 6 | 2 | Missing JSDoc parameter description for "x". | fecs-valid-jsdoc | → line 629, col 6: Missing JSDoc parameter description for "x". |
| 629 | 12 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 629, col 12: Expected JSDoc type name "number" but "Number" found. |
| 630 | 6 | 2 | Missing JSDoc parameter description for "y". | fecs-valid-jsdoc | → line 630, col 6: Missing JSDoc parameter description for "y". |
| 630 | 12 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 630, col 12: Expected JSDoc type name "number" but "Number" found. |
| 642 | 6 | 2 | Missing JSDoc parameter description for "x". | fecs-valid-jsdoc | → line 642, col 6: Missing JSDoc parameter description for "x". |
| 642 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 642, col 6: Expected a blank comment line between description and tags. |
| 642 | 12 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 642, col 12: Expected JSDoc type name "number" but "Number" found. |
| 643 | 6 | 2 | Missing JSDoc parameter description for "y". | fecs-valid-jsdoc | → line 643, col 6: Missing JSDoc parameter description for "y". |
| 643 | 12 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 643, col 12: Expected JSDoc type name "number" but "Number" found. |
| 644 | 13 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 644, col 13: Expected JSDoc type name "number" but "Number" found. |
| 660 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 660, col 6: Expected a blank comment line between description and tags. |
| 663 | 13 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 663, col 13: Expected JSDoc type name "number" but "Number" found. |
| 678 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 678, col 6: Expected a blank comment line between description and tags. |
| 678 | 6 | 2 | Missing JSDoc parameter description for "p1". | fecs-valid-jsdoc | → line 678, col 6: Missing JSDoc parameter description for "p1". |
| 679 | 6 | 2 | Missing JSDoc parameter description for "p2". | fecs-valid-jsdoc | → line 679, col 6: Missing JSDoc parameter description for "p2". |
| 681 | 13 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 681, col 13: Expected JSDoc type name "number" but "Number" found. |
| 695 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 695, col 6: Expected a blank comment line between description and tags. |
| 697 | 13 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 697, col 13: Expected JSDoc type name "number" but "Number" found. |
| 706 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 706, col 6: Expected a blank comment line between description and tags. |
| 708 | 13 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 708, col 13: Expected JSDoc type name "number" but "Number" found. |
| 725 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 725, col 6: Expected a blank comment line between description and tags. |
| 741 | 10 | 2 | Missing JSDoc parameter description for "ev". | fecs-valid-jsdoc | → line 741, col 10: Missing JSDoc parameter description for "ev". |
| 741 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 741, col 10: Expected a blank comment line between description and tags. |
| 774 | 10 | 2 | Unexpected trailing comma. | comma-dangle | → line 774, col 10: Unexpected trailing comma. |
| 804 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 804, col 6: Expected a blank comment line between description and tags. |
| 820 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 820, col 10: Expected a blank comment line between description and tags. |
| 820 | 10 | 2 | Missing JSDoc parameter description for "ev". | fecs-valid-jsdoc | → line 820, col 10: Missing JSDoc parameter description for "ev". |
| 878 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 878, col 6: Expected a blank comment line between description and tags. |
| 892 | 10 | 2 | Missing JSDoc parameter description for "ev". | fecs-valid-jsdoc | → line 892, col 10: Missing JSDoc parameter description for "ev". |
| 892 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 892, col 10: Expected a blank comment line between description and tags. |
| 910 | 7 | 2 | JSDoc syntax error: Missing or invalid tag name. | fecs-valid-jsdoc | → line 910, col 7: JSDoc syntax error: Missing or invalid tag name. |
| 987 | 10 | 2 | Missing JSDoc parameter description for "manager". | fecs-valid-jsdoc | → line 987, col 10: Missing JSDoc parameter description for "manager". |
| 987 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 987, col 10: Expected a blank comment line between description and tags. |
| 988 | 10 | 2 | Missing JSDoc parameter description for "inputEvent". | fecs-valid-jsdoc | → line 988, col 10: Missing JSDoc parameter description for "inputEvent". |
| 988 | 20 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 988, col 20: Expected JSDoc type name "string" but "String" found. |
| 989 | 10 | 2 | Missing JSDoc parameter description for "inputData". | fecs-valid-jsdoc | → line 989, col 10: Missing JSDoc parameter description for "inputData". |
| 1035 | 6 | 2 | Missing JSDoc parameter description for "manager". | fecs-valid-jsdoc | → line 1035, col 6: Missing JSDoc parameter description for "manager". |
| 1035 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1035, col 6: Expected a blank comment line between description and tags. |
| 1036 | 6 | 2 | Missing JSDoc parameter description for "value". | fecs-valid-jsdoc | → line 1036, col 6: Missing JSDoc parameter description for "value". |
| 1036 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 1036, col 12: Expected JSDoc type name "string" but "String" found. |
| 1048 | 10 | 2 | Missing JSDoc parameter description for "value". | fecs-valid-jsdoc | → line 1048, col 10: Missing JSDoc parameter description for "value". |
| 1048 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1048, col 10: Expected a blank comment line between description and tags. |
| 1048 | 20 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 1048, col 20: Expected JSDoc type name "string" but "String" found. |
| 1072 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1072, col 10: Expected a blank comment line between description and tags. |
| 1072 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1072, col 10: Use @return instead. |
| 1072 | 22 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 1072, col 22: Expected JSDoc type name "string" but "String" found. |
| 1087 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1087, col 9: Missing JSDoc @return for function. |
| 1089 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1089, col 10: Expected a blank comment line between description and tags. |
| 1089 | 10 | 2 | Missing JSDoc parameter description for "input". | fecs-valid-jsdoc | → line 1089, col 10: Missing JSDoc parameter description for "input". |
| 1111 | 1 | 2 | Line 1111 exceeds the maximum line length of 120. | max-len | → line 1111, col 1: Line 1111 exceeds the maximum line length of 120. |
| 1119 | 10 | 2 | Missing JSDoc parameter description for "srcEvent". | fecs-valid-jsdoc | → line 1119, col 10: Missing JSDoc parameter description for "srcEvent". |
| 1119 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1119, col 10: Expected a blank comment line between description and tags. |
| 1129 | 6 | 2 | Missing JSDoc parameter description for "actions". | fecs-valid-jsdoc | → line 1129, col 6: Missing JSDoc parameter description for "actions". |
| 1129 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1129, col 6: Expected a blank comment line between description and tags. |
| 1129 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 1129, col 12: Expected JSDoc type name "string" but "String" found. |
| 1130 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1130, col 6: Use @return instead. |
| 1197 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1197, col 6: Expected a blank comment line between description and tags. |
| 1199 | 6 | 2 | Missing JSDoc parameter description for "options". | fecs-valid-jsdoc | → line 1199, col 6: Missing JSDoc parameter description for "options". |
| 1225 | 10 | 2 | Missing JSDoc parameter description for "options". | fecs-valid-jsdoc | → line 1225, col 10: Missing JSDoc parameter description for "options". |
| 1225 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1225, col 10: Expected a blank comment line between description and tags. |
| 1238 | 10 | 2 | Missing JSDoc parameter description for "otherRecognizer". | fecs-valid-jsdoc | → line 1238, col 10: Missing JSDoc parameter description for "otherRecognizer". |
| 1238 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1238, col 10: Expected a blank comment line between description and tags. |
| 1239 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1239, col 10: Use @return instead. |
| 1258 | 10 | 2 | Missing JSDoc parameter description for "otherRecognizer". | fecs-valid-jsdoc | → line 1258, col 10: Missing JSDoc parameter description for "otherRecognizer". |
| 1258 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1258, col 10: Expected a blank comment line between description and tags. |
| 1259 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1259, col 10: Use @return instead. |
| 1273 | 10 | 2 | Missing JSDoc parameter description for "otherRecognizer". | fecs-valid-jsdoc | → line 1273, col 10: Missing JSDoc parameter description for "otherRecognizer". |
| 1273 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1273, col 10: Expected a blank comment line between description and tags. |
| 1274 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1274, col 10: Use @return instead. |
| 1293 | 10 | 2 | Missing JSDoc parameter description for "otherRecognizer". | fecs-valid-jsdoc | → line 1293, col 10: Missing JSDoc parameter description for "otherRecognizer". |
| 1293 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1293, col 10: Expected a blank comment line between description and tags. |
| 1294 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1294, col 10: Use @return instead. |
| 1312 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1312, col 10: Use @return instead. |
| 1312 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1312, col 10: Expected a blank comment line between description and tags. |
| 1320 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1320, col 10: Expected a blank comment line between description and tags. |
| 1320 | 10 | 2 | Missing JSDoc parameter description for "otherRecognizer". | fecs-valid-jsdoc | → line 1320, col 10: Missing JSDoc parameter description for "otherRecognizer". |
| 1321 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1321, col 10: Use @return instead. |
| 1321 | 22 | 2 | Expected JSDoc type name "boolean" but "Boolean" found. | fecs-valid-jsdoc | → line 1321, col 22: Expected JSDoc type name "boolean" but "Boolean" found. |
| 1330 | 10 | 2 | Missing JSDoc parameter description for "input". | fecs-valid-jsdoc | → line 1330, col 10: Missing JSDoc parameter description for "input". |
| 1330 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1330, col 10: Expected a blank comment line between description and tags. |
| 1354 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1354, col 9: Missing JSDoc @return for function. |
| 1358 | 10 | 2 | Missing JSDoc parameter description for "input". | fecs-valid-jsdoc | → line 1358, col 10: Missing JSDoc parameter description for "input". |
| 1358 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1358, col 10: Expected a blank comment line between description and tags. |
| 1371 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1371, col 10: Use @return instead. |
| 1371 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1371, col 10: Expected a blank comment line between description and tags. |
| 1385 | 10 | 2 | Missing JSDoc parameter description for "inputData". | fecs-valid-jsdoc | → line 1385, col 10: Missing JSDoc parameter description for "inputData". |
| 1385 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1385, col 10: Expected a blank comment line between description and tags. |
| 1420 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1420, col 10: Expected a blank comment line between description and tags. |
| 1421 | 10 | 2 | Missing JSDoc parameter description for "inputData". | fecs-valid-jsdoc | → line 1421, col 10: Missing JSDoc parameter description for "inputData". |
| 1422 | 10 | 2 | Unexpected @returns tag; function has no return statement. | fecs-valid-jsdoc | → line 1422, col 10: Unexpected @returns tag; function has no return statement. |
| 1422 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1422, col 10: Use @return instead. |
| 1428 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1428, col 10: Expected a blank comment line between description and tags. |
| 1429 | 10 | 2 | Unexpected @returns tag; function has no return statement. | fecs-valid-jsdoc | → line 1429, col 10: Unexpected @returns tag; function has no return statement. |
| 1429 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1429, col 10: Use @return instead. |
| 1436 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1436, col 10: Expected a blank comment line between description and tags. |
| 1443 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1443, col 6: Expected a blank comment line between description and tags. |
| 1443 | 6 | 2 | Missing JSDoc parameter description for "state". | fecs-valid-jsdoc | → line 1443, col 6: Missing JSDoc parameter description for "state". |
| 1444 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1444, col 6: Use @return instead. |
| 1444 | 14 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 1444, col 14: Expected JSDoc type name "string" but "String" found. |
| 1466 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1466, col 6: Expected a blank comment line between description and tags. |
| 1466 | 6 | 2 | Missing JSDoc parameter description for "direction". | fecs-valid-jsdoc | → line 1466, col 6: Missing JSDoc parameter description for "direction". |
| 1467 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1467, col 6: Use @return instead. |
| 1467 | 14 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 1467, col 14: Expected JSDoc type name "string" but "String" found. |
| 1474 | 23 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 1474, col 23: Expected '===' and instead saw '=='. |
| 1477 | 28 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 1477, col 28: Expected '===' and instead saw '=='. |
| 1480 | 28 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 1480, col 28: Expected '===' and instead saw '=='. |
| 1489 | 1 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 1489, col 1: Expected JSDoc type name "string" but "String" found. |
| 1489 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1489, col 6: Expected a blank comment line between description and tags. |
| 1489 | 6 | 2 | Missing JSDoc parameter description for "otherRecognizer". | fecs-valid-jsdoc | → line 1489, col 6: Missing JSDoc parameter description for "otherRecognizer". |
| 1490 | 6 | 2 | Missing JSDoc parameter description for "recognizer". | fecs-valid-jsdoc | → line 1490, col 6: Missing JSDoc parameter description for "recognizer". |
| 1491 | 6 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1491, col 6: Use @return instead. |
| 1504 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1504, col 6: Expected a blank comment line between description and tags. |
| 1528 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1528, col 10: Expected a blank comment line between description and tags. |
| 1529 | 10 | 2 | Missing JSDoc parameter description for "input". | fecs-valid-jsdoc | → line 1529, col 10: Missing JSDoc parameter description for "input". |
| 1530 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1530, col 10: Use @return instead. |
| 1530 | 22 | 2 | Expected JSDoc type name "boolean" but "Boolean" found. | fecs-valid-jsdoc | → line 1530, col 22: Expected JSDoc type name "boolean" but "Boolean" found. |
| 1539 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1539, col 10: Expected a blank comment line between description and tags. |
| 1540 | 10 | 2 | Missing JSDoc parameter description for "input". | fecs-valid-jsdoc | → line 1540, col 10: Missing JSDoc parameter description for "input". |
| 1541 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 1541, col 10: Use @return instead. |
| 1573 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1573, col 6: Expected a blank comment line between description and tags. |
| 1644 | 1 | 2 | Line 1644 exceeds the maximum line length of 120. | max-len | → line 1644, col 1: Line 1644 exceeds the maximum line length of 120. |
| 1663 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1663, col 6: Expected a blank comment line between description and tags. |
| 1689 | 1 | 2 | Line 1689 exceeds the maximum line length of 120. | max-len | → line 1689, col 1: Line 1689 exceeds the maximum line length of 120. |
| 1705 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1705, col 6: Expected a blank comment line between description and tags. |
| 1783 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1783, col 6: Expected a blank comment line between description and tags. |
| 1809 | 1 | 2 | Line 1809 exceeds the maximum line length of 120. | max-len | → line 1809, col 1: Line 1809 exceeds the maximum line length of 120. |
| 1816 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1816, col 6: Expected a blank comment line between description and tags. |
| 1855 | 1 | 2 | Line 1855 exceeds the maximum line length of 120. | max-len | → line 1855, col 1: Line 1855 exceeds the maximum line length of 120. |
| 1875 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1875, col 6: Expected a blank comment line between description and tags. |
| 1991 | 6 | 2 | Missing JSDoc parameter description for "element". | fecs-valid-jsdoc | → line 1991, col 6: Missing JSDoc parameter description for "element". |
| 1991 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 1991, col 6: Expected a blank comment line between description and tags. |
| 1992 | 6 | 2 | Missing JSDoc parameter description for "options". | fecs-valid-jsdoc | → line 1992, col 6: Missing JSDoc parameter description for "options". |
| 2157 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2157, col 6: Expected a blank comment line between description and tags. |
| 2157 | 6 | 2 | Missing JSDoc parameter description for "element". | fecs-valid-jsdoc | → line 2157, col 6: Missing JSDoc parameter description for "element". |
| 2158 | 6 | 2 | Missing JSDoc parameter description for "options". | fecs-valid-jsdoc | → line 2158, col 6: Missing JSDoc parameter description for "options". |
| 2188 | 10 | 2 | Missing JSDoc parameter description for "options". | fecs-valid-jsdoc | → line 2188, col 10: Missing JSDoc parameter description for "options". |
| 2188 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2188, col 10: Expected a blank comment line between description and tags. |
| 2189 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 2189, col 10: Use @return instead. |
| 2200 | 10 | 2 | Missing JSDoc parameter description for "force". | fecs-valid-jsdoc | → line 2200, col 10: Missing JSDoc parameter description for "force". |
| 2200 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2200, col 10: Expected a blank comment line between description and tags. |
| 2210 | 10 | 2 | Missing JSDoc parameter description for "inputData". | fecs-valid-jsdoc | → line 2210, col 10: Missing JSDoc parameter description for "inputData". |
| 2210 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2210, col 10: Expected a blank comment line between description and tags. |
| 2245 | 70 | 2 | '||' should be placed at the beginning of the line. | operator-linebreak | → line 2245, col 70: '||' should be placed at the beginning of the line. |
| 2264 | 1 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 2264, col 1: Expected JSDoc type name "string" but "String" found. |
| 2264 | 10 | 2 | Missing JSDoc parameter description for "recognizer". | fecs-valid-jsdoc | → line 2264, col 10: Missing JSDoc parameter description for "recognizer". |
| 2264 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2264, col 10: Expected a blank comment line between description and tags. |
| 2265 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 2265, col 10: Use @return instead. |
| 2285 | 10 | 2 | Missing JSDoc parameter description for "recognizer". | fecs-valid-jsdoc | → line 2285, col 10: Missing JSDoc parameter description for "recognizer". |
| 2285 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2285, col 10: Expected a blank comment line between description and tags. |
| 2286 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 2286, col 10: Use @return instead. |
| 2308 | 1 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 2308, col 1: Expected JSDoc type name "string" but "String" found. |
| 2308 | 10 | 2 | Missing JSDoc parameter description for "recognizer". | fecs-valid-jsdoc | → line 2308, col 10: Missing JSDoc parameter description for "recognizer". |
| 2308 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2308, col 10: Expected a blank comment line between description and tags. |
| 2309 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 2309, col 10: Use @return instead. |
| 2326 | 10 | 2 | Missing JSDoc parameter description for "events". | fecs-valid-jsdoc | → line 2326, col 10: Missing JSDoc parameter description for "events". |
| 2326 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2326, col 10: Expected a blank comment line between description and tags. |
| 2326 | 20 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 2326, col 20: Expected JSDoc type name "string" but "String" found. |
| 2327 | 10 | 2 | Missing JSDoc parameter description for "handler". | fecs-valid-jsdoc | → line 2327, col 10: Missing JSDoc parameter description for "handler". |
| 2328 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 2328, col 10: Use @return instead. |
| 2341 | 10 | 2 | Missing JSDoc parameter description for "events". | fecs-valid-jsdoc | → line 2341, col 10: Missing JSDoc parameter description for "events". |
| 2341 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2341, col 10: Expected a blank comment line between description and tags. |
| 2341 | 20 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 2341, col 20: Expected JSDoc type name "string" but "String" found. |
| 2342 | 10 | 2 | Missing JSDoc parameter description for "handler". | fecs-valid-jsdoc | → line 2342, col 10: Missing JSDoc parameter description for "handler". |
| 2343 | 10 | 2 | Use @return instead. | fecs-valid-jsdoc | → line 2343, col 10: Use @return instead. |
| 2360 | 10 | 2 | Missing JSDoc parameter description for "event". | fecs-valid-jsdoc | → line 2360, col 10: Missing JSDoc parameter description for "event". |
| 2360 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2360, col 10: Expected a blank comment line between description and tags. |
| 2360 | 20 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 2360, col 20: Expected JSDoc type name "string" but "String" found. |
| 2361 | 10 | 2 | Missing JSDoc parameter description for "data". | fecs-valid-jsdoc | → line 2361, col 10: Missing JSDoc parameter description for "data". |
| 2401 | 6 | 2 | Missing JSDoc parameter description for "manager". | fecs-valid-jsdoc | → line 2401, col 6: Missing JSDoc parameter description for "manager". |
| 2401 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2401, col 6: Expected a blank comment line between description and tags. |
| 2402 | 6 | 2 | Missing JSDoc parameter description for "add". | fecs-valid-jsdoc | → line 2402, col 6: Missing JSDoc parameter description for "add". |
| 2402 | 12 | 2 | Expected JSDoc type name "boolean" but "Boolean" found. | fecs-valid-jsdoc | → line 2402, col 12: Expected JSDoc type name "boolean" but "Boolean" found. |
| 2413 | 6 | 2 | Missing JSDoc parameter description for "event". | fecs-valid-jsdoc | → line 2413, col 6: Missing JSDoc parameter description for "event". |
| 2413 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 2413, col 6: Expected a blank comment line between description and tags. |
| 2413 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 2413, col 12: Expected JSDoc type name "string" but "String" found. |
| 2414 | 6 | 2 | Missing JSDoc parameter description for "data". | fecs-valid-jsdoc | → line 2414, col 6: Missing JSDoc parameter description for "data". |
| 2469 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 2469, col 5: Expected exception block, space or tab after "/*" in comment. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "common" is defined but never used | no-unused-vars | → line 7, col 5: "common" is defined but never used |
| 8 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 8, col 5: "navbar" is defined but never used |
不规范数量:32
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 9 | 5 | 1 | "template" is defined but never used | no-unused-vars | → line 9, col 5: "template" is defined but never used |
| 11 | 5 | 1 | "md5" is defined but never used | no-unused-vars | → line 11, col 5: "md5" is defined but never used |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 14 | 5 | 1 | "config" is defined but never used | no-unused-vars | → line 14, col 5: "config" is defined but never used |
| 34 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 34, col 13: "that" is defined but never used |
| 59 | 1 | 2 | Line 59 exceeds the maximum line length of 120. | max-len | → line 59, col 1: Line 59 exceeds the maximum line length of 120. |
| 64 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 64, col 17: Property 'entity_type' is not in camel case. |
| 65 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 65, col 17: Property 'entity_list' is not in camel case. |
| 68 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 68, col 21: Property 'block_name' is not in camel case. |
| 77 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 77, col 17: Property 'entity_type' is not in camel case. |
| 78 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 78, col 17: Property 'entity_list' is not in camel case. |
| 81 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 81, col 21: Property 'block_name' is not in camel case. |
| 102 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 102, col 17: Identifier 'block_name' is not in camel case. |
| 105 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 105, col 17: Property 'entity_type' is not in camel case. |
| 106 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 106, col 17: Property 'entity_list' is not in camel case. |
| 109 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 109, col 21: Property 'block_name' is not in camel case. |
| 117 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 117, col 17: Identifier 'block_name' is not in camel case. |
| 120 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 120, col 17: Property 'entity_type' is not in camel case. |
| 121 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 121, col 17: Property 'entity_list' is not in camel case. |
| 124 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 124, col 21: Property 'block_name' is not in camel case. |
| 132 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 132, col 17: Identifier 'block_name' is not in camel case. |
| 135 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 135, col 17: Property 'entity_type' is not in camel case. |
| 136 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 136, col 17: Property 'entity_list' is not in camel case. |
| 139 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 139, col 21: Property 'block_name' is not in camel case. |
| 155 | 13 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 155, col 13: Expected exception block, space or tab after "/*" in comment. |
| 167 | 17 | 1 | "curTime" is defined but never used | no-unused-vars | → line 167, col 17: "curTime" is defined but never used |
| 168 | 17 | 1 | "$announcement" is defined but never used | no-unused-vars | → line 168, col 17: "$announcement" is defined but never used |
| 199 | 17 | 1 | Unexpected console statement. | no-console | → line 199, col 17: Unexpected console statement. |
| 223 | 21 | 1 | Unexpected console statement. | no-console | → line 223, col 21: Unexpected console statement. |
| 227 | 17 | 1 | Unexpected console statement. | no-console | → line 227, col 17: Unexpected console statement. |
| 232 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 232, col 13: "that" is defined but never used |
不规范数量:13
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 9 | 5 | 1 | "template" is defined but never used | no-unused-vars | → line 9, col 5: "template" is defined but never used |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 38 | 13 | 1 | "tempGetUrl" is defined but never used | no-unused-vars | → line 38, col 13: "tempGetUrl" is defined but never used |
| 45 | 1 | 2 | Line 45 exceeds the maximum line length of 120. | max-len | → line 45, col 1: Line 45 exceeds the maximum line length of 120. |
| 52 | 13 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 52, col 13: Expected exception block, space or tab after "/*" in comment. |
| 65 | 21 | 2 | Expected key `source` but `'source'` found. | fecs-properties-quote | → line 65, col 21: Expected key `source` but `'source'` found. |
| 77 | 21 | 2 | Expected key `source` but `'source'` found. | fecs-properties-quote | → line 77, col 21: Expected key `source` but `'source'` found. |
| 84 | 17 | 2 | Expected key `source` but `'source'` found. | fecs-properties-quote | → line 84, col 17: Expected key `source` but `'source'` found. |
| 117 | 17 | 1 | "curTime" is defined but never used | no-unused-vars | → line 117, col 17: "curTime" is defined but never used |
| 165 | 17 | 1 | Unexpected console statement. | no-console | → line 165, col 17: Unexpected console statement. |
| 189 | 21 | 1 | Unexpected console statement. | no-console | → line 189, col 21: Unexpected console statement. |
| 193 | 17 | 1 | Unexpected console statement. | no-console | → line 193, col 17: Unexpected console statement. |
不规范数量:262
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 10 | 5 | 1 | "md5" is defined but never used | no-unused-vars | → line 10, col 5: "md5" is defined but never used |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 14 | 5 | 1 | "config" is defined but never used | no-unused-vars | → line 14, col 5: "config" is defined but never used |
| 15 | 5 | 1 | "amsControl" is defined but never used | no-unused-vars | → line 15, col 5: "amsControl" is defined but never used |
| 17 | 5 | 1 | "compressor" is defined but never used | no-unused-vars | → line 17, col 5: "compressor" is defined but never used |
| 18 | 5 | 1 | "share" is defined but never used | no-unused-vars | → line 18, col 5: "share" is defined but never used |
| 25 | 9 | 2 | Identifier '_config' is not in camel case. | fecs-camelcase | → line 25, col 9: Identifier '_config' is not in camel case. |
| 37 | 9 | 2 | Identifier '_connection' is not in camel case. | fecs-camelcase | → line 37, col 9: Identifier '_connection' is not in camel case. |
| 38 | 9 | 2 | Identifier '_connected' is not in camel case. | fecs-camelcase | → line 38, col 9: Identifier '_connected' is not in camel case. |
| 39 | 9 | 2 | Identifier '_restart' is not in camel case. | fecs-camelcase | → line 39, col 9: Identifier '_restart' is not in camel case. |
| 40 | 9 | 2 | Identifier '_connecting' is not in camel case. | fecs-camelcase | → line 40, col 9: Identifier '_connecting' is not in camel case. |
| 41 | 9 | 2 | Identifier '_useWebSocket' is not in camel case. | fecs-camelcase | → line 41, col 9: Identifier '_useWebSocket' is not in camel case. |
| 45 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 45, col 6: Expected a blank comment line between description and tags. |
| 45 | 6 | 2 | Missing JSDoc parameter type for "p_status". | fecs-valid-jsdoc | → line 45, col 6: Missing JSDoc parameter type for "p_status". |
| 47 | 14 | 2 | Identifier '_onConnect' is not in camel case. | fecs-camelcase | → line 47, col 14: Identifier '_onConnect' is not in camel case. |
| 47 | 25 | 2 | Identifier 'p_status' is not in camel case. | fecs-camelcase | → line 47, col 25: Identifier 'p_status' is not in camel case. |
| 67 | 30 | 2 | "$pres" is not defined. | no-undef | → line 67, col 30: "$pres" is not defined. |
| 78 | 14 | 2 | Identifier '_reconnect' is not in camel case. | fecs-camelcase | → line 78, col 14: Identifier '_reconnect' is not in camel case. |
| 86 | 40 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 86, col 40: Unnecessary use of boolean literals in conditional expression |
| 89 | 5 | 2 | Missing JSDoc for parameter "delay". | fecs-valid-jsdoc | → line 89, col 5: Missing JSDoc for parameter "delay". |
| 92 | 14 | 2 | Identifier '_delayConnect' is not in camel case. | fecs-camelcase | → line 92, col 14: Identifier '_delayConnect' is not in camel case. |
| 93 | 13 | 2 | "customerIm" was used before it was defined | no-use-before-define | → line 93, col 13: "customerIm" was used before it was defined |
| 97 | 17 | 2 | "webIm" is not defined. | no-undef | → line 97, col 17: "webIm" is not defined. |
| 105 | 14 | 2 | Identifier '_callRobot' is not in camel case. | fecs-camelcase | → line 105, col 14: Identifier '_callRobot' is not in camel case. |
| 105 | 14 | 1 | "_callRobot" is defined but never used | no-unused-vars | → line 105, col 14: "_callRobot" is defined but never used |
| 106 | 13 | 2 | "customerIm" was used before it was defined | no-use-before-define | → line 106, col 13: "customerIm" was used before it was defined |
| 114 | 14 | 1 | "_countTimeout" is defined but never used | no-unused-vars | → line 114, col 14: "_countTimeout" is defined but never used |
| 114 | 14 | 2 | Identifier '_countTimeout' is not in camel case. | fecs-camelcase | → line 114, col 14: Identifier '_countTimeout' is not in camel case. |
| 123 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 123, col 5: Missing JSDoc @return for function. |
| 125 | 6 | 2 | Missing JSDoc parameter description for "p_text". | fecs-valid-jsdoc | → line 125, col 6: Missing JSDoc parameter description for "p_text". |
| 125 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 125, col 6: Expected a blank comment line between description and tags. |
| 125 | 6 | 2 | Missing JSDoc parameter type for "p_text". | fecs-valid-jsdoc | → line 125, col 6: Missing JSDoc parameter type for "p_text". |
| 126 | 6 | 2 | Missing JSDoc parameter type for "p_type". | fecs-valid-jsdoc | → line 126, col 6: Missing JSDoc parameter type for "p_type". |
| 128 | 14 | 2 | Identifier '_escapeMesg' is not in camel case. | fecs-camelcase | → line 128, col 14: Identifier '_escapeMesg' is not in camel case. |
| 128 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 128, col 26: Identifier 'p_text' is not in camel case. |
| 128 | 34 | 2 | Identifier 'p_type' is not in camel case. | fecs-camelcase | → line 128, col 34: Identifier 'p_type' is not in camel case. |
| 167 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 167, col 26: Identifier 'p_text' is not in camel case. |
| 171 | 22 | 1 | "i" is already defined | no-redeclare | → line 171, col 22: "i" is already defined |
| 172 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 172, col 26: Identifier 'p_text' is not in camel case. |
| 186 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 186, col 14: Unexpected 'else' after 'return'. |
| 196 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 196, col 10: Expected a blank comment line between description and tags. |
| 196 | 10 | 2 | Missing JSDoc parameter type for "p_config". | fecs-valid-jsdoc | → line 196, col 10: Missing JSDoc parameter type for "p_config". |
| 198 | 25 | 2 | Identifier 'p_config' is not in camel case. | fecs-camelcase | → line 198, col 25: Identifier 'p_config' is not in camel case. |
| 211 | 44 | 2 | Identifier 'p_token' is not in camel case. | fecs-camelcase | → line 211, col 44: Identifier 'p_token' is not in camel case. |
| 215 | 43 | 2 | "Openfire" is not defined. | no-undef | → line 215, col 43: "Openfire" is not defined. |
| 220 | 21 | 2 | "customerIm" was used before it was defined | no-use-before-define | → line 220, col 21: "customerIm" was used before it was defined |
| 232 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 232, col 9: Missing JSDoc @return for function. |
| 234 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 234, col 10: Expected a blank comment line between description and tags. |
| 234 | 10 | 2 | Missing JSDoc parameter type for "p_text". | fecs-valid-jsdoc | → line 234, col 10: Missing JSDoc parameter type for "p_text". |
| 234 | 10 | 2 | Missing JSDoc parameter description for "p_text". | fecs-valid-jsdoc | → line 234, col 10: Missing JSDoc parameter description for "p_text". |
| 235 | 10 | 2 | Missing JSDoc parameter type for "type". | fecs-valid-jsdoc | → line 235, col 10: Missing JSDoc parameter type for "type". |
| 235 | 19 | 2 | Expected JSDoc for "p_type" but found "type". | fecs-valid-jsdoc | → line 235, col 19: Expected JSDoc for "p_type" but found "type". |
| 237 | 34 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 237, col 34: Identifier 'p_text' is not in camel case. |
| 237 | 42 | 2 | Identifier 'p_type' is not in camel case. | fecs-camelcase | → line 237, col 42: Identifier 'p_type' is not in camel case. |
| 292 | 30 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 292, col 30: Identifier 'p_text' is not in camel case. |
| 296 | 26 | 1 | "i" is already defined | no-redeclare | → line 296, col 26: "i" is already defined |
| 297 | 30 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 297, col 30: Identifier 'p_text' is not in camel case. |
| 303 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 303, col 9: Missing JSDoc @return for function. |
| 305 | 10 | 2 | Missing JSDoc parameter description for "p_msg". | fecs-valid-jsdoc | → line 305, col 10: Missing JSDoc parameter description for "p_msg". |
| 305 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 305, col 10: Expected a blank comment line between description and tags. |
| 305 | 10 | 2 | Missing JSDoc parameter type for "p_msg". | fecs-valid-jsdoc | → line 305, col 10: Missing JSDoc parameter type for "p_msg". |
| 307 | 33 | 2 | Identifier 'p_msg' is not in camel case. | fecs-camelcase | → line 307, col 33: Identifier 'p_msg' is not in camel case. |
| 375 | 31 | 2 | "webIm" is not defined. | no-undef | → line 375, col 31: "webIm" is not defined. |
| 377 | 32 | 2 | "webIm" is not defined. | no-undef | → line 377, col 32: "webIm" is not defined. |
| 378 | 33 | 2 | "webIm" is not defined. | no-undef | → line 378, col 33: "webIm" is not defined. |
| 379 | 34 | 2 | "webIm" is not defined. | no-undef | → line 379, col 34: "webIm" is not defined. |
| 390 | 25 | 2 | Identifier 'total_fee' is not in camel case. | fecs-camelcase | → line 390, col 25: Identifier 'total_fee' is not in camel case. |
| 394 | 25 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 394, col 25: Identifier 'gmt_create' is not in camel case. |
| 397 | 25 | 2 | Property 'total_fee' is not in camel case. | fecs-camelcase | → line 397, col 25: Property 'total_fee' is not in camel case. |
| 401 | 25 | 2 | Property 'gmt_create' is not in camel case. | fecs-camelcase | → line 401, col 25: Property 'gmt_create' is not in camel case. |
| 431 | 3 | 2 | "Strophe" is not defined. | no-undef | → line 431, col 3: "Strophe" is not defined. |
| 433 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 433, col 1: Expected exception block, space or tab after "/*" in comment. |
| 533 | 44 | 2 | "bbhybrid" is not defined. | no-undef | → line 533, col 44: "bbhybrid" is not defined. |
| 546 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 546, col 17: "bbhybrid" is not defined. |
| 549 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 549, col 17: "bbhybrid" is not defined. |
| 550 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 550, col 17: "bbhybrid" is not defined. |
| 562 | 25 | 2 | "bbhybrid" is not defined. | no-undef | → line 562, col 25: "bbhybrid" is not defined. |
| 579 | 51 | 2 | Missing radix parameter. | radix | → line 579, col 51: Missing radix parameter. |
| 593 | 21 | 1 | Unexpected console statement. | no-console | → line 593, col 21: Unexpected console statement. |
| 605 | 9 | 2 | "webIm" is not defined. | no-undef | → line 605, col 9: "webIm" is not defined. |
| 608 | 25 | 2 | Identifier 'p_callback' is not in camel case. | fecs-camelcase | → line 608, col 25: Identifier 'p_callback' is not in camel case. |
| 661 | 43 | 2 | Identifier 'p_json' is not in camel case. | fecs-camelcase | → line 661, col 43: Identifier 'p_json' is not in camel case. |
| 662 | 17 | 2 | Identifier 'p_json' is not in camel case. | fecs-camelcase | → line 662, col 17: Identifier 'p_json' is not in camel case. |
| 663 | 42 | 2 | Identifier 'p_json' is not in camel case. | fecs-camelcase | → line 663, col 42: Identifier 'p_json' is not in camel case. |
| 740 | 13 | 2 | "$this" is not defined. | no-undef | → line 740, col 13: "$this" is not defined. |
| 741 | 17 | 2 | Identifier 'product_id' is not in camel case. | fecs-camelcase | → line 741, col 17: Identifier 'product_id' is not in camel case. |
| 741 | 30 | 2 | "$this" is not defined. | no-undef | → line 741, col 30: "$this" is not defined. |
| 742 | 17 | 1 | "type" is defined but never used | no-unused-vars | → line 742, col 17: "type" is defined but never used |
| 742 | 24 | 2 | "$this" is not defined. | no-undef | → line 742, col 24: "$this" is not defined. |
| 744 | 17 | 2 | Property 'product_id' is not in camel case. | fecs-camelcase | → line 744, col 17: Property 'product_id' is not in camel case. |
| 745 | 22 | 2 | "$this" is not defined. | no-undef | → line 745, col 22: "$this" is not defined. |
| 746 | 24 | 2 | "$this" is not defined. | no-undef | → line 746, col 24: "$this" is not defined. |
| 747 | 17 | 2 | Property 'price_min' is not in camel case. | fecs-camelcase | → line 747, col 17: Property 'price_min' is not in camel case. |
| 747 | 28 | 2 | "$this" is not defined. | no-undef | → line 747, col 28: "$this" is not defined. |
| 756 | 13 | 2 | "$this" is not defined. | no-undef | → line 756, col 13: "$this" is not defined. |
| 758 | 22 | 2 | "$this" is not defined. | no-undef | → line 758, col 22: "$this" is not defined. |
| 759 | 22 | 2 | "$this" is not defined. | no-undef | → line 759, col 22: "$this" is not defined. |
| 760 | 25 | 2 | "$this" is not defined. | no-undef | → line 760, col 25: "$this" is not defined. |
| 761 | 22 | 2 | "$this" is not defined. | no-undef | → line 761, col 22: "$this" is not defined. |
| 762 | 17 | 2 | Property 'gmt_create' is not in camel case. | fecs-camelcase | → line 762, col 17: Property 'gmt_create' is not in camel case. |
| 762 | 29 | 2 | "$this" is not defined. | no-undef | → line 762, col 29: "$this" is not defined. |
| 763 | 17 | 2 | Property 'total_fee' is not in camel case. | fecs-camelcase | → line 763, col 17: Property 'total_fee' is not in camel case. |
| 763 | 28 | 2 | "$this" is not defined. | no-undef | → line 763, col 28: "$this" is not defined. |
| 764 | 29 | 2 | "$this" is not defined. | no-undef | → line 764, col 29: "$this" is not defined. |
| 765 | 17 | 2 | Property 'seller_id' is not in camel case. | fecs-camelcase | → line 765, col 17: Property 'seller_id' is not in camel case. |
| 766 | 17 | 2 | Property 'buyer_id' is not in camel case. | fecs-camelcase | → line 766, col 17: Property 'buyer_id' is not in camel case. |
| 830 | 13 | 2 | "$this" is not defined. | no-undef | → line 830, col 13: "$this" is not defined. |
| 831 | 13 | 2 | "$toolBox" is not defined. | no-undef | → line 831, col 13: "$toolBox" is not defined. |
| 832 | 26 | 2 | "$this" is not defined. | no-undef | → line 832, col 26: "$this" is not defined. |
| 834 | 17 | 2 | "$this" is not defined. | no-undef | → line 834, col 17: "$this" is not defined. |
| 835 | 17 | 2 | "$toolBox" is not defined. | no-undef | → line 835, col 17: "$toolBox" is not defined. |
| 838 | 17 | 2 | "$this" is not defined. | no-undef | → line 838, col 17: "$this" is not defined. |
| 839 | 17 | 2 | "$toolBox" is not defined. | no-undef | → line 839, col 17: "$toolBox" is not defined. |
| 844 | 30 | 2 | "webIm" is not defined. | no-undef | → line 844, col 30: "webIm" is not defined. |
| 856 | 26 | 2 | Identifier 'p_tab' is not in camel case. | fecs-camelcase | → line 856, col 26: Identifier 'p_tab' is not in camel case. |
| 921 | 26 | 2 | Identifier 'p_selector' is not in camel case. | fecs-camelcase | → line 921, col 26: Identifier 'p_selector' is not in camel case. |
| 921 | 38 | 2 | Identifier 'p_callback' is not in camel case. | fecs-camelcase | → line 921, col 38: Identifier 'p_callback' is not in camel case. |
| 922 | 13 | 2 | Identifier '_start' is not in camel case. | fecs-camelcase | → line 922, col 13: Identifier '_start' is not in camel case. |
| 923 | 13 | 2 | Identifier '_end' is not in camel case. | fecs-camelcase | → line 923, col 13: Identifier '_end' is not in camel case. |
| 924 | 13 | 2 | Identifier '_content' is not in camel case. | fecs-camelcase | → line 924, col 13: Identifier '_content' is not in camel case. |
| 987 | 13 | 2 | Identifier 'begin_time' is not in camel case. | fecs-camelcase | → line 987, col 13: Identifier 'begin_time' is not in camel case. |
| 995 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 995, col 17: Property 'page_size' is not in camel case. |
| 996 | 17 | 2 | Property 'begin_time' is not in camel case. | fecs-camelcase | → line 996, col 17: Property 'begin_time' is not in camel case. |
| 1019 | 27 | 2 | "webIm" is not defined. | no-undef | → line 1019, col 27: "webIm" is not defined. |
| 1037 | 28 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 1037, col 28: Identifier 'gmt_create' is not in camel case. |
| 1037 | 55 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 1037, col 55: Identifier 'gmt_create' is not in camel case. |
| 1038 | 28 | 2 | Identifier 'total_fee' is not in camel case. | fecs-camelcase | → line 1038, col 28: Identifier 'total_fee' is not in camel case. |
| 1038 | 54 | 2 | Identifier 'total_fee' is not in camel case. | fecs-camelcase | → line 1038, col 54: Identifier 'total_fee' is not in camel case. |
| 1113 | 14 | 2 | "webIm" is not defined. | no-undef | → line 1113, col 14: "webIm" is not defined. |
| 1130 | 24 | 2 | "webIm" is not defined. | no-undef | → line 1130, col 24: "webIm" is not defined. |
| 1133 | 19 | 2 | "$msg" is not defined. | no-undef | → line 1133, col 19: "$msg" is not defined. |
| 1135 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1135, col 19: "webIm" is not defined. |
| 1136 | 17 | 2 | "webIm" is not defined. | no-undef | → line 1136, col 17: "webIm" is not defined. |
| 1140 | 9 | 2 | "webIm" is not defined. | no-undef | → line 1140, col 9: "webIm" is not defined. |
| 1163 | 26 | 2 | "webIm" is not defined. | no-undef | → line 1163, col 26: "webIm" is not defined. |
| 1181 | 17 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 1181, col 17: Expected exception block, space or tab after "/*" in comment. |
| 1240 | 13 | 1 | Unexpected console statement. | no-console | → line 1240, col 13: Unexpected console statement. |
| 1310 | 9 | 2 | Expected { after 'for-in'. | curly | → line 1310, col 9: Expected { after 'for-in'. |
| 1312 | 1 | 2 | Line 1312 exceeds the maximum line length of 120. | max-len | → line 1312, col 1: Line 1312 exceeds the maximum line length of 120. |
| 1313 | 10 | 2 | Bad indentation (8 instead 12). | fecs-indent | → line 1313, col 10: Bad indentation (8 instead 12). |
| 1318 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 1318, col 5: Expected exception block, space or tab after "/*" in comment. |
| 1327 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 1327, col 17: Property 'page_size' is not in camel case. |
| 1342 | 28 | 2 | Identifier 'p_data' is not in camel case. | fecs-camelcase | → line 1342, col 28: Identifier 'p_data' is not in camel case. |
| 1344 | 22 | 2 | Identifier 'p_data' is not in camel case. | fecs-camelcase | → line 1344, col 22: Identifier 'p_data' is not in camel case. |
| 1346 | 13 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 1346, col 13: Property 'order_items' is not in camel case. |
| 1366 | 32 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1366, col 32: Identifier 'p_dom' is not in camel case. |
| 1385 | 28 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1385, col 28: Identifier 'p_dom' is not in camel case. |
| 1387 | 1 | 2 | Line 1387 exceeds the maximum line length of 120. | max-len | → line 1387, col 1: Line 1387 exceeds the maximum line length of 120. |
| 1390 | 26 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1390, col 26: Identifier 'p_dom' is not in camel case. |
| 1412 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1412, col 19: "webIm" is not defined. |
| 1417 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 1417, col 13: Property 'entity_type' is not in camel case. |
| 1433 | 13 | 2 | "$this" is not defined. | no-undef | → line 1433, col 13: "$this" is not defined. |
| 1441 | 21 | 2 | "webIm" is not defined. | no-undef | → line 1441, col 21: "webIm" is not defined. |
| 1447 | 17 | 2 | Expected key `jid` but `'jid'` found. | fecs-properties-quote | → line 1447, col 17: Expected key `jid` but `'jid'` found. |
| 1448 | 17 | 2 | Expected key `groupId` but `'groupId'` found. | fecs-properties-quote | → line 1448, col 17: Expected key `groupId` but `'groupId'` found. |
| 1454 | 56 | 2 | "bbhybrid" is not defined. | no-undef | → line 1454, col 56: "bbhybrid" is not defined. |
| 1466 | 39 | 2 | "Strophe" is not defined. | no-undef | → line 1466, col 39: "Strophe" is not defined. |
| 1482 | 17 | 1 | Unexpected console statement. | no-console | → line 1482, col 17: Unexpected console statement. |
| 1498 | 31 | 2 | "Strophe" is not defined. | no-undef | → line 1498, col 31: "Strophe" is not defined. |
| 1507 | 32 | 2 | ["queueSize"] is better written in dot notation. | fecs-dot-notation | → line 1507, col 32: ["queueSize"] is better written in dot notation. |
| 1508 | 32 | 2 | ["title"] is better written in dot notation. | fecs-dot-notation | → line 1508, col 32: ["title"] is better written in dot notation. |
| 1515 | 45 | 2 | "webIm" is not defined. | no-undef | → line 1515, col 45: "webIm" is not defined. |
| 1520 | 31 | 2 | "webIm" is not defined. | no-undef | → line 1520, col 31: "webIm" is not defined. |
| 1530 | 13 | 1 | "msg" is already defined | no-redeclare | → line 1530, col 13: "msg" is already defined |
| 1541 | 13 | 1 | "msg" is already defined | no-redeclare | → line 1541, col 13: "msg" is already defined |
| 1560 | 5 | 2 | Missing JSDoc for parameter "className". | fecs-valid-jsdoc | → line 1560, col 5: Missing JSDoc for parameter "className". |
| 1561 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 1561, col 6: Missing JSDoc description. |
| 1562 | 6 | 2 | Missing JSDoc parameter type for "msg". | fecs-valid-jsdoc | → line 1562, col 6: Missing JSDoc parameter type for "msg". |
| 1563 | 6 | 2 | Missing JSDoc parameter type for "isLongMsg". | fecs-valid-jsdoc | → line 1563, col 6: Missing JSDoc parameter type for "isLongMsg". |
| 1564 | 6 | 2 | Missing JSDoc parameter type for "showConnect". | fecs-valid-jsdoc | → line 1564, col 6: Missing JSDoc parameter type for "showConnect". |
| 1567 | 13 | 1 | "msg" is already defined | no-redeclare | → line 1567, col 13: "msg" is already defined |
| 1594 | 28 | 2 | "webIm" is not defined. | no-undef | → line 1594, col 28: "webIm" is not defined. |
| 1610 | 36 | 2 | "bbhybrid" is not defined. | no-undef | → line 1610, col 36: "bbhybrid" is not defined. |
| 1626 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1626, col 19: "webIm" is not defined. |
| 1627 | 13 | 1 | "customerJid" is defined but never used | no-unused-vars | → line 1627, col 13: "customerJid" is defined but never used |
| 1628 | 19 | 2 | "Strophe" is not defined. | no-undef | → line 1628, col 19: "Strophe" is not defined. |
| 1650 | 17 | 1 | Unexpected console statement. | no-console | → line 1650, col 17: Unexpected console statement. |
| 1670 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 1670, col 17: Property 'page_size' is not in camel case. |
| 1690 | 29 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 1690, col 29: Identifier 'price_ori' is not in camel case. |
| 1697 | 21 | 2 | Property 'product_list' is not in camel case. | fecs-camelcase | → line 1697, col 21: Property 'product_list' is not in camel case. |
| 1721 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 1721, col 17: Property 'page_size' is not in camel case. |
| 1734 | 39 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 1734, col 39: Identifier 'gmt_create' is not in camel case. |
| 1734 | 56 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 1734, col 56: Identifier 'gmt_create' is not in camel case. |
| 1747 | 21 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 1747, col 21: Property 'order_items' is not in camel case. |
| 1749 | 21 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 1749, col 21: Identifier 'order_list_template' is not in camel case. |
| 1761 | 35 | 2 | Identifier 'event_type' is not in camel case. | fecs-camelcase | → line 1761, col 35: Identifier 'event_type' is not in camel case. |
| 1773 | 50 | 2 | Missing radix parameter. | radix | → line 1773, col 50: Missing radix parameter. |
| 1777 | 45 | 2 | Missing radix parameter. | radix | → line 1777, col 45: Missing radix parameter. |
| 1781 | 17 | 2 | "order_list_html" is not defined. | no-undef | → line 1781, col 17: "order_list_html" is not defined. |
| 1782 | 47 | 2 | "order_list_html" is not defined. | no-undef | → line 1782, col 47: "order_list_html" is not defined. |
| 1800 | 14 | 2 | "webIm" is not defined. | no-undef | → line 1800, col 14: "webIm" is not defined. |
| 1805 | 19 | 2 | "$msg" is not defined. | no-undef | → line 1805, col 19: "$msg" is not defined. |
| 1807 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1807, col 19: "webIm" is not defined. |
| 1808 | 17 | 2 | "webIm" is not defined. | no-undef | → line 1808, col 17: "webIm" is not defined. |
| 1810 | 1 | 2 | Line 1810 exceeds the maximum line length of 120. | max-len | → line 1810, col 1: Line 1810 exceeds the maximum line length of 120. |
| 1811 | 9 | 2 | "webIm" is not defined. | no-undef | → line 1811, col 9: "webIm" is not defined. |
| 1829 | 14 | 2 | "webIm" is not defined. | no-undef | → line 1829, col 14: "webIm" is not defined. |
| 1834 | 19 | 2 | "$msg" is not defined. | no-undef | → line 1834, col 19: "$msg" is not defined. |
| 1836 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1836, col 19: "webIm" is not defined. |
| 1837 | 17 | 2 | "webIm" is not defined. | no-undef | → line 1837, col 17: "webIm" is not defined. |
| 1839 | 1 | 2 | Line 1839 exceeds the maximum line length of 120. | max-len | → line 1839, col 1: Line 1839 exceeds the maximum line length of 120. |
| 1840 | 9 | 2 | "webIm" is not defined. | no-undef | → line 1840, col 9: "webIm" is not defined. |
| 1868 | 1 | 2 | Line 1868 exceeds the maximum line length of 120. | max-len | → line 1868, col 1: Line 1868 exceeds the maximum line length of 120. |
| 1895 | 31 | 2 | "Strophe" is not defined. | no-undef | → line 1895, col 31: "Strophe" is not defined. |
| 1911 | 18 | 2 | "webIm" is not defined. | no-undef | → line 1911, col 18: "webIm" is not defined. |
| 1922 | 1 | 2 | Line 1922 exceeds the maximum line length of 120. | max-len | → line 1922, col 1: Line 1922 exceeds the maximum line length of 120. |
| 1927 | 13 | 1 | "pixel" is defined but never used | no-unused-vars | → line 1927, col 13: "pixel" is defined but never used |
| 1948 | 17 | 2 | Expected key `upsign` but `'upsign'` found. | fecs-properties-quote | → line 1948, col 17: Expected key `upsign` but `'upsign'` found. |
| 1965 | 1 | 2 | Line 1965 exceeds the maximum line length of 120. | max-len | → line 1965, col 1: Line 1965 exceeds the maximum line length of 120. |
| 1966 | 43 | 2 | "$msg" is not defined. | no-undef | → line 1966, col 43: "$msg" is not defined. |
| 1968 | 43 | 2 | "webIm" is not defined. | no-undef | → line 1968, col 43: "webIm" is not defined. |
| 1969 | 41 | 2 | "webIm" is not defined. | no-undef | → line 1969, col 41: "webIm" is not defined. |
| 1972 | 33 | 2 | "webIm" is not defined. | no-undef | → line 1972, col 33: "webIm" is not defined. |
| 1994 | 17 | 1 | Unexpected console statement. | no-console | → line 1994, col 17: Unexpected console statement. |
| 2012 | 25 | 2 | Property 'moment_id' is not in camel case. | fecs-camelcase | → line 2012, col 25: Property 'moment_id' is not in camel case. |
| 2030 | 33 | 2 | Property 'product_id' is not in camel case. | fecs-camelcase | → line 2030, col 33: Property 'product_id' is not in camel case. |
| 2033 | 33 | 2 | Property 'price_min' is not in camel case. | fecs-camelcase | → line 2033, col 33: Property 'price_min' is not in camel case. |
| 2034 | 46 | 2 | Unexpected trailing comma. | comma-dangle | → line 2034, col 46: Unexpected trailing comma. |
| 2053 | 33 | 2 | Property 'product_id' is not in camel case. | fecs-camelcase | → line 2053, col 33: Property 'product_id' is not in camel case. |
| 2056 | 33 | 2 | Property 'price_min' is not in camel case. | fecs-camelcase | → line 2056, col 33: Property 'price_min' is not in camel case. |
| 2057 | 43 | 2 | Unexpected trailing comma. | comma-dangle | → line 2057, col 43: Unexpected trailing comma. |
| 2085 | 29 | 2 | Property 'gmt_create' is not in camel case. | fecs-camelcase | → line 2085, col 29: Property 'gmt_create' is not in camel case. |
| 2086 | 29 | 2 | Property 'total_fee' is not in camel case. | fecs-camelcase | → line 2086, col 29: Property 'total_fee' is not in camel case. |
| 2087 | 29 | 2 | Property 'seller_id' is not in camel case. | fecs-camelcase | → line 2087, col 29: Property 'seller_id' is not in camel case. |
| 2088 | 29 | 2 | Property 'buyer_id' is not in camel case. | fecs-camelcase | → line 2088, col 29: Property 'buyer_id' is not in camel case. |
| 2104 | 23 | 2 | "$msg" is not defined. | no-undef | → line 2104, col 23: "$msg" is not defined. |
| 2106 | 23 | 2 | "webIm" is not defined. | no-undef | → line 2106, col 23: "webIm" is not defined. |
| 2107 | 21 | 2 | "webIm" is not defined. | no-undef | → line 2107, col 21: "webIm" is not defined. |
| 2109 | 1 | 2 | Line 2109 exceeds the maximum line length of 120. | max-len | → line 2109, col 1: Line 2109 exceeds the maximum line length of 120. |
| 2110 | 13 | 2 | "webIm" is not defined. | no-undef | → line 2110, col 13: "webIm" is not defined. |
| 2121 | 17 | 1 | "curTime" is already defined | no-redeclare | → line 2121, col 17: "curTime" is already defined |
| 2122 | 17 | 1 | "msg" is already defined | no-redeclare | → line 2122, col 17: "msg" is already defined |
| 2122 | 23 | 2 | "$msg" is not defined. | no-undef | → line 2122, col 23: "$msg" is not defined. |
| 2124 | 23 | 2 | "webIm" is not defined. | no-undef | → line 2124, col 23: "webIm" is not defined. |
| 2125 | 21 | 2 | "webIm" is not defined. | no-undef | → line 2125, col 21: "webIm" is not defined. |
| 2127 | 1 | 2 | Line 2127 exceeds the maximum line length of 120. | max-len | → line 2127, col 1: Line 2127 exceeds the maximum line length of 120. |
| 2128 | 13 | 2 | "webIm" is not defined. | no-undef | → line 2128, col 13: "webIm" is not defined. |
| 2129 | 17 | 1 | "tpl" is already defined | no-redeclare | → line 2129, col 17: "tpl" is already defined |
| 2131 | 17 | 1 | "html" is already defined | no-redeclare | → line 2131, col 17: "html" is already defined |
| 2140 | 40 | 2 | "Base64" is not defined. | no-undef | → line 2140, col 40: "Base64" is not defined. |
| 2140 | 72 | 2 | "MD5" is not defined. | no-undef | → line 2140, col 72: "MD5" is not defined. |
| 2149 | 22 | 2 | "webIm" is not defined. | no-undef | → line 2149, col 22: "webIm" is not defined. |
| 2171 | 13 | 2 | "webIm" is not defined. | no-undef | → line 2171, col 13: "webIm" is not defined. |
| 2209 | 24 | 2 | "Strophe" is not defined. | no-undef | → line 2209, col 24: "Strophe" is not defined. |
| 2209 | 51 | 2 | "webIm" is not defined. | no-undef | → line 2209, col 51: "webIm" is not defined. |
| 2211 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 2211, col 13: Expected key `type` but `'type'` found. |
| 2212 | 13 | 2 | Expected key `value` but `'value'` found. | fecs-properties-quote | → line 2212, col 13: Expected key `value` but `'value'` found. |
| 2213 | 13 | 2 | Expected key `userid` but `'userid'` found. | fecs-properties-quote | → line 2213, col 13: Expected key `userid` but `'userid'` found. |
| 2214 | 13 | 2 | Expected key `userresource` but `'userresource'` found. | fecs-properties-quote | → line 2214, col 13: Expected key `userresource` but `'userresource'` found. |
| 2215 | 13 | 2 | Expected key `groupid` but `'groupid'` found. | fecs-properties-quote | → line 2215, col 13: Expected key `groupid` but `'groupid'` found. |
| 2216 | 13 | 2 | Expected key `customerid` but `'customerid'` found. | fecs-properties-quote | → line 2216, col 13: Expected key `customerid` but `'customerid'` found. |
| 2219 | 13 | 2 | Expected key `uid` but `'uid'` found. | fecs-properties-quote | → line 2219, col 13: Expected key `uid` but `'uid'` found. |
| 2220 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 2220, col 13: Expected key `type` but `'type'` found. |
| 2221 | 13 | 2 | Expected key `info` but `'info'` found. | fecs-properties-quote | → line 2221, col 13: Expected key `info` but `'info'` found. |
| 2240 | 32 | 2 | "Strophe" is not defined. | no-undef | → line 2240, col 32: "Strophe" is not defined. |
| 2240 | 59 | 2 | "webIm" is not defined. | no-undef | → line 2240, col 59: "webIm" is not defined. |
| 2245 | 13 | 2 | Expected key `uid` but `'uid'` found. | fecs-properties-quote | → line 2245, col 13: Expected key `uid` but `'uid'` found. |
| 2246 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 2246, col 13: Expected key `type` but `'type'` found. |
| 2247 | 13 | 2 | Expected key `info` but `'info'` found. | fecs-properties-quote | → line 2247, col 13: Expected key `info` but `'info'` found. |
| 2255 | 40 | 2 | "Base64" is not defined. | no-undef | → line 2255, col 40: "Base64" is not defined. |
| 2255 | 72 | 2 | "MD5" is not defined. | no-undef | → line 2255, col 72: "MD5" is not defined. |
不规范数量:60
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 43 | 23 | 2 | "Strophe" is not defined. | no-undef | → line 43, col 23: "Strophe" is not defined. |
| 44 | 17 | 2 | "Strophe" is not defined. | no-undef | → line 44, col 17: "Strophe" is not defined. |
| 45 | 29 | 2 | "Strophe" is not defined. | no-undef | → line 45, col 29: "Strophe" is not defined. |
| 132 | 29 | 2 | "Strophe" is not defined. | no-undef | → line 132, col 29: "Strophe" is not defined. |
| 135 | 18 | 2 | Identifier 'connect_callback' is not in camel case. | fecs-camelcase | → line 135, col 18: Identifier 'connect_callback' is not in camel case. |
| 136 | 28 | 2 | "Strophe" is not defined. | no-undef | → line 136, col 28: "Strophe" is not defined. |
| 137 | 28 | 2 | "Strophe" is not defined. | no-undef | → line 137, col 28: "Strophe" is not defined. |
| 144 | 39 | 2 | "Strophe" is not defined. | no-undef | → line 144, col 39: "Strophe" is not defined. |
| 152 | 39 | 2 | "Strophe" is not defined. | no-undef | → line 152, col 39: "Strophe" is not defined. |
| 165 | 29 | 2 | "Strophe" is not defined. | no-undef | → line 165, col 29: "Strophe" is not defined. |
| 166 | 27 | 2 | "Strophe" is not defined. | no-undef | → line 166, col 27: "Strophe" is not defined. |
| 171 | 9 | 2 | Property '_auth1_cb' is not in camel case. | fecs-camelcase | → line 171, col 9: Property '_auth1_cb' is not in camel case. |
| 172 | 18 | 2 | Identifier '_sasl_mechanism' is not in camel case. | fecs-camelcase | → line 172, col 18: Identifier '_sasl_mechanism' is not in camel case. |
| 172 | 40 | 2 | "Strophe" is not defined. | no-undef | → line 172, col 40: "Strophe" is not defined. |
| 174 | 17 | 2 | Identifier 'request_auth_exchange' is not in camel case. | fecs-camelcase | → line 174, col 17: Identifier 'request_auth_exchange' is not in camel case. |
| 174 | 41 | 2 | "$build" is not defined. | no-undef | → line 174, col 41: "$build" is not defined. |
| 175 | 24 | 2 | "Strophe" is not defined. | no-undef | → line 175, col 24: "Strophe" is not defined. |
| 178 | 13 | 2 | Identifier 'request_auth_exchange' is not in camel case. | fecs-camelcase | → line 178, col 13: Identifier 'request_auth_exchange' is not in camel case. |
| 178 | 37 | 2 | "Base64" is not defined. | no-undef | → line 178, col 37: "Base64" is not defined. |
| 181 | 9 | 2 | Property '_auth_new' is not in camel case. | fecs-camelcase | → line 181, col 9: Property '_auth_new' is not in camel case. |
| 182 | 18 | 2 | Identifier '_sasl_mechanism' is not in camel case. | fecs-camelcase | → line 182, col 18: Identifier '_sasl_mechanism' is not in camel case. |
| 182 | 40 | 2 | "Strophe" is not defined. | no-undef | → line 182, col 40: "Strophe" is not defined. |
| 183 | 17 | 1 | "response" is defined but never used | no-unused-vars | → line 183, col 17: "response" is defined but never used |
| 184 | 17 | 2 | Identifier 'request_auth_exchange' is not in camel case. | fecs-camelcase | → line 184, col 17: Identifier 'request_auth_exchange' is not in camel case. |
| 184 | 41 | 2 | "$build" is not defined. | no-undef | → line 184, col 41: "$build" is not defined. |
| 185 | 24 | 2 | "Strophe" is not defined. | no-undef | → line 185, col 24: "Strophe" is not defined. |
| 190 | 42 | 2 | "MD5" is not defined. | no-undef | → line 190, col 42: "MD5" is not defined. |
| 190 | 79 | 2 | "MD5" is not defined. | no-undef | → line 190, col 79: "MD5" is not defined. |
| 191 | 13 | 2 | Identifier 'request_auth_exchange' is not in camel case. | fecs-camelcase | → line 191, col 13: Identifier 'request_auth_exchange' is not in camel case. |
| 191 | 37 | 2 | "Base64" is not defined. | no-undef | → line 191, col 37: "Base64" is not defined. |
| 195 | 9 | 2 | Property '_bind_resource' is not in camel case. | fecs-camelcase | → line 195, col 9: Property '_bind_resource' is not in camel case. |
| 196 | 24 | 2 | "$iq" is not defined. | no-undef | → line 196, col 24: "$iq" is not defined. |
| 200 | 24 | 2 | "Strophe" is not defined. | no-undef | → line 200, col 24: "Strophe" is not defined. |
| 331 | 31 | 2 | "Strophe" is not defined. | no-undef | → line 331, col 31: "Strophe" is not defined. |
| 336 | 26 | 2 | "Strophe" is not defined. | no-undef | → line 336, col 26: "Strophe" is not defined. |
| 340 | 26 | 2 | "Strophe" is not defined. | no-undef | → line 340, col 26: "Strophe" is not defined. |
| 457 | 29 | 2 | "Strophe" is not defined. | no-undef | → line 457, col 29: "Strophe" is not defined. |
| 518 | 21 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 518, col 21: This function has too many parameters (7). Maximum allowed is 6. |
| 520 | 28 | 2 | "Strophe" is not defined. | no-undef | → line 520, col 28: "Strophe" is not defined. |
| 562 | 39 | 2 | "Strophe" is not defined. | no-undef | → line 562, col 39: "Strophe" is not defined. |
| 563 | 13 | 2 | "Strophe" is not defined. | no-undef | → line 563, col 13: "Strophe" is not defined. |
| 580 | 13 | 2 | "Strophe" is not defined. | no-undef | → line 580, col 13: "Strophe" is not defined. |
| 595 | 13 | 2 | "Strophe" is not defined. | no-undef | → line 595, col 13: "Strophe" is not defined. |
| 611 | 27 | 2 | "Strophe" is not defined. | no-undef | → line 611, col 27: "Strophe" is not defined. |
| 612 | 21 | 2 | "Strophe" is not defined. | no-undef | → line 612, col 21: "Strophe" is not defined. |
| 620 | 29 | 2 | "Strophe" is not defined. | no-undef | → line 620, col 29: "Strophe" is not defined. |
| 633 | 21 | 2 | "Strophe" is not defined. | no-undef | → line 633, col 21: "Strophe" is not defined. |
| 646 | 13 | 2 | "Strophe" is not defined. | no-undef | → line 646, col 13: "Strophe" is not defined. |
| 654 | 39 | 2 | "Strophe" is not defined. | no-undef | → line 654, col 39: "Strophe" is not defined. |
| 696 | 39 | 2 | "Strophe" is not defined. | no-undef | → line 696, col 39: "Strophe" is not defined. |
| 703 | 47 | 2 | "Strophe" is not defined. | no-undef | → line 703, col 47: "Strophe" is not defined. |
| 708 | 92 | 2 | "Strophe" is not defined. | no-undef | → line 708, col 92: "Strophe" is not defined. |
| 710 | 47 | 2 | "Strophe" is not defined. | no-undef | → line 710, col 47: "Strophe" is not defined. |
| 743 | 17 | 1 | "i" is already defined | no-redeclare | → line 743, col 17: "i" is already defined |
| 749 | 21 | 1 | "hand" is already defined | no-redeclare | → line 749, col 21: "hand" is already defined |
| 771 | 24 | 2 | ["DOMParser"] is better written in dot notation. | fecs-dot-notation | → line 771, col 24: ["DOMParser"] is better written in dot notation. |
| 775 | 29 | 2 | ["ActiveXObject"] is better written in dot notation. | fecs-dot-notation | → line 775, col 29: ["ActiveXObject"] is better written in dot notation. |
| 776 | 21 | 1 | "doc" is already defined | no-redeclare | → line 776, col 21: "doc" is already defined |
不规范数量:17
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 11 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 11, col 5: "navbar" is defined but never used |
| 43 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 43, col 17: Property 'page_size' is not in camel case. |
| 56 | 39 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 56, col 39: Identifier 'gmt_create' is not in camel case. |
| 56 | 56 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 56, col 56: Identifier 'gmt_create' is not in camel case. |
| 70 | 21 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 70, col 21: Property 'order_items' is not in camel case. |
| 72 | 21 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 72, col 21: Identifier 'order_list_template' is not in camel case. |
| 83 | 35 | 2 | Identifier 'event_type' is not in camel case. | fecs-camelcase | → line 83, col 35: Identifier 'event_type' is not in camel case. |
| 95 | 50 | 2 | Missing radix parameter. | radix | → line 95, col 50: Missing radix parameter. |
| 99 | 45 | 2 | Missing radix parameter. | radix | → line 99, col 45: Missing radix parameter. |
| 103 | 17 | 2 | "order_list_html" is not defined. | no-undef | → line 103, col 17: "order_list_html" is not defined. |
| 104 | 40 | 2 | "order_list_html" is not defined. | no-undef | → line 104, col 40: "order_list_html" is not defined. |
| 127 | 1 | 2 | Line 127 exceeds the maximum line length of 120. | max-len | → line 127, col 1: Line 127 exceeds the maximum line length of 120. |
| 159 | 17 | 1 | Unexpected console statement. | no-console | → line 159, col 17: Unexpected console statement. |
| 192 | 17 | 1 | "source" is already defined | no-redeclare | → line 192, col 17: "source" is already defined |
| 223 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 223, col 13: "$doc" is defined but never used |
| 334 | 17 | 1 | Unexpected console statement. | no-console | → line 334, col 17: Unexpected console statement. |
不规范数量:8
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 7, col 5: "env" is defined but never used |
| 9 | 5 | 1 | "template" is defined but never used | no-unused-vars | → line 9, col 5: "template" is defined but never used |
| 10 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 10, col 5: "httpurl" is defined but never used |
| 11 | 5 | 1 | "md5" is defined but never used | no-unused-vars | → line 11, col 5: "md5" is defined but never used |
| 12 | 5 | 1 | "common" is defined but never used | no-unused-vars | → line 12, col 5: "common" is defined but never used |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 23 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 23, col 13: "that" is defined but never used |
不规范数量:64
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 9 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 9, col 5: "httpurl" is defined but never used |
| 11 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 11, col 5: "navbar" is defined but never used |
| 69 | 13 | 1 | "hours" is defined but never used | no-unused-vars | → line 69, col 13: "hours" is defined but never used |
| 109 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 109, col 13: Expected key `type` but `'type'` found. |
| 116 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 116, col 17: "bbhybrid" is not defined. |
| 123 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 123, col 21: "bbhybrid" is not defined. |
| 125 | 21 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 125, col 21: Expected exception block, space or tab after "/*" in comment. |
| 141 | 61 | 1 | This function has too many statements (56). Maximum allowed is 50. | fecs-max-statements | → line 141, col 61: This function has too many statements (56). Maximum allowed is 50. |
| 189 | 17 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 189, col 17: Expected exception block, space or tab after "/*" in comment. |
| 206 | 33 | 2 | Missing radix parameter. | radix | → line 206, col 33: Missing radix parameter. |
| 208 | 21 | 1 | "dateStr" is already defined | no-redeclare | → line 208, col 21: "dateStr" is already defined |
| 213 | 21 | 2 | Identifier 'appointment_date' is not in camel case. | fecs-camelcase | → line 213, col 21: Identifier 'appointment_date' is not in camel case. |
| 223 | 24 | 2 | ["phone"] is better written in dot notation. | fecs-dot-notation | → line 223, col 24: ["phone"] is better written in dot notation. |
| 224 | 24 | 2 | ["appointment_date"] is better written in dot notation. | fecs-dot-notation | → line 224, col 24: ["appointment_date"] is better written in dot notation. |
| 225 | 24 | 2 | ["createddate"] is better written in dot notation. | fecs-dot-notation | → line 225, col 24: ["createddate"] is better written in dot notation. |
| 226 | 24 | 2 | ["Customerlists"] is better written in dot notation. | fecs-dot-notation | → line 226, col 24: ["Customerlists"] is better written in dot notation. |
| 227 | 24 | 2 | ["problem_type"] is better written in dot notation. | fecs-dot-notation | → line 227, col 24: ["problem_type"] is better written in dot notation. |
| 228 | 24 | 2 | ["problem_content"] is better written in dot notation. | fecs-dot-notation | → line 228, col 24: ["problem_content"] is better written in dot notation. |
| 229 | 24 | 2 | ["appointment_state"] is better written in dot notation. | fecs-dot-notation | → line 229, col 24: ["appointment_state"] is better written in dot notation. |
| 230 | 24 | 2 | ["type"] is better written in dot notation. | fecs-dot-notation | → line 230, col 24: ["type"] is better written in dot notation. |
| 323 | 1 | 2 | Line 323 exceeds the maximum line length of 120. | max-len | → line 323, col 1: Line 323 exceeds the maximum line length of 120. |
| 353 | 44 | 1 | Missing '()' invoking a constructor | new-parens | → line 353, col 44: Missing '()' invoking a constructor |
| 397 | 13 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 397, col 13: Expected exception block, space or tab after "/*" in comment. |
| 415 | 1 | 2 | Line 415 exceeds the maximum line length of 120. | max-len | → line 415, col 1: Line 415 exceeds the maximum line length of 120. |
| 426 | 17 | 1 | "content" is defined but never used | no-unused-vars | → line 426, col 17: "content" is defined but never used |
| 471 | 17 | 1 | Unexpected console statement. | no-console | → line 471, col 17: Unexpected console statement. |
| 490 | 9 | 2 | Expected { after 'for-in'. | curly | → line 490, col 9: Expected { after 'for-in'. |
| 492 | 1 | 2 | Line 492 exceeds the maximum line length of 120. | max-len | → line 492, col 1: Line 492 exceeds the maximum line length of 120. |
| 493 | 10 | 2 | Bad indentation (8 instead 12). | fecs-indent | → line 493, col 10: Bad indentation (8 instead 12). |
| 530 | 9 | 2 | "that" is not defined. | no-undef | → line 530, col 9: "that" is not defined. |
| 535 | 22 | 2 | "that" is not defined. | no-undef | → line 535, col 22: "that" is not defined. |
| 540 | 21 | 2 | "that" is not defined. | no-undef | → line 540, col 21: "that" is not defined. |
| 545 | 17 | 1 | Unexpected console statement. | no-console | → line 545, col 17: Unexpected console statement. |
| 560 | 17 | 2 | Identifier 'cancel_times' is not in camel case. | fecs-camelcase | → line 560, col 17: Identifier 'cancel_times' is not in camel case. |
| 569 | 1 | 2 | Line 569 exceeds the maximum line length of 120. | max-len | → line 569, col 1: Line 569 exceeds the maximum line length of 120. |
| 591 | 17 | 1 | "appointmentDate" is already defined | no-redeclare | → line 591, col 17: "appointmentDate" is already defined |
| 594 | 1 | 2 | Line 594 exceeds the maximum line length of 120. | max-len | → line 594, col 1: Line 594 exceeds the maximum line length of 120. |
| 596 | 17 | 2 | Identifier 'problem_content' is not in camel case. | fecs-camelcase | → line 596, col 17: Identifier 'problem_content' is not in camel case. |
| 609 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 609, col 13: "that" is defined but never used |
| 622 | 29 | 2 | Identifier 'sku_properties' is not in camel case. | fecs-camelcase | → line 622, col 29: Identifier 'sku_properties' is not in camel case. |
| 624 | 29 | 2 | Identifier 'total_fee' is not in camel case. | fecs-camelcase | → line 624, col 29: Identifier 'total_fee' is not in camel case. |
| 625 | 29 | 1 | "gmt_create" is defined but never used | no-unused-vars | → line 625, col 29: "gmt_create" is defined but never used |
| 625 | 29 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 625, col 29: Identifier 'gmt_create' is not in camel case. |
| 674 | 22 | 2 | "that" is not defined. | no-undef | → line 674, col 22: "that" is not defined. |
| 678 | 21 | 2 | "that" is not defined. | no-undef | → line 678, col 21: "that" is not defined. |
| 679 | 21 | 2 | "that" is not defined. | no-undef | → line 679, col 21: "that" is not defined. |
| 684 | 17 | 1 | Unexpected console statement. | no-console | → line 684, col 17: Unexpected console statement. |
| 721 | 13 | 1 | "uid" is defined but never used | no-unused-vars | → line 721, col 13: "uid" is defined but never used |
| 739 | 17 | 1 | Unexpected console statement. | no-console | → line 739, col 17: Unexpected console statement. |
| 763 | 17 | 1 | Unexpected console statement. | no-console | → line 763, col 17: Unexpected console statement. |
| 778 | 64 | 2 | "that" is not defined. | no-undef | → line 778, col 64: "that" is not defined. |
| 832 | 1 | 2 | Line 832 exceeds the maximum line length of 120. | max-len | → line 832, col 1: Line 832 exceeds the maximum line length of 120. |
| 839 | 1 | 2 | Line 839 exceeds the maximum line length of 120. | max-len | → line 839, col 1: Line 839 exceeds the maximum line length of 120. |
| 847 | 1 | 2 | Line 847 exceeds the maximum line length of 120. | max-len | → line 847, col 1: Line 847 exceeds the maximum line length of 120. |
| 860 | 1 | 2 | Line 860 exceeds the maximum line length of 120. | max-len | → line 860, col 1: Line 860 exceeds the maximum line length of 120. |
| 864 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 864, col 13: "that" is defined but never used |
| 900 | 18 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 900, col 18: Unexpected 'else' after 'return'. |
| 922 | 21 | 1 | "multiNum" is already defined | no-redeclare | → line 922, col 21: "multiNum" is already defined |
| 963 | 18 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 963, col 18: Unexpected 'else' after 'return'. |
| 984 | 21 | 1 | "multiNum" is already defined | no-redeclare | → line 984, col 21: "multiNum" is already defined |
| 1027 | 18 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 1027, col 18: Unexpected 'else' after 'return'. |
| 1049 | 21 | 1 | "multiNum" is already defined | no-redeclare | → line 1049, col 21: "multiNum" is already defined |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 7, col 5: "env" is defined but never used |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 35 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 35, col 17: Property 'page_size' is not in camel case. |
| 52 | 29 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 52, col 29: Identifier 'price_ori' is not in camel case. |
| 59 | 21 | 2 | Property 'product_list' is not in camel case. | fecs-camelcase | → line 59, col 21: Property 'product_list' is not in camel case. |
| 94 | 17 | 1 | Unexpected console statement. | no-console | → line 94, col 17: Unexpected console statement. |
| 131 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 131, col 13: "$doc" is defined but never used |
| 223 | 13 | 1 | "productType" is already defined | no-redeclare | → line 223, col 13: "productType" is already defined |
| 233 | 1 | 2 | Line 233 exceeds the maximum line length of 120. | max-len | → line 233, col 1: Line 233 exceeds the maximum line length of 120. |
| 242 | 17 | 1 | Unexpected console statement. | no-console | → line 242, col 17: Unexpected console statement. |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 5 | 1 | "cookie" is defined but never used | no-unused-vars | → line 8, col 5: "cookie" is defined but never used |
| 9 | 5 | 1 | "template" is defined but never used | no-unused-vars | → line 9, col 5: "template" is defined but never used |
| 10 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 10, col 5: "httpurl" is defined but never used |
| 11 | 5 | 1 | "common" is defined but never used | no-unused-vars | → line 11, col 5: "common" is defined but never used |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 5 | 1 | "common" is defined but never used | no-unused-vars | → line 8, col 5: "common" is defined but never used |
| 9 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 9, col 5: "navbar" is defined but never used |
| 16 | 9 | 1 | Unexpected console statement. | no-console | → line 16, col 9: Unexpected console statement. |
| 19 | 1 | 2 | Line 19 exceeds the maximum line length of 120. | max-len | → line 19, col 1: Line 19 exceeds the maximum line length of 120. |
| 25 | 1 | 2 | Line 25 exceeds the maximum line length of 120. | max-len | → line 25, col 1: Line 25 exceeds the maximum line length of 120. |
| 25 | 35 | 2 | Missing radix parameter. | radix | → line 25, col 35: Missing radix parameter. |
| 25 | 103 | 2 | Missing radix parameter. | radix | → line 25, col 103: Missing radix parameter. |
| 43 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 43, col 13: "self" is defined but never used |
| 55 | 1 | 2 | Line 55 exceeds the maximum line length of 120. | max-len | → line 55, col 1: Line 55 exceeds the maximum line length of 120. |
| 57 | 1 | 2 | Line 57 exceeds the maximum line length of 120. | max-len | → line 57, col 1: Line 57 exceeds the maximum line length of 120. |
不规范数量:63
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 9 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 9, col 5: Expected exception block, space or tab after "/*" in comment. |
| 9 | 5 | 2 | Missing JSDoc for parameter "code". | fecs-valid-jsdoc | → line 9, col 5: Missing JSDoc for parameter "code". |
| 9 | 5 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 9, col 5: Missing JSDoc for parameter "name". |
| 9 | 5 | 2 | Missing JSDoc for parameter "content". | fecs-valid-jsdoc | → line 9, col 5: Missing JSDoc for parameter "content". |
| 9 | 5 | 2 | Missing JSDoc for parameter "autoType". | fecs-valid-jsdoc | → line 9, col 5: Missing JSDoc for parameter "autoType". |
| 9 | 5 | 2 | Missing JSDoc for parameter "suggestType". | fecs-valid-jsdoc | → line 9, col 5: Missing JSDoc for parameter "suggestType". |
| 50 | 1 | 2 | Line 50 exceeds the maximum line length of 120. | max-len | → line 50, col 1: Line 50 exceeds the maximum line length of 120. |
| 54 | 1 | 2 | Line 54 exceeds the maximum line length of 120. | max-len | → line 54, col 1: Line 54 exceeds the maximum line length of 120. |
| 55 | 1 | 2 | Line 55 exceeds the maximum line length of 120. | max-len | → line 55, col 1: Line 55 exceeds the maximum line length of 120. |
| 59 | 1 | 2 | Line 59 exceeds the maximum line length of 120. | max-len | → line 59, col 1: Line 59 exceeds the maximum line length of 120. |
| 64 | 1 | 2 | Line 64 exceeds the maximum line length of 120. | max-len | → line 64, col 1: Line 64 exceeds the maximum line length of 120. |
| 73 | 1 | 2 | Line 73 exceeds the maximum line length of 120. | max-len | → line 73, col 1: Line 73 exceeds the maximum line length of 120. |
| 76 | 1 | 2 | Line 76 exceeds the maximum line length of 120. | max-len | → line 76, col 1: Line 76 exceeds the maximum line length of 120. |
| 77 | 1 | 2 | Line 77 exceeds the maximum line length of 120. | max-len | → line 77, col 1: Line 77 exceeds the maximum line length of 120. |
| 78 | 1 | 2 | Line 78 exceeds the maximum line length of 120. | max-len | → line 78, col 1: Line 78 exceeds the maximum line length of 120. |
| 80 | 1 | 2 | Line 80 exceeds the maximum line length of 120. | max-len | → line 80, col 1: Line 80 exceeds the maximum line length of 120. |
| 88 | 1 | 2 | Line 88 exceeds the maximum line length of 120. | max-len | → line 88, col 1: Line 88 exceeds the maximum line length of 120. |
| 89 | 1 | 2 | Line 89 exceeds the maximum line length of 120. | max-len | → line 89, col 1: Line 89 exceeds the maximum line length of 120. |
| 93 | 1 | 2 | Line 93 exceeds the maximum line length of 120. | max-len | → line 93, col 1: Line 93 exceeds the maximum line length of 120. |
| 94 | 1 | 2 | Line 94 exceeds the maximum line length of 120. | max-len | → line 94, col 1: Line 94 exceeds the maximum line length of 120. |
| 96 | 1 | 2 | Line 96 exceeds the maximum line length of 120. | max-len | → line 96, col 1: Line 96 exceeds the maximum line length of 120. |
| 100 | 1 | 2 | Line 100 exceeds the maximum line length of 120. | max-len | → line 100, col 1: Line 100 exceeds the maximum line length of 120. |
| 101 | 1 | 2 | Line 101 exceeds the maximum line length of 120. | max-len | → line 101, col 1: Line 101 exceeds the maximum line length of 120. |
| 104 | 1 | 2 | Line 104 exceeds the maximum line length of 120. | max-len | → line 104, col 1: Line 104 exceeds the maximum line length of 120. |
| 105 | 1 | 2 | Line 105 exceeds the maximum line length of 120. | max-len | → line 105, col 1: Line 105 exceeds the maximum line length of 120. |
| 115 | 1 | 2 | Line 115 exceeds the maximum line length of 120. | max-len | → line 115, col 1: Line 115 exceeds the maximum line length of 120. |
| 117 | 1 | 2 | Line 117 exceeds the maximum line length of 120. | max-len | → line 117, col 1: Line 117 exceeds the maximum line length of 120. |
| 118 | 1 | 2 | Line 118 exceeds the maximum line length of 120. | max-len | → line 118, col 1: Line 118 exceeds the maximum line length of 120. |
| 123 | 1 | 2 | Line 123 exceeds the maximum line length of 120. | max-len | → line 123, col 1: Line 123 exceeds the maximum line length of 120. |
| 124 | 1 | 2 | Line 124 exceeds the maximum line length of 120. | max-len | → line 124, col 1: Line 124 exceeds the maximum line length of 120. |
| 125 | 1 | 2 | Line 125 exceeds the maximum line length of 120. | max-len | → line 125, col 1: Line 125 exceeds the maximum line length of 120. |
| 126 | 1 | 2 | Line 126 exceeds the maximum line length of 120. | max-len | → line 126, col 1: Line 126 exceeds the maximum line length of 120. |
| 127 | 1 | 2 | Line 127 exceeds the maximum line length of 120. | max-len | → line 127, col 1: Line 127 exceeds the maximum line length of 120. |
| 128 | 1 | 2 | Line 128 exceeds the maximum line length of 120. | max-len | → line 128, col 1: Line 128 exceeds the maximum line length of 120. |
| 129 | 1 | 2 | Line 129 exceeds the maximum line length of 120. | max-len | → line 129, col 1: Line 129 exceeds the maximum line length of 120. |
| 135 | 1 | 2 | Line 135 exceeds the maximum line length of 120. | max-len | → line 135, col 1: Line 135 exceeds the maximum line length of 120. |
| 144 | 1 | 2 | Line 144 exceeds the maximum line length of 120. | max-len | → line 144, col 1: Line 144 exceeds the maximum line length of 120. |
| 145 | 1 | 2 | Line 145 exceeds the maximum line length of 120. | max-len | → line 145, col 1: Line 145 exceeds the maximum line length of 120. |
| 147 | 1 | 2 | Line 147 exceeds the maximum line length of 120. | max-len | → line 147, col 1: Line 147 exceeds the maximum line length of 120. |
| 150 | 1 | 2 | Line 150 exceeds the maximum line length of 120. | max-len | → line 150, col 1: Line 150 exceeds the maximum line length of 120. |
| 152 | 1 | 2 | Line 152 exceeds the maximum line length of 120. | max-len | → line 152, col 1: Line 152 exceeds the maximum line length of 120. |
| 155 | 1 | 2 | Line 155 exceeds the maximum line length of 120. | max-len | → line 155, col 1: Line 155 exceeds the maximum line length of 120. |
| 156 | 1 | 2 | Line 156 exceeds the maximum line length of 120. | max-len | → line 156, col 1: Line 156 exceeds the maximum line length of 120. |
| 157 | 1 | 2 | Line 157 exceeds the maximum line length of 120. | max-len | → line 157, col 1: Line 157 exceeds the maximum line length of 120. |
| 158 | 1 | 2 | Line 158 exceeds the maximum line length of 120. | max-len | → line 158, col 1: Line 158 exceeds the maximum line length of 120. |
| 169 | 1 | 2 | Line 169 exceeds the maximum line length of 120. | max-len | → line 169, col 1: Line 169 exceeds the maximum line length of 120. |
| 171 | 1 | 2 | Line 171 exceeds the maximum line length of 120. | max-len | → line 171, col 1: Line 171 exceeds the maximum line length of 120. |
| 172 | 1 | 2 | Line 172 exceeds the maximum line length of 120. | max-len | → line 172, col 1: Line 172 exceeds the maximum line length of 120. |
| 177 | 1 | 2 | Line 177 exceeds the maximum line length of 120. | max-len | → line 177, col 1: Line 177 exceeds the maximum line length of 120. |
| 182 | 1 | 2 | Line 182 exceeds the maximum line length of 120. | max-len | → line 182, col 1: Line 182 exceeds the maximum line length of 120. |
| 183 | 1 | 2 | Line 183 exceeds the maximum line length of 120. | max-len | → line 183, col 1: Line 183 exceeds the maximum line length of 120. |
| 184 | 1 | 2 | Line 184 exceeds the maximum line length of 120. | max-len | → line 184, col 1: Line 184 exceeds the maximum line length of 120. |
| 185 | 1 | 2 | Line 185 exceeds the maximum line length of 120. | max-len | → line 185, col 1: Line 185 exceeds the maximum line length of 120. |
| 187 | 1 | 2 | Line 187 exceeds the maximum line length of 120. | max-len | → line 187, col 1: Line 187 exceeds the maximum line length of 120. |
| 188 | 1 | 2 | Line 188 exceeds the maximum line length of 120. | max-len | → line 188, col 1: Line 188 exceeds the maximum line length of 120. |
| 189 | 1 | 2 | Line 189 exceeds the maximum line length of 120. | max-len | → line 189, col 1: Line 189 exceeds the maximum line length of 120. |
| 192 | 1 | 2 | Line 192 exceeds the maximum line length of 120. | max-len | → line 192, col 1: Line 192 exceeds the maximum line length of 120. |
| 193 | 1 | 2 | Line 193 exceeds the maximum line length of 120. | max-len | → line 193, col 1: Line 193 exceeds the maximum line length of 120. |
| 196 | 1 | 2 | Line 196 exceeds the maximum line length of 120. | max-len | → line 196, col 1: Line 196 exceeds the maximum line length of 120. |
| 200 | 1 | 2 | Line 200 exceeds the maximum line length of 120. | max-len | → line 200, col 1: Line 200 exceeds the maximum line length of 120. |
| 201 | 1 | 2 | Line 201 exceeds the maximum line length of 120. | max-len | → line 201, col 1: Line 201 exceeds the maximum line length of 120. |
| 295 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 295, col 4: "Zepto" is not defined. |
不规范数量:7043
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 1, col 1: Expected exception block, space or tab after "/*" in comment. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 2 | 2 | 2 | Wrap an immediate function invocation in parentheses. | wrap-iife | → line 2, col 2: Wrap an immediate function invocation in parentheses. |
| 2 | 10 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 10: Missing space before function parentheses. |
| 2 | 13 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 13: Missing space before opening brace. |
| 2 | 14 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 14: Statement inside of curly braces should be on next line. |
| 2 | 21 | 2 | Wrap an immediate function invocation in parentheses. | wrap-iife | → line 2, col 21: Wrap an immediate function invocation in parentheses. |
| 2 | 29 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 29: Missing space before function parentheses. |
| 2 | 31 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31: A space is required after ','. |
| 2 | 34 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 34: Missing space before opening brace. |
| 2 | 35 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 35: Statement inside of curly braces should be on next line. |
| 2 | 35 | 2 | Strings must use singlequote. | quotes | → line 2, col 35: Strings must use singlequote. |
| 2 | 45 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 45: Infix operators must be spaced. |
| 2 | 45 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 45: Expected '===' and instead saw '=='. |
| 2 | 60 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 60: Infix operators must be spaced. |
| 2 | 72 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 72: Infix operators must be spaced. |
| 2 | 80 | 2 | Strings must use singlequote. | quotes | → line 2, col 80: Strings must use singlequote. |
| 2 | 96 | 2 | A space is required after ','. | comma-spacing | → line 2, col 96: A space is required after ','. |
| 2 | 105 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 105: Missing space before function parentheses. |
| 2 | 107 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 107: Missing space before opening brace. |
| 2 | 108 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 108: Statement inside of curly braces should be on next line. |
| 2 | 118 | 2 | Missing semicolon. | semi | → line 2, col 118: Missing semicolon. |
| 2 | 129 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 129: Infix operators must be spaced. |
| 2 | 133 | 2 | Missing semicolon. | semi | → line 2, col 133: Missing semicolon. |
| 2 | 139 | 2 | A space is required after ','. | comma-spacing | → line 2, col 139: A space is required after ','. |
| 2 | 148 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 148: Missing space before function parentheses. |
| 2 | 150 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 150: Missing space before opening brace. |
| 2 | 151 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 151: Statement inside of curly braces should be on next line. |
| 2 | 151 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 151: Split 'var' declarations into multiple statements. |
| 2 | 156 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 156: Infix operators must be spaced. |
| 2 | 157 | 2 | Strings must use singlequote. | quotes | → line 2, col 157: Strings must use singlequote. |
| 2 | 224 | 2 | A space is required after ','. | comma-spacing | → line 2, col 224: A space is required after ','. |
| 2 | 226 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 226: Infix operators must be spaced. |
| 2 | 235 | 2 | Missing space before value for key "encode". | fecs-key-spacing | → line 2, col 235: Missing space before value for key "encode". |
| 2 | 243 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 243: Missing space before function parentheses. |
| 2 | 246 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 246: Missing space before opening brace. |
| 2 | 247 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 247: Split 'var' declarations into multiple statements. |
| 2 | 247 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 247: Statement inside of curly braces should be on next line. |
| 2 | 252 | 2 | A space is required after ','. | comma-spacing | → line 2, col 252: A space is required after ','. |
| 2 | 254 | 2 | A space is required after ','. | comma-spacing | → line 2, col 254: A space is required after ','. |
| 2 | 256 | 2 | A space is required after ','. | comma-spacing | → line 2, col 256: A space is required after ','. |
| 2 | 258 | 2 | A space is required after ','. | comma-spacing | → line 2, col 258: A space is required after ','. |
| 2 | 260 | 2 | A space is required after ','. | comma-spacing | → line 2, col 260: A space is required after ','. |
| 2 | 262 | 2 | A space is required after ','. | comma-spacing | → line 2, col 262: A space is required after ','. |
| 2 | 264 | 2 | A space is required after ','. | comma-spacing | → line 2, col 264: A space is required after ','. |
| 2 | 266 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 266: Infix operators must be spaced. |
| 2 | 267 | 2 | Strings must use singlequote. | quotes | → line 2, col 267: Strings must use singlequote. |
| 2 | 269 | 2 | A space is required after ','. | comma-spacing | → line 2, col 269: A space is required after ','. |
| 2 | 271 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 271: Infix operators must be spaced. |
| 2 | 273 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 273: Missing whitespace after semicolon. |
| 2 | 274 | 2 | Expected { after 'do'. | curly | → line 2, col 274: Expected { after 'do'. |
| 2 | 278 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 278: Infix operators must be spaced. |
| 2 | 296 | 2 | A space is required after ','. | comma-spacing | → line 2, col 296: A space is required after ','. |
| 2 | 298 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 298: Infix operators must be spaced. |
| 2 | 316 | 2 | A space is required after ','. | comma-spacing | → line 2, col 316: A space is required after ','. |
| 2 | 318 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 318: Infix operators must be spaced. |
| 2 | 336 | 2 | A space is required after ','. | comma-spacing | → line 2, col 336: A space is required after ','. |
| 2 | 338 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 338: Infix operators must be spaced. |
| 2 | 340 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 340: Infix operators must be spaced. |
| 2 | 343 | 2 | A space is required after ','. | comma-spacing | → line 2, col 343: A space is required after ','. |
| 2 | 345 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 345: Infix operators must be spaced. |
| 2 | 348 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 348: Infix operators must be spaced. |
| 2 | 351 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 351: Infix operators must be spaced. |
| 2 | 354 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 354: Infix operators must be spaced. |
| 2 | 356 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 356: Infix operators must be spaced. |
| 2 | 359 | 2 | A space is required after ','. | comma-spacing | → line 2, col 359: A space is required after ','. |
| 2 | 361 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 361: Infix operators must be spaced. |
| 2 | 365 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 365: Infix operators must be spaced. |
| 2 | 368 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 368: Infix operators must be spaced. |
| 2 | 371 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 371: Infix operators must be spaced. |
| 2 | 373 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 373: Infix operators must be spaced. |
| 2 | 376 | 2 | A space is required after ','. | comma-spacing | → line 2, col 376: A space is required after ','. |
| 2 | 378 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 378: Infix operators must be spaced. |
| 2 | 381 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 381: Infix operators must be spaced. |
| 2 | 383 | 2 | A space is required after ','. | comma-spacing | → line 2, col 383: A space is required after ','. |
| 2 | 392 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 392: Infix operators must be spaced. |
| 2 | 395 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 395: Infix operators must be spaced. |
| 2 | 398 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 398: Infix operators must be spaced. |
| 2 | 401 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 401: Infix operators must be spaced. |
| 2 | 404 | 2 | A space is required after ','. | comma-spacing | → line 2, col 404: A space is required after ','. |
| 2 | 406 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 406: Infix operators must be spaced. |
| 2 | 408 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 408: Infix operators must be spaced. |
| 2 | 421 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 421: Infix operators must be spaced. |
| 2 | 425 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 425: Infix operators must be spaced. |
| 2 | 429 | 2 | A space is required after ','. | comma-spacing | → line 2, col 429: A space is required after ','. |
| 2 | 431 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 431: Infix operators must be spaced. |
| 2 | 433 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 433: Infix operators must be spaced. |
| 2 | 445 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 445: Infix operators must be spaced. |
| 2 | 457 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 457: Infix operators must be spaced. |
| 2 | 469 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 469: Infix operators must be spaced. |
| 2 | 481 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 481: Missing whitespace after semicolon. |
| 2 | 487 | 2 | Keyword "while" must be followed by whitespace. | space-after-keywords | → line 2, col 487: Keyword "while" must be followed by whitespace. |
| 2 | 489 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 489: Infix operators must be spaced. |
| 2 | 508 | 2 | Missing semicolon. | semi | → line 2, col 508: Missing semicolon. |
| 2 | 509 | 2 | A space is required after ','. | comma-spacing | → line 2, col 509: A space is required after ','. |
| 2 | 517 | 2 | Missing space before value for key "decode". | fecs-key-spacing | → line 2, col 517: Missing space before value for key "decode". |
| 2 | 525 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 525: Missing space before function parentheses. |
| 2 | 528 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 528: Missing space before opening brace. |
| 2 | 529 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 529: Split 'var' declarations into multiple statements. |
| 2 | 529 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 529: Statement inside of curly braces should be on next line. |
| 2 | 534 | 2 | A space is required after ','. | comma-spacing | → line 2, col 534: A space is required after ','. |
| 2 | 536 | 2 | A space is required after ','. | comma-spacing | → line 2, col 536: A space is required after ','. |
| 2 | 538 | 2 | A space is required after ','. | comma-spacing | → line 2, col 538: A space is required after ','. |
| 2 | 540 | 2 | A space is required after ','. | comma-spacing | → line 2, col 540: A space is required after ','. |
| 2 | 542 | 2 | A space is required after ','. | comma-spacing | → line 2, col 542: A space is required after ','. |
| 2 | 544 | 2 | A space is required after ','. | comma-spacing | → line 2, col 544: A space is required after ','. |
| 2 | 546 | 2 | A space is required after ','. | comma-spacing | → line 2, col 546: A space is required after ','. |
| 2 | 548 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 548: Infix operators must be spaced. |
| 2 | 549 | 2 | Strings must use singlequote. | quotes | → line 2, col 549: Strings must use singlequote. |
| 2 | 551 | 2 | A space is required after ','. | comma-spacing | → line 2, col 551: A space is required after ','. |
| 2 | 553 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 553: Infix operators must be spaced. |
| 2 | 555 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 555: Missing whitespace after semicolon. |
| 2 | 557 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 557: Infix operators must be spaced. |
| 2 | 589 | 2 | A space is required after ','. | comma-spacing | → line 2, col 589: A space is required after ','. |
| 2 | 590 | 2 | Strings must use singlequote. | quotes | → line 2, col 590: Strings must use singlequote. |
| 2 | 593 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 593: Missing whitespace after semicolon. |
| 2 | 594 | 2 | Expected { after 'do'. | curly | → line 2, col 594: Expected { after 'do'. |
| 2 | 598 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 598: Infix operators must be spaced. |
| 2 | 623 | 2 | A space is required after ','. | comma-spacing | → line 2, col 623: A space is required after ','. |
| 2 | 625 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 625: Infix operators must be spaced. |
| 2 | 650 | 2 | A space is required after ','. | comma-spacing | → line 2, col 650: A space is required after ','. |
| 2 | 652 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 652: Infix operators must be spaced. |
| 2 | 677 | 2 | A space is required after ','. | comma-spacing | → line 2, col 677: A space is required after ','. |
| 2 | 679 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 679: Infix operators must be spaced. |
| 2 | 704 | 2 | A space is required after ','. | comma-spacing | → line 2, col 704: A space is required after ','. |
| 2 | 706 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 706: Infix operators must be spaced. |
| 2 | 708 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 708: Infix operators must be spaced. |
| 2 | 711 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 711: Infix operators must be spaced. |
| 2 | 713 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 713: Infix operators must be spaced. |
| 2 | 716 | 2 | A space is required after ','. | comma-spacing | → line 2, col 716: A space is required after ','. |
| 2 | 718 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 718: Infix operators must be spaced. |
| 2 | 722 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 722: Infix operators must be spaced. |
| 2 | 725 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 725: Infix operators must be spaced. |
| 2 | 728 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 728: Infix operators must be spaced. |
| 2 | 730 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 730: Infix operators must be spaced. |
| 2 | 733 | 2 | A space is required after ','. | comma-spacing | → line 2, col 733: A space is required after ','. |
| 2 | 735 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 735: Infix operators must be spaced. |
| 2 | 738 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 738: Infix operators must be spaced. |
| 2 | 741 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 741: Infix operators must be spaced. |
| 2 | 744 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 744: Infix operators must be spaced. |
| 2 | 746 | 2 | A space is required after ','. | comma-spacing | → line 2, col 746: A space is required after ','. |
| 2 | 748 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 748: Infix operators must be spaced. |
| 2 | 772 | 2 | A space is required after ','. | comma-spacing | → line 2, col 772: A space is required after ','. |
| 2 | 775 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 775: Expected '!==' and instead saw '!='. |
| 2 | 775 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 775: Infix operators must be spaced. |
| 2 | 778 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 778: Infix operators must be spaced. |
| 2 | 782 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 782: Infix operators must be spaced. |
| 2 | 807 | 2 | A space is required after ','. | comma-spacing | → line 2, col 807: A space is required after ','. |
| 2 | 810 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 810: Expected '!==' and instead saw '!='. |
| 2 | 810 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 810: Infix operators must be spaced. |
| 2 | 813 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 813: Infix operators must be spaced. |
| 2 | 817 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 817: Infix operators must be spaced. |
| 2 | 842 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 842: Missing whitespace after semicolon. |
| 2 | 848 | 2 | Keyword "while" must be followed by whitespace. | space-after-keywords | → line 2, col 848: Keyword "while" must be followed by whitespace. |
| 2 | 850 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 850: Infix operators must be spaced. |
| 2 | 869 | 2 | Missing semicolon. | semi | → line 2, col 869: Missing semicolon. |
| 2 | 871 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 871: Missing whitespace after semicolon. |
| 2 | 880 | 2 | Missing semicolon. | semi | → line 2, col 880: Missing semicolon. |
| 2 | 882 | 2 | A space is required after ','. | comma-spacing | → line 2, col 882: A space is required after ','. |
| 2 | 883 | 2 | Wrap an immediate function invocation in parentheses. | wrap-iife | → line 2, col 883: Wrap an immediate function invocation in parentheses. |
| 2 | 891 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 891: Missing space before function parentheses. |
| 2 | 893 | 2 | A space is required after ','. | comma-spacing | → line 2, col 893: A space is required after ','. |
| 2 | 896 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 896: Missing space before opening brace. |
| 2 | 897 | 2 | Strings must use singlequote. | quotes | → line 2, col 897: Strings must use singlequote. |
| 2 | 897 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 897: Statement inside of curly braces should be on next line. |
| 2 | 907 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 907: Expected '===' and instead saw '=='. |
| 2 | 907 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 907: Infix operators must be spaced. |
| 2 | 922 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 922: Infix operators must be spaced. |
| 2 | 934 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 934: Infix operators must be spaced. |
| 2 | 942 | 2 | Strings must use singlequote. | quotes | → line 2, col 942: Strings must use singlequote. |
| 2 | 956 | 2 | A space is required after ','. | comma-spacing | → line 2, col 956: A space is required after ','. |
| 2 | 965 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 965: Missing space before function parentheses. |
| 2 | 967 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 967: Missing space before opening brace. |
| 2 | 968 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 968: Statement inside of curly braces should be on next line. |
| 2 | 978 | 2 | Missing semicolon. | semi | → line 2, col 978: Missing semicolon. |
| 2 | 987 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 987: Infix operators must be spaced. |
| 2 | 991 | 2 | Missing semicolon. | semi | → line 2, col 991: Missing semicolon. |
| 2 | 997 | 2 | A space is required after ','. | comma-spacing | → line 2, col 997: A space is required after ','. |
| 2 | 1006 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 1006: Missing space before function parentheses. |
| 2 | 1008 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 1008: Missing space before opening brace. |
| 2 | 1009 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 1009: Statement inside of curly braces should be on next line. |
| 2 | 1021 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1021: A space is required after ','. |
| 2 | 1024 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 1024: Missing space before opening brace. |
| 2 | 1025 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 1025: Statement inside of curly braces should be on next line. |
| 2 | 1028 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1028: Infix operators must be spaced. |
| 2 | 1032 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1032: Infix operators must be spaced. |
| 2 | 1037 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1037: Infix operators must be spaced. |
| 2 | 1041 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1041: Infix operators must be spaced. |
| 2 | 1043 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1043: Infix operators must be spaced. |
| 2 | 1046 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1046: A space is required after ','. |
| 2 | 1051 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1051: Infix operators must be spaced. |
| 2 | 1054 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1054: Infix operators must be spaced. |
| 2 | 1057 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1057: Infix operators must be spaced. |
| 2 | 1061 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1061: Infix operators must be spaced. |
| 2 | 1065 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1065: Infix operators must be spaced. |
| 2 | 1067 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1067: Missing whitespace after semicolon. |
| 2 | 1068 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 1068: Split 'var' declarations into multiple statements. |
| 2 | 1073 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1073: A space is required after ','. |
| 2 | 1075 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1075: A space is required after ','. |
| 2 | 1077 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1077: A space is required after ','. |
| 2 | 1079 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1079: A space is required after ','. |
| 2 | 1081 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1081: A space is required after ','. |
| 2 | 1083 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1083: A space is required after ','. |
| 2 | 1085 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1085: A space is required after ','. |
| 2 | 1087 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1087: A space is required after ','. |
| 2 | 1089 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1089: Infix operators must be spaced. |
| 2 | 1103 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1103: A space is required after ','. |
| 2 | 1105 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1105: Infix operators must be spaced. |
| 2 | 1116 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1116: A space is required after ','. |
| 2 | 1118 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1118: Infix operators must be spaced. |
| 2 | 1129 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1129: A space is required after ','. |
| 2 | 1131 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1131: Infix operators must be spaced. |
| 2 | 1143 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1143: A space is required after ','. |
| 2 | 1145 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1145: Infix operators must be spaced. |
| 2 | 1155 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1155: A space is required after ','. |
| 2 | 1157 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1157: Infix operators must be spaced. |
| 2 | 1169 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1169: Missing whitespace after semicolon. |
| 2 | 1173 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 1173: Keyword "for" must be followed by whitespace. |
| 2 | 1175 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1175: Infix operators must be spaced. |
| 2 | 1177 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1177: Missing whitespace after semicolon. |
| 2 | 1179 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1179: Infix operators must be spaced. |
| 2 | 1188 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1188: Missing whitespace after semicolon. |
| 2 | 1190 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1190: Infix operators must be spaced. |
| 2 | 1195 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 1195: Missing space before opening brace. |
| 2 | 1196 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 1196: Statement inside of curly braces should be on next line. |
| 2 | 1196 | 2 | Expected { after 'for' condition. | curly | → line 2, col 1196: Expected { after 'for' condition. |
| 2 | 1199 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 1199: Keyword "for" must be followed by whitespace. |
| 2 | 1201 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1201: Infix operators must be spaced. |
| 2 | 1203 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1203: A space is required after ','. |
| 2 | 1205 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1205: Infix operators must be spaced. |
| 2 | 1207 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1207: A space is required after ','. |
| 2 | 1209 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1209: Infix operators must be spaced. |
| 2 | 1211 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1211: A space is required after ','. |
| 2 | 1213 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1213: Infix operators must be spaced. |
| 2 | 1215 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1215: A space is required after ','. |
| 2 | 1217 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1217: Infix operators must be spaced. |
| 2 | 1219 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1219: A space is required after ','. |
| 2 | 1221 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1221: Infix operators must be spaced. |
| 2 | 1223 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1223: Missing whitespace after semicolon. |
| 2 | 1226 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1226: Infix operators must be spaced. |
| 2 | 1228 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1228: Missing whitespace after semicolon. |
| 2 | 1235 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1235: Infix operators must be spaced. |
| 2 | 1237 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1237: Infix operators must be spaced. |
| 2 | 1242 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1242: Infix operators must be spaced. |
| 2 | 1246 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1246: Infix operators must be spaced. |
| 2 | 1254 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1254: Infix operators must be spaced. |
| 2 | 1260 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1260: Infix operators must be spaced. |
| 2 | 1263 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1263: Infix operators must be spaced. |
| 2 | 1267 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1267: Infix operators must be spaced. |
| 2 | 1270 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1270: Infix operators must be spaced. |
| 2 | 1274 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1274: Infix operators must be spaced. |
| 2 | 1278 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1278: Infix operators must be spaced. |
| 2 | 1282 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1282: Infix operators must be spaced. |
| 2 | 1286 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1286: A space is required after ','. |
| 2 | 1289 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1289: A space is required after ','. |
| 2 | 1291 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1291: Infix operators must be spaced. |
| 2 | 1299 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1299: A space is required after ','. |
| 2 | 1302 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1302: A space is required after ','. |
| 2 | 1306 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1306: A space is required after ','. |
| 2 | 1308 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1308: A space is required after ','. |
| 2 | 1310 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1310: A space is required after ','. |
| 2 | 1314 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1314: A space is required after ','. |
| 2 | 1320 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1320: A space is required after ','. |
| 2 | 1326 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1326: A space is required after ','. |
| 2 | 1333 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1333: A space is required after ','. |
| 2 | 1335 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1335: Infix operators must be spaced. |
| 2 | 1337 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1337: A space is required after ','. |
| 2 | 1339 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1339: Infix operators must be spaced. |
| 2 | 1341 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1341: A space is required after ','. |
| 2 | 1343 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1343: Infix operators must be spaced. |
| 2 | 1347 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1347: A space is required after ','. |
| 2 | 1351 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1351: A space is required after ','. |
| 2 | 1353 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1353: Infix operators must be spaced. |
| 2 | 1355 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1355: A space is required after ','. |
| 2 | 1357 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1357: Infix operators must be spaced. |
| 2 | 1359 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1359: Missing whitespace after semicolon. |
| 2 | 1361 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1361: Infix operators must be spaced. |
| 2 | 1365 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1365: A space is required after ','. |
| 2 | 1368 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1368: A space is required after ','. |
| 2 | 1370 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1370: Infix operators must be spaced. |
| 2 | 1374 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1374: A space is required after ','. |
| 2 | 1377 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1377: A space is required after ','. |
| 2 | 1379 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1379: Infix operators must be spaced. |
| 2 | 1383 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1383: A space is required after ','. |
| 2 | 1386 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1386: A space is required after ','. |
| 2 | 1388 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1388: Infix operators must be spaced. |
| 2 | 1392 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1392: A space is required after ','. |
| 2 | 1395 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1395: A space is required after ','. |
| 2 | 1397 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1397: Infix operators must be spaced. |
| 2 | 1401 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1401: A space is required after ','. |
| 2 | 1404 | 2 | Missing semicolon. | semi | → line 2, col 1404: Missing semicolon. |
| 2 | 1405 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 1405: Keyword "return" must be followed by whitespace. |
| 2 | 1413 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1413: A space is required after ','. |
| 2 | 1415 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1415: A space is required after ','. |
| 2 | 1417 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1417: A space is required after ','. |
| 2 | 1419 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1419: A space is required after ','. |
| 2 | 1422 | 2 | Missing semicolon. | semi | → line 2, col 1422: Missing semicolon. |
| 2 | 1435 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1435: A space is required after ','. |
| 2 | 1437 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1437: A space is required after ','. |
| 2 | 1439 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1439: A space is required after ','. |
| 2 | 1442 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 1442: Missing space before opening brace. |
| 2 | 1443 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 1443: Statement inside of curly braces should be on next line. |
| 2 | 1452 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1452: Infix operators must be spaced. |
| 2 | 1454 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1454: Infix operators must be spaced. |
| 2 | 1456 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1456: Infix operators must be spaced. |
| 2 | 1458 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1458: Infix operators must be spaced. |
| 2 | 1461 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1461: Infix operators must be spaced. |
| 2 | 1466 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1466: Infix operators must be spaced. |
| 2 | 1468 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1468: Infix operators must be spaced. |
| 2 | 1470 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1470: Infix operators must be spaced. |
| 2 | 1472 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1472: Infix operators must be spaced. |
| 2 | 1477 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1477: Infix operators must be spaced. |
| 2 | 1479 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1479: Infix operators must be spaced. |
| 2 | 1481 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1481: Infix operators must be spaced. |
| 2 | 1483 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1483: Infix operators must be spaced. |
| 2 | 1485 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1485: Infix operators must be spaced. |
| 2 | 1487 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1487: Infix operators must be spaced. |
| 2 | 1489 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1489: Infix operators must be spaced. |
| 2 | 1493 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1493: Infix operators must be spaced. |
| 2 | 1495 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1495: Infix operators must be spaced. |
| 2 | 1497 | 2 | Missing semicolon. | semi | → line 2, col 1497: Missing semicolon. |
| 2 | 1511 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 1511: Missing space before opening brace. |
| 2 | 1512 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 1512: Statement inside of curly braces should be on next line. |
| 2 | 1521 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1521: Infix operators must be spaced. |
| 2 | 1523 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1523: Infix operators must be spaced. |
| 2 | 1537 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1537: Infix operators must be spaced. |
| 2 | 1539 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1539: Infix operators must be spaced. |
| 2 | 1553 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1553: Infix operators must be spaced. |
| 2 | 1555 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1555: Infix operators must be spaced. |
| 2 | 1578 | 2 | Missing semicolon. | semi | → line 2, col 1578: Missing semicolon. |
| 2 | 1591 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1591: A space is required after ','. |
| 2 | 1594 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 1594: Missing space before opening brace. |
| 2 | 1595 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 1595: Statement inside of curly braces should be on next line. |
| 2 | 1600 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1600: Infix operators must be spaced. |
| 2 | 1605 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1605: Missing whitespace after semicolon. |
| 2 | 1614 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1614: Infix operators must be spaced. |
| 2 | 1617 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1617: Infix operators must be spaced. |
| 2 | 1621 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1621: Infix operators must be spaced. |
| 2 | 1625 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1625: A space is required after ','. |
| 2 | 1627 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1627: Infix operators must be spaced. |
| 2 | 1638 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1638: Missing whitespace after semicolon. |
| 2 | 1639 | 2 | Expected { after 'for' condition. | curly | → line 2, col 1639: Expected { after 'for' condition. |
| 2 | 1642 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 1642: Keyword "for" must be followed by whitespace. |
| 2 | 1648 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1648: Infix operators must be spaced. |
| 2 | 1662 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1662: A space is required after ','. |
| 2 | 1664 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1664: Infix operators must be spaced. |
| 2 | 1678 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1678: A space is required after ','. |
| 2 | 1680 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1680: Infix operators must be spaced. |
| 2 | 1682 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1682: Missing whitespace after semicolon. |
| 2 | 1685 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1685: Infix operators must be spaced. |
| 2 | 1687 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1687: Missing whitespace after semicolon. |
| 2 | 1696 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1696: Infix operators must be spaced. |
| 2 | 1706 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1706: Infix operators must be spaced. |
| 2 | 1711 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1711: A space is required after ','. |
| 2 | 1716 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1716: Infix operators must be spaced. |
| 2 | 1727 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1727: Infix operators must be spaced. |
| 2 | 1732 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1732: Missing whitespace after semicolon. |
| 2 | 1738 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1738: Infix operators must be spaced. |
| 2 | 1755 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1755: A space is required after ','. |
| 2 | 1759 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1759: Infix operators must be spaced. |
| 2 | 1761 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1761: Infix operators must be spaced. |
| 2 | 1771 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1771: Missing whitespace after semicolon. |
| 2 | 1792 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1792: A space is required after ','. |
| 2 | 1797 | 2 | Missing semicolon. | semi | → line 2, col 1797: Missing semicolon. |
| 2 | 1810 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1810: A space is required after ','. |
| 2 | 1813 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 1813: Missing space before opening brace. |
| 2 | 1814 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 1814: Statement inside of curly braces should be on next line. |
| 2 | 1814 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 1814: Split 'var' declarations into multiple statements. |
| 2 | 1819 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1819: Infix operators must be spaced. |
| 2 | 1826 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1826: Infix operators must be spaced. |
| 2 | 1829 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1829: Infix operators must be spaced. |
| 2 | 1836 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1836: Infix operators must be spaced. |
| 2 | 1839 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1839: A space is required after ','. |
| 2 | 1841 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1841: Infix operators must be spaced. |
| 2 | 1844 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1844: Infix operators must be spaced. |
| 2 | 1849 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1849: Infix operators must be spaced. |
| 2 | 1852 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1852: Infix operators must be spaced. |
| 2 | 1857 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1857: Infix operators must be spaced. |
| 2 | 1860 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1860: Infix operators must be spaced. |
| 2 | 1865 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1865: Missing whitespace after semicolon. |
| 2 | 1874 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1874: Infix operators must be spaced. |
| 2 | 1878 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1878: Infix operators must be spaced. |
| 2 | 1884 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1884: Infix operators must be spaced. |
| 2 | 1886 | 2 | Missing semicolon. | semi | → line 2, col 1886: Missing semicolon. |
| 2 | 1899 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1899: A space is required after ','. |
| 2 | 1902 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 1902: Missing space before opening brace. |
| 2 | 1903 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 1903: Statement inside of curly braces should be on next line. |
| 2 | 1911 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1911: Infix operators must be spaced. |
| 2 | 1914 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1914: Infix operators must be spaced. |
| 2 | 1916 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1916: Infix operators must be spaced. |
| 2 | 1921 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1921: Infix operators must be spaced. |
| 2 | 1923 | 2 | Missing semicolon. | semi | → line 2, col 1923: Missing semicolon. |
| 2 | 1937 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 1937: Missing space before opening brace. |
| 2 | 1938 | 2 | Expected { after 'for' condition. | curly | → line 2, col 1938: Expected { after 'for' condition. |
| 2 | 1938 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 1938: Statement inside of curly braces should be on next line. |
| 2 | 1941 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 1941: Keyword "for" must be followed by whitespace. |
| 2 | 1947 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1947: Infix operators must be spaced. |
| 2 | 1950 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1950: A space is required after ','. |
| 2 | 1952 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1952: Infix operators must be spaced. |
| 2 | 1956 | 2 | A space is required after ','. | comma-spacing | → line 2, col 1956: A space is required after ','. |
| 2 | 1958 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1958: Infix operators must be spaced. |
| 2 | 1960 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1960: Missing whitespace after semicolon. |
| 2 | 1962 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1962: Infix operators must be spaced. |
| 2 | 1964 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1964: Infix operators must be spaced. |
| 2 | 1973 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 1973: Missing whitespace after semicolon. |
| 2 | 1975 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1975: Infix operators must be spaced. |
| 2 | 1982 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1982: Infix operators must be spaced. |
| 2 | 1986 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 1986: Infix operators must be spaced. |
| 2 | 2003 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2003: Infix operators must be spaced. |
| 2 | 2006 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2006: Infix operators must be spaced. |
| 2 | 2009 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2009: Infix operators must be spaced. |
| 2 | 2013 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2013: Infix operators must be spaced. |
| 2 | 2015 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2015: Infix operators must be spaced. |
| 2 | 2018 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2018: Missing whitespace after semicolon. |
| 2 | 2027 | 2 | Missing semicolon. | semi | → line 2, col 2027: Missing semicolon. |
| 2 | 2041 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2041: Missing space before opening brace. |
| 2 | 2042 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2042: Statement inside of curly braces should be on next line. |
| 2 | 2042 | 2 | Expected { after 'for' condition. | curly | → line 2, col 2042: Expected { after 'for' condition. |
| 2 | 2045 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 2045: Keyword "for" must be followed by whitespace. |
| 2 | 2051 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2051: Infix operators must be spaced. |
| 2 | 2052 | 2 | Strings must use singlequote. | quotes | → line 2, col 2052: Strings must use singlequote. |
| 2 | 2054 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2054: A space is required after ','. |
| 2 | 2056 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2056: Infix operators must be spaced. |
| 2 | 2060 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2060: A space is required after ','. |
| 2 | 2062 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2062: Infix operators must be spaced. |
| 2 | 2064 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2064: Missing whitespace after semicolon. |
| 2 | 2066 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2066: Infix operators must be spaced. |
| 2 | 2069 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2069: Infix operators must be spaced. |
| 2 | 2078 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2078: Missing whitespace after semicolon. |
| 2 | 2080 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2080: Infix operators must be spaced. |
| 2 | 2085 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2085: Infix operators must be spaced. |
| 2 | 2110 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2110: Infix operators must be spaced. |
| 2 | 2114 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2114: Infix operators must be spaced. |
| 2 | 2119 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2119: Infix operators must be spaced. |
| 2 | 2121 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2121: Infix operators must be spaced. |
| 2 | 2124 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2124: Infix operators must be spaced. |
| 2 | 2127 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2127: Missing whitespace after semicolon. |
| 2 | 2136 | 2 | Missing semicolon. | semi | → line 2, col 2136: Missing semicolon. |
| 2 | 2150 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2150: Missing space before opening brace. |
| 2 | 2151 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2151: Statement inside of curly braces should be on next line. |
| 2 | 2151 | 2 | Expected { after 'for' condition. | curly | → line 2, col 2151: Expected { after 'for' condition. |
| 2 | 2154 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 2154: Keyword "for" must be followed by whitespace. |
| 2 | 2160 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2160: A space is required after ','. |
| 2 | 2162 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2162: A space is required after ','. |
| 2 | 2164 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2164: Infix operators must be spaced. |
| 2 | 2165 | 2 | Strings must use singlequote. | quotes | → line 2, col 2165: Strings must use singlequote. |
| 2 | 2231 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2231: A space is required after ','. |
| 2 | 2233 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2233: Infix operators must be spaced. |
| 2 | 2234 | 2 | Strings must use singlequote. | quotes | → line 2, col 2234: Strings must use singlequote. |
| 2 | 2236 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2236: A space is required after ','. |
| 2 | 2238 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2238: Infix operators must be spaced. |
| 2 | 2240 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2240: Missing whitespace after semicolon. |
| 2 | 2242 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2242: Infix operators must be spaced. |
| 2 | 2244 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2244: Infix operators must be spaced. |
| 2 | 2253 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2253: Missing whitespace after semicolon. |
| 2 | 2255 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2255: Infix operators must be spaced. |
| 2 | 2259 | 2 | Expected { after 'for' condition. | curly | → line 2, col 2259: Expected { after 'for' condition. |
| 2 | 2262 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 2262: Keyword "for" must be followed by whitespace. |
| 2 | 2264 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2264: Infix operators must be spaced. |
| 2 | 2269 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2269: Infix operators must be spaced. |
| 2 | 2273 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2273: Infix operators must be spaced. |
| 2 | 2276 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2276: Infix operators must be spaced. |
| 2 | 2279 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2279: Infix operators must be spaced. |
| 2 | 2281 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2281: Infix operators must be spaced. |
| 2 | 2284 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2284: Infix operators must be spaced. |
| 2 | 2289 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2289: Infix operators must be spaced. |
| 2 | 2293 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2293: Infix operators must be spaced. |
| 2 | 2298 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2298: Infix operators must be spaced. |
| 2 | 2300 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2300: Infix operators must be spaced. |
| 2 | 2304 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2304: Infix operators must be spaced. |
| 2 | 2307 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2307: Infix operators must be spaced. |
| 2 | 2310 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2310: Infix operators must be spaced. |
| 2 | 2313 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2313: Infix operators must be spaced. |
| 2 | 2316 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2316: Infix operators must be spaced. |
| 2 | 2319 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2319: Infix operators must be spaced. |
| 2 | 2324 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2324: Infix operators must be spaced. |
| 2 | 2327 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2327: Infix operators must be spaced. |
| 2 | 2331 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2331: Infix operators must be spaced. |
| 2 | 2333 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2333: Infix operators must be spaced. |
| 2 | 2337 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2337: Infix operators must be spaced. |
| 2 | 2340 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2340: Infix operators must be spaced. |
| 2 | 2343 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2343: Infix operators must be spaced. |
| 2 | 2346 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2346: Infix operators must be spaced. |
| 2 | 2349 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2349: Infix operators must be spaced. |
| 2 | 2352 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2352: Infix operators must be spaced. |
| 2 | 2356 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2356: A space is required after ','. |
| 2 | 2358 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2358: Infix operators must be spaced. |
| 2 | 2360 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2360: Missing whitespace after semicolon. |
| 2 | 2362 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2362: Infix operators must be spaced. |
| 2 | 2364 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2364: Missing whitespace after semicolon. |
| 2 | 2370 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2370: Infix operators must be spaced. |
| 2 | 2373 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2373: Infix operators must be spaced. |
| 2 | 2375 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2375: Infix operators must be spaced. |
| 2 | 2377 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2377: Infix operators must be spaced. |
| 2 | 2379 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2379: Infix operators must be spaced. |
| 2 | 2382 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2382: Infix operators must be spaced. |
| 2 | 2391 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2391: Infix operators must be spaced. |
| 2 | 2392 | 2 | Strings must use singlequote. | quotes | → line 2, col 2392: Strings must use singlequote. |
| 2 | 2406 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2406: Infix operators must be spaced. |
| 2 | 2409 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2409: Infix operators must be spaced. |
| 2 | 2412 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2412: Infix operators must be spaced. |
| 2 | 2415 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2415: Infix operators must be spaced. |
| 2 | 2419 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2419: Missing whitespace after semicolon. |
| 2 | 2428 | 2 | Missing semicolon. | semi | → line 2, col 2428: Missing semicolon. |
| 2 | 2429 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 2429: Keyword "return" must be followed by whitespace. |
| 2 | 2436 | 2 | Property 'b64_hmac_sha1' is not in camel case. | fecs-camelcase | → line 2, col 2436: Property 'b64_hmac_sha1' is not in camel case. |
| 2 | 2450 | 2 | Missing space before value for key "b64_hmac_sha1". | fecs-key-spacing | → line 2, col 2450: Missing space before value for key "b64_hmac_sha1". |
| 2 | 2458 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2458: Missing space before function parentheses. |
| 2 | 2460 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2460: A space is required after ','. |
| 2 | 2463 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2463: Missing space before opening brace. |
| 2 | 2464 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2464: Statement inside of curly braces should be on next line. |
| 2 | 2476 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2476: A space is required after ','. |
| 2 | 2480 | 2 | Missing semicolon. | semi | → line 2, col 2480: Missing semicolon. |
| 2 | 2481 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2481: A space is required after ','. |
| 2 | 2482 | 2 | Property 'b64_sha1' is not in camel case. | fecs-camelcase | → line 2, col 2482: Property 'b64_sha1' is not in camel case. |
| 2 | 2491 | 2 | Missing space before value for key "b64_sha1". | fecs-key-spacing | → line 2, col 2491: Missing space before value for key "b64_sha1". |
| 2 | 2499 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2499: Missing space before function parentheses. |
| 2 | 2502 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2502: Missing space before opening brace. |
| 2 | 2503 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2503: Statement inside of curly braces should be on next line. |
| 2 | 2518 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2518: A space is required after ','. |
| 2 | 2520 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2520: Infix operators must be spaced. |
| 2 | 2531 | 2 | Missing semicolon. | semi | → line 2, col 2531: Missing semicolon. |
| 2 | 2532 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2532: A space is required after ','. |
| 2 | 2542 | 2 | Missing space before value for key "binb2str". | fecs-key-spacing | → line 2, col 2542: Missing space before value for key "binb2str". |
| 2 | 2543 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2543: A space is required after ','. |
| 2 | 2544 | 2 | Property 'core_hmac_sha1' is not in camel case. | fecs-camelcase | → line 2, col 2544: Property 'core_hmac_sha1' is not in camel case. |
| 2 | 2559 | 2 | Missing space before value for key "core_hmac_sha1". | fecs-key-spacing | → line 2, col 2559: Missing space before value for key "core_hmac_sha1". |
| 2 | 2560 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2560: A space is required after ','. |
| 2 | 2561 | 2 | Property 'str_hmac_sha1' is not in camel case. | fecs-camelcase | → line 2, col 2561: Property 'str_hmac_sha1' is not in camel case. |
| 2 | 2575 | 2 | Missing space before value for key "str_hmac_sha1". | fecs-key-spacing | → line 2, col 2575: Missing space before value for key "str_hmac_sha1". |
| 2 | 2583 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2583: Missing space before function parentheses. |
| 2 | 2585 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2585: A space is required after ','. |
| 2 | 2588 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2588: Missing space before opening brace. |
| 2 | 2589 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2589: Statement inside of curly braces should be on next line. |
| 2 | 2601 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2601: A space is required after ','. |
| 2 | 2605 | 2 | Missing semicolon. | semi | → line 2, col 2605: Missing semicolon. |
| 2 | 2606 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2606: A space is required after ','. |
| 2 | 2607 | 2 | Property 'str_sha1' is not in camel case. | fecs-camelcase | → line 2, col 2607: Property 'str_sha1' is not in camel case. |
| 2 | 2616 | 2 | Missing space before value for key "str_sha1". | fecs-key-spacing | → line 2, col 2616: Missing space before value for key "str_sha1". |
| 2 | 2624 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2624: Missing space before function parentheses. |
| 2 | 2627 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2627: Missing space before opening brace. |
| 2 | 2628 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2628: Statement inside of curly braces should be on next line. |
| 2 | 2643 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2643: A space is required after ','. |
| 2 | 2645 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2645: Infix operators must be spaced. |
| 2 | 2656 | 2 | Missing semicolon. | semi | → line 2, col 2656: Missing semicolon. |
| 2 | 2658 | 2 | Missing semicolon. | semi | → line 2, col 2658: Missing semicolon. |
| 2 | 2660 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2660: A space is required after ','. |
| 2 | 2661 | 2 | Wrap an immediate function invocation in parentheses. | wrap-iife | → line 2, col 2661: Wrap an immediate function invocation in parentheses. |
| 2 | 2669 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2669: Missing space before function parentheses. |
| 2 | 2671 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2671: A space is required after ','. |
| 2 | 2674 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2674: Missing space before opening brace. |
| 2 | 2675 | 2 | Strings must use singlequote. | quotes | → line 2, col 2675: Strings must use singlequote. |
| 2 | 2675 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2675: Statement inside of curly braces should be on next line. |
| 2 | 2685 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2685: Infix operators must be spaced. |
| 2 | 2685 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 2685: Expected '===' and instead saw '=='. |
| 2 | 2700 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2700: Infix operators must be spaced. |
| 2 | 2712 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2712: Infix operators must be spaced. |
| 2 | 2720 | 2 | Strings must use singlequote. | quotes | → line 2, col 2720: Strings must use singlequote. |
| 2 | 2733 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2733: A space is required after ','. |
| 2 | 2742 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2742: Missing space before function parentheses. |
| 2 | 2744 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2744: Missing space before opening brace. |
| 2 | 2745 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2745: Statement inside of curly braces should be on next line. |
| 2 | 2755 | 2 | Missing semicolon. | semi | → line 2, col 2755: Missing semicolon. |
| 2 | 2763 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2763: Infix operators must be spaced. |
| 2 | 2767 | 2 | Missing semicolon. | semi | → line 2, col 2767: Missing semicolon. |
| 2 | 2773 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2773: A space is required after ','. |
| 2 | 2782 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2782: Missing space before function parentheses. |
| 2 | 2785 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2785: Missing space before opening brace. |
| 2 | 2786 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 2786: Split 'var' declarations into multiple statements. |
| 2 | 2786 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2786: Statement inside of curly braces should be on next line. |
| 2 | 2791 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2791: Infix operators must be spaced. |
| 2 | 2800 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2800: Missing space before function parentheses. |
| 2 | 2802 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2802: A space is required after ','. |
| 2 | 2805 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2805: Missing space before opening brace. |
| 2 | 2806 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2806: Statement inside of curly braces should be on next line. |
| 2 | 2806 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 2806: Split 'var' declarations into multiple statements. |
| 2 | 2811 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2811: Infix operators must be spaced. |
| 2 | 2818 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2818: Infix operators must be spaced. |
| 2 | 2821 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2821: Infix operators must be spaced. |
| 2 | 2828 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2828: Infix operators must be spaced. |
| 2 | 2831 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2831: A space is required after ','. |
| 2 | 2833 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2833: Infix operators must be spaced. |
| 2 | 2836 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2836: Infix operators must be spaced. |
| 2 | 2841 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2841: Infix operators must be spaced. |
| 2 | 2844 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2844: Infix operators must be spaced. |
| 2 | 2849 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2849: Infix operators must be spaced. |
| 2 | 2852 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2852: Infix operators must be spaced. |
| 2 | 2857 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2857: Missing whitespace after semicolon. |
| 2 | 2866 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2866: Infix operators must be spaced. |
| 2 | 2870 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2870: Infix operators must be spaced. |
| 2 | 2876 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2876: Infix operators must be spaced. |
| 2 | 2878 | 2 | Missing semicolon. | semi | → line 2, col 2878: Missing semicolon. |
| 2 | 2879 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2879: A space is required after ','. |
| 2 | 2881 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2881: Infix operators must be spaced. |
| 2 | 2890 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2890: Missing space before function parentheses. |
| 2 | 2892 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2892: A space is required after ','. |
| 2 | 2895 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2895: Missing space before opening brace. |
| 2 | 2896 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2896: Statement inside of curly braces should be on next line. |
| 2 | 2904 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2904: Infix operators must be spaced. |
| 2 | 2907 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2907: Infix operators must be spaced. |
| 2 | 2909 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2909: Infix operators must be spaced. |
| 2 | 2914 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2914: Infix operators must be spaced. |
| 2 | 2916 | 2 | Missing semicolon. | semi | → line 2, col 2916: Missing semicolon. |
| 2 | 2917 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2917: A space is required after ','. |
| 2 | 2919 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2919: Infix operators must be spaced. |
| 2 | 2928 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 2928: Missing space before function parentheses. |
| 2 | 2931 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 2931: Missing space before opening brace. |
| 2 | 2932 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 2932: Statement inside of curly braces should be on next line. |
| 2 | 2932 | 2 | Expected { after 'for' condition. | curly | → line 2, col 2932: Expected { after 'for' condition. |
| 2 | 2935 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 2935: Keyword "for" must be followed by whitespace. |
| 2 | 2941 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2941: Infix operators must be spaced. |
| 2 | 2944 | 2 | A space is required after ','. | comma-spacing | → line 2, col 2944: A space is required after ','. |
| 2 | 2946 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2946: Infix operators must be spaced. |
| 2 | 2948 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2948: Missing whitespace after semicolon. |
| 2 | 2950 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2950: Infix operators must be spaced. |
| 2 | 2952 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2952: Infix operators must be spaced. |
| 2 | 2961 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 2961: Missing whitespace after semicolon. |
| 2 | 2963 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2963: Infix operators must be spaced. |
| 2 | 2970 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2970: Infix operators must be spaced. |
| 2 | 2974 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2974: Infix operators must be spaced. |
| 2 | 2980 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2980: Infix operators must be spaced. |
| 2 | 2995 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2995: Infix operators must be spaced. |
| 2 | 2999 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 2999: Infix operators must be spaced. |
| 2 | 3002 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3002: Infix operators must be spaced. |
| 2 | 3005 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3005: Missing whitespace after semicolon. |
| 2 | 3014 | 2 | Missing semicolon. | semi | → line 2, col 3014: Missing semicolon. |
| 2 | 3015 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3015: A space is required after ','. |
| 2 | 3017 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3017: Infix operators must be spaced. |
| 2 | 3026 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 3026: Missing space before function parentheses. |
| 2 | 3029 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 3029: Missing space before opening brace. |
| 2 | 3030 | 2 | Expected { after 'for' condition. | curly | → line 2, col 3030: Expected { after 'for' condition. |
| 2 | 3030 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 3030: Statement inside of curly braces should be on next line. |
| 2 | 3033 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 3033: Keyword "for" must be followed by whitespace. |
| 2 | 3039 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3039: Infix operators must be spaced. |
| 2 | 3040 | 2 | Strings must use singlequote. | quotes | → line 2, col 3040: Strings must use singlequote. |
| 2 | 3042 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3042: A space is required after ','. |
| 2 | 3044 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3044: Infix operators must be spaced. |
| 2 | 3046 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3046: Missing whitespace after semicolon. |
| 2 | 3048 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3048: Infix operators must be spaced. |
| 2 | 3051 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3051: Infix operators must be spaced. |
| 2 | 3060 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3060: Missing whitespace after semicolon. |
| 2 | 3062 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3062: Infix operators must be spaced. |
| 2 | 3067 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3067: Infix operators must be spaced. |
| 2 | 3092 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3092: Infix operators must be spaced. |
| 2 | 3096 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3096: Infix operators must be spaced. |
| 2 | 3100 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3100: Infix operators must be spaced. |
| 2 | 3103 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3103: Infix operators must be spaced. |
| 2 | 3108 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3108: Missing whitespace after semicolon. |
| 2 | 3117 | 2 | Missing semicolon. | semi | → line 2, col 3117: Missing semicolon. |
| 2 | 3118 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3118: A space is required after ','. |
| 2 | 3120 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3120: Infix operators must be spaced. |
| 2 | 3129 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 3129: Missing space before function parentheses. |
| 2 | 3132 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 3132: Missing space before opening brace. |
| 2 | 3133 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 3133: Statement inside of curly braces should be on next line. |
| 2 | 3133 | 2 | Expected { after 'for' condition. | curly | → line 2, col 3133: Expected { after 'for' condition. |
| 2 | 3136 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 3136: Keyword "for" must be followed by whitespace. |
| 2 | 3142 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3142: Infix operators must be spaced. |
| 2 | 3143 | 2 | Strings must use singlequote. | quotes | → line 2, col 3143: Strings must use singlequote. |
| 2 | 3161 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3161: A space is required after ','. |
| 2 | 3163 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3163: Infix operators must be spaced. |
| 2 | 3164 | 2 | Strings must use singlequote. | quotes | → line 2, col 3164: Strings must use singlequote. |
| 2 | 3166 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3166: A space is required after ','. |
| 2 | 3168 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3168: Infix operators must be spaced. |
| 2 | 3170 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3170: Missing whitespace after semicolon. |
| 2 | 3172 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3172: Infix operators must be spaced. |
| 2 | 3174 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3174: Infix operators must be spaced. |
| 2 | 3183 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3183: Missing whitespace after semicolon. |
| 2 | 3189 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3189: Infix operators must be spaced. |
| 2 | 3203 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3203: Infix operators must be spaced. |
| 2 | 3207 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3207: Infix operators must be spaced. |
| 2 | 3210 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3210: Infix operators must be spaced. |
| 2 | 3212 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3212: Infix operators must be spaced. |
| 2 | 3214 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3214: Infix operators must be spaced. |
| 2 | 3216 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3216: Infix operators must be spaced. |
| 2 | 3220 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3220: Infix operators must be spaced. |
| 2 | 3233 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3233: Infix operators must be spaced. |
| 2 | 3237 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3237: Infix operators must be spaced. |
| 2 | 3240 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3240: Infix operators must be spaced. |
| 2 | 3242 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3242: Infix operators must be spaced. |
| 2 | 3244 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3244: Infix operators must be spaced. |
| 2 | 3248 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3248: Missing whitespace after semicolon. |
| 2 | 3257 | 2 | Missing semicolon. | semi | → line 2, col 3257: Missing semicolon. |
| 2 | 3258 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3258: A space is required after ','. |
| 2 | 3260 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3260: Infix operators must be spaced. |
| 2 | 3269 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 3269: Missing space before function parentheses. |
| 2 | 3271 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3271: A space is required after ','. |
| 2 | 3273 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3273: A space is required after ','. |
| 2 | 3275 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3275: A space is required after ','. |
| 2 | 3277 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3277: A space is required after ','. |
| 2 | 3279 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3279: A space is required after ','. |
| 2 | 3282 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 3282: Missing space before opening brace. |
| 2 | 3283 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 3283: Statement inside of curly braces should be on next line. |
| 2 | 3299 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3299: A space is required after ','. |
| 2 | 3302 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3302: A space is required after ','. |
| 2 | 3306 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3306: A space is required after ','. |
| 2 | 3310 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3310: A space is required after ','. |
| 2 | 3313 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3313: A space is required after ','. |
| 2 | 3316 | 2 | Missing semicolon. | semi | → line 2, col 3316: Missing semicolon. |
| 2 | 3317 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3317: A space is required after ','. |
| 2 | 3319 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3319: Infix operators must be spaced. |
| 2 | 3320 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2, col 3320: This function has too many parameters (7). Maximum allowed is 6. |
| 2 | 3328 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 3328: Missing space before function parentheses. |
| 2 | 3330 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3330: A space is required after ','. |
| 2 | 3332 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3332: A space is required after ','. |
| 2 | 3334 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3334: A space is required after ','. |
| 2 | 3336 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3336: A space is required after ','. |
| 2 | 3338 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3338: A space is required after ','. |
| 2 | 3340 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3340: A space is required after ','. |
| 2 | 3343 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 3343: Missing space before opening brace. |
| 2 | 3344 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 3344: Statement inside of curly braces should be on next line. |
| 2 | 3354 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3354: Infix operators must be spaced. |
| 2 | 3356 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3356: Infix operators must be spaced. |
| 2 | 3359 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3359: Infix operators must be spaced. |
| 2 | 3361 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3361: A space is required after ','. |
| 2 | 3363 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3363: A space is required after ','. |
| 2 | 3365 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3365: A space is required after ','. |
| 2 | 3367 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3367: A space is required after ','. |
| 2 | 3369 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3369: A space is required after ','. |
| 2 | 3372 | 2 | Missing semicolon. | semi | → line 2, col 3372: Missing semicolon. |
| 2 | 3373 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3373: A space is required after ','. |
| 2 | 3375 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3375: Infix operators must be spaced. |
| 2 | 3376 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2, col 3376: This function has too many parameters (7). Maximum allowed is 6. |
| 2 | 3384 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 3384: Missing space before function parentheses. |
| 2 | 3386 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3386: A space is required after ','. |
| 2 | 3388 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3388: A space is required after ','. |
| 2 | 3390 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3390: A space is required after ','. |
| 2 | 3392 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3392: A space is required after ','. |
| 2 | 3394 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3394: A space is required after ','. |
| 2 | 3396 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3396: A space is required after ','. |
| 2 | 3399 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 3399: Missing space before opening brace. |
| 2 | 3400 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 3400: Statement inside of curly braces should be on next line. |
| 2 | 3410 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3410: Infix operators must be spaced. |
| 2 | 3412 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3412: Infix operators must be spaced. |
| 2 | 3414 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3414: Infix operators must be spaced. |
| 2 | 3417 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3417: A space is required after ','. |
| 2 | 3419 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3419: A space is required after ','. |
| 2 | 3421 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3421: A space is required after ','. |
| 2 | 3423 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3423: A space is required after ','. |
| 2 | 3425 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3425: A space is required after ','. |
| 2 | 3428 | 2 | Missing semicolon. | semi | → line 2, col 3428: Missing semicolon. |
| 2 | 3429 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3429: A space is required after ','. |
| 2 | 3431 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3431: Infix operators must be spaced. |
| 2 | 3432 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2, col 3432: This function has too many parameters (7). Maximum allowed is 6. |
| 2 | 3440 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 3440: Missing space before function parentheses. |
| 2 | 3442 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3442: A space is required after ','. |
| 2 | 3444 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3444: A space is required after ','. |
| 2 | 3446 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3446: A space is required after ','. |
| 2 | 3448 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3448: A space is required after ','. |
| 2 | 3450 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3450: A space is required after ','. |
| 2 | 3452 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3452: A space is required after ','. |
| 2 | 3455 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 3455: Missing space before opening brace. |
| 2 | 3456 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 3456: Statement inside of curly braces should be on next line. |
| 2 | 3466 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3466: Infix operators must be spaced. |
| 2 | 3468 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3468: Infix operators must be spaced. |
| 2 | 3470 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3470: A space is required after ','. |
| 2 | 3472 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3472: A space is required after ','. |
| 2 | 3474 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3474: A space is required after ','. |
| 2 | 3476 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3476: A space is required after ','. |
| 2 | 3478 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3478: A space is required after ','. |
| 2 | 3481 | 2 | Missing semicolon. | semi | → line 2, col 3481: Missing semicolon. |
| 2 | 3482 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3482: A space is required after ','. |
| 2 | 3484 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3484: Infix operators must be spaced. |
| 2 | 3485 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2, col 3485: This function has too many parameters (7). Maximum allowed is 6. |
| 2 | 3493 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 3493: Missing space before function parentheses. |
| 2 | 3495 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3495: A space is required after ','. |
| 2 | 3497 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3497: A space is required after ','. |
| 2 | 3499 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3499: A space is required after ','. |
| 2 | 3501 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3501: A space is required after ','. |
| 2 | 3503 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3503: A space is required after ','. |
| 2 | 3505 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3505: A space is required after ','. |
| 2 | 3508 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 3508: Missing space before opening brace. |
| 2 | 3509 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 3509: Statement inside of curly braces should be on next line. |
| 2 | 3519 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3519: Infix operators must be spaced. |
| 2 | 3522 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3522: Infix operators must be spaced. |
| 2 | 3526 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3526: A space is required after ','. |
| 2 | 3528 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3528: A space is required after ','. |
| 2 | 3530 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3530: A space is required after ','. |
| 2 | 3532 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3532: A space is required after ','. |
| 2 | 3534 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3534: A space is required after ','. |
| 2 | 3537 | 2 | Missing semicolon. | semi | → line 2, col 3537: Missing semicolon. |
| 2 | 3538 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3538: A space is required after ','. |
| 2 | 3540 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3540: Infix operators must be spaced. |
| 2 | 3549 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 3549: Missing space before function parentheses. |
| 2 | 3551 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3551: A space is required after ','. |
| 2 | 3554 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 3554: Missing space before opening brace. |
| 2 | 3555 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 3555: Statement inside of curly braces should be on next line. |
| 2 | 3558 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3558: Infix operators must be spaced. |
| 2 | 3562 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3562: Infix operators must be spaced. |
| 2 | 3567 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3567: Infix operators must be spaced. |
| 2 | 3570 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3570: Infix operators must be spaced. |
| 2 | 3573 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3573: A space is required after ','. |
| 2 | 3578 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3578: Infix operators must be spaced. |
| 2 | 3581 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3581: Infix operators must be spaced. |
| 2 | 3585 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3585: Infix operators must be spaced. |
| 2 | 3589 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3589: Infix operators must be spaced. |
| 2 | 3593 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3593: Infix operators must be spaced. |
| 2 | 3595 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3595: Missing whitespace after semicolon. |
| 2 | 3596 | 2 | Expected { after 'for' condition. | curly | → line 2, col 3596: Expected { after 'for' condition. |
| 2 | 3599 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 3599: Keyword "for" must be followed by whitespace. |
| 2 | 3605 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3605: A space is required after ','. |
| 2 | 3607 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3607: A space is required after ','. |
| 2 | 3609 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3609: A space is required after ','. |
| 2 | 3611 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3611: A space is required after ','. |
| 2 | 3613 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3613: Infix operators must be spaced. |
| 2 | 3624 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3624: A space is required after ','. |
| 2 | 3626 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3626: Infix operators must be spaced. |
| 2 | 3637 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3637: A space is required after ','. |
| 2 | 3639 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3639: Infix operators must be spaced. |
| 2 | 3651 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3651: A space is required after ','. |
| 2 | 3653 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3653: Infix operators must be spaced. |
| 2 | 3663 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3663: A space is required after ','. |
| 2 | 3665 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3665: Infix operators must be spaced. |
| 2 | 3667 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3667: Missing whitespace after semicolon. |
| 2 | 3669 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3669: Infix operators must be spaced. |
| 2 | 3678 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 3678: Missing whitespace after semicolon. |
| 2 | 3680 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3680: Infix operators must be spaced. |
| 2 | 3686 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3686: Infix operators must be spaced. |
| 2 | 3688 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3688: A space is required after ','. |
| 2 | 3690 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3690: Infix operators must be spaced. |
| 2 | 3692 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3692: A space is required after ','. |
| 2 | 3694 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3694: Infix operators must be spaced. |
| 2 | 3696 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3696: A space is required after ','. |
| 2 | 3698 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3698: Infix operators must be spaced. |
| 2 | 3700 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3700: A space is required after ','. |
| 2 | 3702 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3702: Infix operators must be spaced. |
| 2 | 3706 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3706: A space is required after ','. |
| 2 | 3708 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3708: A space is required after ','. |
| 2 | 3710 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3710: A space is required after ','. |
| 2 | 3712 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3712: A space is required after ','. |
| 2 | 3716 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3716: Infix operators must be spaced. |
| 2 | 3719 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3719: A space is required after ','. |
| 2 | 3721 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3721: A space is required after ','. |
| 2 | 3733 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3733: A space is required after ','. |
| 2 | 3735 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3735: Infix operators must be spaced. |
| 2 | 3739 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3739: A space is required after ','. |
| 2 | 3741 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3741: A space is required after ','. |
| 2 | 3743 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3743: A space is required after ','. |
| 2 | 3745 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3745: A space is required after ','. |
| 2 | 3749 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3749: Infix operators must be spaced. |
| 2 | 3752 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3752: A space is required after ','. |
| 2 | 3755 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3755: A space is required after ','. |
| 2 | 3767 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3767: A space is required after ','. |
| 2 | 3769 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3769: Infix operators must be spaced. |
| 2 | 3773 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3773: A space is required after ','. |
| 2 | 3775 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3775: A space is required after ','. |
| 2 | 3777 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3777: A space is required after ','. |
| 2 | 3779 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3779: A space is required after ','. |
| 2 | 3783 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3783: Infix operators must be spaced. |
| 2 | 3786 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3786: A space is required after ','. |
| 2 | 3789 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3789: A space is required after ','. |
| 2 | 3800 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3800: A space is required after ','. |
| 2 | 3802 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3802: Infix operators must be spaced. |
| 2 | 3806 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3806: A space is required after ','. |
| 2 | 3808 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3808: A space is required after ','. |
| 2 | 3810 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3810: A space is required after ','. |
| 2 | 3812 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3812: A space is required after ','. |
| 2 | 3816 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3816: Infix operators must be spaced. |
| 2 | 3819 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3819: A space is required after ','. |
| 2 | 3822 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3822: A space is required after ','. |
| 2 | 3835 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3835: A space is required after ','. |
| 2 | 3837 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3837: Infix operators must be spaced. |
| 2 | 3841 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3841: A space is required after ','. |
| 2 | 3843 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3843: A space is required after ','. |
| 2 | 3845 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3845: A space is required after ','. |
| 2 | 3847 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3847: A space is required after ','. |
| 2 | 3851 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3851: Infix operators must be spaced. |
| 2 | 3854 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3854: A space is required after ','. |
| 2 | 3856 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3856: A space is required after ','. |
| 2 | 3868 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3868: A space is required after ','. |
| 2 | 3870 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3870: Infix operators must be spaced. |
| 2 | 3874 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3874: A space is required after ','. |
| 2 | 3876 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3876: A space is required after ','. |
| 2 | 3878 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3878: A space is required after ','. |
| 2 | 3880 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3880: A space is required after ','. |
| 2 | 3884 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3884: Infix operators must be spaced. |
| 2 | 3887 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3887: A space is required after ','. |
| 2 | 3890 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3890: A space is required after ','. |
| 2 | 3902 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3902: A space is required after ','. |
| 2 | 3904 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3904: Infix operators must be spaced. |
| 2 | 3908 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3908: A space is required after ','. |
| 2 | 3910 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3910: A space is required after ','. |
| 2 | 3912 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3912: A space is required after ','. |
| 2 | 3914 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3914: A space is required after ','. |
| 2 | 3918 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3918: Infix operators must be spaced. |
| 2 | 3921 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3921: A space is required after ','. |
| 2 | 3924 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3924: A space is required after ','. |
| 2 | 3937 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3937: A space is required after ','. |
| 2 | 3939 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3939: Infix operators must be spaced. |
| 2 | 3943 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3943: A space is required after ','. |
| 2 | 3945 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3945: A space is required after ','. |
| 2 | 3947 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3947: A space is required after ','. |
| 2 | 3949 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3949: A space is required after ','. |
| 2 | 3953 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3953: Infix operators must be spaced. |
| 2 | 3956 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3956: A space is required after ','. |
| 2 | 3959 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3959: A space is required after ','. |
| 2 | 3970 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3970: A space is required after ','. |
| 2 | 3972 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3972: Infix operators must be spaced. |
| 2 | 3976 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3976: A space is required after ','. |
| 2 | 3978 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3978: A space is required after ','. |
| 2 | 3980 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3980: A space is required after ','. |
| 2 | 3982 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3982: A space is required after ','. |
| 2 | 3986 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 3986: Infix operators must be spaced. |
| 2 | 3989 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3989: A space is required after ','. |
| 2 | 3991 | 2 | A space is required after ','. | comma-spacing | → line 2, col 3991: A space is required after ','. |
| 2 | 4003 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4003: A space is required after ','. |
| 2 | 4005 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4005: Infix operators must be spaced. |
| 2 | 4009 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4009: A space is required after ','. |
| 2 | 4011 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4011: A space is required after ','. |
| 2 | 4013 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4013: A space is required after ','. |
| 2 | 4015 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4015: A space is required after ','. |
| 2 | 4019 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4019: Infix operators must be spaced. |
| 2 | 4022 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4022: A space is required after ','. |
| 2 | 4025 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4025: A space is required after ','. |
| 2 | 4038 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4038: A space is required after ','. |
| 2 | 4040 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4040: Infix operators must be spaced. |
| 2 | 4044 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4044: A space is required after ','. |
| 2 | 4046 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4046: A space is required after ','. |
| 2 | 4048 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4048: A space is required after ','. |
| 2 | 4050 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4050: A space is required after ','. |
| 2 | 4054 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4054: Infix operators must be spaced. |
| 2 | 4058 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4058: A space is required after ','. |
| 2 | 4061 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4061: A space is required after ','. |
| 2 | 4069 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4069: A space is required after ','. |
| 2 | 4071 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4071: Infix operators must be spaced. |
| 2 | 4075 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4075: A space is required after ','. |
| 2 | 4077 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4077: A space is required after ','. |
| 2 | 4079 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4079: A space is required after ','. |
| 2 | 4081 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4081: A space is required after ','. |
| 2 | 4085 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4085: Infix operators must be spaced. |
| 2 | 4089 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4089: A space is required after ','. |
| 2 | 4092 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4092: A space is required after ','. |
| 2 | 4105 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4105: A space is required after ','. |
| 2 | 4107 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4107: Infix operators must be spaced. |
| 2 | 4111 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4111: A space is required after ','. |
| 2 | 4113 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4113: A space is required after ','. |
| 2 | 4115 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4115: A space is required after ','. |
| 2 | 4117 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4117: A space is required after ','. |
| 2 | 4121 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4121: Infix operators must be spaced. |
| 2 | 4125 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4125: A space is required after ','. |
| 2 | 4127 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4127: A space is required after ','. |
| 2 | 4139 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4139: A space is required after ','. |
| 2 | 4141 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4141: Infix operators must be spaced. |
| 2 | 4145 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4145: A space is required after ','. |
| 2 | 4147 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4147: A space is required after ','. |
| 2 | 4149 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4149: A space is required after ','. |
| 2 | 4151 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4151: A space is required after ','. |
| 2 | 4155 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4155: Infix operators must be spaced. |
| 2 | 4159 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4159: A space is required after ','. |
| 2 | 4162 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4162: A space is required after ','. |
| 2 | 4173 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4173: A space is required after ','. |
| 2 | 4175 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4175: Infix operators must be spaced. |
| 2 | 4179 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4179: A space is required after ','. |
| 2 | 4181 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4181: A space is required after ','. |
| 2 | 4183 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4183: A space is required after ','. |
| 2 | 4185 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4185: A space is required after ','. |
| 2 | 4189 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4189: Infix operators must be spaced. |
| 2 | 4193 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4193: A space is required after ','. |
| 2 | 4196 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4196: A space is required after ','. |
| 2 | 4209 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4209: A space is required after ','. |
| 2 | 4211 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4211: Infix operators must be spaced. |
| 2 | 4215 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4215: A space is required after ','. |
| 2 | 4217 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4217: A space is required after ','. |
| 2 | 4219 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4219: A space is required after ','. |
| 2 | 4221 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4221: A space is required after ','. |
| 2 | 4225 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4225: Infix operators must be spaced. |
| 2 | 4229 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4229: A space is required after ','. |
| 2 | 4232 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4232: A space is required after ','. |
| 2 | 4244 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4244: A space is required after ','. |
| 2 | 4246 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4246: Infix operators must be spaced. |
| 2 | 4250 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4250: A space is required after ','. |
| 2 | 4252 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4252: A space is required after ','. |
| 2 | 4254 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4254: A space is required after ','. |
| 2 | 4256 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4256: A space is required after ','. |
| 2 | 4260 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4260: Infix operators must be spaced. |
| 2 | 4263 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4263: A space is required after ','. |
| 2 | 4265 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4265: A space is required after ','. |
| 2 | 4277 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4277: A space is required after ','. |
| 2 | 4279 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4279: Infix operators must be spaced. |
| 2 | 4283 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4283: A space is required after ','. |
| 2 | 4285 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4285: A space is required after ','. |
| 2 | 4287 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4287: A space is required after ','. |
| 2 | 4289 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4289: A space is required after ','. |
| 2 | 4293 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4293: Infix operators must be spaced. |
| 2 | 4296 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4296: A space is required after ','. |
| 2 | 4298 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4298: A space is required after ','. |
| 2 | 4311 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4311: A space is required after ','. |
| 2 | 4313 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4313: Infix operators must be spaced. |
| 2 | 4317 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4317: A space is required after ','. |
| 2 | 4319 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4319: A space is required after ','. |
| 2 | 4321 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4321: A space is required after ','. |
| 2 | 4323 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4323: A space is required after ','. |
| 2 | 4327 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4327: Infix operators must be spaced. |
| 2 | 4331 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4331: A space is required after ','. |
| 2 | 4334 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4334: A space is required after ','. |
| 2 | 4345 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4345: A space is required after ','. |
| 2 | 4347 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4347: Infix operators must be spaced. |
| 2 | 4351 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4351: A space is required after ','. |
| 2 | 4353 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4353: A space is required after ','. |
| 2 | 4355 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4355: A space is required after ','. |
| 2 | 4357 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4357: A space is required after ','. |
| 2 | 4361 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4361: Infix operators must be spaced. |
| 2 | 4364 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4364: A space is required after ','. |
| 2 | 4367 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4367: A space is required after ','. |
| 2 | 4379 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4379: A space is required after ','. |
| 2 | 4381 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4381: Infix operators must be spaced. |
| 2 | 4385 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4385: A space is required after ','. |
| 2 | 4387 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4387: A space is required after ','. |
| 2 | 4389 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4389: A space is required after ','. |
| 2 | 4391 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4391: A space is required after ','. |
| 2 | 4395 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4395: Infix operators must be spaced. |
| 2 | 4398 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4398: A space is required after ','. |
| 2 | 4400 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4400: A space is required after ','. |
| 2 | 4412 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4412: A space is required after ','. |
| 2 | 4414 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4414: Infix operators must be spaced. |
| 2 | 4418 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4418: A space is required after ','. |
| 2 | 4420 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4420: A space is required after ','. |
| 2 | 4422 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4422: A space is required after ','. |
| 2 | 4424 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4424: A space is required after ','. |
| 2 | 4428 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4428: Infix operators must be spaced. |
| 2 | 4432 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4432: A space is required after ','. |
| 2 | 4434 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4434: A space is required after ','. |
| 2 | 4444 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4444: A space is required after ','. |
| 2 | 4446 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4446: Infix operators must be spaced. |
| 2 | 4450 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4450: A space is required after ','. |
| 2 | 4452 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4452: A space is required after ','. |
| 2 | 4454 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4454: A space is required after ','. |
| 2 | 4456 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4456: A space is required after ','. |
| 2 | 4460 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4460: Infix operators must be spaced. |
| 2 | 4464 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4464: A space is required after ','. |
| 2 | 4467 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4467: A space is required after ','. |
| 2 | 4479 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4479: A space is required after ','. |
| 2 | 4481 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4481: Infix operators must be spaced. |
| 2 | 4485 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4485: A space is required after ','. |
| 2 | 4487 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4487: A space is required after ','. |
| 2 | 4489 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4489: A space is required after ','. |
| 2 | 4491 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4491: A space is required after ','. |
| 2 | 4495 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4495: Infix operators must be spaced. |
| 2 | 4498 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4498: A space is required after ','. |
| 2 | 4501 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4501: A space is required after ','. |
| 2 | 4513 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4513: A space is required after ','. |
| 2 | 4515 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4515: Infix operators must be spaced. |
| 2 | 4519 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4519: A space is required after ','. |
| 2 | 4521 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4521: A space is required after ','. |
| 2 | 4523 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4523: A space is required after ','. |
| 2 | 4525 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4525: A space is required after ','. |
| 2 | 4529 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4529: Infix operators must be spaced. |
| 2 | 4532 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4532: A space is required after ','. |
| 2 | 4534 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4534: A space is required after ','. |
| 2 | 4545 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4545: A space is required after ','. |
| 2 | 4547 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4547: Infix operators must be spaced. |
| 2 | 4551 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4551: A space is required after ','. |
| 2 | 4553 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4553: A space is required after ','. |
| 2 | 4555 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4555: A space is required after ','. |
| 2 | 4557 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4557: A space is required after ','. |
| 2 | 4561 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4561: Infix operators must be spaced. |
| 2 | 4565 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4565: A space is required after ','. |
| 2 | 4567 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4567: A space is required after ','. |
| 2 | 4580 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4580: A space is required after ','. |
| 2 | 4582 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4582: Infix operators must be spaced. |
| 2 | 4586 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4586: A space is required after ','. |
| 2 | 4588 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4588: A space is required after ','. |
| 2 | 4590 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4590: A space is required after ','. |
| 2 | 4592 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4592: A space is required after ','. |
| 2 | 4596 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4596: Infix operators must be spaced. |
| 2 | 4599 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4599: A space is required after ','. |
| 2 | 4602 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4602: A space is required after ','. |
| 2 | 4614 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4614: A space is required after ','. |
| 2 | 4616 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4616: Infix operators must be spaced. |
| 2 | 4620 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4620: A space is required after ','. |
| 2 | 4622 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4622: A space is required after ','. |
| 2 | 4624 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4624: A space is required after ','. |
| 2 | 4626 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4626: A space is required after ','. |
| 2 | 4630 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4630: Infix operators must be spaced. |
| 2 | 4633 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4633: A space is required after ','. |
| 2 | 4636 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4636: A space is required after ','. |
| 2 | 4648 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4648: A space is required after ','. |
| 2 | 4650 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4650: Infix operators must be spaced. |
| 2 | 4654 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4654: A space is required after ','. |
| 2 | 4656 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4656: A space is required after ','. |
| 2 | 4658 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4658: A space is required after ','. |
| 2 | 4660 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4660: A space is required after ','. |
| 2 | 4664 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4664: Infix operators must be spaced. |
| 2 | 4668 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4668: A space is required after ','. |
| 2 | 4670 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4670: A space is required after ','. |
| 2 | 4683 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4683: A space is required after ','. |
| 2 | 4685 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4685: Infix operators must be spaced. |
| 2 | 4689 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4689: A space is required after ','. |
| 2 | 4691 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4691: A space is required after ','. |
| 2 | 4693 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4693: A space is required after ','. |
| 2 | 4695 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4695: A space is required after ','. |
| 2 | 4699 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4699: Infix operators must be spaced. |
| 2 | 4702 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4702: A space is required after ','. |
| 2 | 4704 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4704: A space is required after ','. |
| 2 | 4715 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4715: A space is required after ','. |
| 2 | 4717 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4717: Infix operators must be spaced. |
| 2 | 4721 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4721: A space is required after ','. |
| 2 | 4723 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4723: A space is required after ','. |
| 2 | 4725 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4725: A space is required after ','. |
| 2 | 4727 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4727: A space is required after ','. |
| 2 | 4731 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4731: Infix operators must be spaced. |
| 2 | 4734 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4734: A space is required after ','. |
| 2 | 4737 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4737: A space is required after ','. |
| 2 | 4749 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4749: A space is required after ','. |
| 2 | 4751 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4751: Infix operators must be spaced. |
| 2 | 4755 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4755: A space is required after ','. |
| 2 | 4757 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4757: A space is required after ','. |
| 2 | 4759 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4759: A space is required after ','. |
| 2 | 4761 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4761: A space is required after ','. |
| 2 | 4765 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4765: Infix operators must be spaced. |
| 2 | 4769 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4769: A space is required after ','. |
| 2 | 4772 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4772: A space is required after ','. |
| 2 | 4785 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4785: A space is required after ','. |
| 2 | 4787 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4787: Infix operators must be spaced. |
| 2 | 4791 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4791: A space is required after ','. |
| 2 | 4793 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4793: A space is required after ','. |
| 2 | 4795 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4795: A space is required after ','. |
| 2 | 4797 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4797: A space is required after ','. |
| 2 | 4801 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4801: Infix operators must be spaced. |
| 2 | 4804 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4804: A space is required after ','. |
| 2 | 4806 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4806: A space is required after ','. |
| 2 | 4815 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4815: A space is required after ','. |
| 2 | 4817 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4817: Infix operators must be spaced. |
| 2 | 4821 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4821: A space is required after ','. |
| 2 | 4823 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4823: A space is required after ','. |
| 2 | 4825 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4825: A space is required after ','. |
| 2 | 4827 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4827: A space is required after ','. |
| 2 | 4831 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4831: Infix operators must be spaced. |
| 2 | 4834 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4834: A space is required after ','. |
| 2 | 4837 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4837: A space is required after ','. |
| 2 | 4850 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4850: A space is required after ','. |
| 2 | 4852 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4852: Infix operators must be spaced. |
| 2 | 4856 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4856: A space is required after ','. |
| 2 | 4858 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4858: A space is required after ','. |
| 2 | 4860 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4860: A space is required after ','. |
| 2 | 4862 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4862: A space is required after ','. |
| 2 | 4866 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4866: Infix operators must be spaced. |
| 2 | 4870 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4870: A space is required after ','. |
| 2 | 4873 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4873: A space is required after ','. |
| 2 | 4885 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4885: A space is required after ','. |
| 2 | 4887 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4887: Infix operators must be spaced. |
| 2 | 4891 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4891: A space is required after ','. |
| 2 | 4893 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4893: A space is required after ','. |
| 2 | 4895 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4895: A space is required after ','. |
| 2 | 4897 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4897: A space is required after ','. |
| 2 | 4901 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4901: Infix operators must be spaced. |
| 2 | 4905 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4905: A space is required after ','. |
| 2 | 4908 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4908: A space is required after ','. |
| 2 | 4919 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4919: A space is required after ','. |
| 2 | 4921 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4921: Infix operators must be spaced. |
| 2 | 4925 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4925: A space is required after ','. |
| 2 | 4927 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4927: A space is required after ','. |
| 2 | 4929 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4929: A space is required after ','. |
| 2 | 4931 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4931: A space is required after ','. |
| 2 | 4935 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4935: Infix operators must be spaced. |
| 2 | 4938 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4938: A space is required after ','. |
| 2 | 4940 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4940: A space is required after ','. |
| 2 | 4953 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4953: A space is required after ','. |
| 2 | 4955 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4955: Infix operators must be spaced. |
| 2 | 4959 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4959: A space is required after ','. |
| 2 | 4961 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4961: A space is required after ','. |
| 2 | 4963 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4963: A space is required after ','. |
| 2 | 4965 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4965: A space is required after ','. |
| 2 | 4969 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4969: Infix operators must be spaced. |
| 2 | 4972 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4972: A space is required after ','. |
| 2 | 4975 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4975: A space is required after ','. |
| 2 | 4987 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4987: A space is required after ','. |
| 2 | 4989 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 4989: Infix operators must be spaced. |
| 2 | 4993 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4993: A space is required after ','. |
| 2 | 4995 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4995: A space is required after ','. |
| 2 | 4997 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4997: A space is required after ','. |
| 2 | 4999 | 2 | A space is required after ','. | comma-spacing | → line 2, col 4999: A space is required after ','. |
| 2 | 5003 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5003: Infix operators must be spaced. |
| 2 | 5006 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5006: A space is required after ','. |
| 2 | 5009 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5009: A space is required after ','. |
| 2 | 5021 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5021: A space is required after ','. |
| 2 | 5023 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5023: Infix operators must be spaced. |
| 2 | 5027 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5027: A space is required after ','. |
| 2 | 5029 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5029: A space is required after ','. |
| 2 | 5031 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5031: A space is required after ','. |
| 2 | 5033 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5033: A space is required after ','. |
| 2 | 5037 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5037: Infix operators must be spaced. |
| 2 | 5041 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5041: A space is required after ','. |
| 2 | 5044 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5044: A space is required after ','. |
| 2 | 5057 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5057: A space is required after ','. |
| 2 | 5059 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5059: Infix operators must be spaced. |
| 2 | 5063 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5063: A space is required after ','. |
| 2 | 5065 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5065: A space is required after ','. |
| 2 | 5067 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5067: A space is required after ','. |
| 2 | 5069 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5069: A space is required after ','. |
| 2 | 5073 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5073: Infix operators must be spaced. |
| 2 | 5077 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5077: A space is required after ','. |
| 2 | 5079 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5079: A space is required after ','. |
| 2 | 5090 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5090: A space is required after ','. |
| 2 | 5092 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5092: Infix operators must be spaced. |
| 2 | 5096 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5096: A space is required after ','. |
| 2 | 5098 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5098: A space is required after ','. |
| 2 | 5100 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5100: A space is required after ','. |
| 2 | 5102 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5102: A space is required after ','. |
| 2 | 5106 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5106: Infix operators must be spaced. |
| 2 | 5109 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5109: A space is required after ','. |
| 2 | 5112 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5112: A space is required after ','. |
| 2 | 5124 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5124: A space is required after ','. |
| 2 | 5126 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5126: Infix operators must be spaced. |
| 2 | 5130 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5130: A space is required after ','. |
| 2 | 5132 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5132: A space is required after ','. |
| 2 | 5134 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5134: A space is required after ','. |
| 2 | 5136 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5136: A space is required after ','. |
| 2 | 5140 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5140: Infix operators must be spaced. |
| 2 | 5143 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5143: A space is required after ','. |
| 2 | 5146 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5146: A space is required after ','. |
| 2 | 5158 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5158: A space is required after ','. |
| 2 | 5160 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5160: Infix operators must be spaced. |
| 2 | 5164 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5164: A space is required after ','. |
| 2 | 5166 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5166: A space is required after ','. |
| 2 | 5168 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5168: A space is required after ','. |
| 2 | 5170 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5170: A space is required after ','. |
| 2 | 5174 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5174: Infix operators must be spaced. |
| 2 | 5177 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5177: A space is required after ','. |
| 2 | 5180 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5180: A space is required after ','. |
| 2 | 5190 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5190: A space is required after ','. |
| 2 | 5192 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5192: Infix operators must be spaced. |
| 2 | 5196 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5196: A space is required after ','. |
| 2 | 5198 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5198: A space is required after ','. |
| 2 | 5200 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5200: A space is required after ','. |
| 2 | 5202 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5202: A space is required after ','. |
| 2 | 5206 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5206: Infix operators must be spaced. |
| 2 | 5209 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5209: A space is required after ','. |
| 2 | 5211 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5211: A space is required after ','. |
| 2 | 5223 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5223: A space is required after ','. |
| 2 | 5225 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5225: Infix operators must be spaced. |
| 2 | 5229 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5229: A space is required after ','. |
| 2 | 5231 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5231: A space is required after ','. |
| 2 | 5233 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5233: A space is required after ','. |
| 2 | 5235 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5235: A space is required after ','. |
| 2 | 5239 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5239: Infix operators must be spaced. |
| 2 | 5243 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5243: A space is required after ','. |
| 2 | 5246 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5246: A space is required after ','. |
| 2 | 5258 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5258: A space is required after ','. |
| 2 | 5260 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5260: Infix operators must be spaced. |
| 2 | 5264 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5264: A space is required after ','. |
| 2 | 5266 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5266: A space is required after ','. |
| 2 | 5268 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5268: A space is required after ','. |
| 2 | 5270 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5270: A space is required after ','. |
| 2 | 5274 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5274: Infix operators must be spaced. |
| 2 | 5278 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5278: A space is required after ','. |
| 2 | 5281 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5281: A space is required after ','. |
| 2 | 5292 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5292: A space is required after ','. |
| 2 | 5294 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5294: Infix operators must be spaced. |
| 2 | 5298 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5298: A space is required after ','. |
| 2 | 5300 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5300: A space is required after ','. |
| 2 | 5302 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5302: A space is required after ','. |
| 2 | 5304 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5304: A space is required after ','. |
| 2 | 5308 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5308: Infix operators must be spaced. |
| 2 | 5311 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5311: A space is required after ','. |
| 2 | 5314 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5314: A space is required after ','. |
| 2 | 5326 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5326: A space is required after ','. |
| 2 | 5328 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5328: Infix operators must be spaced. |
| 2 | 5332 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5332: A space is required after ','. |
| 2 | 5334 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5334: A space is required after ','. |
| 2 | 5336 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5336: A space is required after ','. |
| 2 | 5338 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5338: A space is required after ','. |
| 2 | 5342 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5342: Infix operators must be spaced. |
| 2 | 5345 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5345: A space is required after ','. |
| 2 | 5347 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5347: A space is required after ','. |
| 2 | 5359 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5359: A space is required after ','. |
| 2 | 5361 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5361: Infix operators must be spaced. |
| 2 | 5365 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5365: A space is required after ','. |
| 2 | 5367 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5367: A space is required after ','. |
| 2 | 5369 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5369: A space is required after ','. |
| 2 | 5371 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5371: A space is required after ','. |
| 2 | 5375 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5375: Infix operators must be spaced. |
| 2 | 5378 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5378: A space is required after ','. |
| 2 | 5381 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5381: A space is required after ','. |
| 2 | 5393 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5393: A space is required after ','. |
| 2 | 5395 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5395: Infix operators must be spaced. |
| 2 | 5399 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5399: A space is required after ','. |
| 2 | 5401 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5401: A space is required after ','. |
| 2 | 5403 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5403: A space is required after ','. |
| 2 | 5405 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5405: A space is required after ','. |
| 2 | 5409 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5409: Infix operators must be spaced. |
| 2 | 5413 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5413: A space is required after ','. |
| 2 | 5416 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5416: A space is required after ','. |
| 2 | 5429 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5429: A space is required after ','. |
| 2 | 5431 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5431: Infix operators must be spaced. |
| 2 | 5435 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5435: A space is required after ','. |
| 2 | 5437 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5437: A space is required after ','. |
| 2 | 5439 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5439: A space is required after ','. |
| 2 | 5441 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5441: A space is required after ','. |
| 2 | 5445 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5445: Infix operators must be spaced. |
| 2 | 5448 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5448: A space is required after ','. |
| 2 | 5451 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5451: A space is required after ','. |
| 2 | 5462 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5462: A space is required after ','. |
| 2 | 5464 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5464: Infix operators must be spaced. |
| 2 | 5468 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5468: A space is required after ','. |
| 2 | 5470 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5470: A space is required after ','. |
| 2 | 5472 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5472: A space is required after ','. |
| 2 | 5474 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5474: A space is required after ','. |
| 2 | 5478 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5478: Infix operators must be spaced. |
| 2 | 5482 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5482: A space is required after ','. |
| 2 | 5484 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5484: A space is required after ','. |
| 2 | 5496 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5496: A space is required after ','. |
| 2 | 5498 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5498: Infix operators must be spaced. |
| 2 | 5502 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5502: A space is required after ','. |
| 2 | 5504 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5504: A space is required after ','. |
| 2 | 5506 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5506: A space is required after ','. |
| 2 | 5508 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5508: A space is required after ','. |
| 2 | 5512 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5512: Infix operators must be spaced. |
| 2 | 5515 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5515: A space is required after ','. |
| 2 | 5518 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5518: A space is required after ','. |
| 2 | 5531 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5531: A space is required after ','. |
| 2 | 5533 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5533: Infix operators must be spaced. |
| 2 | 5537 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5537: A space is required after ','. |
| 2 | 5539 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5539: A space is required after ','. |
| 2 | 5541 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5541: A space is required after ','. |
| 2 | 5543 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5543: A space is required after ','. |
| 2 | 5547 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5547: Infix operators must be spaced. |
| 2 | 5551 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5551: A space is required after ','. |
| 2 | 5554 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5554: A space is required after ','. |
| 2 | 5564 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5564: A space is required after ','. |
| 2 | 5566 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5566: Infix operators must be spaced. |
| 2 | 5570 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5570: A space is required after ','. |
| 2 | 5572 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5572: A space is required after ','. |
| 2 | 5574 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5574: A space is required after ','. |
| 2 | 5576 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5576: A space is required after ','. |
| 2 | 5580 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5580: Infix operators must be spaced. |
| 2 | 5583 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5583: A space is required after ','. |
| 2 | 5586 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5586: A space is required after ','. |
| 2 | 5599 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5599: A space is required after ','. |
| 2 | 5601 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5601: Infix operators must be spaced. |
| 2 | 5605 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5605: A space is required after ','. |
| 2 | 5607 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5607: A space is required after ','. |
| 2 | 5609 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5609: A space is required after ','. |
| 2 | 5611 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5611: A space is required after ','. |
| 2 | 5615 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5615: Infix operators must be spaced. |
| 2 | 5618 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5618: A space is required after ','. |
| 2 | 5620 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5620: A space is required after ','. |
| 2 | 5632 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5632: A space is required after ','. |
| 2 | 5634 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5634: Infix operators must be spaced. |
| 2 | 5638 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5638: A space is required after ','. |
| 2 | 5640 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5640: A space is required after ','. |
| 2 | 5642 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5642: A space is required after ','. |
| 2 | 5644 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5644: A space is required after ','. |
| 2 | 5648 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5648: Infix operators must be spaced. |
| 2 | 5652 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5652: A space is required after ','. |
| 2 | 5655 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5655: A space is required after ','. |
| 2 | 5666 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5666: A space is required after ','. |
| 2 | 5668 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5668: Infix operators must be spaced. |
| 2 | 5672 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5672: A space is required after ','. |
| 2 | 5674 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5674: A space is required after ','. |
| 2 | 5676 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5676: A space is required after ','. |
| 2 | 5678 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5678: A space is required after ','. |
| 2 | 5682 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5682: Infix operators must be spaced. |
| 2 | 5685 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5685: A space is required after ','. |
| 2 | 5688 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5688: A space is required after ','. |
| 2 | 5701 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5701: A space is required after ','. |
| 2 | 5703 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5703: Infix operators must be spaced. |
| 2 | 5707 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5707: A space is required after ','. |
| 2 | 5709 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5709: A space is required after ','. |
| 2 | 5711 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5711: A space is required after ','. |
| 2 | 5713 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5713: A space is required after ','. |
| 2 | 5717 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5717: Infix operators must be spaced. |
| 2 | 5721 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5721: A space is required after ','. |
| 2 | 5724 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5724: A space is required after ','. |
| 2 | 5736 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5736: A space is required after ','. |
| 2 | 5738 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5738: Infix operators must be spaced. |
| 2 | 5742 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5742: A space is required after ','. |
| 2 | 5744 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5744: A space is required after ','. |
| 2 | 5746 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5746: A space is required after ','. |
| 2 | 5748 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5748: A space is required after ','. |
| 2 | 5752 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5752: Infix operators must be spaced. |
| 2 | 5755 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5755: A space is required after ','. |
| 2 | 5757 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5757: A space is required after ','. |
| 2 | 5769 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5769: A space is required after ','. |
| 2 | 5771 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5771: Infix operators must be spaced. |
| 2 | 5775 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5775: A space is required after ','. |
| 2 | 5777 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5777: A space is required after ','. |
| 2 | 5779 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5779: A space is required after ','. |
| 2 | 5781 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5781: A space is required after ','. |
| 2 | 5785 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5785: Infix operators must be spaced. |
| 2 | 5789 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5789: A space is required after ','. |
| 2 | 5792 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5792: A space is required after ','. |
| 2 | 5805 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5805: A space is required after ','. |
| 2 | 5807 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5807: Infix operators must be spaced. |
| 2 | 5811 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5811: A space is required after ','. |
| 2 | 5813 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5813: A space is required after ','. |
| 2 | 5815 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5815: A space is required after ','. |
| 2 | 5817 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5817: A space is required after ','. |
| 2 | 5821 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5821: Infix operators must be spaced. |
| 2 | 5824 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5824: A space is required after ','. |
| 2 | 5827 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5827: A space is required after ','. |
| 2 | 5838 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5838: A space is required after ','. |
| 2 | 5840 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5840: Infix operators must be spaced. |
| 2 | 5844 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5844: A space is required after ','. |
| 2 | 5846 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5846: A space is required after ','. |
| 2 | 5848 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5848: A space is required after ','. |
| 2 | 5850 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5850: A space is required after ','. |
| 2 | 5854 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5854: Infix operators must be spaced. |
| 2 | 5857 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5857: A space is required after ','. |
| 2 | 5860 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5860: A space is required after ','. |
| 2 | 5872 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5872: A space is required after ','. |
| 2 | 5874 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5874: Infix operators must be spaced. |
| 2 | 5878 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5878: A space is required after ','. |
| 2 | 5881 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5881: A space is required after ','. |
| 2 | 5883 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5883: Infix operators must be spaced. |
| 2 | 5887 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5887: A space is required after ','. |
| 2 | 5890 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5890: A space is required after ','. |
| 2 | 5892 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5892: Infix operators must be spaced. |
| 2 | 5896 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5896: A space is required after ','. |
| 2 | 5899 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5899: A space is required after ','. |
| 2 | 5901 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5901: Infix operators must be spaced. |
| 2 | 5905 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5905: A space is required after ','. |
| 2 | 5908 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 5908: Missing whitespace after semicolon. |
| 2 | 5909 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 5909: Keyword "return" must be followed by whitespace. |
| 2 | 5917 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5917: A space is required after ','. |
| 2 | 5919 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5919: A space is required after ','. |
| 2 | 5921 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5921: A space is required after ','. |
| 2 | 5924 | 2 | Missing semicolon. | semi | → line 2, col 5924: Missing semicolon. |
| 2 | 5925 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5925: A space is required after ','. |
| 2 | 5927 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5927: Infix operators must be spaced. |
| 2 | 5939 | 2 | Missing space before value for key "hexdigest". | fecs-key-spacing | → line 2, col 5939: Missing space before value for key "hexdigest". |
| 2 | 5947 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 5947: Missing space before function parentheses. |
| 2 | 5950 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 5950: Missing space before opening brace. |
| 2 | 5951 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 5951: Statement inside of curly braces should be on next line. |
| 2 | 5966 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5966: A space is required after ','. |
| 2 | 5968 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 5968: Infix operators must be spaced. |
| 2 | 5979 | 2 | Missing semicolon. | semi | → line 2, col 5979: Missing semicolon. |
| 2 | 5980 | 2 | A space is required after ','. | comma-spacing | → line 2, col 5980: A space is required after ','. |
| 2 | 5986 | 2 | Missing space before value for key "hash". | fecs-key-spacing | → line 2, col 5986: Missing space before value for key "hash". |
| 2 | 5994 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 5994: Missing space before function parentheses. |
| 2 | 5997 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 5997: Missing space before opening brace. |
| 2 | 5998 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 5998: Statement inside of curly braces should be on next line. |
| 2 | 6013 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6013: A space is required after ','. |
| 2 | 6015 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6015: Infix operators must be spaced. |
| 2 | 6026 | 2 | Missing semicolon. | semi | → line 2, col 6026: Missing semicolon. |
| 2 | 6028 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 6028: Missing whitespace after semicolon. |
| 2 | 6037 | 2 | Missing semicolon. | semi | → line 2, col 6037: Missing semicolon. |
| 2 | 6039 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6039: A space is required after ','. |
| 2 | 6063 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6063: Infix operators must be spaced. |
| 2 | 6066 | 2 | Function prototype is read only, properties should not be added. | no-extend-native | → line 2, col 6066: Function prototype is read only, properties should not be added. |
| 2 | 6089 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6089: Infix operators must be spaced. |
| 2 | 6098 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 6098: Missing space before function parentheses. |
| 2 | 6101 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 6101: Missing space before opening brace. |
| 2 | 6102 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 6102: Split 'var' declarations into multiple statements. |
| 2 | 6102 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 6102: Statement inside of curly braces should be on next line. |
| 2 | 6107 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6107: Infix operators must be spaced. |
| 2 | 6112 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6112: A space is required after ','. |
| 2 | 6114 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6114: Infix operators must be spaced. |
| 2 | 6136 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6136: A space is required after ','. |
| 2 | 6138 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6138: Infix operators must be spaced. |
| 2 | 6161 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6161: A space is required after ','. |
| 2 | 6163 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6163: Infix operators must be spaced. |
| 2 | 6180 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6180: A space is required after ','. |
| 2 | 6183 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 6183: Missing whitespace after semicolon. |
| 2 | 6199 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 6199: Missing space before function parentheses. |
| 2 | 6201 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 6201: Missing space before opening brace. |
| 2 | 6202 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 6202: Statement inside of curly braces should be on next line. |
| 2 | 6218 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6218: Infix operators must be spaced. |
| 2 | 6225 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6225: A space is required after ','. |
| 2 | 6234 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6234: A space is required after ','. |
| 2 | 6251 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6251: A space is required after ','. |
| 2 | 6256 | 2 | Missing semicolon. | semi | → line 2, col 6256: Missing semicolon. |
| 2 | 6257 | 2 | Missing semicolon. | semi | → line 2, col 6257: Missing semicolon. |
| 2 | 6259 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6259: A space is required after ','. |
| 2 | 6273 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6273: Infix operators must be spaced. |
| 2 | 6289 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6289: Infix operators must be spaced. |
| 2 | 6298 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 6298: Missing space before function parentheses. |
| 2 | 6301 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 6301: Missing space before opening brace. |
| 2 | 6302 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 6302: Keyword "return" must be followed by whitespace. |
| 2 | 6302 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 6302: Statement inside of curly braces should be on next line. |
| 2 | 6308 | 2 | Strings must use singlequote. | quotes | → line 2, col 6308: Strings must use singlequote. |
| 2 | 6324 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6324: Infix operators must be spaced. |
| 2 | 6360 | 2 | Missing semicolon. | semi | → line 2, col 6360: Missing semicolon. |
| 2 | 6362 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6362: A space is required after ','. |
| 2 | 6386 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6386: Infix operators must be spaced. |
| 2 | 6389 | 2 | Array prototype is read only, properties should not be added. | no-extend-native | → line 2, col 6389: Array prototype is read only, properties should not be added. |
| 2 | 6412 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6412: Infix operators must be spaced. |
| 2 | 6421 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 6421: Missing space before function parentheses. |
| 2 | 6424 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 6424: Missing space before opening brace. |
| 2 | 6425 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 6425: Statement inside of curly braces should be on next line. |
| 2 | 6425 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 6425: Split 'var' declarations into multiple statements. |
| 2 | 6430 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6430: Infix operators must be spaced. |
| 2 | 6442 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6442: A space is required after ','. |
| 2 | 6444 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6444: Infix operators must be spaced. |
| 2 | 6465 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6465: Infix operators must be spaced. |
| 2 | 6468 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 6468: Missing whitespace after semicolon. |
| 2 | 6469 | 2 | Expected { after 'for' condition. | curly | → line 2, col 6469: Expected { after 'for' condition. |
| 2 | 6472 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 6472: Keyword "for" must be followed by whitespace. |
| 2 | 6474 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6474: Infix operators must be spaced. |
| 2 | 6476 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6476: Infix operators must be spaced. |
| 2 | 6478 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6478: Infix operators must be spaced. |
| 2 | 6505 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6505: A space is required after ','. |
| 2 | 6507 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6507: Infix operators must be spaced. |
| 2 | 6509 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6509: Infix operators must be spaced. |
| 2 | 6513 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6513: Infix operators must be spaced. |
| 2 | 6517 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 6517: Missing whitespace after semicolon. |
| 2 | 6519 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6519: Infix operators must be spaced. |
| 2 | 6521 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 6521: Missing whitespace after semicolon. |
| 2 | 6526 | 2 | Expected { after 'if' condition. | curly | → line 2, col 6526: Expected { after 'if' condition. |
| 2 | 6528 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 6528: Keyword "if" must be followed by whitespace. |
| 2 | 6538 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6538: Infix operators must be spaced. |
| 2 | 6547 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6547: Infix operators must be spaced. |
| 2 | 6560 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 6560: Missing whitespace after semicolon. |
| 2 | 6561 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 6561: Keyword "return" must be followed by whitespace. |
| 2 | 6569 | 2 | Missing semicolon. | semi | → line 2, col 6569: Missing semicolon. |
| 2 | 6571 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6571: A space is required after ','. |
| 2 | 6572 | 2 | Wrap an immediate function invocation in parentheses. | wrap-iife | → line 2, col 6572: Wrap an immediate function invocation in parentheses. |
| 2 | 6580 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 6580: Missing space before function parentheses. |
| 2 | 6582 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6582: A space is required after ','. |
| 2 | 6585 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 6585: Missing space before opening brace. |
| 2 | 6586 | 2 | Expected { after 'if' condition. | curly | → line 2, col 6586: Expected { after 'if' condition. |
| 2 | 6586 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 6586: Statement inside of curly braces should be on next line. |
| 2 | 6588 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 6588: Keyword "if" must be followed by whitespace. |
| 2 | 6589 | 2 | Strings must use singlequote. | quotes | → line 2, col 6589: Strings must use singlequote. |
| 2 | 6599 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6599: Infix operators must be spaced. |
| 2 | 6599 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 6599: Expected '===' and instead saw '=='. |
| 2 | 6614 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6614: Infix operators must be spaced. |
| 2 | 6634 | 2 | Strings must use singlequote. | quotes | → line 2, col 6634: Strings must use singlequote. |
| 2 | 6648 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6648: A space is required after ','. |
| 2 | 6650 | 2 | Strings must use singlequote. | quotes | → line 2, col 6650: Strings must use singlequote. |
| 2 | 6664 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6664: A space is required after ','. |
| 2 | 6665 | 2 | Strings must use singlequote. | quotes | → line 2, col 6665: Strings must use singlequote. |
| 2 | 6681 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6681: A space is required after ','. |
| 2 | 6682 | 2 | Strings must use singlequote. | quotes | → line 2, col 6682: Strings must use singlequote. |
| 2 | 6695 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6695: A space is required after ','. |
| 2 | 6696 | 2 | Strings must use singlequote. | quotes | → line 2, col 6696: Strings must use singlequote. |
| 2 | 6715 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6715: A space is required after ','. |
| 2 | 6724 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 6724: Missing space before function parentheses. |
| 2 | 6726 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 6726: Missing space before opening brace. |
| 2 | 6727 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 6727: Statement inside of curly braces should be on next line. |
| 2 | 6746 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6746: A space is required after ','. |
| 2 | 6757 | 2 | Missing semicolon. | semi | → line 2, col 6757: Missing semicolon. |
| 2 | 6759 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 6759: Missing whitespace after semicolon. |
| 2 | 6764 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 6764: Missing space before opening brace. |
| 2 | 6764 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 6764: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 6764 | 2 | Keyword "else" must be followed by whitespace. | space-after-keywords | → line 2, col 6764: Keyword "else" must be followed by whitespace. |
| 2 | 6765 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 6765: Statement inside of curly braces should be on next line. |
| 2 | 6770 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6770: Infix operators must be spaced. |
| 2 | 6779 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6779: A space is required after ','. |
| 2 | 6788 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6788: A space is required after ','. |
| 2 | 6795 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 6795: Missing whitespace after semicolon. |
| 2 | 6810 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6810: Infix operators must be spaced. |
| 2 | 6820 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6820: A space is required after ','. |
| 2 | 6834 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6834: Infix operators must be spaced. |
| 2 | 6843 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6843: A space is required after ','. |
| 2 | 6854 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6854: Infix operators must be spaced. |
| 2 | 6860 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6860: A space is required after ','. |
| 2 | 6872 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6872: Infix operators must be spaced. |
| 2 | 6879 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6879: A space is required after ','. |
| 2 | 6892 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6892: Infix operators must be spaced. |
| 2 | 6900 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6900: A space is required after ','. |
| 2 | 6912 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6912: Infix operators must be spaced. |
| 2 | 6919 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6919: A space is required after ','. |
| 2 | 6933 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6933: Infix operators must be spaced. |
| 2 | 6942 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6942: A space is required after ','. |
| 2 | 6953 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6953: Infix operators must be spaced. |
| 2 | 6959 | 2 | A space is required after ','. | comma-spacing | → line 2, col 6959: A space is required after ','. |
| 2 | 6967 | 2 | Identifier 'b64_hmac_sha1' is not in camel case. | fecs-camelcase | → line 2, col 6967: Identifier 'b64_hmac_sha1' is not in camel case. |
| 2 | 6980 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 6980: Infix operators must be spaced. |
| 2 | 6988 | 2 | Identifier 'b64_hmac_sha1' is not in camel case. | fecs-camelcase | → line 2, col 6988: Identifier 'b64_hmac_sha1' is not in camel case. |
| 2 | 7001 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7001: A space is required after ','. |
| 2 | 7009 | 2 | Identifier 'b64_sha1' is not in camel case. | fecs-camelcase | → line 2, col 7009: Identifier 'b64_sha1' is not in camel case. |
| 2 | 7017 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 7017: Infix operators must be spaced. |
| 2 | 7025 | 2 | Identifier 'b64_sha1' is not in camel case. | fecs-camelcase | → line 2, col 7025: Identifier 'b64_sha1' is not in camel case. |
| 2 | 7033 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7033: A space is required after ','. |
| 2 | 7041 | 2 | Identifier 'str_hmac_sha1' is not in camel case. | fecs-camelcase | → line 2, col 7041: Identifier 'str_hmac_sha1' is not in camel case. |
| 2 | 7054 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 7054: Infix operators must be spaced. |
| 2 | 7062 | 2 | Identifier 'str_hmac_sha1' is not in camel case. | fecs-camelcase | → line 2, col 7062: Identifier 'str_hmac_sha1' is not in camel case. |
| 2 | 7075 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7075: A space is required after ','. |
| 2 | 7083 | 2 | Identifier 'str_sha1' is not in camel case. | fecs-camelcase | → line 2, col 7083: Identifier 'str_sha1' is not in camel case. |
| 2 | 7091 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 7091: Infix operators must be spaced. |
| 2 | 7099 | 2 | Identifier 'str_sha1' is not in camel case. | fecs-camelcase | → line 2, col 7099: Identifier 'str_sha1' is not in camel case. |
| 2 | 7107 | 2 | Missing semicolon. | semi | → line 2, col 7107: Missing semicolon. |
| 2 | 7114 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7114: A space is required after ','. |
| 2 | 7123 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 7123: Missing space before function parentheses. |
| 2 | 7125 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7125: A space is required after ','. |
| 2 | 7127 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7127: A space is required after ','. |
| 2 | 7130 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 7130: Missing space before opening brace. |
| 2 | 7131 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 7131: Statement inside of curly braces should be on next line. |
| 2 | 7143 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7143: A space is required after ','. |
| 2 | 7146 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 7146: Missing space before opening brace. |
| 2 | 7147 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 7147: Statement inside of curly braces should be on next line. |
| 2 | 7158 | 2 | "h" was used before it was defined | no-use-before-define | → line 2, col 7158: "h" was used before it was defined |
| 2 | 7169 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7169: A space is required after ','. |
| 2 | 7172 | 2 | Missing semicolon. | semi | → line 2, col 7172: Missing semicolon. |
| 2 | 7186 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 7186: Missing space before opening brace. |
| 2 | 7187 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 7187: Statement inside of curly braces should be on next line. |
| 2 | 7198 | 2 | "h" was used before it was defined | no-use-before-define | → line 2, col 7198: "h" was used before it was defined |
| 2 | 7208 | 2 | Strings must use singlequote. | quotes | → line 2, col 7208: Strings must use singlequote. |
| 2 | 7217 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7217: A space is required after ','. |
| 2 | 7220 | 2 | Missing semicolon. | semi | → line 2, col 7220: Missing semicolon. |
| 2 | 7234 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 7234: Missing space before opening brace. |
| 2 | 7235 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 7235: Statement inside of curly braces should be on next line. |
| 2 | 7246 | 2 | "h" was used before it was defined | no-use-before-define | → line 2, col 7246: "h" was used before it was defined |
| 2 | 7256 | 2 | Strings must use singlequote. | quotes | → line 2, col 7256: Strings must use singlequote. |
| 2 | 7260 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7260: A space is required after ','. |
| 2 | 7263 | 2 | Missing semicolon. | semi | → line 2, col 7263: Missing semicolon. |
| 2 | 7277 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 7277: Missing space before opening brace. |
| 2 | 7278 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 7278: Statement inside of curly braces should be on next line. |
| 2 | 7289 | 2 | "h" was used before it was defined | no-use-before-define | → line 2, col 7289: "h" was used before it was defined |
| 2 | 7299 | 2 | Strings must use singlequote. | quotes | → line 2, col 7299: Strings must use singlequote. |
| 2 | 7309 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7309: A space is required after ','. |
| 2 | 7312 | 2 | Missing semicolon. | semi | → line 2, col 7312: Missing semicolon. |
| 2 | 7318 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 7318: Missing whitespace after semicolon. |
| 2 | 7327 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 7327: Infix operators must be spaced. |
| 2 | 7337 | 2 | Strings must use singlequote. | quotes | → line 2, col 7337: Strings must use singlequote. |
| 2 | 7337 | 2 | Missing space before value for key "VERSION". | fecs-key-spacing | → line 2, col 7337: Missing space before value for key "VERSION". |
| 2 | 7344 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7344: A space is required after ','. |
| 2 | 7348 | 2 | Missing space before value for key "NS". | fecs-key-spacing | → line 2, col 7348: Missing space before value for key "NS". |
| 2 | 7358 | 2 | Missing space before value for key "HTTPBIND". | fecs-key-spacing | → line 2, col 7358: Missing space before value for key "HTTPBIND". |
| 2 | 7358 | 2 | Strings must use singlequote. | quotes | → line 2, col 7358: Strings must use singlequote. |
| 2 | 7395 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7395: A space is required after ','. |
| 2 | 7401 | 2 | Strings must use singlequote. | quotes | → line 2, col 7401: Strings must use singlequote. |
| 2 | 7401 | 2 | Missing space before value for key "BOSH". | fecs-key-spacing | → line 2, col 7401: Missing space before value for key "BOSH". |
| 2 | 7417 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7417: A space is required after ','. |
| 2 | 7425 | 2 | Missing space before value for key "CLIENT". | fecs-key-spacing | → line 2, col 7425: Missing space before value for key "CLIENT". |
| 2 | 7425 | 2 | Strings must use singlequote. | quotes | → line 2, col 7425: Strings must use singlequote. |
| 2 | 7440 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7440: A space is required after ','. |
| 2 | 7446 | 2 | Missing space before value for key "AUTH". | fecs-key-spacing | → line 2, col 7446: Missing space before value for key "AUTH". |
| 2 | 7446 | 2 | Strings must use singlequote. | quotes | → line 2, col 7446: Strings must use singlequote. |
| 2 | 7462 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7462: A space is required after ','. |
| 2 | 7470 | 2 | Missing space before value for key "ROSTER". | fecs-key-spacing | → line 2, col 7470: Missing space before value for key "ROSTER". |
| 2 | 7470 | 2 | Strings must use singlequote. | quotes | → line 2, col 7470: Strings must use singlequote. |
| 2 | 7488 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7488: A space is required after ','. |
| 2 | 7497 | 2 | Missing space before value for key "PROFILE". | fecs-key-spacing | → line 2, col 7497: Missing space before value for key "PROFILE". |
| 2 | 7497 | 2 | Strings must use singlequote. | quotes | → line 2, col 7497: Strings must use singlequote. |
| 2 | 7516 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7516: A space is required after ','. |
| 2 | 7528 | 2 | Strings must use singlequote. | quotes | → line 2, col 7528: Strings must use singlequote. |
| 2 | 7528 | 2 | Missing space before value for key "DISCO_INFO". | fecs-key-spacing | → line 2, col 7528: Missing space before value for key "DISCO_INFO". |
| 2 | 7567 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7567: A space is required after ','. |
| 2 | 7580 | 2 | Strings must use singlequote. | quotes | → line 2, col 7580: Strings must use singlequote. |
| 2 | 7580 | 2 | Missing space before value for key "DISCO_ITEMS". | fecs-key-spacing | → line 2, col 7580: Missing space before value for key "DISCO_ITEMS". |
| 2 | 7620 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7620: A space is required after ','. |
| 2 | 7625 | 2 | Strings must use singlequote. | quotes | → line 2, col 7625: Strings must use singlequote. |
| 2 | 7625 | 2 | Missing space before value for key "MUC". | fecs-key-spacing | → line 2, col 7625: Missing space before value for key "MUC". |
| 2 | 7657 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7657: A space is required after ','. |
| 2 | 7663 | 2 | Strings must use singlequote. | quotes | → line 2, col 7663: Strings must use singlequote. |
| 2 | 7663 | 2 | Missing space before value for key "SASL". | fecs-key-spacing | → line 2, col 7663: Missing space before value for key "SASL". |
| 2 | 7697 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7697: A space is required after ','. |
| 2 | 7705 | 2 | Strings must use singlequote. | quotes | → line 2, col 7705: Strings must use singlequote. |
| 2 | 7705 | 2 | Missing space before value for key "STREAM". | fecs-key-spacing | → line 2, col 7705: Missing space before value for key "STREAM". |
| 2 | 7739 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7739: A space is required after ','. |
| 2 | 7748 | 2 | Missing space before value for key "FRAMING". | fecs-key-spacing | → line 2, col 7748: Missing space before value for key "FRAMING". |
| 2 | 7748 | 2 | Strings must use singlequote. | quotes | → line 2, col 7748: Strings must use singlequote. |
| 2 | 7785 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7785: A space is required after ','. |
| 2 | 7791 | 2 | Strings must use singlequote. | quotes | → line 2, col 7791: Strings must use singlequote. |
| 2 | 7791 | 2 | Missing space before value for key "BIND". | fecs-key-spacing | → line 2, col 7791: Missing space before value for key "BIND". |
| 2 | 7825 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7825: A space is required after ','. |
| 2 | 7834 | 2 | Missing space before value for key "SESSION". | fecs-key-spacing | → line 2, col 7834: Missing space before value for key "SESSION". |
| 2 | 7834 | 2 | Strings must use singlequote. | quotes | → line 2, col 7834: Strings must use singlequote. |
| 2 | 7871 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7871: A space is required after ','. |
| 2 | 7880 | 2 | Missing space before value for key "VERSION". | fecs-key-spacing | → line 2, col 7880: Missing space before value for key "VERSION". |
| 2 | 7880 | 2 | Strings must use singlequote. | quotes | → line 2, col 7880: Strings must use singlequote. |
| 2 | 7899 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7899: A space is required after ','. |
| 2 | 7908 | 2 | Missing space before value for key "STANZAS". | fecs-key-spacing | → line 2, col 7908: Missing space before value for key "STANZAS". |
| 2 | 7908 | 2 | Strings must use singlequote. | quotes | → line 2, col 7908: Strings must use singlequote. |
| 2 | 7945 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7945: A space is required after ','. |
| 2 | 7955 | 2 | Missing space before value for key "XHTML_IM". | fecs-key-spacing | → line 2, col 7955: Missing space before value for key "XHTML_IM". |
| 2 | 7955 | 2 | Strings must use singlequote. | quotes | → line 2, col 7955: Strings must use singlequote. |
| 2 | 7992 | 2 | A space is required after ','. | comma-spacing | → line 2, col 7992: A space is required after ','. |
| 2 | 7999 | 2 | Strings must use singlequote. | quotes | → line 2, col 7999: Strings must use singlequote. |
| 2 | 7999 | 2 | Missing space before value for key "XHTML". | fecs-key-spacing | → line 2, col 7999: Missing space before value for key "XHTML". |
| 2 | 8030 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8030: A space is required after ','. |
| 2 | 8037 | 2 | Missing space before value for key "XHTML". | fecs-key-spacing | → line 2, col 8037: Missing space before value for key "XHTML". |
| 2 | 8043 | 2 | Missing space before value for key "tags". | fecs-key-spacing | → line 2, col 8043: Missing space before value for key "tags". |
| 2 | 8044 | 2 | Strings must use singlequote. | quotes | → line 2, col 8044: Strings must use singlequote. |
| 2 | 8047 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8047: A space is required after ','. |
| 2 | 8048 | 2 | Strings must use singlequote. | quotes | → line 2, col 8048: Strings must use singlequote. |
| 2 | 8060 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8060: A space is required after ','. |
| 2 | 8061 | 2 | Strings must use singlequote. | quotes | → line 2, col 8061: Strings must use singlequote. |
| 2 | 8065 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8065: A space is required after ','. |
| 2 | 8066 | 2 | Strings must use singlequote. | quotes | → line 2, col 8066: Strings must use singlequote. |
| 2 | 8072 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8072: A space is required after ','. |
| 2 | 8073 | 2 | Strings must use singlequote. | quotes | → line 2, col 8073: Strings must use singlequote. |
| 2 | 8077 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8077: A space is required after ','. |
| 2 | 8078 | 2 | Strings must use singlequote. | quotes | → line 2, col 8078: Strings must use singlequote. |
| 2 | 8083 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8083: A space is required after ','. |
| 2 | 8084 | 2 | Strings must use singlequote. | quotes | → line 2, col 8084: Strings must use singlequote. |
| 2 | 8088 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8088: A space is required after ','. |
| 2 | 8089 | 2 | Strings must use singlequote. | quotes | → line 2, col 8089: Strings must use singlequote. |
| 2 | 8093 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8093: A space is required after ','. |
| 2 | 8094 | 2 | Strings must use singlequote. | quotes | → line 2, col 8094: Strings must use singlequote. |
| 2 | 8097 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8097: A space is required after ','. |
| 2 | 8098 | 2 | Strings must use singlequote. | quotes | → line 2, col 8098: Strings must use singlequote. |
| 2 | 8104 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8104: A space is required after ','. |
| 2 | 8105 | 2 | Strings must use singlequote. | quotes | → line 2, col 8105: Strings must use singlequote. |
| 2 | 8113 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8113: A space is required after ','. |
| 2 | 8114 | 2 | Strings must use singlequote. | quotes | → line 2, col 8114: Strings must use singlequote. |
| 2 | 8118 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8118: A space is required after ','. |
| 2 | 8119 | 2 | Strings must use singlequote. | quotes | → line 2, col 8119: Strings must use singlequote. |
| 2 | 8126 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8126: A space is required after ','. |
| 2 | 8138 | 2 | Missing space before value for key "attributes". | fecs-key-spacing | → line 2, col 8138: Missing space before value for key "attributes". |
| 2 | 8141 | 2 | Missing space before value for key "a". | fecs-key-spacing | → line 2, col 8141: Missing space before value for key "a". |
| 2 | 8142 | 2 | Strings must use singlequote. | quotes | → line 2, col 8142: Strings must use singlequote. |
| 2 | 8149 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8149: A space is required after ','. |
| 2 | 8161 | 2 | Missing space before value for key "blockquote". | fecs-key-spacing | → line 2, col 8161: Missing space before value for key "blockquote". |
| 2 | 8162 | 2 | Strings must use singlequote. | quotes | → line 2, col 8162: Strings must use singlequote. |
| 2 | 8170 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8170: A space is required after ','. |
| 2 | 8174 | 2 | Missing space before value for key "br". | fecs-key-spacing | → line 2, col 8174: Missing space before value for key "br". |
| 2 | 8176 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8176: A space is required after ','. |
| 2 | 8182 | 2 | Missing space before value for key "cite". | fecs-key-spacing | → line 2, col 8182: Missing space before value for key "cite". |
| 2 | 8183 | 2 | Strings must use singlequote. | quotes | → line 2, col 8183: Strings must use singlequote. |
| 2 | 8191 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8191: A space is required after ','. |
| 2 | 8195 | 2 | Missing space before value for key "em". | fecs-key-spacing | → line 2, col 8195: Missing space before value for key "em". |
| 2 | 8197 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8197: A space is required after ','. |
| 2 | 8202 | 2 | Missing space before value for key "img". | fecs-key-spacing | → line 2, col 8202: Missing space before value for key "img". |
| 2 | 8203 | 2 | Strings must use singlequote. | quotes | → line 2, col 8203: Strings must use singlequote. |
| 2 | 8208 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8208: A space is required after ','. |
| 2 | 8209 | 2 | Strings must use singlequote. | quotes | → line 2, col 8209: Strings must use singlequote. |
| 2 | 8214 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8214: A space is required after ','. |
| 2 | 8215 | 2 | Strings must use singlequote. | quotes | → line 2, col 8215: Strings must use singlequote. |
| 2 | 8222 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8222: A space is required after ','. |
| 2 | 8223 | 2 | Strings must use singlequote. | quotes | → line 2, col 8223: Strings must use singlequote. |
| 2 | 8231 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8231: A space is required after ','. |
| 2 | 8232 | 2 | Strings must use singlequote. | quotes | → line 2, col 8232: Strings must use singlequote. |
| 2 | 8240 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8240: A space is required after ','. |
| 2 | 8244 | 2 | Missing space before value for key "li". | fecs-key-spacing | → line 2, col 8244: Missing space before value for key "li". |
| 2 | 8245 | 2 | Strings must use singlequote. | quotes | → line 2, col 8245: Strings must use singlequote. |
| 2 | 8253 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8253: A space is required after ','. |
| 2 | 8257 | 2 | Missing space before value for key "ol". | fecs-key-spacing | → line 2, col 8257: Missing space before value for key "ol". |
| 2 | 8258 | 2 | Strings must use singlequote. | quotes | → line 2, col 8258: Strings must use singlequote. |
| 2 | 8266 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8266: A space is required after ','. |
| 2 | 8269 | 2 | Missing space before value for key "p". | fecs-key-spacing | → line 2, col 8269: Missing space before value for key "p". |
| 2 | 8270 | 2 | Strings must use singlequote. | quotes | → line 2, col 8270: Strings must use singlequote. |
| 2 | 8278 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8278: A space is required after ','. |
| 2 | 8284 | 2 | Missing space before value for key "span". | fecs-key-spacing | → line 2, col 8284: Missing space before value for key "span". |
| 2 | 8285 | 2 | Strings must use singlequote. | quotes | → line 2, col 8285: Strings must use singlequote. |
| 2 | 8293 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8293: A space is required after ','. |
| 2 | 8301 | 2 | Missing space before value for key "strong". | fecs-key-spacing | → line 2, col 8301: Missing space before value for key "strong". |
| 2 | 8303 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8303: A space is required after ','. |
| 2 | 8307 | 2 | Missing space before value for key "ul". | fecs-key-spacing | → line 2, col 8307: Missing space before value for key "ul". |
| 2 | 8308 | 2 | Strings must use singlequote. | quotes | → line 2, col 8308: Strings must use singlequote. |
| 2 | 8316 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8316: A space is required after ','. |
| 2 | 8322 | 2 | Missing space before value for key "body". | fecs-key-spacing | → line 2, col 8322: Missing space before value for key "body". |
| 2 | 8325 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8325: A space is required after ','. |
| 2 | 8330 | 2 | Missing space before value for key "css". | fecs-key-spacing | → line 2, col 8330: Missing space before value for key "css". |
| 2 | 8331 | 2 | Strings must use singlequote. | quotes | → line 2, col 8331: Strings must use singlequote. |
| 2 | 8349 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8349: A space is required after ','. |
| 2 | 8350 | 2 | Strings must use singlequote. | quotes | → line 2, col 8350: Strings must use singlequote. |
| 2 | 8357 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8357: A space is required after ','. |
| 2 | 8358 | 2 | Strings must use singlequote. | quotes | → line 2, col 8358: Strings must use singlequote. |
| 2 | 8371 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8371: A space is required after ','. |
| 2 | 8372 | 2 | Strings must use singlequote. | quotes | → line 2, col 8372: Strings must use singlequote. |
| 2 | 8383 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8383: A space is required after ','. |
| 2 | 8384 | 2 | Strings must use singlequote. | quotes | → line 2, col 8384: Strings must use singlequote. |
| 2 | 8396 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8396: A space is required after ','. |
| 2 | 8397 | 2 | Strings must use singlequote. | quotes | → line 2, col 8397: Strings must use singlequote. |
| 2 | 8410 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8410: A space is required after ','. |
| 2 | 8411 | 2 | Strings must use singlequote. | quotes | → line 2, col 8411: Strings must use singlequote. |
| 2 | 8424 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8424: A space is required after ','. |
| 2 | 8425 | 2 | Strings must use singlequote. | quotes | → line 2, col 8425: Strings must use singlequote. |
| 2 | 8439 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8439: A space is required after ','. |
| 2 | 8440 | 2 | Strings must use singlequote. | quotes | → line 2, col 8440: Strings must use singlequote. |
| 2 | 8452 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8452: A space is required after ','. |
| 2 | 8453 | 2 | Strings must use singlequote. | quotes | → line 2, col 8453: Strings must use singlequote. |
| 2 | 8471 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8471: A space is required after ','. |
| 2 | 8481 | 2 | Missing space before value for key "validTag". | fecs-key-spacing | → line 2, col 8481: Missing space before value for key "validTag". |
| 2 | 8489 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 8489: Missing space before function parentheses. |
| 2 | 8492 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 8492: Missing space before opening brace. |
| 2 | 8493 | 2 | Expected { after 'for' condition. | curly | → line 2, col 8493: Expected { after 'for' condition. |
| 2 | 8493 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 8493: Statement inside of curly braces should be on next line. |
| 2 | 8496 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 8496: Keyword "for" must be followed by whitespace. |
| 2 | 8502 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8502: Infix operators must be spaced. |
| 2 | 8504 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 8504: Missing whitespace after semicolon. |
| 2 | 8506 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8506: Infix operators must be spaced. |
| 2 | 8526 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 8526: Missing whitespace after semicolon. |
| 2 | 8531 | 2 | Expected { after 'if' condition. | curly | → line 2, col 8531: Expected { after 'if' condition. |
| 2 | 8533 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 8533: Keyword "if" must be followed by whitespace. |
| 2 | 8535 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 8535: Expected '===' and instead saw '=='. |
| 2 | 8535 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8535: Infix operators must be spaced. |
| 2 | 8553 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 8553: Keyword "return" must be followed by whitespace. |
| 2 | 8561 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 8561: Missing whitespace after semicolon. |
| 2 | 8562 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 8562: Keyword "return" must be followed by whitespace. |
| 2 | 8570 | 2 | Missing semicolon. | semi | → line 2, col 8570: Missing semicolon. |
| 2 | 8571 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8571: A space is required after ','. |
| 2 | 8587 | 2 | Missing space before value for key "validAttribute". | fecs-key-spacing | → line 2, col 8587: Missing space before value for key "validAttribute". |
| 2 | 8595 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 8595: Missing space before function parentheses. |
| 2 | 8597 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8597: A space is required after ','. |
| 2 | 8600 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 8600: Missing space before opening brace. |
| 2 | 8601 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 8601: Statement inside of curly braces should be on next line. |
| 2 | 8601 | 2 | Expected { after 'if' condition. | curly | → line 2, col 8601: Expected { after 'if' condition. |
| 2 | 8603 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 8603: Keyword "if" must be followed by whitespace. |
| 2 | 8604 | 2 | Strings must use singlequote. | quotes | → line 2, col 8604: Strings must use singlequote. |
| 2 | 8615 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8615: Infix operators must be spaced. |
| 2 | 8615 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 8615: Expected '!==' and instead saw '!='. |
| 2 | 8645 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8645: Infix operators must be spaced. |
| 2 | 8675 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8675: Infix operators must be spaced. |
| 2 | 8678 | 2 | Expected { after 'for' condition. | curly | → line 2, col 8678: Expected { after 'for' condition. |
| 2 | 8681 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 8681: Keyword "for" must be followed by whitespace. |
| 2 | 8687 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8687: Infix operators must be spaced. |
| 2 | 8689 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 8689: Missing whitespace after semicolon. |
| 2 | 8691 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8691: Infix operators must be spaced. |
| 2 | 8720 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 8720: Missing whitespace after semicolon. |
| 2 | 8725 | 2 | Expected { after 'if' condition. | curly | → line 2, col 8725: Expected { after 'if' condition. |
| 2 | 8727 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 8727: Keyword "if" must be followed by whitespace. |
| 2 | 8729 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8729: Infix operators must be spaced. |
| 2 | 8729 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 8729: Expected '===' and instead saw '=='. |
| 2 | 8756 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 8756: Keyword "return" must be followed by whitespace. |
| 2 | 8764 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 8764: Missing whitespace after semicolon. |
| 2 | 8765 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 8765: Keyword "return" must be followed by whitespace. |
| 2 | 8773 | 2 | Missing semicolon. | semi | → line 2, col 8773: Missing semicolon. |
| 2 | 8774 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8774: A space is required after ','. |
| 2 | 8784 | 2 | Missing space before value for key "validCSS". | fecs-key-spacing | → line 2, col 8784: Missing space before value for key "validCSS". |
| 2 | 8792 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 8792: Missing space before function parentheses. |
| 2 | 8795 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 8795: Missing space before opening brace. |
| 2 | 8796 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 8796: Statement inside of curly braces should be on next line. |
| 2 | 8796 | 2 | Expected { after 'for' condition. | curly | → line 2, col 8796: Expected { after 'for' condition. |
| 2 | 8799 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 8799: Keyword "for" must be followed by whitespace. |
| 2 | 8805 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8805: Infix operators must be spaced. |
| 2 | 8807 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 8807: Missing whitespace after semicolon. |
| 2 | 8809 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8809: Infix operators must be spaced. |
| 2 | 8828 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 8828: Missing whitespace after semicolon. |
| 2 | 8833 | 2 | Expected { after 'if' condition. | curly | → line 2, col 8833: Expected { after 'if' condition. |
| 2 | 8835 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 8835: Keyword "if" must be followed by whitespace. |
| 2 | 8837 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 8837: Infix operators must be spaced. |
| 2 | 8837 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 8837: Expected '===' and instead saw '=='. |
| 2 | 8854 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 8854: Keyword "return" must be followed by whitespace. |
| 2 | 8862 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 8862: Missing whitespace after semicolon. |
| 2 | 8863 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 8863: Keyword "return" must be followed by whitespace. |
| 2 | 8871 | 2 | Missing semicolon. | semi | → line 2, col 8871: Missing semicolon. |
| 2 | 8873 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8873: A space is required after ','. |
| 2 | 8881 | 2 | Missing space before value for key "Status". | fecs-key-spacing | → line 2, col 8881: Missing space before value for key "Status". |
| 2 | 8888 | 2 | Missing space before value for key "ERROR". | fecs-key-spacing | → line 2, col 8888: Missing space before value for key "ERROR". |
| 2 | 8889 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8889: A space is required after ','. |
| 2 | 8901 | 2 | Missing space before value for key "CONNECTING". | fecs-key-spacing | → line 2, col 8901: Missing space before value for key "CONNECTING". |
| 2 | 8902 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8902: A space is required after ','. |
| 2 | 8912 | 2 | Missing space before value for key "CONNFAIL". | fecs-key-spacing | → line 2, col 8912: Missing space before value for key "CONNFAIL". |
| 2 | 8913 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8913: A space is required after ','. |
| 2 | 8929 | 2 | Missing space before value for key "AUTHENTICATING". | fecs-key-spacing | → line 2, col 8929: Missing space before value for key "AUTHENTICATING". |
| 2 | 8930 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8930: A space is required after ','. |
| 2 | 8940 | 2 | Missing space before value for key "AUTHFAIL". | fecs-key-spacing | → line 2, col 8940: Missing space before value for key "AUTHFAIL". |
| 2 | 8941 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8941: A space is required after ','. |
| 2 | 8952 | 2 | Missing space before value for key "CONNECTED". | fecs-key-spacing | → line 2, col 8952: Missing space before value for key "CONNECTED". |
| 2 | 8953 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8953: A space is required after ','. |
| 2 | 8967 | 2 | Missing space before value for key "DISCONNECTED". | fecs-key-spacing | → line 2, col 8967: Missing space before value for key "DISCONNECTED". |
| 2 | 8968 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8968: A space is required after ','. |
| 2 | 8983 | 2 | Missing space before value for key "DISCONNECTING". | fecs-key-spacing | → line 2, col 8983: Missing space before value for key "DISCONNECTING". |
| 2 | 8984 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8984: A space is required after ','. |
| 2 | 8994 | 2 | Missing space before value for key "ATTACHED". | fecs-key-spacing | → line 2, col 8994: Missing space before value for key "ATTACHED". |
| 2 | 8995 | 2 | A space is required after ','. | comma-spacing | → line 2, col 8995: A space is required after ','. |
| 2 | 9005 | 2 | Missing space before value for key "REDIRECT". | fecs-key-spacing | → line 2, col 9005: Missing space before value for key "REDIRECT". |
| 2 | 9007 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9007: A space is required after ','. |
| 2 | 9017 | 2 | Missing space before value for key "LogLevel". | fecs-key-spacing | → line 2, col 9017: Missing space before value for key "LogLevel". |
| 2 | 9024 | 2 | Missing space before value for key "DEBUG". | fecs-key-spacing | → line 2, col 9024: Missing space before value for key "DEBUG". |
| 2 | 9025 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9025: A space is required after ','. |
| 2 | 9031 | 2 | Missing space before value for key "INFO". | fecs-key-spacing | → line 2, col 9031: Missing space before value for key "INFO". |
| 2 | 9032 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9032: A space is required after ','. |
| 2 | 9038 | 2 | Missing space before value for key "WARN". | fecs-key-spacing | → line 2, col 9038: Missing space before value for key "WARN". |
| 2 | 9039 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9039: A space is required after ','. |
| 2 | 9046 | 2 | Missing space before value for key "ERROR". | fecs-key-spacing | → line 2, col 9046: Missing space before value for key "ERROR". |
| 2 | 9047 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9047: A space is required after ','. |
| 2 | 9054 | 2 | Missing space before value for key "FATAL". | fecs-key-spacing | → line 2, col 9054: Missing space before value for key "FATAL". |
| 2 | 9056 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9056: A space is required after ','. |
| 2 | 9069 | 2 | Missing space before value for key "ElementType". | fecs-key-spacing | → line 2, col 9069: Missing space before value for key "ElementType". |
| 2 | 9077 | 2 | Missing space before value for key "NORMAL". | fecs-key-spacing | → line 2, col 9077: Missing space before value for key "NORMAL". |
| 2 | 9078 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9078: A space is required after ','. |
| 2 | 9084 | 2 | Missing space before value for key "TEXT". | fecs-key-spacing | → line 2, col 9084: Missing space before value for key "TEXT". |
| 2 | 9085 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9085: A space is required after ','. |
| 2 | 9092 | 2 | Missing space before value for key "CDATA". | fecs-key-spacing | → line 2, col 9092: Missing space before value for key "CDATA". |
| 2 | 9093 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9093: A space is required after ','. |
| 2 | 9103 | 2 | Missing space before value for key "FRAGMENT". | fecs-key-spacing | → line 2, col 9103: Missing space before value for key "FRAGMENT". |
| 2 | 9106 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9106: A space is required after ','. |
| 2 | 9115 | 2 | Missing space before value for key "TIMEOUT". | fecs-key-spacing | → line 2, col 9115: Missing space before value for key "TIMEOUT". |
| 2 | 9118 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9118: A space is required after ','. |
| 2 | 9137 | 2 | Missing space before value for key "SECONDARY_TIMEOUT". | fecs-key-spacing | → line 2, col 9137: Missing space before value for key "SECONDARY_TIMEOUT". |
| 2 | 9139 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9139: A space is required after ','. |
| 2 | 9153 | 2 | Missing space before value for key "addNamespace". | fecs-key-spacing | → line 2, col 9153: Missing space before value for key "addNamespace". |
| 2 | 9161 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 9161: Missing space before function parentheses. |
| 2 | 9163 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9163: A space is required after ','. |
| 2 | 9166 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 9166: Missing space before opening brace. |
| 2 | 9167 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 9167: Statement inside of curly braces should be on next line. |
| 2 | 9174 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9174: Infix operators must be spaced. |
| 2 | 9176 | 2 | Missing semicolon. | semi | → line 2, col 9176: Missing semicolon. |
| 2 | 9177 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9177: A space is required after ','. |
| 2 | 9191 | 2 | Missing space before value for key "forEachChild". | fecs-key-spacing | → line 2, col 9191: Missing space before value for key "forEachChild". |
| 2 | 9199 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 9199: Missing space before function parentheses. |
| 2 | 9201 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9201: A space is required after ','. |
| 2 | 9203 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9203: A space is required after ','. |
| 2 | 9206 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 9206: Missing space before opening brace. |
| 2 | 9207 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 9207: Statement inside of curly braces should be on next line. |
| 2 | 9207 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 9207: Split 'var' declarations into multiple statements. |
| 2 | 9212 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9212: A space is required after ','. |
| 2 | 9214 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 9214: Missing whitespace after semicolon. |
| 2 | 9215 | 2 | Expected { after 'for' condition. | curly | → line 2, col 9215: Expected { after 'for' condition. |
| 2 | 9218 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 9218: Keyword "for" must be followed by whitespace. |
| 2 | 9220 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9220: Infix operators must be spaced. |
| 2 | 9222 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 9222: Missing whitespace after semicolon. |
| 2 | 9224 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9224: Infix operators must be spaced. |
| 2 | 9244 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 9244: Missing whitespace after semicolon. |
| 2 | 9250 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9250: Infix operators must be spaced. |
| 2 | 9266 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9266: A space is required after ','. |
| 2 | 9277 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 9277: Expected '!==' and instead saw '!='. |
| 2 | 9277 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9277: Infix operators must be spaced. |
| 2 | 9299 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9299: Infix operators must be spaced. |
| 2 | 9302 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9302: Infix operators must be spaced. |
| 2 | 9322 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9322: A space is required after ','. |
| 2 | 9325 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9325: Infix operators must be spaced. |
| 2 | 9331 | 2 | Missing semicolon. | semi | → line 2, col 9331: Missing semicolon. |
| 2 | 9332 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9332: A space is required after ','. |
| 2 | 9344 | 2 | Missing space before value for key "isTagEqual". | fecs-key-spacing | → line 2, col 9344: Missing space before value for key "isTagEqual". |
| 2 | 9352 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 9352: Missing space before function parentheses. |
| 2 | 9354 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9354: A space is required after ','. |
| 2 | 9357 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 9357: Missing space before opening brace. |
| 2 | 9358 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 9358: Statement inside of curly braces should be on next line. |
| 2 | 9374 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 9374: Expected '===' and instead saw '=='. |
| 2 | 9374 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9374: Infix operators must be spaced. |
| 2 | 9377 | 2 | Missing semicolon. | semi | → line 2, col 9377: Missing semicolon. |
| 2 | 9378 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9378: A space is required after ','. |
| 2 | 9393 | 2 | Missing space before value for key "_xmlGenerator". | fecs-key-spacing | → line 2, col 9393: Missing space before value for key "_xmlGenerator". |
| 2 | 9397 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9397: A space is required after ','. |
| 2 | 9413 | 2 | Missing space before value for key "_makeGenerator". | fecs-key-spacing | → line 2, col 9413: Missing space before value for key "_makeGenerator". |
| 2 | 9421 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 9421: Missing space before function parentheses. |
| 2 | 9423 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 9423: Missing space before opening brace. |
| 2 | 9424 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 9424: Statement inside of curly braces should be on next line. |
| 2 | 9429 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 9429: Missing whitespace after semicolon. |
| 2 | 9443 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9443: Infix operators must be spaced. |
| 2 | 9484 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9484: Infix operators must be spaced. |
| 2 | 9524 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9524: Infix operators must be spaced. |
| 2 | 9547 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9547: Infix operators must be spaced. |
| 2 | 9570 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9570: Infix operators must be spaced. |
| 2 | 9573 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9573: Infix operators must be spaced. |
| 2 | 9576 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9576: Infix operators must be spaced. |
| 2 | 9596 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9596: A space is required after ','. |
| 2 | 9627 | 2 | Strings must use singlequote. | quotes | → line 2, col 9627: Strings must use singlequote. |
| 2 | 9641 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9641: Infix operators must be spaced. |
| 2 | 9681 | 2 | Strings must use singlequote. | quotes | → line 2, col 9681: Strings must use singlequote. |
| 2 | 9696 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9696: A space is required after ','. |
| 2 | 9697 | 2 | Strings must use singlequote. | quotes | → line 2, col 9697: Strings must use singlequote. |
| 2 | 9706 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9706: A space is required after ','. |
| 2 | 9712 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9712: A space is required after ','. |
| 2 | 9714 | 2 | Missing semicolon. | semi | → line 2, col 9714: Missing semicolon. |
| 2 | 9715 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9715: A space is required after ','. |
| 2 | 9729 | 2 | Missing space before value for key "xmlGenerator". | fecs-key-spacing | → line 2, col 9729: Missing space before value for key "xmlGenerator". |
| 2 | 9737 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 9737: Missing space before function parentheses. |
| 2 | 9739 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 9739: Missing space before opening brace. |
| 2 | 9740 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 9740: Statement inside of curly braces should be on next line. |
| 2 | 9762 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9762: Infix operators must be spaced. |
| 2 | 9780 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9780: Infix operators must be spaced. |
| 2 | 9800 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9800: A space is required after ','. |
| 2 | 9816 | 2 | Missing semicolon. | semi | → line 2, col 9816: Missing semicolon. |
| 2 | 9817 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9817: A space is required after ','. |
| 2 | 9831 | 2 | Missing space before value for key "_getIEXmlDom". | fecs-key-spacing | → line 2, col 9831: Missing space before value for key "_getIEXmlDom". |
| 2 | 9839 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 9839: Missing space before function parentheses. |
| 2 | 9841 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 9841: Missing space before opening brace. |
| 2 | 9842 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 9842: Statement inside of curly braces should be on next line. |
| 2 | 9842 | 2 | Expected { after 'for' condition. | curly | → line 2, col 9842: Expected { after 'for' condition. |
| 2 | 9845 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 9845: Keyword "for" must be followed by whitespace. |
| 2 | 9851 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9851: Infix operators must be spaced. |
| 2 | 9856 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9856: A space is required after ','. |
| 2 | 9858 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 9858: Infix operators must be spaced. |
| 2 | 9860 | 2 | Strings must use singlequote. | quotes | → line 2, col 9860: Strings must use singlequote. |
| 2 | 9884 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9884: A space is required after ','. |
| 2 | 9885 | 2 | Strings must use singlequote. | quotes | → line 2, col 9885: Strings must use singlequote. |
| 2 | 9909 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9909: A space is required after ','. |
| 2 | 9910 | 2 | Strings must use singlequote. | quotes | → line 2, col 9910: Strings must use singlequote. |
| 2 | 9934 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9934: A space is required after ','. |
| 2 | 9935 | 2 | Strings must use singlequote. | quotes | → line 2, col 9935: Strings must use singlequote. |
| 2 | 9959 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9959: A space is required after ','. |
| 2 | 9960 | 2 | Strings must use singlequote. | quotes | → line 2, col 9960: Strings must use singlequote. |
| 2 | 9980 | 2 | A space is required after ','. | comma-spacing | → line 2, col 9980: A space is required after ','. |
| 2 | 9981 | 2 | Strings must use singlequote. | quotes | → line 2, col 9981: Strings must use singlequote. |
| 2 | 10000 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10000: A space is required after ','. |
| 2 | 10001 | 2 | Strings must use singlequote. | quotes | → line 2, col 10001: Strings must use singlequote. |
| 2 | 10020 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10020: A space is required after ','. |
| 2 | 10022 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10022: Infix operators must be spaced. |
| 2 | 10024 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10024: Missing whitespace after semicolon. |
| 2 | 10026 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10026: Infix operators must be spaced. |
| 2 | 10035 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10035: Infix operators must be spaced. |
| 2 | 10041 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10041: Infix operators must be spaced. |
| 2 | 10045 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10045: Missing whitespace after semicolon. |
| 2 | 10053 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 2, col 10053: Keyword "try" must be followed by whitespace. |
| 2 | 10053 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 10053: Missing space before opening brace. |
| 2 | 10054 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 10054: Statement inside of curly braces should be on next line. |
| 2 | 10055 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10055: Infix operators must be spaced. |
| 2 | 10079 | 2 | Missing semicolon. | semi | → line 2, col 10079: Missing semicolon. |
| 2 | 10080 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 10080: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 10085 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 2, col 10085: Keyword "catch" must be followed by whitespace. |
| 2 | 10088 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 10088: Missing space before opening brace. |
| 2 | 10089 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 10089: Statement inside of curly braces should be on next line. |
| 2 | 10090 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10090: Infix operators must be spaced. |
| 2 | 10095 | 2 | Missing semicolon. | semi | → line 2, col 10095: Missing semicolon. |
| 2 | 10104 | 2 | Missing semicolon. | semi | → line 2, col 10104: Missing semicolon. |
| 2 | 10105 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10105: A space is required after ','. |
| 2 | 10117 | 2 | Missing space before value for key "xmlElement". | fecs-key-spacing | → line 2, col 10117: Missing space before value for key "xmlElement". |
| 2 | 10125 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 10125: Missing space before function parentheses. |
| 2 | 10128 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 10128: Missing space before opening brace. |
| 2 | 10129 | 2 | Expected { after 'if' condition. | curly | → line 2, col 10129: Expected { after 'if' condition. |
| 2 | 10129 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 10129: Statement inside of curly braces should be on next line. |
| 2 | 10131 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 10131: Keyword "if" must be followed by whitespace. |
| 2 | 10146 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10146: Missing whitespace after semicolon. |
| 2 | 10147 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 10147: Split 'var' declarations into multiple statements. |
| 2 | 10152 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10152: A space is required after ','. |
| 2 | 10154 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10154: A space is required after ','. |
| 2 | 10156 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10156: A space is required after ','. |
| 2 | 10158 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10158: Infix operators must be spaced. |
| 2 | 10192 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10192: Missing whitespace after semicolon. |
| 2 | 10196 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 10196: Keyword "for" must be followed by whitespace. |
| 2 | 10198 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10198: Infix operators must be spaced. |
| 2 | 10200 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10200: Missing whitespace after semicolon. |
| 2 | 10202 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10202: Infix operators must be spaced. |
| 2 | 10219 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10219: Missing whitespace after semicolon. |
| 2 | 10224 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 10224: Missing space before opening brace. |
| 2 | 10225 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 10225: Statement inside of curly braces should be on next line. |
| 2 | 10230 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10230: Infix operators must be spaced. |
| 2 | 10243 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10243: Missing whitespace after semicolon. |
| 2 | 10244 | 2 | Expected { after 'if' condition. | curly | → line 2, col 10244: Expected { after 'if' condition. |
| 2 | 10246 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 10246: Keyword "if" must be followed by whitespace. |
| 2 | 10251 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 10251: Keyword "if" must be followed by whitespace. |
| 2 | 10252 | 2 | Strings must use singlequote. | quotes | → line 2, col 10252: Strings must use singlequote. |
| 2 | 10260 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 10260: Expected '===' and instead saw '=='. |
| 2 | 10260 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10260: Infix operators must be spaced. |
| 2 | 10270 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10270: Infix operators must be spaced. |
| 2 | 10272 | 2 | Strings must use singlequote. | quotes | → line 2, col 10272: Strings must use singlequote. |
| 2 | 10280 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10280: Infix operators must be spaced. |
| 2 | 10280 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 10280: Expected '===' and instead saw '=='. |
| 2 | 10322 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10322: Missing whitespace after semicolon. |
| 2 | 10330 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 10330: Keyword "if" must be followed by whitespace. |
| 2 | 10331 | 2 | Strings must use singlequote. | quotes | → line 2, col 10331: Strings must use singlequote. |
| 2 | 10339 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10339: Infix operators must be spaced. |
| 2 | 10339 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 10339: Expected '===' and instead saw '=='. |
| 2 | 10349 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10349: Infix operators must be spaced. |
| 2 | 10351 | 2 | Strings must use singlequote. | quotes | → line 2, col 10351: Strings must use singlequote. |
| 2 | 10361 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10361: Infix operators must be spaced. |
| 2 | 10361 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 10361: Expected '===' and instead saw '=='. |
| 2 | 10380 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 10380: Keyword "for" must be followed by whitespace. |
| 2 | 10382 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10382: Infix operators must be spaced. |
| 2 | 10384 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10384: Missing whitespace after semicolon. |
| 2 | 10386 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10386: Infix operators must be spaced. |
| 2 | 10395 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10395: Missing whitespace after semicolon. |
| 2 | 10400 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 10400: Missing space before opening brace. |
| 2 | 10401 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 10401: Statement inside of curly braces should be on next line. |
| 2 | 10406 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10406: Infix operators must be spaced. |
| 2 | 10411 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 10411: Missing whitespace after semicolon. |
| 2 | 10412 | 2 | Strings must use singlequote. | quotes | → line 2, col 10412: Strings must use singlequote. |
| 2 | 10420 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10420: Infix operators must be spaced. |
| 2 | 10420 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 10420: Expected '===' and instead saw '=='. |
| 2 | 10430 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10430: Infix operators must be spaced. |
| 2 | 10432 | 2 | Strings must use singlequote. | quotes | → line 2, col 10432: Strings must use singlequote. |
| 2 | 10442 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10442: Infix operators must be spaced. |
| 2 | 10442 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 10442: Expected '===' and instead saw '=='. |
| 2 | 10457 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10457: Infix operators must be spaced. |
| 2 | 10465 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10465: Infix operators must be spaced. |
| 2 | 10472 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10472: Infix operators must be spaced. |
| 2 | 10493 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10493: A space is required after ','. |
| 2 | 10499 | 2 | Missing semicolon. | semi | → line 2, col 10499: Missing semicolon. |
| 2 | 10507 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 10507: Keyword "if" must be followed by whitespace. |
| 2 | 10508 | 2 | Strings must use singlequote. | quotes | → line 2, col 10508: Strings must use singlequote. |
| 2 | 10516 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10516: Infix operators must be spaced. |
| 2 | 10516 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 10516: Expected '===' and instead saw '=='. |
| 2 | 10527 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 2, col 10527: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 2 | 10527 | 2 | Expected { after 'for-in'. | curly | → line 2, col 10527: Expected { after 'for-in'. |
| 2 | 10530 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 10530: Keyword "for" must be followed by whitespace. |
| 2 | 10557 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10557: Infix operators must be spaced. |
| 2 | 10565 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10565: Infix operators must be spaced. |
| 2 | 10572 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10572: Infix operators must be spaced. |
| 2 | 10590 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10590: A space is required after ','. |
| 2 | 10596 | 2 | Missing semicolon. | semi | → line 2, col 10596: Missing semicolon. |
| 2 | 10605 | 2 | Missing semicolon. | semi | → line 2, col 10605: Missing semicolon. |
| 2 | 10606 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10606: A space is required after ','. |
| 2 | 10617 | 2 | Missing space before value for key "xmlescape". | fecs-key-spacing | → line 2, col 10617: Missing space before value for key "xmlescape". |
| 2 | 10625 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 10625: Missing space before function parentheses. |
| 2 | 10628 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 10628: Missing space before opening brace. |
| 2 | 10629 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 10629: Statement inside of curly braces should be on next line. |
| 2 | 10637 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10637: Infix operators must be spaced. |
| 2 | 10653 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10653: A space is required after ','. |
| 2 | 10654 | 2 | Strings must use singlequote. | quotes | → line 2, col 10654: Strings must use singlequote. |
| 2 | 10662 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10662: A space is required after ','. |
| 2 | 10664 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10664: Infix operators must be spaced. |
| 2 | 10679 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10679: A space is required after ','. |
| 2 | 10680 | 2 | Strings must use singlequote. | quotes | → line 2, col 10680: Strings must use singlequote. |
| 2 | 10687 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10687: A space is required after ','. |
| 2 | 10689 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10689: Infix operators must be spaced. |
| 2 | 10704 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10704: A space is required after ','. |
| 2 | 10705 | 2 | Strings must use singlequote. | quotes | → line 2, col 10705: Strings must use singlequote. |
| 2 | 10712 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10712: A space is required after ','. |
| 2 | 10714 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10714: Infix operators must be spaced. |
| 2 | 10729 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10729: A space is required after ','. |
| 2 | 10730 | 2 | Strings must use singlequote. | quotes | → line 2, col 10730: Strings must use singlequote. |
| 2 | 10739 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10739: A space is required after ','. |
| 2 | 10741 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10741: Infix operators must be spaced. |
| 2 | 10756 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10756: A space is required after ','. |
| 2 | 10757 | 2 | Strings must use singlequote. | quotes | → line 2, col 10757: Strings must use singlequote. |
| 2 | 10766 | 2 | Missing semicolon. | semi | → line 2, col 10766: Missing semicolon. |
| 2 | 10767 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10767: A space is required after ','. |
| 2 | 10780 | 2 | Missing space before value for key "xmlunescape". | fecs-key-spacing | → line 2, col 10780: Missing space before value for key "xmlunescape". |
| 2 | 10788 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 10788: Missing space before function parentheses. |
| 2 | 10791 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 10791: Missing space before opening brace. |
| 2 | 10792 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 10792: Statement inside of curly braces should be on next line. |
| 2 | 10800 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10800: Infix operators must be spaced. |
| 2 | 10820 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10820: A space is required after ','. |
| 2 | 10821 | 2 | Strings must use singlequote. | quotes | → line 2, col 10821: Strings must use singlequote. |
| 2 | 10825 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10825: A space is required after ','. |
| 2 | 10827 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10827: Infix operators must be spaced. |
| 2 | 10845 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10845: A space is required after ','. |
| 2 | 10846 | 2 | Strings must use singlequote. | quotes | → line 2, col 10846: Strings must use singlequote. |
| 2 | 10850 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10850: A space is required after ','. |
| 2 | 10852 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10852: Infix operators must be spaced. |
| 2 | 10870 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10870: A space is required after ','. |
| 2 | 10871 | 2 | Strings must use singlequote. | quotes | → line 2, col 10871: Strings must use singlequote. |
| 2 | 10875 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10875: A space is required after ','. |
| 2 | 10877 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10877: Infix operators must be spaced. |
| 2 | 10897 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10897: A space is required after ','. |
| 2 | 10898 | 2 | Strings must use singlequote. | quotes | → line 2, col 10898: Strings must use singlequote. |
| 2 | 10902 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10902: A space is required after ','. |
| 2 | 10904 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 10904: Infix operators must be spaced. |
| 2 | 10924 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10924: A space is required after ','. |
| 2 | 10929 | 2 | Missing semicolon. | semi | → line 2, col 10929: Missing semicolon. |
| 2 | 10930 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10930: A space is required after ','. |
| 2 | 10943 | 2 | Missing space before value for key "xmlTextNode". | fecs-key-spacing | → line 2, col 10943: Missing space before value for key "xmlTextNode". |
| 2 | 10951 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 10951: Missing space before function parentheses. |
| 2 | 10954 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 10954: Missing space before opening brace. |
| 2 | 10955 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 10955: Statement inside of curly braces should be on next line. |
| 2 | 10996 | 2 | Missing semicolon. | semi | → line 2, col 10996: Missing semicolon. |
| 2 | 10997 | 2 | A space is required after ','. | comma-spacing | → line 2, col 10997: A space is required after ','. |
| 2 | 11010 | 2 | Missing space before value for key "xmlHtmlNode". | fecs-key-spacing | → line 2, col 11010: Missing space before value for key "xmlHtmlNode". |
| 2 | 11018 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 11018: Missing space before function parentheses. |
| 2 | 11021 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 11021: Missing space before opening brace. |
| 2 | 11022 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 11022: Statement inside of curly braces should be on next line. |
| 2 | 11027 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11027: Missing whitespace after semicolon. |
| 2 | 11030 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 11030: Keyword "if" must be followed by whitespace. |
| 2 | 11048 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 11048: Missing space before opening brace. |
| 2 | 11049 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 11049: Statement inside of curly braces should be on next line. |
| 2 | 11054 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11054: Infix operators must be spaced. |
| 2 | 11055 | 1 | Missing '()' invoking a constructor | new-parens | → line 2, col 11055: Missing '()' invoking a constructor |
| 2 | 11068 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11068: Missing whitespace after semicolon. |
| 2 | 11070 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11070: Infix operators must be spaced. |
| 2 | 11090 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11090: A space is required after ','. |
| 2 | 11091 | 2 | Strings must use singlequote. | quotes | → line 2, col 11091: Strings must use singlequote. |
| 2 | 11102 | 2 | Missing semicolon. | semi | → line 2, col 11102: Missing semicolon. |
| 2 | 11103 | 2 | Expected { after 'else'. | curly | → line 2, col 11103: Expected { after 'else'. |
| 2 | 11109 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11109: Infix operators must be spaced. |
| 2 | 11128 | 2 | Strings must use singlequote. | quotes | → line 2, col 11128: Strings must use singlequote. |
| 2 | 11147 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11147: A space is required after ','. |
| 2 | 11155 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11155: Infix operators must be spaced. |
| 2 | 11156 | 2 | Strings must use singlequote. | quotes | → line 2, col 11156: Strings must use singlequote. |
| 2 | 11163 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11163: A space is required after ','. |
| 2 | 11176 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11176: Missing whitespace after semicolon. |
| 2 | 11185 | 2 | Missing semicolon. | semi | → line 2, col 11185: Missing semicolon. |
| 2 | 11186 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11186: A space is required after ','. |
| 2 | 11195 | 2 | Missing space before value for key "getText". | fecs-key-spacing | → line 2, col 11195: Missing space before value for key "getText". |
| 2 | 11203 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 11203: Missing space before function parentheses. |
| 2 | 11206 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 11206: Missing space before opening brace. |
| 2 | 11207 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 11207: Statement inside of curly braces should be on next line. |
| 2 | 11207 | 2 | Expected { after 'if' condition. | curly | → line 2, col 11207: Expected { after 'if' condition. |
| 2 | 11209 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 11209: Keyword "if" must be followed by whitespace. |
| 2 | 11224 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11224: Missing whitespace after semicolon. |
| 2 | 11230 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11230: Infix operators must be spaced. |
| 2 | 11231 | 2 | Strings must use singlequote. | quotes | → line 2, col 11231: Strings must use singlequote. |
| 2 | 11233 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11233: Missing whitespace after semicolon. |
| 2 | 11235 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11235: Infix operators must be spaced. |
| 2 | 11257 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11257: Infix operators must be spaced. |
| 2 | 11269 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 11269: Expected '===' and instead saw '=='. |
| 2 | 11269 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11269: Infix operators must be spaced. |
| 2 | 11289 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11289: Infix operators must be spaced. |
| 2 | 11293 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11293: Infix operators must be spaced. |
| 2 | 11307 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11307: Missing whitespace after semicolon. |
| 2 | 11308 | 2 | Expected { after 'for' condition. | curly | → line 2, col 11308: Expected { after 'for' condition. |
| 2 | 11311 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 11311: Keyword "for" must be followed by whitespace. |
| 2 | 11317 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11317: Infix operators must be spaced. |
| 2 | 11319 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11319: Missing whitespace after semicolon. |
| 2 | 11321 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11321: Infix operators must be spaced. |
| 2 | 11341 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11341: Missing whitespace after semicolon. |
| 2 | 11370 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11370: Infix operators must be spaced. |
| 2 | 11370 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 11370: Expected '===' and instead saw '=='. |
| 2 | 11390 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11390: Infix operators must be spaced. |
| 2 | 11394 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11394: Infix operators must be spaced. |
| 2 | 11422 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11422: Missing whitespace after semicolon. |
| 2 | 11444 | 2 | Missing semicolon. | semi | → line 2, col 11444: Missing semicolon. |
| 2 | 11445 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11445: A space is required after ','. |
| 2 | 11458 | 2 | Missing space before value for key "copyElement". | fecs-key-spacing | → line 2, col 11458: Missing space before value for key "copyElement". |
| 2 | 11466 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 11466: Missing space before function parentheses. |
| 2 | 11469 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 11469: Missing space before opening brace. |
| 2 | 11470 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 11470: Split 'var' declarations into multiple statements. |
| 2 | 11470 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 11470: Statement inside of curly braces should be on next line. |
| 2 | 11475 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11475: A space is required after ','. |
| 2 | 11477 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11477: Missing whitespace after semicolon. |
| 2 | 11480 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 11480: Keyword "if" must be followed by whitespace. |
| 2 | 11491 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11491: Infix operators must be spaced. |
| 2 | 11491 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 11491: Expected '===' and instead saw '=='. |
| 2 | 11514 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 11514: Missing space before opening brace. |
| 2 | 11515 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 11515: Statement inside of curly braces should be on next line. |
| 2 | 11515 | 2 | Expected { after 'for' condition. | curly | → line 2, col 11515: Expected { after 'for' condition. |
| 2 | 11518 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 11518: Keyword "for" must be followed by whitespace. |
| 2 | 11520 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11520: Infix operators must be spaced. |
| 2 | 11544 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11544: A space is required after ','. |
| 2 | 11546 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11546: Infix operators must be spaced. |
| 2 | 11548 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11548: Missing whitespace after semicolon. |
| 2 | 11550 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11550: Infix operators must be spaced. |
| 2 | 11570 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11570: Missing whitespace after semicolon. |
| 2 | 11614 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11614: A space is required after ','. |
| 2 | 11637 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11637: Missing whitespace after semicolon. |
| 2 | 11638 | 2 | Expected { after 'for' condition. | curly | → line 2, col 11638: Expected { after 'for' condition. |
| 2 | 11641 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 11641: Keyword "for" must be followed by whitespace. |
| 2 | 11643 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11643: Infix operators must be spaced. |
| 2 | 11645 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11645: Missing whitespace after semicolon. |
| 2 | 11647 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11647: Infix operators must be spaced. |
| 2 | 11667 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11667: Missing whitespace after semicolon. |
| 2 | 11717 | 2 | Missing semicolon. | semi | → line 2, col 11717: Missing semicolon. |
| 2 | 11718 | 2 | Expected { after 'else'. | curly | → line 2, col 11718: Expected { after 'else'. |
| 2 | 11733 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11733: Infix operators must be spaced. |
| 2 | 11733 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 11733: Expected '===' and instead saw '=='. |
| 2 | 11753 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11753: Infix operators must be spaced. |
| 2 | 11757 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11757: Infix operators must be spaced. |
| 2 | 11803 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11803: Missing whitespace after semicolon. |
| 2 | 11812 | 2 | Missing semicolon. | semi | → line 2, col 11812: Missing semicolon. |
| 2 | 11813 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11813: A space is required after ','. |
| 2 | 11825 | 2 | Missing space before value for key "createHtml". | fecs-key-spacing | → line 2, col 11825: Missing space before value for key "createHtml". |
| 2 | 11833 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 11833: Missing space before function parentheses. |
| 2 | 11836 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 11836: Missing space before opening brace. |
| 2 | 11837 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 11837: Statement inside of curly braces should be on next line. |
| 2 | 11837 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 11837: Split 'var' declarations into multiple statements. |
| 2 | 11842 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11842: A space is required after ','. |
| 2 | 11844 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11844: A space is required after ','. |
| 2 | 11846 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11846: A space is required after ','. |
| 2 | 11848 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11848: A space is required after ','. |
| 2 | 11850 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11850: A space is required after ','. |
| 2 | 11852 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11852: A space is required after ','. |
| 2 | 11854 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11854: A space is required after ','. |
| 2 | 11856 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11856: A space is required after ','. |
| 2 | 11858 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11858: A space is required after ','. |
| 2 | 11860 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11860: A space is required after ','. |
| 2 | 11862 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11862: Missing whitespace after semicolon. |
| 2 | 11863 | 2 | Expected { after 'if' condition. | curly | → line 2, col 11863: Expected { after 'if' condition. |
| 2 | 11865 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 11865: Keyword "if" must be followed by whitespace. |
| 2 | 11876 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11876: Infix operators must be spaced. |
| 2 | 11876 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 11876: Expected '===' and instead saw '=='. |
| 2 | 11901 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 11901: Keyword "if" must be followed by whitespace. |
| 2 | 11903 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11903: Infix operators must be spaced. |
| 2 | 11928 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11928: A space is required after ','. |
| 2 | 11952 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 11952: Missing space before opening brace. |
| 2 | 11952 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 2, col 11952: Keyword "try" must be followed by whitespace. |
| 2 | 11953 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 11953: Statement inside of curly braces should be on next line. |
| 2 | 11953 | 2 | Expected { after 'for' condition. | curly | → line 2, col 11953: Expected { after 'for' condition. |
| 2 | 11956 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 11956: Keyword "for" must be followed by whitespace. |
| 2 | 11958 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11958: Infix operators must be spaced. |
| 2 | 11974 | 2 | A space is required after ','. | comma-spacing | → line 2, col 11974: A space is required after ','. |
| 2 | 11976 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11976: Infix operators must be spaced. |
| 2 | 11978 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 11978: Missing whitespace after semicolon. |
| 2 | 11980 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 11980: Infix operators must be spaced. |
| 2 | 12009 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12009: Missing whitespace after semicolon. |
| 2 | 12014 | 2 | Expected { after 'if' condition. | curly | → line 2, col 12014: Expected { after 'if' condition. |
| 2 | 12016 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 12016: Keyword "if" must be followed by whitespace. |
| 2 | 12018 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12018: Infix operators must be spaced. |
| 2 | 12043 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12043: A space is required after ','. |
| 2 | 12045 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12045: Infix operators must be spaced. |
| 2 | 12063 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12063: A space is required after ','. |
| 2 | 12064 | 2 | Strings must use singlequote. | quotes | → line 2, col 12064: Strings must use singlequote. |
| 2 | 12075 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12075: Infix operators must be spaced. |
| 2 | 12075 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 12075: Expected '!==' and instead saw '!='. |
| 2 | 12085 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12085: Infix operators must be spaced. |
| 2 | 12091 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12091: Infix operators must be spaced. |
| 2 | 12095 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12095: Infix operators must be spaced. |
| 2 | 12097 | 2 | Strings must use singlequote. | quotes | → line 2, col 12097: Strings must use singlequote. |
| 2 | 12099 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12099: Infix operators must be spaced. |
| 2 | 12103 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12103: Infix operators must be spaced. |
| 2 | 12106 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12106: Infix operators must be spaced. |
| 2 | 12111 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12111: Infix operators must be spaced. |
| 2 | 12114 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12114: Infix operators must be spaced. |
| 2 | 12121 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 12121: Keyword "if" must be followed by whitespace. |
| 2 | 12122 | 2 | Strings must use singlequote. | quotes | → line 2, col 12122: Strings must use singlequote. |
| 2 | 12129 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 12129: Expected '===' and instead saw '=='. |
| 2 | 12129 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12129: Infix operators must be spaced. |
| 2 | 12132 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12132: Infix operators must be spaced. |
| 2 | 12134 | 2 | Strings must use singlequote. | quotes | → line 2, col 12134: Strings must use singlequote. |
| 2 | 12142 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12142: Infix operators must be spaced. |
| 2 | 12142 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 12142: Expected '===' and instead saw '=='. |
| 2 | 12152 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12152: Infix operators must be spaced. |
| 2 | 12154 | 2 | Strings must use singlequote. | quotes | → line 2, col 12154: Strings must use singlequote. |
| 2 | 12165 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12165: Infix operators must be spaced. |
| 2 | 12165 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 12165: Expected '!==' and instead saw '!='. |
| 2 | 12183 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12183: Infix operators must be spaced. |
| 2 | 12187 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12187: Infix operators must be spaced. |
| 2 | 12198 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12198: A space is required after ','. |
| 2 | 12199 | 2 | Strings must use singlequote. | quotes | → line 2, col 12199: Strings must use singlequote. |
| 2 | 12206 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 12206: Expected '===' and instead saw '=='. |
| 2 | 12206 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12206: Infix operators must be spaced. |
| 2 | 12210 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 12210: Missing space before opening brace. |
| 2 | 12211 | 2 | Expected { after 'for' condition. | curly | → line 2, col 12211: Expected { after 'for' condition. |
| 2 | 12211 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 12211: Statement inside of curly braces should be on next line. |
| 2 | 12214 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 12214: Keyword "for" must be followed by whitespace. |
| 2 | 12216 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12216: Infix operators must be spaced. |
| 2 | 12219 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12219: A space is required after ','. |
| 2 | 12221 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12221: Infix operators must be spaced. |
| 2 | 12230 | 2 | Strings must use singlequote. | quotes | → line 2, col 12230: Strings must use singlequote. |
| 2 | 12234 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12234: A space is required after ','. |
| 2 | 12236 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12236: Infix operators must be spaced. |
| 2 | 12238 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12238: Missing whitespace after semicolon. |
| 2 | 12240 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12240: Infix operators must be spaced. |
| 2 | 12249 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12249: Missing whitespace after semicolon. |
| 2 | 12255 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12255: Infix operators must be spaced. |
| 2 | 12267 | 2 | Strings must use singlequote. | quotes | → line 2, col 12267: Strings must use singlequote. |
| 2 | 12271 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12271: A space is required after ','. |
| 2 | 12273 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12273: Infix operators must be spaced. |
| 2 | 12293 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12293: A space is required after ','. |
| 2 | 12294 | 2 | Strings must use singlequote. | quotes | → line 2, col 12294: Strings must use singlequote. |
| 2 | 12312 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12312: A space is required after ','. |
| 2 | 12313 | 2 | Strings must use singlequote. | quotes | → line 2, col 12313: Strings must use singlequote. |
| 2 | 12330 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12330: A space is required after ','. |
| 2 | 12350 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12350: Infix operators must be spaced. |
| 2 | 12354 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12354: Infix operators must be spaced. |
| 2 | 12374 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12374: A space is required after ','. |
| 2 | 12375 | 2 | Strings must use singlequote. | quotes | → line 2, col 12375: Strings must use singlequote. |
| 2 | 12393 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12393: A space is required after ','. |
| 2 | 12394 | 2 | Strings must use singlequote. | quotes | → line 2, col 12394: Strings must use singlequote. |
| 2 | 12397 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12397: A space is required after ','. |
| 2 | 12406 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12406: Infix operators must be spaced. |
| 2 | 12407 | 2 | Strings must use singlequote. | quotes | → line 2, col 12407: Strings must use singlequote. |
| 2 | 12411 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12411: Infix operators must be spaced. |
| 2 | 12415 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12415: Missing whitespace after semicolon. |
| 2 | 12424 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12424: Infix operators must be spaced. |
| 2 | 12426 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12426: Infix operators must be spaced. |
| 2 | 12430 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12430: Infix operators must be spaced. |
| 2 | 12438 | 2 | Strings must use singlequote. | quotes | → line 2, col 12438: Strings must use singlequote. |
| 2 | 12443 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12443: A space is required after ','. |
| 2 | 12460 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12460: A space is required after ','. |
| 2 | 12464 | 2 | Missing semicolon. | semi | → line 2, col 12464: Missing semicolon. |
| 2 | 12486 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12486: A space is required after ','. |
| 2 | 12489 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12489: Missing whitespace after semicolon. |
| 2 | 12490 | 2 | Expected { after 'for' condition. | curly | → line 2, col 12490: Expected { after 'for' condition. |
| 2 | 12493 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 12493: Keyword "for" must be followed by whitespace. |
| 2 | 12495 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12495: Infix operators must be spaced. |
| 2 | 12497 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12497: Missing whitespace after semicolon. |
| 2 | 12499 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12499: Infix operators must be spaced. |
| 2 | 12519 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12519: Missing whitespace after semicolon. |
| 2 | 12568 | 2 | Missing semicolon. | semi | → line 2, col 12568: Missing semicolon. |
| 2 | 12569 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 12569: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 12574 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 2, col 12574: Keyword "catch" must be followed by whitespace. |
| 2 | 12577 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 12577: Missing space before opening brace. |
| 2 | 12578 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 12578: Statement inside of curly braces should be on next line. |
| 2 | 12579 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12579: Infix operators must be spaced. |
| 2 | 12594 | 2 | Strings must use singlequote. | quotes | → line 2, col 12594: Strings must use singlequote. |
| 2 | 12597 | 2 | Missing semicolon. | semi | → line 2, col 12597: Missing semicolon. |
| 2 | 12603 | 2 | Expected { after 'for' condition. | curly | → line 2, col 12603: Expected { after 'for' condition. |
| 2 | 12606 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 12606: Keyword "for" must be followed by whitespace. |
| 2 | 12608 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12608: Infix operators must be spaced. |
| 2 | 12650 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12650: A space is required after ','. |
| 2 | 12652 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12652: Infix operators must be spaced. |
| 2 | 12654 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12654: Missing whitespace after semicolon. |
| 2 | 12656 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12656: Infix operators must be spaced. |
| 2 | 12676 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12676: Missing whitespace after semicolon. |
| 2 | 12725 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12725: Missing whitespace after semicolon. |
| 2 | 12731 | 2 | Expected { after 'if' condition. | curly | → line 2, col 12731: Expected { after 'if' condition. |
| 2 | 12733 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 12733: Keyword "if" must be followed by whitespace. |
| 2 | 12744 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12744: Infix operators must be spaced. |
| 2 | 12744 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 12744: Expected '===' and instead saw '=='. |
| 2 | 12769 | 2 | Expected { after 'for' condition. | curly | → line 2, col 12769: Expected { after 'for' condition. |
| 2 | 12772 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 12772: Keyword "for" must be followed by whitespace. |
| 2 | 12774 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12774: Infix operators must be spaced. |
| 2 | 12816 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12816: A space is required after ','. |
| 2 | 12818 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12818: Infix operators must be spaced. |
| 2 | 12820 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12820: Missing whitespace after semicolon. |
| 2 | 12822 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12822: Infix operators must be spaced. |
| 2 | 12842 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12842: Missing whitespace after semicolon. |
| 2 | 12891 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12891: Missing whitespace after semicolon. |
| 2 | 12892 | 2 | Expected { after 'else'. | curly | → line 2, col 12892: Expected { after 'else'. |
| 2 | 12907 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 12907: Expected '===' and instead saw '=='. |
| 2 | 12907 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12907: Infix operators must be spaced. |
| 2 | 12927 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12927: Infix operators must be spaced. |
| 2 | 12931 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 12931: Infix operators must be spaced. |
| 2 | 12959 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 12959: Missing whitespace after semicolon. |
| 2 | 12968 | 2 | Missing semicolon. | semi | → line 2, col 12968: Missing semicolon. |
| 2 | 12969 | 2 | A space is required after ','. | comma-spacing | → line 2, col 12969: A space is required after ','. |
| 2 | 12981 | 2 | Missing space before value for key "escapeNode". | fecs-key-spacing | → line 2, col 12981: Missing space before value for key "escapeNode". |
| 2 | 12989 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 12989: Missing space before function parentheses. |
| 2 | 12992 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 12992: Missing space before opening brace. |
| 2 | 12993 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 12993: Statement inside of curly braces should be on next line. |
| 2 | 12993 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 12993: Keyword "return" must be followed by whitespace. |
| 2 | 12999 | 2 | Strings must use singlequote. | quotes | → line 2, col 12999: Strings must use singlequote. |
| 2 | 13007 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 13007: Expected '!==' and instead saw '!='. |
| 2 | 13007 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13007: Infix operators must be spaced. |
| 2 | 13017 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13017: Infix operators must be spaced. |
| 2 | 13042 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13042: A space is required after ','. |
| 2 | 13043 | 2 | Strings must use singlequote. | quotes | → line 2, col 13043: Strings must use singlequote. |
| 2 | 13060 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13060: A space is required after ','. |
| 2 | 13061 | 2 | Strings must use singlequote. | quotes | → line 2, col 13061: Strings must use singlequote. |
| 2 | 13081 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13081: A space is required after ','. |
| 2 | 13082 | 2 | Strings must use singlequote. | quotes | → line 2, col 13082: Strings must use singlequote. |
| 2 | 13103 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13103: A space is required after ','. |
| 2 | 13104 | 2 | Strings must use singlequote. | quotes | → line 2, col 13104: Strings must use singlequote. |
| 2 | 13125 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13125: A space is required after ','. |
| 2 | 13126 | 2 | Strings must use singlequote. | quotes | → line 2, col 13126: Strings must use singlequote. |
| 2 | 13147 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13147: A space is required after ','. |
| 2 | 13148 | 2 | Strings must use singlequote. | quotes | → line 2, col 13148: Strings must use singlequote. |
| 2 | 13169 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13169: A space is required after ','. |
| 2 | 13170 | 2 | Strings must use singlequote. | quotes | → line 2, col 13170: Strings must use singlequote. |
| 2 | 13190 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13190: A space is required after ','. |
| 2 | 13191 | 2 | Strings must use singlequote. | quotes | → line 2, col 13191: Strings must use singlequote. |
| 2 | 13211 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13211: A space is required after ','. |
| 2 | 13212 | 2 | Strings must use singlequote. | quotes | → line 2, col 13212: Strings must use singlequote. |
| 2 | 13232 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13232: A space is required after ','. |
| 2 | 13233 | 2 | Strings must use singlequote. | quotes | → line 2, col 13233: Strings must use singlequote. |
| 2 | 13253 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13253: A space is required after ','. |
| 2 | 13254 | 2 | Strings must use singlequote. | quotes | → line 2, col 13254: Strings must use singlequote. |
| 2 | 13261 | 2 | Missing semicolon. | semi | → line 2, col 13261: Missing semicolon. |
| 2 | 13262 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13262: A space is required after ','. |
| 2 | 13276 | 2 | Missing space before value for key "unescapeNode". | fecs-key-spacing | → line 2, col 13276: Missing space before value for key "unescapeNode". |
| 2 | 13284 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 13284: Missing space before function parentheses. |
| 2 | 13287 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 13287: Missing space before opening brace. |
| 2 | 13288 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 13288: Statement inside of curly braces should be on next line. |
| 2 | 13288 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 13288: Keyword "return" must be followed by whitespace. |
| 2 | 13294 | 2 | Strings must use singlequote. | quotes | → line 2, col 13294: Strings must use singlequote. |
| 2 | 13302 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 13302: Expected '!==' and instead saw '!='. |
| 2 | 13302 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13302: Infix operators must be spaced. |
| 2 | 13312 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13312: Infix operators must be spaced. |
| 2 | 13332 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13332: A space is required after ','. |
| 2 | 13333 | 2 | Strings must use singlequote. | quotes | → line 2, col 13333: Strings must use singlequote. |
| 2 | 13353 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13353: A space is required after ','. |
| 2 | 13374 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13374: A space is required after ','. |
| 2 | 13375 | 2 | Strings must use singlequote. | quotes | → line 2, col 13375: Strings must use singlequote. |
| 2 | 13395 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13395: A space is required after ','. |
| 2 | 13396 | 2 | Strings must use singlequote. | quotes | → line 2, col 13396: Strings must use singlequote. |
| 2 | 13416 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13416: A space is required after ','. |
| 2 | 13417 | 2 | Strings must use singlequote. | quotes | → line 2, col 13417: Strings must use singlequote. |
| 2 | 13437 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13437: A space is required after ','. |
| 2 | 13438 | 2 | Strings must use singlequote. | quotes | → line 2, col 13438: Strings must use singlequote. |
| 2 | 13458 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13458: A space is required after ','. |
| 2 | 13459 | 2 | Strings must use singlequote. | quotes | → line 2, col 13459: Strings must use singlequote. |
| 2 | 13479 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13479: A space is required after ','. |
| 2 | 13480 | 2 | Strings must use singlequote. | quotes | → line 2, col 13480: Strings must use singlequote. |
| 2 | 13500 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13500: A space is required after ','. |
| 2 | 13501 | 2 | Strings must use singlequote. | quotes | → line 2, col 13501: Strings must use singlequote. |
| 2 | 13521 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13521: A space is required after ','. |
| 2 | 13522 | 2 | Strings must use singlequote. | quotes | → line 2, col 13522: Strings must use singlequote. |
| 2 | 13527 | 2 | Missing semicolon. | semi | → line 2, col 13527: Missing semicolon. |
| 2 | 13528 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13528: A space is required after ','. |
| 2 | 13544 | 2 | Missing space before value for key "getNodeFromJid". | fecs-key-spacing | → line 2, col 13544: Missing space before value for key "getNodeFromJid". |
| 2 | 13552 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 13552: Missing space before function parentheses. |
| 2 | 13555 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 13555: Missing space before opening brace. |
| 2 | 13556 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 13556: Statement inside of curly braces should be on next line. |
| 2 | 13573 | 2 | Strings must use singlequote. | quotes | → line 2, col 13573: Strings must use singlequote. |
| 2 | 13577 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13577: Infix operators must be spaced. |
| 2 | 13579 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13579: Infix operators must be spaced. |
| 2 | 13593 | 2 | Strings must use singlequote. | quotes | → line 2, col 13593: Strings must use singlequote. |
| 2 | 13600 | 2 | Missing semicolon. | semi | → line 2, col 13600: Missing semicolon. |
| 2 | 13601 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13601: A space is required after ','. |
| 2 | 13619 | 2 | Missing space before value for key "getDomainFromJid". | fecs-key-spacing | → line 2, col 13619: Missing space before value for key "getDomainFromJid". |
| 2 | 13627 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 13627: Missing space before function parentheses. |
| 2 | 13630 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 13630: Missing space before opening brace. |
| 2 | 13631 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 13631: Statement inside of curly braces should be on next line. |
| 2 | 13636 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13636: Infix operators must be spaced. |
| 2 | 13659 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 13659: Missing whitespace after semicolon. |
| 2 | 13660 | 2 | Expected { after 'if' condition. | curly | → line 2, col 13660: Expected { after 'if' condition. |
| 2 | 13662 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 13662: Keyword "if" must be followed by whitespace. |
| 2 | 13673 | 2 | Strings must use singlequote. | quotes | → line 2, col 13673: Strings must use singlequote. |
| 2 | 13677 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13677: Infix operators must be spaced. |
| 2 | 13688 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 13688: Missing whitespace after semicolon. |
| 2 | 13694 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13694: Infix operators must be spaced. |
| 2 | 13703 | 2 | Strings must use singlequote. | quotes | → line 2, col 13703: Strings must use singlequote. |
| 2 | 13707 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 13707: Missing whitespace after semicolon. |
| 2 | 13725 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13725: A space is required after ','. |
| 2 | 13728 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13728: A space is required after ','. |
| 2 | 13736 | 2 | Strings must use singlequote. | quotes | → line 2, col 13736: Strings must use singlequote. |
| 2 | 13740 | 2 | Missing semicolon. | semi | → line 2, col 13740: Missing semicolon. |
| 2 | 13741 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13741: A space is required after ','. |
| 2 | 13761 | 2 | Missing space before value for key "getResourceFromJid". | fecs-key-spacing | → line 2, col 13761: Missing space before value for key "getResourceFromJid". |
| 2 | 13769 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 13769: Missing space before function parentheses. |
| 2 | 13772 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 13772: Missing space before opening brace. |
| 2 | 13773 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 13773: Statement inside of curly braces should be on next line. |
| 2 | 13778 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13778: Infix operators must be spaced. |
| 2 | 13787 | 2 | Strings must use singlequote. | quotes | → line 2, col 13787: Strings must use singlequote. |
| 2 | 13791 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 13791: Missing whitespace after semicolon. |
| 2 | 13807 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13807: Infix operators must be spaced. |
| 2 | 13809 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13809: Infix operators must be spaced. |
| 2 | 13826 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13826: A space is required after ','. |
| 2 | 13829 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13829: A space is required after ','. |
| 2 | 13837 | 2 | Strings must use singlequote. | quotes | → line 2, col 13837: Strings must use singlequote. |
| 2 | 13842 | 2 | Missing semicolon. | semi | → line 2, col 13842: Missing semicolon. |
| 2 | 13843 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13843: A space is required after ','. |
| 2 | 13862 | 2 | Missing space before value for key "getBareJidFromJid". | fecs-key-spacing | → line 2, col 13862: Missing space before value for key "getBareJidFromJid". |
| 2 | 13870 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 13870: Missing space before function parentheses. |
| 2 | 13873 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 13873: Missing space before opening brace. |
| 2 | 13874 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 13874: Statement inside of curly braces should be on next line. |
| 2 | 13882 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 13882: Infix operators must be spaced. |
| 2 | 13891 | 2 | Strings must use singlequote. | quotes | → line 2, col 13891: Strings must use singlequote. |
| 2 | 13903 | 2 | Missing semicolon. | semi | → line 2, col 13903: Missing semicolon. |
| 2 | 13904 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13904: A space is required after ','. |
| 2 | 13909 | 2 | Missing space before value for key "log". | fecs-key-spacing | → line 2, col 13909: Missing space before value for key "log". |
| 2 | 13917 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 13917: Missing space before function parentheses. |
| 2 | 13919 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13919: A space is required after ','. |
| 2 | 13922 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 13922: Missing space before opening brace. |
| 2 | 13924 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13924: A space is required after ','. |
| 2 | 13931 | 2 | Missing space before value for key "debug". | fecs-key-spacing | → line 2, col 13931: Missing space before value for key "debug". |
| 2 | 13939 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 13939: Missing space before function parentheses. |
| 2 | 13942 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 13942: Missing space before opening brace. |
| 2 | 13943 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 13943: Statement inside of curly braces should be on next line. |
| 2 | 13971 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13971: A space is required after ','. |
| 2 | 13974 | 2 | Missing semicolon. | semi | → line 2, col 13974: Missing semicolon. |
| 2 | 13975 | 2 | A space is required after ','. | comma-spacing | → line 2, col 13975: A space is required after ','. |
| 2 | 13981 | 2 | Missing space before value for key "info". | fecs-key-spacing | → line 2, col 13981: Missing space before value for key "info". |
| 2 | 13989 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 13989: Missing space before function parentheses. |
| 2 | 13992 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 13992: Missing space before opening brace. |
| 2 | 13993 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 13993: Statement inside of curly braces should be on next line. |
| 2 | 14020 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14020: A space is required after ','. |
| 2 | 14023 | 2 | Missing semicolon. | semi | → line 2, col 14023: Missing semicolon. |
| 2 | 14024 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14024: A space is required after ','. |
| 2 | 14030 | 2 | Missing space before value for key "warn". | fecs-key-spacing | → line 2, col 14030: Missing space before value for key "warn". |
| 2 | 14038 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 14038: Missing space before function parentheses. |
| 2 | 14041 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 14041: Missing space before opening brace. |
| 2 | 14042 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 14042: Statement inside of curly braces should be on next line. |
| 2 | 14069 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14069: A space is required after ','. |
| 2 | 14072 | 2 | Missing semicolon. | semi | → line 2, col 14072: Missing semicolon. |
| 2 | 14073 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14073: A space is required after ','. |
| 2 | 14080 | 2 | Missing space before value for key "error". | fecs-key-spacing | → line 2, col 14080: Missing space before value for key "error". |
| 2 | 14088 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 14088: Missing space before function parentheses. |
| 2 | 14091 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 14091: Missing space before opening brace. |
| 2 | 14092 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 14092: Statement inside of curly braces should be on next line. |
| 2 | 14120 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14120: A space is required after ','. |
| 2 | 14123 | 2 | Missing semicolon. | semi | → line 2, col 14123: Missing semicolon. |
| 2 | 14124 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14124: A space is required after ','. |
| 2 | 14131 | 2 | Missing space before value for key "fatal". | fecs-key-spacing | → line 2, col 14131: Missing space before value for key "fatal". |
| 2 | 14139 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 14139: Missing space before function parentheses. |
| 2 | 14142 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 14142: Missing space before opening brace. |
| 2 | 14143 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 14143: Statement inside of curly braces should be on next line. |
| 2 | 14171 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14171: A space is required after ','. |
| 2 | 14174 | 2 | Missing semicolon. | semi | → line 2, col 14174: Missing semicolon. |
| 2 | 14175 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14175: A space is required after ','. |
| 2 | 14186 | 2 | Missing space before value for key "serialize". | fecs-key-spacing | → line 2, col 14186: Missing space before value for key "serialize". |
| 2 | 14194 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 14194: Missing space before function parentheses. |
| 2 | 14197 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 14197: Missing space before opening brace. |
| 2 | 14198 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 14198: Statement inside of curly braces should be on next line. |
| 2 | 14203 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14203: Missing whitespace after semicolon. |
| 2 | 14204 | 2 | Expected { after 'if' condition. | curly | → line 2, col 14204: Expected { after 'if' condition. |
| 2 | 14206 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 14206: Keyword "if" must be followed by whitespace. |
| 2 | 14221 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14221: Missing whitespace after semicolon. |
| 2 | 14222 | 2 | Strings must use singlequote. | quotes | → line 2, col 14222: Strings must use singlequote. |
| 2 | 14232 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14232: Infix operators must be spaced. |
| 2 | 14232 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 14232: Expected '===' and instead saw '=='. |
| 2 | 14247 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14247: Infix operators must be spaced. |
| 2 | 14251 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14251: Infix operators must be spaced. |
| 2 | 14261 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14261: Missing whitespace after semicolon. |
| 2 | 14262 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 14262: Split 'var' declarations into multiple statements. |
| 2 | 14267 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14267: A space is required after ','. |
| 2 | 14269 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14269: A space is required after ','. |
| 2 | 14271 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14271: Infix operators must be spaced. |
| 2 | 14282 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14282: Missing whitespace after semicolon. |
| 2 | 14283 | 2 | Expected { after 'for' condition. | curly | → line 2, col 14283: Expected { after 'for' condition. |
| 2 | 14286 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 14286: Keyword "for" must be followed by whitespace. |
| 2 | 14302 | 2 | Strings must use singlequote. | quotes | → line 2, col 14302: Strings must use singlequote. |
| 2 | 14314 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14314: Infix operators must be spaced. |
| 2 | 14318 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14318: Infix operators must be spaced. |
| 2 | 14334 | 2 | Strings must use singlequote. | quotes | → line 2, col 14334: Strings must use singlequote. |
| 2 | 14347 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14347: A space is required after ','. |
| 2 | 14349 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14349: Infix operators must be spaced. |
| 2 | 14350 | 2 | Strings must use singlequote. | quotes | → line 2, col 14350: Strings must use singlequote. |
| 2 | 14353 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14353: Infix operators must be spaced. |
| 2 | 14355 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14355: A space is required after ','. |
| 2 | 14357 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14357: Infix operators must be spaced. |
| 2 | 14359 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14359: Missing whitespace after semicolon. |
| 2 | 14361 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14361: Infix operators must be spaced. |
| 2 | 14381 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14381: Missing whitespace after semicolon. |
| 2 | 14386 | 2 | Strings must use singlequote. | quotes | → line 2, col 14386: Strings must use singlequote. |
| 2 | 14397 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 14397: Expected '!==' and instead saw '!='. |
| 2 | 14397 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14397: Infix operators must be spaced. |
| 2 | 14423 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14423: Infix operators must be spaced. |
| 2 | 14427 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14427: Infix operators must be spaced. |
| 2 | 14429 | 2 | Strings must use singlequote. | quotes | → line 2, col 14429: Strings must use singlequote. |
| 2 | 14432 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14432: Infix operators must be spaced. |
| 2 | 14457 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14457: Infix operators must be spaced. |
| 2 | 14458 | 2 | Strings must use singlequote. | quotes | → line 2, col 14458: Strings must use singlequote. |
| 2 | 14462 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14462: Infix operators must be spaced. |
| 2 | 14497 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14497: A space is required after ','. |
| 2 | 14498 | 2 | Strings must use singlequote. | quotes | → line 2, col 14498: Strings must use singlequote. |
| 2 | 14520 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14520: A space is required after ','. |
| 2 | 14521 | 2 | Strings must use singlequote. | quotes | → line 2, col 14521: Strings must use singlequote. |
| 2 | 14543 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14543: A space is required after ','. |
| 2 | 14544 | 2 | Strings must use singlequote. | quotes | → line 2, col 14544: Strings must use singlequote. |
| 2 | 14564 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14564: A space is required after ','. |
| 2 | 14565 | 2 | Strings must use singlequote. | quotes | → line 2, col 14565: Strings must use singlequote. |
| 2 | 14572 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14572: Infix operators must be spaced. |
| 2 | 14573 | 2 | Strings must use singlequote. | quotes | → line 2, col 14573: Strings must use singlequote. |
| 2 | 14577 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14577: Missing whitespace after semicolon. |
| 2 | 14580 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 14580: Keyword "if" must be followed by whitespace. |
| 2 | 14600 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14600: Infix operators must be spaced. |
| 2 | 14603 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 14603: Missing space before opening brace. |
| 2 | 14604 | 2 | Expected { after 'for' condition. | curly | → line 2, col 14604: Expected { after 'for' condition. |
| 2 | 14604 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 14604: Statement inside of curly braces should be on next line. |
| 2 | 14607 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 14607: Keyword "for" must be followed by whitespace. |
| 2 | 14609 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14609: Infix operators must be spaced. |
| 2 | 14611 | 2 | Strings must use singlequote. | quotes | → line 2, col 14611: Strings must use singlequote. |
| 2 | 14614 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14614: A space is required after ','. |
| 2 | 14616 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14616: Infix operators must be spaced. |
| 2 | 14618 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14618: Missing whitespace after semicolon. |
| 2 | 14620 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14620: Infix operators must be spaced. |
| 2 | 14640 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14640: Missing whitespace after semicolon. |
| 2 | 14651 | 2 | Keyword "switch" must be followed by whitespace. | space-after-keywords | → line 2, col 14651: Keyword "switch" must be followed by whitespace. |
| 2 | 14653 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14653: Infix operators must be spaced. |
| 2 | 14669 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14669: A space is required after ','. |
| 2 | 14681 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 14681: Missing space before opening brace. |
| 2 | 14709 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14709: Infix operators must be spaced. |
| 2 | 14725 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14725: Missing whitespace after semicolon. |
| 2 | 14731 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14731: Missing whitespace after semicolon. |
| 2 | 14757 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14757: Infix operators must be spaced. |
| 2 | 14783 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14783: Missing whitespace after semicolon. |
| 2 | 14789 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14789: Missing whitespace after semicolon. |
| 2 | 14816 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14816: Infix operators must be spaced. |
| 2 | 14818 | 2 | Strings must use singlequote. | quotes | → line 2, col 14818: Strings must use singlequote. |
| 2 | 14829 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14829: Infix operators must be spaced. |
| 2 | 14841 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14841: Infix operators must be spaced. |
| 2 | 14842 | 2 | Strings must use singlequote. | quotes | → line 2, col 14842: Strings must use singlequote. |
| 2 | 14847 | 2 | Missing semicolon. | semi | → line 2, col 14847: Missing semicolon. |
| 2 | 14849 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14849: Infix operators must be spaced. |
| 2 | 14851 | 2 | Strings must use singlequote. | quotes | → line 2, col 14851: Strings must use singlequote. |
| 2 | 14855 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14855: Infix operators must be spaced. |
| 2 | 14857 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14857: Infix operators must be spaced. |
| 2 | 14858 | 2 | Strings must use singlequote. | quotes | → line 2, col 14858: Strings must use singlequote. |
| 2 | 14861 | 2 | Missing semicolon. | semi | → line 2, col 14861: Missing semicolon. |
| 2 | 14862 | 2 | Expected { after 'else'. | curly | → line 2, col 14862: Expected { after 'else'. |
| 2 | 14868 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14868: Infix operators must be spaced. |
| 2 | 14870 | 2 | Strings must use singlequote. | quotes | → line 2, col 14870: Strings must use singlequote. |
| 2 | 14874 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 14874: Missing whitespace after semicolon. |
| 2 | 14883 | 2 | Missing semicolon. | semi | → line 2, col 14883: Missing semicolon. |
| 2 | 14884 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14884: A space is required after ','. |
| 2 | 14896 | 2 | Missing space before value for key "_requestId". | fecs-key-spacing | → line 2, col 14896: Missing space before value for key "_requestId". |
| 2 | 14897 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14897: A space is required after ','. |
| 2 | 14917 | 2 | Missing space before value for key "_connectionPlugins". | fecs-key-spacing | → line 2, col 14917: Missing space before value for key "_connectionPlugins". |
| 2 | 14919 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14919: A space is required after ','. |
| 2 | 14940 | 2 | Missing space before value for key "addConnectionPlugin". | fecs-key-spacing | → line 2, col 14940: Missing space before value for key "addConnectionPlugin". |
| 2 | 14948 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 14948: Missing space before function parentheses. |
| 2 | 14950 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14950: A space is required after ','. |
| 2 | 14953 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 14953: Missing space before opening brace. |
| 2 | 14954 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 14954: Statement inside of curly braces should be on next line. |
| 2 | 14977 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14977: Infix operators must be spaced. |
| 2 | 14979 | 2 | Missing semicolon. | semi | → line 2, col 14979: Missing semicolon. |
| 2 | 14981 | 2 | A space is required after ','. | comma-spacing | → line 2, col 14981: A space is required after ','. |
| 2 | 14991 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 14991: Infix operators must be spaced. |
| 2 | 15000 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 15000: Missing space before function parentheses. |
| 2 | 15002 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15002: A space is required after ','. |
| 2 | 15005 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15005: Missing space before opening brace. |
| 2 | 15006 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15006: Statement inside of curly braces should be on next line. |
| 2 | 15007 | 2 | Strings must use singlequote. | quotes | → line 2, col 15007: Strings must use singlequote. |
| 2 | 15017 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15017: Infix operators must be spaced. |
| 2 | 15017 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 15017: Expected '===' and instead saw '=='. |
| 2 | 15020 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15020: Infix operators must be spaced. |
| 2 | 15022 | 2 | Strings must use singlequote. | quotes | → line 2, col 15022: Strings must use singlequote. |
| 2 | 15031 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15031: Infix operators must be spaced. |
| 2 | 15031 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 15031: Expected '===' and instead saw '=='. |
| 2 | 15034 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15034: Infix operators must be spaced. |
| 2 | 15036 | 2 | Strings must use singlequote. | quotes | → line 2, col 15036: Strings must use singlequote. |
| 2 | 15040 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 15040: Expected '===' and instead saw '=='. |
| 2 | 15040 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15040: Infix operators must be spaced. |
| 2 | 15044 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15044: Infix operators must be spaced. |
| 2 | 15048 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15048: Infix operators must be spaced. |
| 2 | 15058 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15058: Infix operators must be spaced. |
| 2 | 15066 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15066: Infix operators must be spaced. |
| 2 | 15080 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15080: Infix operators must be spaced. |
| 2 | 15084 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15084: Infix operators must be spaced. |
| 2 | 15092 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 2, col 15092: Missing space before value for key "xmlns". |
| 2 | 15106 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15106: A space is required after ','. |
| 2 | 15120 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15120: Infix operators must be spaced. |
| 2 | 15135 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15135: A space is required after ','. |
| 2 | 15138 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15138: A space is required after ','. |
| 2 | 15148 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15148: Infix operators must be spaced. |
| 2 | 15162 | 2 | Missing semicolon. | semi | → line 2, col 15162: Missing semicolon. |
| 2 | 15163 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15163: A space is required after ','. |
| 2 | 15183 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15183: Infix operators must be spaced. |
| 2 | 15190 | 2 | Missing space before value for key "tree". | fecs-key-spacing | → line 2, col 15190: Missing space before value for key "tree". |
| 2 | 15198 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 15198: Missing space before function parentheses. |
| 2 | 15200 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15200: Missing space before opening brace. |
| 2 | 15201 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15201: Statement inside of curly braces should be on next line. |
| 2 | 15221 | 2 | Missing semicolon. | semi | → line 2, col 15221: Missing semicolon. |
| 2 | 15222 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15222: A space is required after ','. |
| 2 | 15232 | 2 | Missing space before value for key "toString". | fecs-key-spacing | → line 2, col 15232: Missing space before value for key "toString". |
| 2 | 15240 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 15240: Missing space before function parentheses. |
| 2 | 15242 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15242: Missing space before opening brace. |
| 2 | 15243 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15243: Statement inside of curly braces should be on next line. |
| 2 | 15276 | 2 | Missing semicolon. | semi | → line 2, col 15276: Missing semicolon. |
| 2 | 15277 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15277: A space is required after ','. |
| 2 | 15281 | 2 | Missing space before value for key "up". | fecs-key-spacing | → line 2, col 15281: Missing space before value for key "up". |
| 2 | 15289 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 15289: Missing space before function parentheses. |
| 2 | 15291 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15291: Missing space before opening brace. |
| 2 | 15292 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15292: Statement inside of curly braces should be on next line. |
| 2 | 15308 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15308: Infix operators must be spaced. |
| 2 | 15329 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15329: A space is required after ','. |
| 2 | 15334 | 2 | Missing semicolon. | semi | → line 2, col 15334: Missing semicolon. |
| 2 | 15335 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15335: A space is required after ','. |
| 2 | 15342 | 2 | Missing space before value for key "attrs". | fecs-key-spacing | → line 2, col 15342: Missing space before value for key "attrs". |
| 2 | 15350 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 15350: Missing space before function parentheses. |
| 2 | 15353 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15353: Missing space before opening brace. |
| 2 | 15354 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15354: Statement inside of curly braces should be on next line. |
| 2 | 15354 | 2 | Expected { after 'for-in'. | curly | → line 2, col 15354: Expected { after 'for-in'. |
| 2 | 15354 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 2, col 15354: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 2 | 15357 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 15357: Keyword "for" must be followed by whitespace. |
| 2 | 15388 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15388: Infix operators must be spaced. |
| 2 | 15397 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15397: Infix operators must be spaced. |
| 2 | 15404 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15404: Infix operators must be spaced. |
| 2 | 15458 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15458: A space is required after ','. |
| 2 | 15465 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 15465: Missing whitespace after semicolon. |
| 2 | 15477 | 2 | Missing semicolon. | semi | → line 2, col 15477: Missing semicolon. |
| 2 | 15478 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15478: A space is required after ','. |
| 2 | 15481 | 2 | Missing space before value for key "c". | fecs-key-spacing | → line 2, col 15481: Missing space before value for key "c". |
| 2 | 15489 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 15489: Missing space before function parentheses. |
| 2 | 15491 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15491: A space is required after ','. |
| 2 | 15493 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15493: A space is required after ','. |
| 2 | 15496 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15496: Missing space before opening brace. |
| 2 | 15497 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15497: Statement inside of curly braces should be on next line. |
| 2 | 15502 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15502: Infix operators must be spaced. |
| 2 | 15517 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15517: A space is required after ','. |
| 2 | 15519 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15519: A space is required after ','. |
| 2 | 15522 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 15522: Missing whitespace after semicolon. |
| 2 | 15554 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15554: A space is required after ','. |
| 2 | 15555 | 2 | Strings must use singlequote. | quotes | → line 2, col 15555: Strings must use singlequote. |
| 2 | 15563 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15563: Infix operators must be spaced. |
| 2 | 15563 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 15563: Expected '!==' and instead saw '!='. |
| 2 | 15573 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15573: Infix operators must be spaced. |
| 2 | 15585 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15585: Infix operators must be spaced. |
| 2 | 15588 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15588: A space is required after ','. |
| 2 | 15593 | 2 | Missing semicolon. | semi | → line 2, col 15593: Missing semicolon. |
| 2 | 15594 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15594: A space is required after ','. |
| 2 | 15601 | 2 | Missing space before value for key "cnode". | fecs-key-spacing | → line 2, col 15601: Missing space before value for key "cnode". |
| 2 | 15609 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 15609: Missing space before function parentheses. |
| 2 | 15612 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15612: Missing space before opening brace. |
| 2 | 15613 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15613: Statement inside of curly braces should be on next line. |
| 2 | 15613 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 15613: Split 'var' declarations into multiple statements. |
| 2 | 15618 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15618: A space is required after ','. |
| 2 | 15620 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15620: Infix operators must be spaced. |
| 2 | 15637 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 15637: Missing whitespace after semicolon. |
| 2 | 15641 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 2, col 15641: Keyword "try" must be followed by whitespace. |
| 2 | 15641 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15641: Missing space before opening brace. |
| 2 | 15642 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15642: Statement inside of curly braces should be on next line. |
| 2 | 15643 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15643: Infix operators must be spaced. |
| 2 | 15650 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15650: Infix operators must be spaced. |
| 2 | 15665 | 2 | Missing semicolon. | semi | → line 2, col 15665: Missing semicolon. |
| 2 | 15666 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 15666: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 15671 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 2, col 15671: Keyword "catch" must be followed by whitespace. |
| 2 | 15674 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15674: Missing space before opening brace. |
| 2 | 15675 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15675: Statement inside of curly braces should be on next line. |
| 2 | 15676 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15676: Infix operators must be spaced. |
| 2 | 15679 | 2 | Missing semicolon. | semi | → line 2, col 15679: Missing semicolon. |
| 2 | 15685 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15685: Infix operators must be spaced. |
| 2 | 15687 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15687: Infix operators must be spaced. |
| 2 | 15702 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15702: A space is required after ','. |
| 2 | 15723 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 15723: Missing whitespace after semicolon. |
| 2 | 15755 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15755: A space is required after ','. |
| 2 | 15765 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15765: Infix operators must be spaced. |
| 2 | 15767 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15767: A space is required after ','. |
| 2 | 15772 | 2 | Missing semicolon. | semi | → line 2, col 15772: Missing semicolon. |
| 2 | 15773 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15773: A space is required after ','. |
| 2 | 15776 | 2 | Missing space before value for key "t". | fecs-key-spacing | → line 2, col 15776: Missing space before value for key "t". |
| 2 | 15784 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 15784: Missing space before function parentheses. |
| 2 | 15787 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15787: Missing space before opening brace. |
| 2 | 15788 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15788: Statement inside of curly braces should be on next line. |
| 2 | 15793 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15793: Infix operators must be spaced. |
| 2 | 15810 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 15810: Missing whitespace after semicolon. |
| 2 | 15842 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15842: A space is required after ','. |
| 2 | 15847 | 2 | Missing semicolon. | semi | → line 2, col 15847: Missing semicolon. |
| 2 | 15848 | 2 | A space is required after ','. | comma-spacing | → line 2, col 15848: A space is required after ','. |
| 2 | 15851 | 2 | Missing space before value for key "h". | fecs-key-spacing | → line 2, col 15851: Missing space before value for key "h". |
| 2 | 15859 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 15859: Missing space before function parentheses. |
| 2 | 15862 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 15862: Missing space before opening brace. |
| 2 | 15863 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 15863: Statement inside of curly braces should be on next line. |
| 2 | 15868 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15868: Infix operators must be spaced. |
| 2 | 15892 | 2 | Strings must use singlequote. | quotes | → line 2, col 15892: Strings must use singlequote. |
| 2 | 15899 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 15899: Missing whitespace after semicolon. |
| 2 | 15911 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15911: Infix operators must be spaced. |
| 2 | 15913 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 15913: Missing whitespace after semicolon. |
| 2 | 15914 | 2 | Expected { after 'for' condition. | curly | → line 2, col 15914: Expected { after 'for' condition. |
| 2 | 15917 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 15917: Keyword "for" must be followed by whitespace. |
| 2 | 15923 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15923: Infix operators must be spaced. |
| 2 | 15939 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 15939: Missing whitespace after semicolon. |
| 2 | 15959 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 15959: Infix operators must be spaced. |
| 2 | 16001 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 16001: Missing whitespace after semicolon. |
| 2 | 16013 | 2 | Missing semicolon. | semi | → line 2, col 16013: Missing semicolon. |
| 2 | 16015 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16015: A space is required after ','. |
| 2 | 16025 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16025: Infix operators must be spaced. |
| 2 | 16026 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2, col 16026: This function has too many parameters (7). Maximum allowed is 6. |
| 2 | 16034 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 16034: Missing space before function parentheses. |
| 2 | 16036 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16036: A space is required after ','. |
| 2 | 16038 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16038: A space is required after ','. |
| 2 | 16040 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16040: A space is required after ','. |
| 2 | 16042 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16042: A space is required after ','. |
| 2 | 16044 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16044: A space is required after ','. |
| 2 | 16046 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16046: A space is required after ','. |
| 2 | 16049 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 16049: Missing space before opening brace. |
| 2 | 16050 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 16050: Statement inside of curly braces should be on next line. |
| 2 | 16062 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16062: Infix operators must be spaced. |
| 2 | 16064 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16064: A space is required after ','. |
| 2 | 16072 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16072: Infix operators must be spaced. |
| 2 | 16074 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16074: A space is required after ','. |
| 2 | 16084 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16084: Infix operators must be spaced. |
| 2 | 16086 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16086: A space is required after ','. |
| 2 | 16096 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16096: Infix operators must be spaced. |
| 2 | 16098 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16098: A space is required after ','. |
| 2 | 16106 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16106: Infix operators must be spaced. |
| 2 | 16108 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16108: A space is required after ','. |
| 2 | 16121 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16121: Infix operators must be spaced. |
| 2 | 16123 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16123: Infix operators must be spaced. |
| 2 | 16136 | 2 | Missing space before value for key "matchBare". | fecs-key-spacing | → line 2, col 16136: Missing space before value for key "matchBare". |
| 2 | 16139 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16139: A space is required after ','. |
| 2 | 16162 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16162: Infix operators must be spaced. |
| 2 | 16187 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16187: Infix operators must be spaced. |
| 2 | 16191 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16191: A space is required after ','. |
| 2 | 16214 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16214: Infix operators must be spaced. |
| 2 | 16224 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16224: Infix operators must be spaced. |
| 2 | 16226 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16226: Infix operators must be spaced. |
| 2 | 16264 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16264: Infix operators must be spaced. |
| 2 | 16266 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16266: A space is required after ','. |
| 2 | 16276 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16276: Infix operators must be spaced. |
| 2 | 16279 | 2 | Missing semicolon. | semi | → line 2, col 16279: Missing semicolon. |
| 2 | 16280 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16280: A space is required after ','. |
| 2 | 16300 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16300: Infix operators must be spaced. |
| 2 | 16310 | 2 | Missing space before value for key "isMatch". | fecs-key-spacing | → line 2, col 16310: Missing space before value for key "isMatch". |
| 2 | 16318 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 16318: Missing space before function parentheses. |
| 2 | 16321 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 16321: Missing space before opening brace. |
| 2 | 16322 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 16322: Statement inside of curly braces should be on next line. |
| 2 | 16322 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 16322: Split 'var' declarations into multiple statements. |
| 2 | 16327 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16327: A space is required after ','. |
| 2 | 16329 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16329: Infix operators must be spaced. |
| 2 | 16334 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 16334: Missing whitespace after semicolon. |
| 2 | 16337 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 16337: Keyword "if" must be followed by whitespace. |
| 2 | 16339 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16339: Infix operators must be spaced. |
| 2 | 16362 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16362: Infix operators must be spaced. |
| 2 | 16398 | 2 | Strings must use singlequote. | quotes | → line 2, col 16398: Strings must use singlequote. |
| 2 | 16422 | 2 | Strings must use singlequote. | quotes | → line 2, col 16422: Strings must use singlequote. |
| 2 | 16429 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16429: A space is required after ','. |
| 2 | 16431 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16431: Infix operators must be spaced. |
| 2 | 16434 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16434: A space is required after ','. |
| 2 | 16443 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 16443: Missing space before opening brace. |
| 2 | 16444 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 16444: Statement inside of curly braces should be on next line. |
| 2 | 16449 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16449: Infix operators must be spaced. |
| 2 | 16454 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 16454: Missing whitespace after semicolon. |
| 2 | 16471 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16471: A space is required after ','. |
| 2 | 16476 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16476: A space is required after ','. |
| 2 | 16485 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 16485: Missing space before function parentheses. |
| 2 | 16488 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 16488: Missing space before opening brace. |
| 2 | 16489 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 16489: Statement inside of curly braces should be on next line. |
| 2 | 16504 | 2 | Strings must use singlequote. | quotes | → line 2, col 16504: Strings must use singlequote. |
| 2 | 16512 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16512: Infix operators must be spaced. |
| 2 | 16512 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 16512: Expected '===' and instead saw '=='. |
| 2 | 16518 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16518: Infix operators must be spaced. |
| 2 | 16522 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16522: Infix operators must be spaced. |
| 2 | 16526 | 2 | Missing semicolon. | semi | → line 2, col 16526: Missing semicolon. |
| 2 | 16528 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16528: A space is required after ','. |
| 2 | 16530 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16530: Infix operators must be spaced. |
| 2 | 16532 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16532: Infix operators must be spaced. |
| 2 | 16549 | 2 | Strings must use singlequote. | quotes | → line 2, col 16549: Strings must use singlequote. |
| 2 | 16557 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 16557: Expected '===' and instead saw '=='. |
| 2 | 16557 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16557: Infix operators must be spaced. |
| 2 | 16566 | 2 | Missing semicolon. | semi | → line 2, col 16566: Missing semicolon. |
| 2 | 16567 | 2 | Expected { after 'else'. | curly | → line 2, col 16567: Expected { after 'else'. |
| 2 | 16573 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16573: Infix operators must be spaced. |
| 2 | 16576 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 16576: Missing whitespace after semicolon. |
| 2 | 16582 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16582: Infix operators must be spaced. |
| 2 | 16598 | 2 | Strings must use singlequote. | quotes | → line 2, col 16598: Strings must use singlequote. |
| 2 | 16605 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 16605: Missing whitespace after semicolon. |
| 2 | 16606 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 16606: Keyword "return" must be followed by whitespace. |
| 2 | 16614 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16614: Infix operators must be spaced. |
| 2 | 16625 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16625: Infix operators must be spaced. |
| 2 | 16642 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16642: A space is required after ','. |
| 2 | 16653 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16653: Infix operators must be spaced. |
| 2 | 16664 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16664: Infix operators must be spaced. |
| 2 | 16691 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16691: Infix operators must be spaced. |
| 2 | 16694 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16694: Infix operators must be spaced. |
| 2 | 16694 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 16694: Expected '===' and instead saw '=='. |
| 2 | 16718 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16718: Infix operators must be spaced. |
| 2 | 16718 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 16718: Expected '!==' and instead saw '!='. |
| 2 | 16730 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16730: Infix operators must be spaced. |
| 2 | 16739 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16739: Infix operators must be spaced. |
| 2 | 16756 | 2 | Strings must use singlequote. | quotes | → line 2, col 16756: Strings must use singlequote. |
| 2 | 16761 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 16761: Expected '!==' and instead saw '!='. |
| 2 | 16761 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16761: Infix operators must be spaced. |
| 2 | 16770 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16770: Infix operators must be spaced. |
| 2 | 16781 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16781: Infix operators must be spaced. |
| 2 | 16784 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16784: Infix operators must be spaced. |
| 2 | 16784 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 16784: Expected '!==' and instead saw '!='. |
| 2 | 16795 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16795: Infix operators must be spaced. |
| 2 | 16801 | 2 | Missing semicolon. | semi | → line 2, col 16801: Missing semicolon. |
| 2 | 16802 | 2 | A space is required after ','. | comma-spacing | → line 2, col 16802: A space is required after ','. |
| 2 | 16807 | 2 | Missing space before value for key "run". | fecs-key-spacing | → line 2, col 16807: Missing space before value for key "run". |
| 2 | 16815 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 16815: Missing space before function parentheses. |
| 2 | 16818 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 16818: Missing space before opening brace. |
| 2 | 16819 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 16819: Statement inside of curly braces should be on next line. |
| 2 | 16824 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16824: Infix operators must be spaced. |
| 2 | 16829 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 16829: Missing whitespace after semicolon. |
| 2 | 16833 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 2, col 16833: Keyword "try" must be followed by whitespace. |
| 2 | 16833 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 16833: Missing space before opening brace. |
| 2 | 16834 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 16834: Statement inside of curly braces should be on next line. |
| 2 | 16835 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16835: Infix operators must be spaced. |
| 2 | 16851 | 2 | Missing semicolon. | semi | → line 2, col 16851: Missing semicolon. |
| 2 | 16852 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 16852: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 16857 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 2, col 16857: Keyword "catch" must be followed by whitespace. |
| 2 | 16860 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 16860: Missing space before opening brace. |
| 2 | 16861 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 16861: Statement inside of curly braces should be on next line. |
| 2 | 16878 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16878: Infix operators must be spaced. |
| 2 | 16887 | 2 | Strings must use singlequote. | quotes | → line 2, col 16887: Strings must use singlequote. |
| 2 | 16896 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16896: Infix operators must be spaced. |
| 2 | 16909 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16909: Infix operators must be spaced. |
| 2 | 16910 | 2 | Strings must use singlequote. | quotes | → line 2, col 16910: Strings must use singlequote. |
| 2 | 16913 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16913: Infix operators must be spaced. |
| 2 | 16925 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16925: Infix operators must be spaced. |
| 2 | 16926 | 2 | Strings must use singlequote. | quotes | → line 2, col 16926: Strings must use singlequote. |
| 2 | 16929 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16929: Infix operators must be spaced. |
| 2 | 16936 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16936: Infix operators must be spaced. |
| 2 | 16937 | 2 | Strings must use singlequote. | quotes | → line 2, col 16937: Strings must use singlequote. |
| 2 | 16942 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16942: Infix operators must be spaced. |
| 2 | 16949 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16949: Infix operators must be spaced. |
| 2 | 16950 | 2 | Strings must use singlequote. | quotes | → line 2, col 16950: Strings must use singlequote. |
| 2 | 16954 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16954: Infix operators must be spaced. |
| 2 | 16976 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16976: Infix operators must be spaced. |
| 2 | 16978 | 2 | Strings must use singlequote. | quotes | → line 2, col 16978: Strings must use singlequote. |
| 2 | 16989 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 16989: Infix operators must be spaced. |
| 2 | 16989 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 16989: Expected '!==' and instead saw '!='. |
| 2 | 17005 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17005: Infix operators must be spaced. |
| 2 | 17008 | 1 | Unexpected console statement. | no-console | → line 2, col 17008: Unexpected console statement. |
| 2 | 17023 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17023: A space is required after ','. |
| 2 | 17024 | 1 | Unexpected console statement. | no-console | → line 2, col 17024: Unexpected console statement. |
| 2 | 17050 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17050: A space is required after ','. |
| 2 | 17051 | 2 | Strings must use singlequote. | quotes | → line 2, col 17051: Strings must use singlequote. |
| 2 | 17064 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17064: A space is required after ','. |
| 2 | 17066 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17066: A space is required after ','. |
| 2 | 17078 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17078: A space is required after ','. |
| 2 | 17087 | 2 | Strings must use singlequote. | quotes | → line 2, col 17087: Strings must use singlequote. |
| 2 | 17096 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17096: Infix operators must be spaced. |
| 2 | 17109 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17109: Infix operators must be spaced. |
| 2 | 17110 | 2 | Strings must use singlequote. | quotes | → line 2, col 17110: Strings must use singlequote. |
| 2 | 17113 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17113: Infix operators must be spaced. |
| 2 | 17124 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17124: Infix operators must be spaced. |
| 2 | 17125 | 2 | Strings must use singlequote. | quotes | → line 2, col 17125: Strings must use singlequote. |
| 2 | 17128 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17128: Infix operators must be spaced. |
| 2 | 17141 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17141: Infix operators must be spaced. |
| 2 | 17142 | 2 | Strings must use singlequote. | quotes | → line 2, col 17142: Strings must use singlequote. |
| 2 | 17147 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17147: Infix operators must be spaced. |
| 2 | 17154 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17154: Infix operators must be spaced. |
| 2 | 17155 | 2 | Strings must use singlequote. | quotes | → line 2, col 17155: Strings must use singlequote. |
| 2 | 17159 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17159: Infix operators must be spaced. |
| 2 | 17180 | 2 | Strings must use singlequote. | quotes | → line 2, col 17180: Strings must use singlequote. |
| 2 | 17189 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17189: Infix operators must be spaced. |
| 2 | 17199 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17199: Infix operators must be spaced. |
| 2 | 17200 | 2 | Strings must use singlequote. | quotes | → line 2, col 17200: Strings must use singlequote. |
| 2 | 17204 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17204: Infix operators must be spaced. |
| 2 | 17213 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17213: A space is required after ','. |
| 2 | 17215 | 2 | Missing semicolon. | semi | → line 2, col 17215: Missing semicolon. |
| 2 | 17224 | 2 | Missing semicolon. | semi | → line 2, col 17224: Missing semicolon. |
| 2 | 17225 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17225: A space is required after ','. |
| 2 | 17235 | 2 | Missing space before value for key "toString". | fecs-key-spacing | → line 2, col 17235: Missing space before value for key "toString". |
| 2 | 17243 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 17243: Missing space before function parentheses. |
| 2 | 17245 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 17245: Missing space before opening brace. |
| 2 | 17246 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 17246: Keyword "return" must be followed by whitespace. |
| 2 | 17246 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 17246: Statement inside of curly braces should be on next line. |
| 2 | 17252 | 2 | Strings must use singlequote. | quotes | → line 2, col 17252: Strings must use singlequote. |
| 2 | 17264 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17264: Infix operators must be spaced. |
| 2 | 17277 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17277: Infix operators must be spaced. |
| 2 | 17278 | 2 | Strings must use singlequote. | quotes | → line 2, col 17278: Strings must use singlequote. |
| 2 | 17281 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17281: Infix operators must be spaced. |
| 2 | 17291 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17291: Infix operators must be spaced. |
| 2 | 17292 | 2 | Strings must use singlequote. | quotes | → line 2, col 17292: Strings must use singlequote. |
| 2 | 17295 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17295: Infix operators must be spaced. |
| 2 | 17303 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17303: Infix operators must be spaced. |
| 2 | 17304 | 2 | Strings must use singlequote. | quotes | → line 2, col 17304: Strings must use singlequote. |
| 2 | 17307 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17307: Infix operators must be spaced. |
| 2 | 17315 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17315: Infix operators must be spaced. |
| 2 | 17316 | 2 | Strings must use singlequote. | quotes | → line 2, col 17316: Strings must use singlequote. |
| 2 | 17320 | 2 | Missing semicolon. | semi | → line 2, col 17320: Missing semicolon. |
| 2 | 17322 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17322: A space is required after ','. |
| 2 | 17337 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17337: Infix operators must be spaced. |
| 2 | 17346 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 17346: Missing space before function parentheses. |
| 2 | 17348 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17348: A space is required after ','. |
| 2 | 17351 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 17351: Missing space before opening brace. |
| 2 | 17352 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 17352: Statement inside of curly braces should be on next line. |
| 2 | 17363 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17363: Infix operators must be spaced. |
| 2 | 17365 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17365: A space is required after ','. |
| 2 | 17378 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17378: Infix operators must be spaced. |
| 2 | 17380 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17380: A space is required after ','. |
| 2 | 17396 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17396: Infix operators must be spaced. |
| 2 | 17398 | 1 | Missing '()' invoking a constructor | new-parens | → line 2, col 17398: Missing '()' invoking a constructor |
| 2 | 17417 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17417: A space is required after ','. |
| 2 | 17427 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17427: Infix operators must be spaced. |
| 2 | 17430 | 2 | Missing semicolon. | semi | → line 2, col 17430: Missing semicolon. |
| 2 | 17431 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17431: A space is required after ','. |
| 2 | 17456 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17456: Infix operators must be spaced. |
| 2 | 17462 | 2 | Missing space before value for key "run". | fecs-key-spacing | → line 2, col 17462: Missing space before value for key "run". |
| 2 | 17470 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 17470: Missing space before function parentheses. |
| 2 | 17472 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 17472: Missing space before opening brace. |
| 2 | 17473 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 17473: Statement inside of curly braces should be on next line. |
| 2 | 17495 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17495: Infix operators must be spaced. |
| 2 | 17497 | 1 | Missing '()' invoking a constructor | new-parens | → line 2, col 17497: Missing '()' invoking a constructor |
| 2 | 17516 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17516: A space is required after ','. |
| 2 | 17531 | 2 | Missing semicolon. | semi | → line 2, col 17531: Missing semicolon. |
| 2 | 17532 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17532: A space is required after ','. |
| 2 | 17539 | 2 | Missing space before value for key "reset". | fecs-key-spacing | → line 2, col 17539: Missing space before value for key "reset". |
| 2 | 17547 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 17547: Missing space before function parentheses. |
| 2 | 17549 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 17549: Missing space before opening brace. |
| 2 | 17550 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 17550: Statement inside of curly braces should be on next line. |
| 2 | 17565 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17565: Infix operators must be spaced. |
| 2 | 17567 | 1 | Missing '()' invoking a constructor | new-parens | → line 2, col 17567: Missing '()' invoking a constructor |
| 2 | 17586 | 2 | Missing semicolon. | semi | → line 2, col 17586: Missing semicolon. |
| 2 | 17587 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17587: A space is required after ','. |
| 2 | 17597 | 2 | Missing space before value for key "toString". | fecs-key-spacing | → line 2, col 17597: Missing space before value for key "toString". |
| 2 | 17605 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 17605: Missing space before function parentheses. |
| 2 | 17607 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 17607: Missing space before opening brace. |
| 2 | 17608 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 17608: Statement inside of curly braces should be on next line. |
| 2 | 17608 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 17608: Keyword "return" must be followed by whitespace. |
| 2 | 17614 | 2 | Strings must use singlequote. | quotes | → line 2, col 17614: Strings must use singlequote. |
| 2 | 17631 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17631: Infix operators must be spaced. |
| 2 | 17644 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17644: Infix operators must be spaced. |
| 2 | 17645 | 2 | Strings must use singlequote. | quotes | → line 2, col 17645: Strings must use singlequote. |
| 2 | 17648 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17648: Infix operators must be spaced. |
| 2 | 17660 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17660: Infix operators must be spaced. |
| 2 | 17661 | 2 | Strings must use singlequote. | quotes | → line 2, col 17661: Strings must use singlequote. |
| 2 | 17665 | 2 | Missing semicolon. | semi | → line 2, col 17665: Missing semicolon. |
| 2 | 17667 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17667: A space is required after ','. |
| 2 | 17680 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17680: Infix operators must be spaced. |
| 2 | 17689 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 17689: Missing space before function parentheses. |
| 2 | 17691 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17691: A space is required after ','. |
| 2 | 17694 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 17694: Missing space before opening brace. |
| 2 | 17695 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 17695: Statement inside of curly braces should be on next line. |
| 2 | 17707 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17707: Infix operators must be spaced. |
| 2 | 17709 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17709: A space is required after ','. |
| 2 | 17722 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17722: Infix operators must be spaced. |
| 2 | 17724 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17724: Infix operators must be spaced. |
| 2 | 17728 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 17728: Missing whitespace after semicolon. |
| 2 | 17734 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17734: Infix operators must be spaced. |
| 2 | 17756 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17756: Infix operators must be spaced. |
| 2 | 17758 | 2 | Strings must use singlequote. | quotes | → line 2, col 17758: Strings must use singlequote. |
| 2 | 17760 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 17760: Missing whitespace after semicolon. |
| 2 | 17762 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17762: Infix operators must be spaced. |
| 2 | 17775 | 2 | Strings must use singlequote. | quotes | → line 2, col 17775: Strings must use singlequote. |
| 2 | 17781 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17781: Infix operators must be spaced. |
| 2 | 17784 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17784: Infix operators must be spaced. |
| 2 | 17797 | 2 | Strings must use singlequote. | quotes | → line 2, col 17797: Strings must use singlequote. |
| 2 | 17804 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17804: Infix operators must be spaced. |
| 2 | 17807 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17807: Infix operators must be spaced. |
| 2 | 17820 | 2 | Strings must use singlequote. | quotes | → line 2, col 17820: Strings must use singlequote. |
| 2 | 17825 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17825: Infix operators must be spaced. |
| 2 | 17837 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17837: Infix operators must be spaced. |
| 2 | 17871 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17871: Infix operators must be spaced. |
| 2 | 17888 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17888: A space is required after ','. |
| 2 | 17897 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17897: Infix operators must be spaced. |
| 2 | 17898 | 2 | Strings must use singlequote. | quotes | → line 2, col 17898: Strings must use singlequote. |
| 2 | 17900 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17900: A space is required after ','. |
| 2 | 17912 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17912: Infix operators must be spaced. |
| 2 | 17917 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17917: A space is required after ','. |
| 2 | 17931 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17931: Infix operators must be spaced. |
| 2 | 17936 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17936: A space is required after ','. |
| 2 | 17942 | 2 | Identifier '_sasl_data' is not in camel case. | fecs-camelcase | → line 2, col 17942: Identifier '_sasl_data' is not in camel case. |
| 2 | 17952 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17952: Infix operators must be spaced. |
| 2 | 17955 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17955: A space is required after ','. |
| 2 | 17961 | 2 | Identifier 'do_session' is not in camel case. | fecs-camelcase | → line 2, col 17961: Identifier 'do_session' is not in camel case. |
| 2 | 17971 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17971: Infix operators must be spaced. |
| 2 | 17974 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17974: A space is required after ','. |
| 2 | 17980 | 2 | Identifier 'do_bind' is not in camel case. | fecs-camelcase | → line 2, col 17980: Identifier 'do_bind' is not in camel case. |
| 2 | 17987 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 17987: Infix operators must be spaced. |
| 2 | 17990 | 2 | A space is required after ','. | comma-spacing | → line 2, col 17990: A space is required after ','. |
| 2 | 18009 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18009: Infix operators must be spaced. |
| 2 | 18012 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18012: A space is required after ','. |
| 2 | 18026 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18026: Infix operators must be spaced. |
| 2 | 18029 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18029: A space is required after ','. |
| 2 | 18047 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18047: Infix operators must be spaced. |
| 2 | 18050 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18050: A space is required after ','. |
| 2 | 18070 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18070: Infix operators must be spaced. |
| 2 | 18073 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18073: A space is required after ','. |
| 2 | 18088 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18088: Infix operators must be spaced. |
| 2 | 18091 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18091: A space is required after ','. |
| 2 | 18108 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18108: Infix operators must be spaced. |
| 2 | 18111 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18111: A space is required after ','. |
| 2 | 18132 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18132: Infix operators must be spaced. |
| 2 | 18135 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18135: A space is required after ','. |
| 2 | 18153 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18153: Infix operators must be spaced. |
| 2 | 18158 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18158: A space is required after ','. |
| 2 | 18182 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18182: Infix operators must be spaced. |
| 2 | 18187 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18187: A space is required after ','. |
| 2 | 18206 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18206: Infix operators must be spaced. |
| 2 | 18209 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18209: A space is required after ','. |
| 2 | 18224 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18224: Infix operators must be spaced. |
| 2 | 18227 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18227: A space is required after ','. |
| 2 | 18246 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18246: Infix operators must be spaced. |
| 2 | 18249 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18249: A space is required after ','. |
| 2 | 18255 | 2 | Identifier 'do_authentication' is not in camel case. | fecs-camelcase | → line 2, col 18255: Identifier 'do_authentication' is not in camel case. |
| 2 | 18272 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18272: Infix operators must be spaced. |
| 2 | 18275 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18275: A space is required after ','. |
| 2 | 18287 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18287: Infix operators must be spaced. |
| 2 | 18290 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18290: A space is required after ','. |
| 2 | 18304 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18304: Infix operators must be spaced. |
| 2 | 18307 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18307: A space is required after ','. |
| 2 | 18318 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18318: Infix operators must be spaced. |
| 2 | 18321 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18321: A space is required after ','. |
| 2 | 18336 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18336: Infix operators must be spaced. |
| 2 | 18338 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18338: A space is required after ','. |
| 2 | 18344 | 2 | Identifier '_sasl_success_handler' is not in camel case. | fecs-camelcase | → line 2, col 18344: Identifier '_sasl_success_handler' is not in camel case. |
| 2 | 18365 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18365: Infix operators must be spaced. |
| 2 | 18370 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18370: A space is required after ','. |
| 2 | 18376 | 2 | Identifier '_sasl_failure_handler' is not in camel case. | fecs-camelcase | → line 2, col 18376: Identifier '_sasl_failure_handler' is not in camel case. |
| 2 | 18397 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18397: Infix operators must be spaced. |
| 2 | 18402 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18402: A space is required after ','. |
| 2 | 18408 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 2, col 18408: Identifier '_sasl_challenge_handler' is not in camel case. |
| 2 | 18431 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18431: Infix operators must be spaced. |
| 2 | 18436 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18436: A space is required after ','. |
| 2 | 18452 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18452: Infix operators must be spaced. |
| 2 | 18454 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18454: A space is required after ','. |
| 2 | 18472 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18472: Infix operators must be spaced. |
| 2 | 18507 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18507: A space is required after ','. |
| 2 | 18512 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 18512: Missing whitespace after semicolon. |
| 2 | 18513 | 2 | Expected { after 'for-in'. | curly | → line 2, col 18513: Expected { after 'for-in'. |
| 2 | 18516 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 18516: Keyword "for" must be followed by whitespace. |
| 2 | 18549 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 18549: Keyword "if" must be followed by whitespace. |
| 2 | 18589 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 18589: Missing space before opening brace. |
| 2 | 18590 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 18590: Split 'var' declarations into multiple statements. |
| 2 | 18590 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 18590: Statement inside of curly braces should be on next line. |
| 2 | 18595 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18595: Infix operators must be spaced. |
| 2 | 18619 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18619: A space is required after ','. |
| 2 | 18621 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18621: Infix operators must be spaced. |
| 2 | 18630 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 18630: Missing space before function parentheses. |
| 2 | 18632 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 18632: Missing space before opening brace. |
| 2 | 18634 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 18634: Missing whitespace after semicolon. |
| 2 | 18646 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18646: Infix operators must be spaced. |
| 2 | 18648 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18648: A space is required after ','. |
| 2 | 18656 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18656: Infix operators must be spaced. |
| 2 | 18657 | 1 | Missing '()' invoking a constructor | new-parens | → line 2, col 18657: Missing '()' invoking a constructor |
| 2 | 18661 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 2, col 18661: A constructor name should not start with a lowercase letter. |
| 2 | 18662 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18662: A space is required after ','. |
| 2 | 18681 | 2 | Missing semicolon. | semi | → line 2, col 18681: Missing semicolon. |
| 2 | 18683 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18683: A space is required after ','. |
| 2 | 18706 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18706: Infix operators must be spaced. |
| 2 | 18714 | 2 | Missing space before value for key "reset". | fecs-key-spacing | → line 2, col 18714: Missing space before value for key "reset". |
| 2 | 18722 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 18722: Missing space before function parentheses. |
| 2 | 18724 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 18724: Missing space before opening brace. |
| 2 | 18725 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 18725: Statement inside of curly braces should be on next line. |
| 2 | 18745 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18745: A space is required after ','. |
| 2 | 18751 | 2 | Identifier 'do_session' is not in camel case. | fecs-camelcase | → line 2, col 18751: Identifier 'do_session' is not in camel case. |
| 2 | 18761 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18761: Infix operators must be spaced. |
| 2 | 18764 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18764: A space is required after ','. |
| 2 | 18770 | 2 | Identifier 'do_bind' is not in camel case. | fecs-camelcase | → line 2, col 18770: Identifier 'do_bind' is not in camel case. |
| 2 | 18777 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18777: Infix operators must be spaced. |
| 2 | 18780 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18780: A space is required after ','. |
| 2 | 18799 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18799: Infix operators must be spaced. |
| 2 | 18802 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18802: A space is required after ','. |
| 2 | 18816 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18816: Infix operators must be spaced. |
| 2 | 18819 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18819: A space is required after ','. |
| 2 | 18837 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18837: Infix operators must be spaced. |
| 2 | 18840 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18840: A space is required after ','. |
| 2 | 18860 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18860: Infix operators must be spaced. |
| 2 | 18863 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18863: A space is required after ','. |
| 2 | 18878 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18878: Infix operators must be spaced. |
| 2 | 18881 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18881: A space is required after ','. |
| 2 | 18898 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18898: Infix operators must be spaced. |
| 2 | 18901 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18901: A space is required after ','. |
| 2 | 18922 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18922: Infix operators must be spaced. |
| 2 | 18925 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18925: A space is required after ','. |
| 2 | 18944 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18944: Infix operators must be spaced. |
| 2 | 18947 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18947: A space is required after ','. |
| 2 | 18962 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18962: Infix operators must be spaced. |
| 2 | 18965 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18965: A space is required after ','. |
| 2 | 18984 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 18984: Infix operators must be spaced. |
| 2 | 18987 | 2 | A space is required after ','. | comma-spacing | → line 2, col 18987: A space is required after ','. |
| 2 | 19001 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19001: Infix operators must be spaced. |
| 2 | 19004 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19004: A space is required after ','. |
| 2 | 19015 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19015: Infix operators must be spaced. |
| 2 | 19018 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19018: A space is required after ','. |
| 2 | 19033 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19033: Infix operators must be spaced. |
| 2 | 19036 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19036: A space is required after ','. |
| 2 | 19051 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19051: Infix operators must be spaced. |
| 2 | 19053 | 2 | Missing semicolon. | semi | → line 2, col 19053: Missing semicolon. |
| 2 | 19054 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19054: A space is required after ','. |
| 2 | 19061 | 2 | Missing space before value for key "pause". | fecs-key-spacing | → line 2, col 19061: Missing space before value for key "pause". |
| 2 | 19069 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 19069: Missing space before function parentheses. |
| 2 | 19071 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 19071: Missing space before opening brace. |
| 2 | 19072 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 19072: Statement inside of curly braces should be on next line. |
| 2 | 19083 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19083: Infix operators must be spaced. |
| 2 | 19086 | 2 | Missing semicolon. | semi | → line 2, col 19086: Missing semicolon. |
| 2 | 19087 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19087: A space is required after ','. |
| 2 | 19095 | 2 | Missing space before value for key "resume". | fecs-key-spacing | → line 2, col 19095: Missing space before value for key "resume". |
| 2 | 19103 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 19103: Missing space before function parentheses. |
| 2 | 19105 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 19105: Missing space before opening brace. |
| 2 | 19106 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 19106: Statement inside of curly braces should be on next line. |
| 2 | 19117 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19117: Infix operators must be spaced. |
| 2 | 19120 | 2 | Missing semicolon. | semi | → line 2, col 19120: Missing semicolon. |
| 2 | 19121 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19121: A space is required after ','. |
| 2 | 19134 | 2 | Missing space before value for key "getUniqueId". | fecs-key-spacing | → line 2, col 19134: Missing space before value for key "getUniqueId". |
| 2 | 19142 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 19142: Missing space before function parentheses. |
| 2 | 19145 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 19145: Missing space before opening brace. |
| 2 | 19146 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 19146: Keyword "return" must be followed by whitespace. |
| 2 | 19146 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 19146: Statement inside of curly braces should be on next line. |
| 2 | 19152 | 2 | Strings must use singlequote. | quotes | → line 2, col 19152: Strings must use singlequote. |
| 2 | 19160 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19160: Infix operators must be spaced. |
| 2 | 19160 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 19160: Expected '===' and instead saw '=='. |
| 2 | 19170 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19170: Infix operators must be spaced. |
| 2 | 19172 | 2 | Strings must use singlequote. | quotes | → line 2, col 19172: Strings must use singlequote. |
| 2 | 19180 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 19180: Expected '===' and instead saw '=='. |
| 2 | 19180 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19180: Infix operators must be spaced. |
| 2 | 19190 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19190: Infix operators must be spaced. |
| 2 | 19207 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19207: Infix operators must be spaced. |
| 2 | 19208 | 2 | Strings must use singlequote. | quotes | → line 2, col 19208: Strings must use singlequote. |
| 2 | 19211 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19211: Infix operators must be spaced. |
| 2 | 19230 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19230: Infix operators must be spaced. |
| 2 | 19231 | 2 | Strings must use singlequote. | quotes | → line 2, col 19231: Strings must use singlequote. |
| 2 | 19233 | 2 | Missing semicolon. | semi | → line 2, col 19233: Missing semicolon. |
| 2 | 19234 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19234: A space is required after ','. |
| 2 | 19243 | 2 | Missing space before value for key "connect". | fecs-key-spacing | → line 2, col 19243: Missing space before value for key "connect". |
| 2 | 19243 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2, col 19243: This function has too many parameters (7). Maximum allowed is 6. |
| 2 | 19251 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 19251: Missing space before function parentheses. |
| 2 | 19253 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19253: A space is required after ','. |
| 2 | 19255 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19255: A space is required after ','. |
| 2 | 19257 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19257: A space is required after ','. |
| 2 | 19259 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19259: A space is required after ','. |
| 2 | 19261 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19261: A space is required after ','. |
| 2 | 19263 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19263: A space is required after ','. |
| 2 | 19266 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 19266: Missing space before opening brace. |
| 2 | 19267 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 19267: Statement inside of curly braces should be on next line. |
| 2 | 19275 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19275: Infix operators must be spaced. |
| 2 | 19277 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19277: A space is required after ','. |
| 2 | 19290 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19290: Infix operators must be spaced. |
| 2 | 19320 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19320: A space is required after ','. |
| 2 | 19333 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19333: Infix operators must be spaced. |
| 2 | 19335 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19335: Infix operators must be spaced. |
| 2 | 19363 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19363: A space is required after ','. |
| 2 | 19373 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19373: Infix operators must be spaced. |
| 2 | 19375 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19375: A space is required after ','. |
| 2 | 19389 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19389: Infix operators must be spaced. |
| 2 | 19390 | 2 | Strings must use singlequote. | quotes | → line 2, col 19390: Strings must use singlequote. |
| 2 | 19396 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19396: A space is required after ','. |
| 2 | 19402 | 2 | Identifier 'connect_callback' is not in camel case. | fecs-camelcase | → line 2, col 19402: Identifier 'connect_callback' is not in camel case. |
| 2 | 19418 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19418: Infix operators must be spaced. |
| 2 | 19420 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19420: A space is required after ','. |
| 2 | 19439 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19439: Infix operators must be spaced. |
| 2 | 19442 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19442: A space is required after ','. |
| 2 | 19457 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19457: Infix operators must be spaced. |
| 2 | 19460 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19460: A space is required after ','. |
| 2 | 19479 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19479: Infix operators must be spaced. |
| 2 | 19482 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19482: A space is required after ','. |
| 2 | 19496 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19496: Infix operators must be spaced. |
| 2 | 19499 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19499: A space is required after ','. |
| 2 | 19511 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 19511: Infix operators must be spaced. |
| 2 | 19540 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19540: A space is required after ','. |
| 2 | 19586 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19586: A space is required after ','. |
| 2 | 19592 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19592: A space is required after ','. |
| 2 | 19615 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19615: A space is required after ','. |
| 2 | 19617 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19617: A space is required after ','. |
| 2 | 19620 | 2 | Missing semicolon. | semi | → line 2, col 19620: Missing semicolon. |
| 2 | 19621 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19621: A space is required after ','. |
| 2 | 19629 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2, col 19629: This function has too many parameters (7). Maximum allowed is 6. |
| 2 | 19629 | 2 | Missing space before value for key "attach". | fecs-key-spacing | → line 2, col 19629: Missing space before value for key "attach". |
| 2 | 19637 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 19637: Missing space before function parentheses. |
| 2 | 19639 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19639: A space is required after ','. |
| 2 | 19641 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19641: A space is required after ','. |
| 2 | 19643 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19643: A space is required after ','. |
| 2 | 19645 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19645: A space is required after ','. |
| 2 | 19647 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19647: A space is required after ','. |
| 2 | 19649 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19649: A space is required after ','. |
| 2 | 19652 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 19652: Missing space before opening brace. |
| 2 | 19653 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 19653: Statement inside of curly braces should be on next line. |
| 2 | 19653 | 2 | Expected { after 'if' condition. | curly | → line 2, col 19653: Expected { after 'if' condition. |
| 2 | 19655 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 19655: Keyword "if" must be followed by whitespace. |
| 2 | 19689 | 1 | Keyword "throw" must be followed by whitespace. | space-return-throw-case | → line 2, col 19689: Keyword "throw" must be followed by whitespace. |
| 2 | 19700 | 2 | Missing space before value for key "name". | fecs-key-spacing | → line 2, col 19700: Missing space before value for key "name". |
| 2 | 19700 | 2 | Strings must use singlequote. | quotes | → line 2, col 19700: Strings must use singlequote. |
| 2 | 19721 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19721: A space is required after ','. |
| 2 | 19730 | 2 | Missing space before value for key "message". | fecs-key-spacing | → line 2, col 19730: Missing space before value for key "message". |
| 2 | 19793 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 19793: Missing whitespace after semicolon. |
| 2 | 19815 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19815: A space is required after ','. |
| 2 | 19817 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19817: A space is required after ','. |
| 2 | 19819 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19819: A space is required after ','. |
| 2 | 19821 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19821: A space is required after ','. |
| 2 | 19823 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19823: A space is required after ','. |
| 2 | 19825 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19825: A space is required after ','. |
| 2 | 19828 | 2 | Missing semicolon. | semi | → line 2, col 19828: Missing semicolon. |
| 2 | 19829 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19829: A space is required after ','. |
| 2 | 19838 | 2 | Missing space before value for key "restore". | fecs-key-spacing | → line 2, col 19838: Missing space before value for key "restore". |
| 2 | 19846 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 19846: Missing space before function parentheses. |
| 2 | 19848 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19848: A space is required after ','. |
| 2 | 19850 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19850: A space is required after ','. |
| 2 | 19852 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19852: A space is required after ','. |
| 2 | 19854 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19854: A space is required after ','. |
| 2 | 19857 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 19857: Missing space before opening brace. |
| 2 | 19858 | 2 | Expected { after 'if' condition. | curly | → line 2, col 19858: Expected { after 'if' condition. |
| 2 | 19858 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 19858: Statement inside of curly braces should be on next line. |
| 2 | 19860 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 19860: Keyword "if" must be followed by whitespace. |
| 2 | 19894 | 1 | Keyword "throw" must be followed by whitespace. | space-return-throw-case | → line 2, col 19894: Keyword "throw" must be followed by whitespace. |
| 2 | 19905 | 2 | Missing space before value for key "name". | fecs-key-spacing | → line 2, col 19905: Missing space before value for key "name". |
| 2 | 19905 | 2 | Strings must use singlequote. | quotes | → line 2, col 19905: Strings must use singlequote. |
| 2 | 19926 | 2 | A space is required after ','. | comma-spacing | → line 2, col 19926: A space is required after ','. |
| 2 | 19935 | 2 | Missing space before value for key "message". | fecs-key-spacing | → line 2, col 19935: Missing space before value for key "message". |
| 2 | 19999 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 19999: Missing whitespace after semicolon. |
| 2 | 20022 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20022: A space is required after ','. |
| 2 | 20024 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20024: A space is required after ','. |
| 2 | 20026 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20026: A space is required after ','. |
| 2 | 20028 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20028: A space is required after ','. |
| 2 | 20031 | 2 | Missing semicolon. | semi | → line 2, col 20031: Missing semicolon. |
| 2 | 20032 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20032: A space is required after ','. |
| 2 | 20058 | 2 | Missing space before value for key "_sessionCachingSupported". | fecs-key-spacing | → line 2, col 20058: Missing space before value for key "_sessionCachingSupported". |
| 2 | 20066 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 20066: Missing space before function parentheses. |
| 2 | 20068 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20068: Missing space before opening brace. |
| 2 | 20069 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 20069: Statement inside of curly braces should be on next line. |
| 2 | 20071 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 20071: Keyword "if" must be followed by whitespace. |
| 2 | 20102 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20102: Missing space before opening brace. |
| 2 | 20103 | 2 | Expected { after 'if' condition. | curly | → line 2, col 20103: Expected { after 'if' condition. |
| 2 | 20103 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 20103: Statement inside of curly braces should be on next line. |
| 2 | 20105 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 20105: Keyword "if" must be followed by whitespace. |
| 2 | 20112 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 20112: Keyword "return" must be followed by whitespace. |
| 2 | 20120 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20120: Missing whitespace after semicolon. |
| 2 | 20124 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20124: Missing space before opening brace. |
| 2 | 20124 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 2, col 20124: Keyword "try" must be followed by whitespace. |
| 2 | 20125 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 20125: Statement inside of curly braces should be on next line. |
| 2 | 20155 | 2 | Strings must use singlequote. | quotes | → line 2, col 20155: Strings must use singlequote. |
| 2 | 20166 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20166: A space is required after ','. |
| 2 | 20167 | 2 | Strings must use singlequote. | quotes | → line 2, col 20167: Strings must use singlequote. |
| 2 | 20179 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20179: A space is required after ','. |
| 2 | 20213 | 2 | Strings must use singlequote. | quotes | → line 2, col 20213: Strings must use singlequote. |
| 2 | 20225 | 2 | Missing semicolon. | semi | → line 2, col 20225: Missing semicolon. |
| 2 | 20226 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 20226: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 20231 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 2, col 20231: Keyword "catch" must be followed by whitespace. |
| 2 | 20234 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20234: Missing space before opening brace. |
| 2 | 20235 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 20235: Statement inside of curly braces should be on next line. |
| 2 | 20235 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 20235: Keyword "return" must be followed by whitespace. |
| 2 | 20243 | 2 | Missing semicolon. | semi | → line 2, col 20243: Missing semicolon. |
| 2 | 20244 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 20244: Keyword "return" must be followed by whitespace. |
| 2 | 20252 | 2 | Missing semicolon. | semi | → line 2, col 20252: Missing semicolon. |
| 2 | 20253 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 20253: Keyword "return" must be followed by whitespace. |
| 2 | 20261 | 2 | Missing semicolon. | semi | → line 2, col 20261: Missing semicolon. |
| 2 | 20262 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20262: A space is required after ','. |
| 2 | 20272 | 2 | Missing space before value for key "xmlInput". | fecs-key-spacing | → line 2, col 20272: Missing space before value for key "xmlInput". |
| 2 | 20280 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 20280: Missing space before function parentheses. |
| 2 | 20283 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20283: Missing space before opening brace. |
| 2 | 20285 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20285: A space is required after ','. |
| 2 | 20296 | 2 | Missing space before value for key "xmlOutput". | fecs-key-spacing | → line 2, col 20296: Missing space before value for key "xmlOutput". |
| 2 | 20304 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 20304: Missing space before function parentheses. |
| 2 | 20307 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20307: Missing space before opening brace. |
| 2 | 20309 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20309: A space is required after ','. |
| 2 | 20319 | 2 | Missing space before value for key "rawInput". | fecs-key-spacing | → line 2, col 20319: Missing space before value for key "rawInput". |
| 2 | 20327 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 20327: Missing space before function parentheses. |
| 2 | 20330 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20330: Missing space before opening brace. |
| 2 | 20332 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20332: A space is required after ','. |
| 2 | 20343 | 2 | Missing space before value for key "rawOutput". | fecs-key-spacing | → line 2, col 20343: Missing space before value for key "rawOutput". |
| 2 | 20351 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 20351: Missing space before function parentheses. |
| 2 | 20354 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20354: Missing space before opening brace. |
| 2 | 20356 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20356: A space is required after ','. |
| 2 | 20362 | 2 | Missing space before value for key "send". | fecs-key-spacing | → line 2, col 20362: Missing space before value for key "send". |
| 2 | 20370 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 20370: Missing space before function parentheses. |
| 2 | 20373 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20373: Missing space before opening brace. |
| 2 | 20374 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 20374: Statement inside of curly braces should be on next line. |
| 2 | 20376 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 20376: Keyword "if" must be followed by whitespace. |
| 2 | 20381 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20381: Infix operators must be spaced. |
| 2 | 20386 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20386: Missing space before opening brace. |
| 2 | 20387 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 20387: Statement inside of curly braces should be on next line. |
| 2 | 20387 | 2 | Expected { after 'if' condition. | curly | → line 2, col 20387: Expected { after 'if' condition. |
| 2 | 20389 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 20389: Keyword "if" must be followed by whitespace. |
| 2 | 20390 | 2 | Strings must use singlequote. | quotes | → line 2, col 20390: Strings must use singlequote. |
| 2 | 20400 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20400: Infix operators must be spaced. |
| 2 | 20400 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 20400: Expected '===' and instead saw '=='. |
| 2 | 20416 | 2 | Expected { after 'for' condition. | curly | → line 2, col 20416: Expected { after 'for' condition. |
| 2 | 20419 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 20419: Keyword "for" must be followed by whitespace. |
| 2 | 20425 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20425: Infix operators must be spaced. |
| 2 | 20427 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20427: Missing whitespace after semicolon. |
| 2 | 20429 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20429: Infix operators must be spaced. |
| 2 | 20438 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20438: Missing whitespace after semicolon. |
| 2 | 20464 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20464: Missing whitespace after semicolon. |
| 2 | 20465 | 2 | Expected { after 'else'. | curly | → line 2, col 20465: Expected { after 'else'. |
| 2 | 20486 | 2 | Strings must use singlequote. | quotes | → line 2, col 20486: Strings must use singlequote. |
| 2 | 20496 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20496: Infix operators must be spaced. |
| 2 | 20496 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 20496: Expected '===' and instead saw '=='. |
| 2 | 20511 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20511: Infix operators must be spaced. |
| 2 | 20523 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20523: Missing whitespace after semicolon. |
| 2 | 20543 | 2 | Missing semicolon. | semi | → line 2, col 20543: Missing semicolon. |
| 2 | 20545 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20545: A space is required after ','. |
| 2 | 20552 | 2 | Missing space before value for key "flush". | fecs-key-spacing | → line 2, col 20552: Missing space before value for key "flush". |
| 2 | 20560 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 20560: Missing space before function parentheses. |
| 2 | 20562 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20562: Missing space before opening brace. |
| 2 | 20563 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 20563: Statement inside of curly braces should be on next line. |
| 2 | 20594 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20594: A space is required after ','. |
| 2 | 20609 | 2 | Missing semicolon. | semi | → line 2, col 20609: Missing semicolon. |
| 2 | 20610 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20610: A space is required after ','. |
| 2 | 20618 | 2 | Missing space before value for key "sendIQ". | fecs-key-spacing | → line 2, col 20618: Missing space before value for key "sendIQ". |
| 2 | 20626 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 20626: Missing space before function parentheses. |
| 2 | 20628 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20628: A space is required after ','. |
| 2 | 20630 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20630: A space is required after ','. |
| 2 | 20632 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20632: A space is required after ','. |
| 2 | 20635 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20635: Missing space before opening brace. |
| 2 | 20636 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 20636: Split 'var' declarations into multiple statements. |
| 2 | 20636 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 20636: Statement inside of curly braces should be on next line. |
| 2 | 20641 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20641: Infix operators must be spaced. |
| 2 | 20646 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20646: A space is required after ','. |
| 2 | 20648 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20648: Infix operators must be spaced. |
| 2 | 20653 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20653: Missing whitespace after semicolon. |
| 2 | 20654 | 2 | Strings must use singlequote. | quotes | → line 2, col 20654: Strings must use singlequote. |
| 2 | 20664 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 20664: Expected '===' and instead saw '=='. |
| 2 | 20664 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20664: Infix operators must be spaced. |
| 2 | 20679 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20679: Infix operators must be spaced. |
| 2 | 20683 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20683: Infix operators must be spaced. |
| 2 | 20693 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20693: Missing whitespace after semicolon. |
| 2 | 20699 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20699: Infix operators must be spaced. |
| 2 | 20715 | 2 | Strings must use singlequote. | quotes | → line 2, col 20715: Strings must use singlequote. |
| 2 | 20720 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20720: Missing whitespace after semicolon. |
| 2 | 20722 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20722: Infix operators must be spaced. |
| 2 | 20726 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20726: Infix operators must be spaced. |
| 2 | 20744 | 2 | Strings must use singlequote. | quotes | → line 2, col 20744: Strings must use singlequote. |
| 2 | 20753 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20753: A space is required after ','. |
| 2 | 20769 | 2 | Strings must use singlequote. | quotes | → line 2, col 20769: Strings must use singlequote. |
| 2 | 20773 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20773: A space is required after ','. |
| 2 | 20777 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20777: Missing whitespace after semicolon. |
| 2 | 20778 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 20778: Split 'var' declarations into multiple statements. |
| 2 | 20783 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20783: Infix operators must be spaced. |
| 2 | 20799 | 2 | Strings must use singlequote. | quotes | → line 2, col 20799: Strings must use singlequote. |
| 2 | 20804 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20804: A space is required after ','. |
| 2 | 20806 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20806: Infix operators must be spaced. |
| 2 | 20815 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20815: A space is required after ','. |
| 2 | 20817 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20817: Infix operators must be spaced. |
| 2 | 20842 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 20842: Missing space before function parentheses. |
| 2 | 20845 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 20845: Missing space before opening brace. |
| 2 | 20846 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 20846: Statement inside of curly braces should be on next line. |
| 2 | 20847 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20847: Infix operators must be spaced. |
| 2 | 20872 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20872: Missing whitespace after semicolon. |
| 2 | 20873 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 20873: Split 'var' declarations into multiple statements. |
| 2 | 20878 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20878: Infix operators must be spaced. |
| 2 | 20881 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20881: A space is required after ','. |
| 2 | 20883 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20883: Infix operators must be spaced. |
| 2 | 20899 | 2 | Strings must use singlequote. | quotes | → line 2, col 20899: Strings must use singlequote. |
| 2 | 20906 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 20906: Missing whitespace after semicolon. |
| 2 | 20907 | 2 | Expected { after 'if' condition. | curly | → line 2, col 20907: Expected { after 'if' condition. |
| 2 | 20909 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 20909: Keyword "if" must be followed by whitespace. |
| 2 | 20912 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20912: Infix operators must be spaced. |
| 2 | 20916 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20916: Infix operators must be spaced. |
| 2 | 20922 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20922: Infix operators must be spaced. |
| 2 | 20926 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20926: Infix operators must be spaced. |
| 2 | 20930 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20930: Infix operators must be spaced. |
| 2 | 20955 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20955: Infix operators must be spaced. |
| 2 | 20958 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20958: Infix operators must be spaced. |
| 2 | 20982 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20982: Infix operators must be spaced. |
| 2 | 20985 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20985: Infix operators must be spaced. |
| 2 | 20991 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20991: Infix operators must be spaced. |
| 2 | 20995 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 20995: Infix operators must be spaced. |
| 2 | 20999 | 2 | A space is required after ','. | comma-spacing | → line 2, col 20999: A space is required after ','. |
| 2 | 21003 | 1 | Keyword "throw" must be followed by whitespace. | space-return-throw-case | → line 2, col 21003: Keyword "throw" must be followed by whitespace. |
| 2 | 21014 | 2 | Strings must use singlequote. | quotes | → line 2, col 21014: Strings must use singlequote. |
| 2 | 21014 | 2 | Missing space before value for key "name". | fecs-key-spacing | → line 2, col 21014: Missing space before value for key "name". |
| 2 | 21028 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21028: A space is required after ','. |
| 2 | 21037 | 2 | Missing space before value for key "message". | fecs-key-spacing | → line 2, col 21037: Missing space before value for key "message". |
| 2 | 21037 | 2 | Strings must use singlequote. | quotes | → line 2, col 21037: Strings must use singlequote. |
| 2 | 21071 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21071: Infix operators must be spaced. |
| 2 | 21073 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21073: Infix operators must be spaced. |
| 2 | 21074 | 2 | Strings must use singlequote. | quotes | → line 2, col 21074: Strings must use singlequote. |
| 2 | 21092 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21092: Infix operators must be spaced. |
| 2 | 21095 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 21095: Missing whitespace after semicolon. |
| 2 | 21101 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21101: Infix operators must be spaced. |
| 2 | 21117 | 2 | Strings must use singlequote. | quotes | → line 2, col 21117: Strings must use singlequote. |
| 2 | 21124 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 21124: Missing whitespace after semicolon. |
| 2 | 21125 | 2 | Expected { after 'if' condition. | curly | → line 2, col 21125: Expected { after 'if' condition. |
| 2 | 21127 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 21127: Keyword "if" must be followed by whitespace. |
| 2 | 21128 | 2 | Strings must use singlequote. | quotes | → line 2, col 21128: Strings must use singlequote. |
| 2 | 21136 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 21136: Expected '===' and instead saw '=='. |
| 2 | 21136 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21136: Infix operators must be spaced. |
| 2 | 21141 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21141: Infix operators must be spaced. |
| 2 | 21147 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 21147: Missing whitespace after semicolon. |
| 2 | 21152 | 2 | Keyword "else" must be followed by whitespace. | space-after-keywords | → line 2, col 21152: Keyword "else" must be followed by whitespace. |
| 2 | 21152 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 21152: Missing space before opening brace. |
| 2 | 21152 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 21152: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 21153 | 2 | Expected { after 'if' condition. | curly | → line 2, col 21153: Expected { after 'if' condition. |
| 2 | 21153 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 21153: Statement inside of curly braces should be on next line. |
| 2 | 21155 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 21155: Keyword "if" must be followed by whitespace. |
| 2 | 21156 | 2 | Strings must use singlequote. | quotes | → line 2, col 21156: Strings must use singlequote. |
| 2 | 21163 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21163: Infix operators must be spaced. |
| 2 | 21163 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 21163: Expected '!==' and instead saw '!='. |
| 2 | 21167 | 1 | Keyword "throw" must be followed by whitespace. | space-return-throw-case | → line 2, col 21167: Keyword "throw" must be followed by whitespace. |
| 2 | 21178 | 2 | Missing space before value for key "name". | fecs-key-spacing | → line 2, col 21178: Missing space before value for key "name". |
| 2 | 21178 | 2 | Strings must use singlequote. | quotes | → line 2, col 21178: Strings must use singlequote. |
| 2 | 21192 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21192: A space is required after ','. |
| 2 | 21201 | 2 | Missing space before value for key "message". | fecs-key-spacing | → line 2, col 21201: Missing space before value for key "message". |
| 2 | 21201 | 2 | Strings must use singlequote. | quotes | → line 2, col 21201: Strings must use singlequote. |
| 2 | 21222 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21222: Infix operators must be spaced. |
| 2 | 21225 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 21225: Missing whitespace after semicolon. |
| 2 | 21227 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21227: Infix operators must be spaced. |
| 2 | 21233 | 2 | Missing semicolon. | semi | → line 2, col 21233: Missing semicolon. |
| 2 | 21235 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21235: A space is required after ','. |
| 2 | 21240 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21240: A space is required after ','. |
| 2 | 21241 | 2 | Strings must use singlequote. | quotes | → line 2, col 21241: Strings must use singlequote. |
| 2 | 21245 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21245: A space is required after ','. |
| 2 | 21247 | 2 | Strings must use singlequote. | quotes | → line 2, col 21247: Strings must use singlequote. |
| 2 | 21254 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21254: A space is required after ','. |
| 2 | 21255 | 2 | Strings must use singlequote. | quotes | → line 2, col 21255: Strings must use singlequote. |
| 2 | 21264 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21264: A space is required after ','. |
| 2 | 21267 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 21267: Missing whitespace after semicolon. |
| 2 | 21276 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21276: Infix operators must be spaced. |
| 2 | 21280 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21280: Infix operators must be spaced. |
| 2 | 21303 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21303: A space is required after ','. |
| 2 | 21312 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 21312: Missing space before function parentheses. |
| 2 | 21314 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 21314: Missing space before opening brace. |
| 2 | 21315 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 21315: Statement inside of curly braces should be on next line. |
| 2 | 21340 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21340: A space is required after ','. |
| 2 | 21342 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21342: Infix operators must be spaced. |
| 2 | 21351 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21351: A space is required after ','. |
| 2 | 21354 | 2 | Missing semicolon. | semi | → line 2, col 21354: Missing semicolon. |
| 2 | 21357 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21357: A space is required after ','. |
| 2 | 21370 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21370: A space is required after ','. |
| 2 | 21372 | 2 | Missing semicolon. | semi | → line 2, col 21372: Missing semicolon. |
| 2 | 21373 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21373: A space is required after ','. |
| 2 | 21385 | 2 | Missing space before value for key "_queueData". | fecs-key-spacing | → line 2, col 21385: Missing space before value for key "_queueData". |
| 2 | 21393 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 21393: Missing space before function parentheses. |
| 2 | 21396 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 21396: Missing space before opening brace. |
| 2 | 21397 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 21397: Statement inside of curly braces should be on next line. |
| 2 | 21397 | 2 | Expected { after 'if' condition. | curly | → line 2, col 21397: Expected { after 'if' condition. |
| 2 | 21399 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 21399: Keyword "if" must be followed by whitespace. |
| 2 | 21404 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21404: Infix operators must be spaced. |
| 2 | 21408 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21408: Infix operators must be spaced. |
| 2 | 21420 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21420: Infix operators must be spaced. |
| 2 | 21436 | 1 | Keyword "throw" must be followed by whitespace. | space-return-throw-case | → line 2, col 21436: Keyword "throw" must be followed by whitespace. |
| 2 | 21447 | 2 | Strings must use singlequote. | quotes | → line 2, col 21447: Strings must use singlequote. |
| 2 | 21447 | 2 | Missing space before value for key "name". | fecs-key-spacing | → line 2, col 21447: Missing space before value for key "name". |
| 2 | 21461 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21461: A space is required after ','. |
| 2 | 21470 | 2 | Strings must use singlequote. | quotes | → line 2, col 21470: Strings must use singlequote. |
| 2 | 21470 | 2 | Missing space before value for key "message". | fecs-key-spacing | → line 2, col 21470: Missing space before value for key "message". |
| 2 | 21501 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 21501: Missing whitespace after semicolon. |
| 2 | 21520 | 2 | Missing semicolon. | semi | → line 2, col 21520: Missing semicolon. |
| 2 | 21521 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21521: A space is required after ','. |
| 2 | 21535 | 2 | Missing space before value for key "_sendRestart". | fecs-key-spacing | → line 2, col 21535: Missing space before value for key "_sendRestart". |
| 2 | 21543 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 21543: Missing space before function parentheses. |
| 2 | 21545 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 21545: Missing space before opening brace. |
| 2 | 21546 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 21546: Statement inside of curly braces should be on next line. |
| 2 | 21562 | 2 | Strings must use singlequote. | quotes | → line 2, col 21562: Strings must use singlequote. |
| 2 | 21572 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21572: A space is required after ','. |
| 2 | 21599 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21599: A space is required after ','. |
| 2 | 21617 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21617: Infix operators must be spaced. |
| 2 | 21652 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21652: A space is required after ','. |
| 2 | 21657 | 2 | Missing semicolon. | semi | → line 2, col 21657: Missing semicolon. |
| 2 | 21658 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21658: A space is required after ','. |
| 2 | 21675 | 2 | Missing space before value for key "addTimedHandler". | fecs-key-spacing | → line 2, col 21675: Missing space before value for key "addTimedHandler". |
| 2 | 21683 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 21683: Missing space before function parentheses. |
| 2 | 21685 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21685: A space is required after ','. |
| 2 | 21688 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 21688: Missing space before opening brace. |
| 2 | 21689 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 21689: Statement inside of curly braces should be on next line. |
| 2 | 21694 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21694: Infix operators must be spaced. |
| 2 | 21715 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21715: A space is required after ','. |
| 2 | 21718 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 21718: Missing whitespace after semicolon. |
| 2 | 21748 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21748: A space is required after ','. |
| 2 | 21750 | 2 | Missing semicolon. | semi | → line 2, col 21750: Missing semicolon. |
| 2 | 21751 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21751: A space is required after ','. |
| 2 | 21771 | 2 | Missing space before value for key "deleteTimedHandler". | fecs-key-spacing | → line 2, col 21771: Missing space before value for key "deleteTimedHandler". |
| 2 | 21779 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 21779: Missing space before function parentheses. |
| 2 | 21782 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 21782: Missing space before opening brace. |
| 2 | 21783 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 21783: Statement inside of curly braces should be on next line. |
| 2 | 21808 | 2 | Missing semicolon. | semi | → line 2, col 21808: Missing semicolon. |
| 2 | 21809 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21809: A space is required after ','. |
| 2 | 21821 | 2 | Missing space before value for key "addHandler". | fecs-key-spacing | → line 2, col 21821: Missing space before value for key "addHandler". |
| 2 | 21821 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2, col 21821: This function has too many parameters (7). Maximum allowed is 6. |
| 2 | 21829 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 21829: Missing space before function parentheses. |
| 2 | 21831 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21831: A space is required after ','. |
| 2 | 21833 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21833: A space is required after ','. |
| 2 | 21835 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21835: A space is required after ','. |
| 2 | 21837 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21837: A space is required after ','. |
| 2 | 21839 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21839: A space is required after ','. |
| 2 | 21841 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21841: A space is required after ','. |
| 2 | 21844 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 21844: Missing space before opening brace. |
| 2 | 21845 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 21845: Statement inside of curly braces should be on next line. |
| 2 | 21850 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21850: Infix operators must be spaced. |
| 2 | 21866 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21866: A space is required after ','. |
| 2 | 21868 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21868: A space is required after ','. |
| 2 | 21870 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21870: A space is required after ','. |
| 2 | 21872 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21872: A space is required after ','. |
| 2 | 21874 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21874: A space is required after ','. |
| 2 | 21876 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21876: A space is required after ','. |
| 2 | 21879 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 21879: Missing whitespace after semicolon. |
| 2 | 21911 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21911: A space is required after ','. |
| 2 | 21913 | 2 | Missing semicolon. | semi | → line 2, col 21913: Missing semicolon. |
| 2 | 21914 | 2 | A space is required after ','. | comma-spacing | → line 2, col 21914: A space is required after ','. |
| 2 | 21929 | 2 | Missing space before value for key "deleteHandler". | fecs-key-spacing | → line 2, col 21929: Missing space before value for key "deleteHandler". |
| 2 | 21937 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 21937: Missing space before function parentheses. |
| 2 | 21940 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 21940: Missing space before opening brace. |
| 2 | 21941 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 21941: Statement inside of curly braces should be on next line. |
| 2 | 21968 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 21968: Missing whitespace after semicolon. |
| 2 | 21974 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 21974: Infix operators must be spaced. |
| 2 | 22002 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 22002: Missing whitespace after semicolon. |
| 2 | 22004 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22004: Infix operators must be spaced. |
| 2 | 22007 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22007: Infix operators must be spaced. |
| 2 | 22034 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22034: A space is required after ','. |
| 2 | 22037 | 2 | Missing semicolon. | semi | → line 2, col 22037: Missing semicolon. |
| 2 | 22038 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22038: A space is required after ','. |
| 2 | 22050 | 2 | Missing space before value for key "disconnect". | fecs-key-spacing | → line 2, col 22050: Missing space before value for key "disconnect". |
| 2 | 22058 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 22058: Missing space before function parentheses. |
| 2 | 22061 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 22061: Missing space before opening brace. |
| 2 | 22062 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 22062: Statement inside of curly braces should be on next line. |
| 2 | 22064 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 22064: Keyword "if" must be followed by whitespace. |
| 2 | 22113 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22113: A space is required after ','. |
| 2 | 22116 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22116: A space is required after ','. |
| 2 | 22124 | 2 | Strings must use singlequote. | quotes | → line 2, col 22124: Strings must use singlequote. |
| 2 | 22157 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22157: Infix operators must be spaced. |
| 2 | 22160 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22160: A space is required after ','. |
| 2 | 22176 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 22176: Missing space before opening brace. |
| 2 | 22177 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 22177: Statement inside of curly braces should be on next line. |
| 2 | 22182 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22182: Infix operators must be spaced. |
| 2 | 22185 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 22185: Missing whitespace after semicolon. |
| 2 | 22204 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22204: Infix operators must be spaced. |
| 2 | 22207 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22207: A space is required after ','. |
| 2 | 22226 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22226: Infix operators must be spaced. |
| 2 | 22230 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22230: Infix operators must be spaced. |
| 2 | 22240 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 2, col 22240: Missing space before value for key "xmlns". |
| 2 | 22251 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22251: A space is required after ','. |
| 2 | 22257 | 2 | Missing space before value for key "type". | fecs-key-spacing | → line 2, col 22257: Missing space before value for key "type". |
| 2 | 22257 | 2 | Strings must use singlequote. | quotes | → line 2, col 22257: Strings must use singlequote. |
| 2 | 22273 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22273: A space is required after ','. |
| 2 | 22297 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22297: Infix operators must be spaced. |
| 2 | 22326 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22326: A space is required after ','. |
| 2 | 22364 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22364: A space is required after ','. |
| 2 | 22391 | 2 | Missing semicolon. | semi | → line 2, col 22391: Missing semicolon. |
| 2 | 22392 | 2 | Expected { after 'else'. | curly | → line 2, col 22392: Expected { after 'else'. |
| 2 | 22404 | 2 | Strings must use singlequote. | quotes | → line 2, col 22404: Strings must use singlequote. |
| 2 | 22467 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22467: A space is required after ','. |
| 2 | 22499 | 2 | Missing semicolon. | semi | → line 2, col 22499: Missing semicolon. |
| 2 | 22500 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22500: A space is required after ','. |
| 2 | 22522 | 2 | Missing space before value for key "_changeConnectStatus". | fecs-key-spacing | → line 2, col 22522: Missing space before value for key "_changeConnectStatus". |
| 2 | 22530 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 22530: Missing space before function parentheses. |
| 2 | 22532 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22532: A space is required after ','. |
| 2 | 22535 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 22535: Missing space before opening brace. |
| 2 | 22536 | 2 | Expected { after 'for-in'. | curly | → line 2, col 22536: Expected { after 'for-in'. |
| 2 | 22536 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 22536: Statement inside of curly braces should be on next line. |
| 2 | 22539 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 22539: Keyword "for" must be followed by whitespace. |
| 2 | 22572 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 22572: Keyword "if" must be followed by whitespace. |
| 2 | 22612 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 22612: Missing space before opening brace. |
| 2 | 22613 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 22613: Statement inside of curly braces should be on next line. |
| 2 | 22618 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22618: Infix operators must be spaced. |
| 2 | 22626 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 22626: Missing whitespace after semicolon. |
| 2 | 22627 | 2 | Expected { after 'if' condition. | curly | → line 2, col 22627: Expected { after 'if' condition. |
| 2 | 22629 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 22629: Keyword "if" must be followed by whitespace. |
| 2 | 22649 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 22649: Missing space before opening brace. |
| 2 | 22649 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 2, col 22649: Keyword "try" must be followed by whitespace. |
| 2 | 22650 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 22650: Statement inside of curly braces should be on next line. |
| 2 | 22667 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22667: A space is required after ','. |
| 2 | 22670 | 2 | Missing semicolon. | semi | → line 2, col 22670: Missing semicolon. |
| 2 | 22671 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 22671: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 22676 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 2, col 22676: Keyword "catch" must be followed by whitespace. |
| 2 | 22679 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 22679: Missing space before opening brace. |
| 2 | 22680 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 22680: Statement inside of curly braces should be on next line. |
| 2 | 22688 | 2 | Strings must use singlequote. | quotes | → line 2, col 22688: Strings must use singlequote. |
| 2 | 22690 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22690: Infix operators must be spaced. |
| 2 | 22692 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22692: Infix operators must be spaced. |
| 2 | 22693 | 2 | Strings must use singlequote. | quotes | → line 2, col 22693: Strings must use singlequote. |
| 2 | 22740 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22740: Infix operators must be spaced. |
| 2 | 22743 | 2 | Missing semicolon. | semi | → line 2, col 22743: Missing semicolon. |
| 2 | 22745 | 2 | Expected { after 'if' condition. | curly | → line 2, col 22745: Expected { after 'if' condition. |
| 2 | 22747 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 22747: Keyword "if" must be followed by whitespace. |
| 2 | 22773 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 2, col 22773: Keyword "try" must be followed by whitespace. |
| 2 | 22773 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 22773: Missing space before opening brace. |
| 2 | 22774 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 22774: Statement inside of curly braces should be on next line. |
| 2 | 22797 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22797: A space is required after ','. |
| 2 | 22800 | 2 | Missing semicolon. | semi | → line 2, col 22800: Missing semicolon. |
| 2 | 22801 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 22801: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 22806 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 2, col 22806: Keyword "catch" must be followed by whitespace. |
| 2 | 22809 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 22809: Missing space before opening brace. |
| 2 | 22810 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 22810: Statement inside of curly braces should be on next line. |
| 2 | 22818 | 2 | Strings must use singlequote. | quotes | → line 2, col 22818: Strings must use singlequote. |
| 2 | 22866 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22866: Infix operators must be spaced. |
| 2 | 22869 | 2 | Missing semicolon. | semi | → line 2, col 22869: Missing semicolon. |
| 2 | 22871 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22871: A space is required after ','. |
| 2 | 22886 | 2 | Missing space before value for key "_doDisconnect". | fecs-key-spacing | → line 2, col 22886: Missing space before value for key "_doDisconnect". |
| 2 | 22894 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 22894: Missing space before function parentheses. |
| 2 | 22897 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 22897: Missing space before opening brace. |
| 2 | 22898 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 22898: Statement inside of curly braces should be on next line. |
| 2 | 22898 | 2 | Strings must use singlequote. | quotes | → line 2, col 22898: Strings must use singlequote. |
| 2 | 22906 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22906: Infix operators must be spaced. |
| 2 | 22906 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 22906: Expected '===' and instead saw '=='. |
| 2 | 22932 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22932: Infix operators must be spaced. |
| 2 | 22965 | 2 | A space is required after ','. | comma-spacing | → line 2, col 22965: A space is required after ','. |
| 2 | 22970 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22970: Infix operators must be spaced. |
| 2 | 22996 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 22996: Infix operators must be spaced. |
| 2 | 23047 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23047: A space is required after ','. |
| 2 | 23071 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23071: Infix operators must be spaced. |
| 2 | 23077 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23077: A space is required after ','. |
| 2 | 23085 | 2 | Strings must use singlequote. | quotes | → line 2, col 23085: Strings must use singlequote. |
| 2 | 23112 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23112: A space is required after ','. |
| 2 | 23140 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23140: A space is required after ','. |
| 2 | 23159 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23159: Infix operators must be spaced. |
| 2 | 23162 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23162: A space is required after ','. |
| 2 | 23181 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23181: Infix operators must be spaced. |
| 2 | 23184 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23184: A space is required after ','. |
| 2 | 23198 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23198: Infix operators must be spaced. |
| 2 | 23201 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23201: A space is required after ','. |
| 2 | 23215 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23215: Infix operators must be spaced. |
| 2 | 23218 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23218: A space is required after ','. |
| 2 | 23237 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23237: Infix operators must be spaced. |
| 2 | 23240 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23240: A space is required after ','. |
| 2 | 23258 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23258: Infix operators must be spaced. |
| 2 | 23261 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23261: A space is required after ','. |
| 2 | 23281 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23281: Infix operators must be spaced. |
| 2 | 23284 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23284: A space is required after ','. |
| 2 | 23299 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23299: Infix operators must be spaced. |
| 2 | 23302 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23302: A space is required after ','. |
| 2 | 23319 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23319: Infix operators must be spaced. |
| 2 | 23322 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23322: A space is required after ','. |
| 2 | 23370 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23370: A space is required after ','. |
| 2 | 23373 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23373: A space is required after ','. |
| 2 | 23388 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23388: Infix operators must be spaced. |
| 2 | 23391 | 2 | Missing semicolon. | semi | → line 2, col 23391: Missing semicolon. |
| 2 | 23392 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23392: A space is required after ','. |
| 2 | 23403 | 2 | Missing space before value for key "_dataRecv". | fecs-key-spacing | → line 2, col 23403: Missing space before value for key "_dataRecv". |
| 2 | 23411 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 23411: Missing space before function parentheses. |
| 2 | 23413 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23413: A space is required after ','. |
| 2 | 23416 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 23416: Missing space before opening brace. |
| 2 | 23417 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 23417: Statement inside of curly braces should be on next line. |
| 2 | 23424 | 2 | Strings must use singlequote. | quotes | → line 2, col 23424: Strings must use singlequote. |
| 2 | 23443 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 23443: Missing whitespace after semicolon. |
| 2 | 23449 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23449: Infix operators must be spaced. |
| 2 | 23475 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 23475: Missing whitespace after semicolon. |
| 2 | 23478 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 23478: Keyword "if" must be followed by whitespace. |
| 2 | 23483 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23483: Infix operators must be spaced. |
| 2 | 23488 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 23488: Missing space before opening brace. |
| 2 | 23489 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 23489: Statement inside of curly braces should be on next line. |
| 2 | 23502 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23502: Infix operators must be spaced. |
| 2 | 23536 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23536: Infix operators must be spaced. |
| 2 | 23562 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23562: Infix operators must be spaced. |
| 2 | 23582 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23582: Infix operators must be spaced. |
| 2 | 23603 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23603: Infix operators must be spaced. |
| 2 | 23622 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23622: A space is required after ','. |
| 2 | 23636 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23636: Infix operators must be spaced. |
| 2 | 23670 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23670: Infix operators must be spaced. |
| 2 | 23687 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23687: Infix operators must be spaced. |
| 2 | 23705 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 23705: Missing whitespace after semicolon. |
| 2 | 23706 | 2 | Expected { after 'for' condition. | curly | → line 2, col 23706: Expected { after 'for' condition. |
| 2 | 23709 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 23709: Keyword "for" must be followed by whitespace. |
| 2 | 23715 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23715: A space is required after ','. |
| 2 | 23717 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 23717: Missing whitespace after semicolon. |
| 2 | 23744 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23744: Infix operators must be spaced. |
| 2 | 23749 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23749: Infix operators must be spaced. |
| 2 | 23775 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23775: A space is required after ','. |
| 2 | 23777 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23777: Infix operators must be spaced. |
| 2 | 23802 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23802: A space is required after ','. |
| 2 | 23804 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23804: Infix operators must be spaced. |
| 2 | 23807 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23807: Infix operators must be spaced. |
| 2 | 23831 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23831: A space is required after ','. |
| 2 | 23834 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 23834: Missing whitespace after semicolon. |
| 2 | 23835 | 2 | Expected { after 'for' condition. | curly | → line 2, col 23835: Expected { after 'for' condition. |
| 2 | 23838 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 23838: Keyword "for" must be followed by whitespace. |
| 2 | 23863 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23863: Infix operators must be spaced. |
| 2 | 23909 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 23909: Missing whitespace after semicolon. |
| 2 | 23910 | 2 | Expected { after 'if' condition. | curly | → line 2, col 23910: Expected { after 'if' condition. |
| 2 | 23912 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 23912: Keyword "if" must be followed by whitespace. |
| 2 | 23931 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 23931: Infix operators must be spaced. |
| 2 | 23991 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 23991: Missing whitespace after semicolon. |
| 2 | 23992 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 23992: Split 'var' declarations into multiple statements. |
| 2 | 23997 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23997: A space is required after ','. |
| 2 | 23999 | 2 | A space is required after ','. | comma-spacing | → line 2, col 23999: A space is required after ','. |
| 2 | 24001 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24001: Infix operators must be spaced. |
| 2 | 24017 | 2 | Strings must use singlequote. | quotes | → line 2, col 24017: Strings must use singlequote. |
| 2 | 24024 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24024: Missing whitespace after semicolon. |
| 2 | 24027 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 24027: Keyword "if" must be followed by whitespace. |
| 2 | 24032 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24032: Infix operators must be spaced. |
| 2 | 24036 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24036: Infix operators must be spaced. |
| 2 | 24038 | 2 | Strings must use singlequote. | quotes | → line 2, col 24038: Strings must use singlequote. |
| 2 | 24049 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24049: Infix operators must be spaced. |
| 2 | 24049 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 24049: Expected '===' and instead saw '=='. |
| 2 | 24053 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 24053: Missing space before opening brace. |
| 2 | 24054 | 2 | Expected { after 'if' condition. | curly | → line 2, col 24054: Expected { after 'if' condition. |
| 2 | 24054 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 24054: Statement inside of curly braces should be on next line. |
| 2 | 24056 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 24056: Keyword "if" must be followed by whitespace. |
| 2 | 24082 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24082: Missing whitespace after semicolon. |
| 2 | 24091 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24091: Infix operators must be spaced. |
| 2 | 24107 | 2 | Strings must use singlequote. | quotes | → line 2, col 24107: Strings must use singlequote. |
| 2 | 24119 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24119: A space is required after ','. |
| 2 | 24121 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24121: Infix operators must be spaced. |
| 2 | 24145 | 2 | Strings must use singlequote. | quotes | → line 2, col 24145: Strings must use singlequote. |
| 2 | 24156 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24156: A space is required after ','. |
| 2 | 24161 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24161: Infix operators must be spaced. |
| 2 | 24165 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24165: Infix operators must be spaced. |
| 2 | 24167 | 2 | Strings must use singlequote. | quotes | → line 2, col 24167: Strings must use singlequote. |
| 2 | 24188 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24188: Infix operators must be spaced. |
| 2 | 24188 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 24188: Expected '===' and instead saw '=='. |
| 2 | 24191 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24191: Infix operators must be spaced. |
| 2 | 24201 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24201: Infix operators must be spaced. |
| 2 | 24203 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24203: Infix operators must be spaced. |
| 2 | 24207 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24207: Infix operators must be spaced. |
| 2 | 24208 | 2 | Strings must use singlequote. | quotes | → line 2, col 24208: Strings must use singlequote. |
| 2 | 24219 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24219: A space is required after ','. |
| 2 | 24263 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24263: A space is required after ','. |
| 2 | 24311 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24311: A space is required after ','. |
| 2 | 24312 | 2 | Strings must use singlequote. | quotes | → line 2, col 24312: Strings must use singlequote. |
| 2 | 24322 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24322: A space is required after ','. |
| 2 | 24349 | 2 | Missing semicolon. | semi | → line 2, col 24349: Missing semicolon. |
| 2 | 24355 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24355: Infix operators must be spaced. |
| 2 | 24360 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24360: Missing whitespace after semicolon. |
| 2 | 24377 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24377: A space is required after ','. |
| 2 | 24382 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24382: A space is required after ','. |
| 2 | 24391 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 24391: Missing space before function parentheses. |
| 2 | 24394 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 24394: Missing space before opening brace. |
| 2 | 24395 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 24395: Split 'var' declarations into multiple statements. |
| 2 | 24395 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 24395: Statement inside of curly braces should be on next line. |
| 2 | 24400 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24400: A space is required after ','. |
| 2 | 24402 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24402: Missing whitespace after semicolon. |
| 2 | 24406 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 24406: Keyword "for" must be followed by whitespace. |
| 2 | 24408 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24408: Infix operators must be spaced. |
| 2 | 24419 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24419: A space is required after ','. |
| 2 | 24430 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24430: Infix operators must be spaced. |
| 2 | 24433 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24433: A space is required after ','. |
| 2 | 24435 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24435: Infix operators must be spaced. |
| 2 | 24437 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24437: Missing whitespace after semicolon. |
| 2 | 24439 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24439: Infix operators must be spaced. |
| 2 | 24448 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24448: Missing whitespace after semicolon. |
| 2 | 24453 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 24453: Missing space before opening brace. |
| 2 | 24454 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 24454: Statement inside of curly braces should be on next line. |
| 2 | 24459 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24459: Infix operators must be spaced. |
| 2 | 24464 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24464: Missing whitespace after semicolon. |
| 2 | 24468 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 2, col 24468: Keyword "try" must be followed by whitespace. |
| 2 | 24468 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 24468: Missing space before opening brace. |
| 2 | 24469 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 24469: Statement inside of curly braces should be on next line. |
| 2 | 24482 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24482: Infix operators must be spaced. |
| 2 | 24500 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24500: Infix operators must be spaced. |
| 2 | 24508 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24508: Infix operators must be spaced. |
| 2 | 24536 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24536: Infix operators must be spaced. |
| 2 | 24556 | 2 | Missing semicolon. | semi | → line 2, col 24556: Missing semicolon. |
| 2 | 24557 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 2, col 24557: Closing curly brace appears on the same line as the subsequent block. |
| 2 | 24562 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 2, col 24562: Keyword "catch" must be followed by whitespace. |
| 2 | 24565 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 24565: Missing space before opening brace. |
| 2 | 24566 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 24566: Statement inside of curly braces should be on next line. |
| 2 | 24573 | 2 | Strings must use singlequote. | quotes | → line 2, col 24573: Strings must use singlequote. |
| 2 | 24628 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24628: Infix operators must be spaced. |
| 2 | 24639 | 2 | Missing semicolon. | semi | → line 2, col 24639: Missing semicolon. |
| 2 | 24643 | 2 | Missing semicolon. | semi | → line 2, col 24643: Missing semicolon. |
| 2 | 24645 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24645: A space is required after ','. |
| 2 | 24657 | 2 | Missing space before value for key "mechanisms". | fecs-key-spacing | → line 2, col 24657: Missing space before value for key "mechanisms". |
| 2 | 24659 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24659: A space is required after ','. |
| 2 | 24660 | 2 | Property '_connect_cb' is not in camel case. | fecs-camelcase | → line 2, col 24660: Property '_connect_cb' is not in camel case. |
| 2 | 24672 | 2 | Missing space before value for key "_connect_cb". | fecs-key-spacing | → line 2, col 24672: Missing space before value for key "_connect_cb". |
| 2 | 24680 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 24680: Missing space before function parentheses. |
| 2 | 24682 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24682: A space is required after ','. |
| 2 | 24684 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24684: A space is required after ','. |
| 2 | 24687 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 24687: Missing space before opening brace. |
| 2 | 24688 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 24688: Statement inside of curly braces should be on next line. |
| 2 | 24695 | 2 | Strings must use singlequote. | quotes | → line 2, col 24695: Strings must use singlequote. |
| 2 | 24720 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24720: A space is required after ','. |
| 2 | 24735 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24735: Infix operators must be spaced. |
| 2 | 24738 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24738: Missing whitespace after semicolon. |
| 2 | 24744 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24744: Infix operators must be spaced. |
| 2 | 24770 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24770: Missing whitespace after semicolon. |
| 2 | 24773 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 24773: Keyword "if" must be followed by whitespace. |
| 2 | 24776 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 24776: Missing space before opening brace. |
| 2 | 24777 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 24777: Statement inside of curly braces should be on next line. |
| 2 | 24790 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24790: Infix operators must be spaced. |
| 2 | 24824 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24824: Infix operators must be spaced. |
| 2 | 24850 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24850: Infix operators must be spaced. |
| 2 | 24870 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24870: Infix operators must be spaced. |
| 2 | 24891 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24891: Infix operators must be spaced. |
| 2 | 24910 | 2 | A space is required after ','. | comma-spacing | → line 2, col 24910: A space is required after ','. |
| 2 | 24924 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24924: Infix operators must be spaced. |
| 2 | 24958 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24958: Infix operators must be spaced. |
| 2 | 24975 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24975: Infix operators must be spaced. |
| 2 | 24993 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 24993: Missing whitespace after semicolon. |
| 2 | 24999 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 24999: Infix operators must be spaced. |
| 2 | 25026 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25026: Missing whitespace after semicolon. |
| 2 | 25029 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 25029: Keyword "if" must be followed by whitespace. |
| 2 | 25031 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25031: Infix operators must be spaced. |
| 2 | 25052 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 25052: Missing space before opening brace. |
| 2 | 25053 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 25053: Statement inside of curly braces should be on next line. |
| 2 | 25074 | 2 | Identifier 'sasl_scram_sha1' is not in camel case. | fecs-camelcase | → line 2, col 25074: Identifier 'sasl_scram_sha1' is not in camel case. |
| 2 | 25089 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25089: Infix operators must be spaced. |
| 2 | 25092 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25092: A space is required after ','. |
| 2 | 25114 | 2 | Identifier 'sasl_plain' is not in camel case. | fecs-camelcase | → line 2, col 25114: Identifier 'sasl_plain' is not in camel case. |
| 2 | 25124 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25124: Infix operators must be spaced. |
| 2 | 25127 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25127: A space is required after ','. |
| 2 | 25149 | 2 | Identifier 'sasl_digest_md5' is not in camel case. | fecs-camelcase | → line 2, col 25149: Identifier 'sasl_digest_md5' is not in camel case. |
| 2 | 25164 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25164: Infix operators must be spaced. |
| 2 | 25167 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25167: A space is required after ','. |
| 2 | 25189 | 2 | Identifier 'sasl_anonymous' is not in camel case. | fecs-camelcase | → line 2, col 25189: Identifier 'sasl_anonymous' is not in camel case. |
| 2 | 25203 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25203: Infix operators must be spaced. |
| 2 | 25206 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25206: A space is required after ','. |
| 2 | 25228 | 2 | Identifier 'legacy_auth' is not in camel case. | fecs-camelcase | → line 2, col 25228: Identifier 'legacy_auth' is not in camel case. |
| 2 | 25239 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25239: Infix operators must be spaced. |
| 2 | 25242 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25242: Missing whitespace after semicolon. |
| 2 | 25248 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25248: Missing whitespace after semicolon. |
| 2 | 25250 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25250: Infix operators must be spaced. |
| 2 | 25275 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25275: Infix operators must be spaced. |
| 2 | 25312 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25312: A space is required after ','. |
| 2 | 25313 | 2 | Strings must use singlequote. | quotes | → line 2, col 25313: Strings must use singlequote. |
| 2 | 25331 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25331: Infix operators must be spaced. |
| 2 | 25357 | 2 | Strings must use singlequote. | quotes | → line 2, col 25357: Strings must use singlequote. |
| 2 | 25382 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25382: Infix operators must be spaced. |
| 2 | 25384 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25384: Infix operators must be spaced. |
| 2 | 25409 | 2 | Strings must use singlequote. | quotes | → line 2, col 25409: Strings must use singlequote. |
| 2 | 25427 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25427: Infix operators must be spaced. |
| 2 | 25429 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25429: Missing whitespace after semicolon. |
| 2 | 25430 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 25430: Split 'var' declarations into multiple statements. |
| 2 | 25435 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25435: A space is required after ','. |
| 2 | 25437 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25437: A space is required after ','. |
| 2 | 25439 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25439: Infix operators must be spaced. |
| 2 | 25463 | 2 | Strings must use singlequote. | quotes | → line 2, col 25463: Strings must use singlequote. |
| 2 | 25475 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25475: A space is required after ','. |
| 2 | 25477 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25477: Infix operators must be spaced. |
| 2 | 25480 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25480: A space is required after ','. |
| 2 | 25481 | 1 | "l" is defined but never used | no-unused-vars | → line 2, col 25481: "l" is defined but never used |
| 2 | 25482 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25482: Infix operators must be spaced. |
| 2 | 25485 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25485: Missing whitespace after semicolon. |
| 2 | 25486 | 2 | Expected { after 'if' condition. | curly | → line 2, col 25486: Expected { after 'if' condition. |
| 2 | 25488 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 25488: Keyword "if" must be followed by whitespace. |
| 2 | 25536 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25536: Missing whitespace after semicolon. |
| 2 | 25537 | 2 | Expected { after 'if' condition. | curly | → line 2, col 25537: Expected { after 'if' condition. |
| 2 | 25539 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 25539: Keyword "if" must be followed by whitespace. |
| 2 | 25548 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25548: Infix operators must be spaced. |
| 2 | 25551 | 2 | Expected { after 'for' condition. | curly | → line 2, col 25551: Expected { after 'for' condition. |
| 2 | 25554 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 25554: Keyword "for" must be followed by whitespace. |
| 2 | 25556 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25556: Infix operators must be spaced. |
| 2 | 25558 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25558: Missing whitespace after semicolon. |
| 2 | 25560 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25560: Infix operators must be spaced. |
| 2 | 25569 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25569: Missing whitespace after semicolon. |
| 2 | 25575 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25575: Infix operators must be spaced. |
| 2 | 25591 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25591: A space is required after ','. |
| 2 | 25610 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25610: Infix operators must be spaced. |
| 2 | 25638 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25638: Missing whitespace after semicolon. |
| 2 | 25667 | 2 | Identifier 'legacy_auth' is not in camel case. | fecs-camelcase | → line 2, col 25667: Identifier 'legacy_auth' is not in camel case. |
| 2 | 25678 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25678: Infix operators must be spaced. |
| 2 | 25702 | 2 | Strings must use singlequote. | quotes | → line 2, col 25702: Strings must use singlequote. |
| 2 | 25716 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25716: Infix operators must be spaced. |
| 2 | 25718 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25718: A space is required after ','. |
| 2 | 25721 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25721: Infix operators must be spaced. |
| 2 | 25754 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25754: Infix operators must be spaced. |
| 2 | 25764 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25764: Infix operators must be spaced. |
| 2 | 25767 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25767: Infix operators must be spaced. |
| 2 | 25768 | 1 | Unary word operator "void" must be followed by whitespace. | space-unary-ops | → line 2, col 25768: Unary word operator "void" must be followed by whitespace. |
| 2 | 25795 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25795: Infix operators must be spaced. |
| 2 | 25800 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25800: Infix operators must be spaced. |
| 2 | 25861 | 2 | Missing semicolon. | semi | → line 2, col 25861: Missing semicolon. |
| 2 | 25864 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25864: A space is required after ','. |
| 2 | 25878 | 2 | Missing space before value for key "authenticate". | fecs-key-spacing | → line 2, col 25878: Missing space before value for key "authenticate". |
| 2 | 25886 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 25886: Missing space before function parentheses. |
| 2 | 25889 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 25889: Missing space before opening brace. |
| 2 | 25890 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 25890: Statement inside of curly braces should be on next line. |
| 2 | 25895 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25895: Missing whitespace after semicolon. |
| 2 | 25899 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 25899: Keyword "for" must be followed by whitespace. |
| 2 | 25901 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25901: Infix operators must be spaced. |
| 2 | 25903 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25903: Missing whitespace after semicolon. |
| 2 | 25905 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25905: Infix operators must be spaced. |
| 2 | 25914 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25914: Infix operators must be spaced. |
| 2 | 25916 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25916: Missing whitespace after semicolon. |
| 2 | 25921 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 25921: Missing space before opening brace. |
| 2 | 25922 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 25922: Statement inside of curly braces should be on next line. |
| 2 | 25922 | 2 | Expected { after 'for' condition. | curly | → line 2, col 25922: Expected { after 'for' condition. |
| 2 | 25925 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 25925: Keyword "for" must be followed by whitespace. |
| 2 | 25931 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25931: Infix operators must be spaced. |
| 2 | 25933 | 2 | A space is required after ','. | comma-spacing | → line 2, col 25933: A space is required after ','. |
| 2 | 25935 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25935: Infix operators must be spaced. |
| 2 | 25937 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25937: Infix operators must be spaced. |
| 2 | 25939 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25939: Missing whitespace after semicolon. |
| 2 | 25941 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25941: Infix operators must be spaced. |
| 2 | 25950 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 25950: Missing whitespace after semicolon. |
| 2 | 25978 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 25978: Infix operators must be spaced. |
| 2 | 26002 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26002: Infix operators must be spaced. |
| 2 | 26006 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26006: Infix operators must be spaced. |
| 2 | 26009 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 26009: Missing whitespace after semicolon. |
| 2 | 26012 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 26012: Keyword "if" must be followed by whitespace. |
| 2 | 26014 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26014: Infix operators must be spaced. |
| 2 | 26014 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 26014: Expected '!==' and instead saw '!='. |
| 2 | 26018 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 26018: Missing space before opening brace. |
| 2 | 26019 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 26019: Statement inside of curly braces should be on next line. |
| 2 | 26024 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26024: Infix operators must be spaced. |
| 2 | 26029 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 26029: Missing whitespace after semicolon. |
| 2 | 26034 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26034: Infix operators must be spaced. |
| 2 | 26039 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26039: A space is required after ','. |
| 2 | 26044 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26044: Infix operators must be spaced. |
| 2 | 26046 | 2 | Missing semicolon. | semi | → line 2, col 26046: Missing semicolon. |
| 2 | 26053 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26053: Infix operators must be spaced. |
| 2 | 26056 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 26056: Missing whitespace after semicolon. |
| 2 | 26057 | 2 | Expected { after 'for' condition. | curly | → line 2, col 26057: Expected { after 'for' condition. |
| 2 | 26060 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 26060: Keyword "for" must be followed by whitespace. |
| 2 | 26062 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26062: Infix operators must be spaced. |
| 2 | 26064 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 26064: Missing whitespace after semicolon. |
| 2 | 26066 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26066: Infix operators must be spaced. |
| 2 | 26075 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 26075: Missing whitespace after semicolon. |
| 2 | 26082 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 26082: Keyword "if" must be followed by whitespace. |
| 2 | 26099 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 26099: Missing space before opening brace. |
| 2 | 26100 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 26100: Statement inside of curly braces should be on next line. |
| 2 | 26105 | 2 | Identifier '_sasl_success_handler' is not in camel case. | fecs-camelcase | → line 2, col 26105: Identifier '_sasl_success_handler' is not in camel case. |
| 2 | 26126 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26126: Infix operators must be spaced. |
| 2 | 26179 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26179: A space is required after ','. |
| 2 | 26184 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26184: A space is required after ','. |
| 2 | 26185 | 2 | Strings must use singlequote. | quotes | → line 2, col 26185: Strings must use singlequote. |
| 2 | 26194 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26194: A space is required after ','. |
| 2 | 26199 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26199: A space is required after ','. |
| 2 | 26205 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26205: A space is required after ','. |
| 2 | 26211 | 2 | Identifier '_sasl_failure_handler' is not in camel case. | fecs-camelcase | → line 2, col 26211: Identifier '_sasl_failure_handler' is not in camel case. |
| 2 | 26232 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26232: Infix operators must be spaced. |
| 2 | 26285 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26285: A space is required after ','. |
| 2 | 26290 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26290: A space is required after ','. |
| 2 | 26291 | 2 | Strings must use singlequote. | quotes | → line 2, col 26291: Strings must use singlequote. |
| 2 | 26300 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26300: A space is required after ','. |
| 2 | 26305 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26305: A space is required after ','. |
| 2 | 26311 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26311: A space is required after ','. |
| 2 | 26317 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 2, col 26317: Identifier '_sasl_challenge_handler' is not in camel case. |
| 2 | 26340 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26340: Infix operators must be spaced. |
| 2 | 26395 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26395: A space is required after ','. |
| 2 | 26400 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26400: A space is required after ','. |
| 2 | 26401 | 2 | Strings must use singlequote. | quotes | → line 2, col 26401: Strings must use singlequote. |
| 2 | 26412 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26412: A space is required after ','. |
| 2 | 26417 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26417: A space is required after ','. |
| 2 | 26423 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26423: A space is required after ','. |
| 2 | 26429 | 2 | Identifier '_sasl_mechanism' is not in camel case. | fecs-camelcase | → line 2, col 26429: Identifier '_sasl_mechanism' is not in camel case. |
| 2 | 26444 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26444: Infix operators must be spaced. |
| 2 | 26445 | 1 | Missing '()' invoking a constructor | new-parens | → line 2, col 26445: Missing '()' invoking a constructor |
| 2 | 26453 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26453: A space is required after ','. |
| 2 | 26488 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 26488: Missing whitespace after semicolon. |
| 2 | 26494 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26494: Infix operators must be spaced. |
| 2 | 26497 | 2 | Strings must use singlequote. | quotes | → line 2, col 26497: Strings must use singlequote. |
| 2 | 26503 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26503: A space is required after ','. |
| 2 | 26511 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 2, col 26511: Missing space before value for key "xmlns". |
| 2 | 26520 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26520: A space is required after ','. |
| 2 | 26531 | 2 | Missing space before value for key "mechanism". | fecs-key-spacing | → line 2, col 26531: Missing space before value for key "mechanism". |
| 2 | 26558 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 26558: Missing whitespace after semicolon. |
| 2 | 26561 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 26561: Keyword "if" must be followed by whitespace. |
| 2 | 26597 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 26597: Missing space before opening brace. |
| 2 | 26598 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 26598: Statement inside of curly braces should be on next line. |
| 2 | 26603 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26603: Infix operators must be spaced. |
| 2 | 26641 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26641: A space is required after ','. |
| 2 | 26647 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 26647: Missing whitespace after semicolon. |
| 2 | 26664 | 2 | Missing semicolon. | semi | → line 2, col 26664: Missing semicolon. |
| 2 | 26684 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26684: A space is required after ','. |
| 2 | 26686 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26686: Infix operators must be spaced. |
| 2 | 26689 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 26689: Missing whitespace after semicolon. |
| 2 | 26695 | 2 | Missing semicolon. | semi | → line 2, col 26695: Missing semicolon. |
| 2 | 26697 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26697: Infix operators must be spaced. |
| 2 | 26704 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26704: Infix operators must be spaced. |
| 2 | 26733 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 26733: Infix operators must be spaced. |
| 2 | 26778 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26778: A space is required after ','. |
| 2 | 26779 | 2 | Strings must use singlequote. | quotes | → line 2, col 26779: Strings must use singlequote. |
| 2 | 26808 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26808: A space is required after ','. |
| 2 | 26825 | 2 | Strings must use singlequote. | quotes | → line 2, col 26825: Strings must use singlequote. |
| 2 | 26906 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26906: A space is required after ','. |
| 2 | 26912 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26912: A space is required after ','. |
| 2 | 26958 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26958: A space is required after ','. |
| 2 | 26963 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26963: A space is required after ','. |
| 2 | 26968 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26968: A space is required after ','. |
| 2 | 26973 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26973: A space is required after ','. |
| 2 | 26974 | 2 | Strings must use singlequote. | quotes | → line 2, col 26974: Strings must use singlequote. |
| 2 | 26984 | 2 | A space is required after ','. | comma-spacing | → line 2, col 26984: A space is required after ','. |
| 2 | 27003 | 2 | Strings must use singlequote. | quotes | → line 2, col 27003: Strings must use singlequote. |
| 2 | 27003 | 2 | Missing space before value for key "type". | fecs-key-spacing | → line 2, col 27003: Missing space before value for key "type". |
| 2 | 27008 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27008: A space is required after ','. |
| 2 | 27012 | 2 | Missing space before value for key "to". | fecs-key-spacing | → line 2, col 27012: Missing space before value for key "to". |
| 2 | 27023 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27023: A space is required after ','. |
| 2 | 27027 | 2 | Missing space before value for key "id". | fecs-key-spacing | → line 2, col 27027: Missing space before value for key "id". |
| 2 | 27027 | 2 | Strings must use singlequote. | quotes | → line 2, col 27027: Strings must use singlequote. |
| 2 | 27041 | 2 | Strings must use singlequote. | quotes | → line 2, col 27041: Strings must use singlequote. |
| 2 | 27048 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27048: A space is required after ','. |
| 2 | 27056 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 2, col 27056: Missing space before value for key "xmlns". |
| 2 | 27070 | 2 | Strings must use singlequote. | quotes | → line 2, col 27070: Strings must use singlequote. |
| 2 | 27080 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27080: A space is required after ','. |
| 2 | 27124 | 2 | Missing semicolon. | semi | → line 2, col 27124: Missing semicolon. |
| 2 | 27125 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27125: A space is required after ','. |
| 2 | 27126 | 2 | Property '_sasl_challenge_cb' is not in camel case. | fecs-camelcase | → line 2, col 27126: Property '_sasl_challenge_cb' is not in camel case. |
| 2 | 27145 | 2 | Missing space before value for key "_sasl_challenge_cb". | fecs-key-spacing | → line 2, col 27145: Missing space before value for key "_sasl_challenge_cb". |
| 2 | 27153 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 27153: Missing space before function parentheses. |
| 2 | 27156 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 27156: Missing space before opening brace. |
| 2 | 27157 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 27157: Statement inside of curly braces should be on next line. |
| 2 | 27157 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 27157: Split 'var' declarations into multiple statements. |
| 2 | 27162 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27162: Infix operators must be spaced. |
| 2 | 27185 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27185: A space is required after ','. |
| 2 | 27187 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27187: Infix operators must be spaced. |
| 2 | 27225 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27225: A space is required after ','. |
| 2 | 27228 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27228: A space is required after ','. |
| 2 | 27230 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27230: Infix operators must be spaced. |
| 2 | 27233 | 2 | Strings must use singlequote. | quotes | → line 2, col 27233: Strings must use singlequote. |
| 2 | 27243 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27243: A space is required after ','. |
| 2 | 27251 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 2, col 27251: Missing space before value for key "xmlns". |
| 2 | 27262 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 27262: Missing whitespace after semicolon. |
| 2 | 27263 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 27263: Keyword "return" must be followed by whitespace. |
| 2 | 27269 | 2 | Strings must use singlequote. | quotes | → line 2, col 27269: Strings must use singlequote. |
| 2 | 27271 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27271: Infix operators must be spaced. |
| 2 | 27275 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27275: Infix operators must be spaced. |
| 2 | 27293 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27293: A space is required after ','. |
| 2 | 27313 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27313: A space is required after ','. |
| 2 | 27316 | 2 | Missing semicolon. | semi | → line 2, col 27316: Missing semicolon. |
| 2 | 27317 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27317: A space is required after ','. |
| 2 | 27318 | 2 | Property '_auth1_cb' is not in camel case. | fecs-camelcase | → line 2, col 27318: Property '_auth1_cb' is not in camel case. |
| 2 | 27328 | 2 | Missing space before value for key "_auth1_cb". | fecs-key-spacing | → line 2, col 27328: Missing space before value for key "_auth1_cb". |
| 2 | 27336 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 27336: Missing space before function parentheses. |
| 2 | 27339 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 27339: Missing space before opening brace. |
| 2 | 27340 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 27340: Statement inside of curly braces should be on next line. |
| 2 | 27345 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27345: Infix operators must be spaced. |
| 2 | 27354 | 2 | Strings must use singlequote. | quotes | → line 2, col 27354: Strings must use singlequote. |
| 2 | 27354 | 2 | Missing space before value for key "type". | fecs-key-spacing | → line 2, col 27354: Missing space before value for key "type". |
| 2 | 27359 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27359: A space is required after ','. |
| 2 | 27363 | 2 | Missing space before value for key "id". | fecs-key-spacing | → line 2, col 27363: Missing space before value for key "id". |
| 2 | 27363 | 2 | Strings must use singlequote. | quotes | → line 2, col 27363: Strings must use singlequote. |
| 2 | 27377 | 2 | Strings must use singlequote. | quotes | → line 2, col 27377: Strings must use singlequote. |
| 2 | 27384 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27384: A space is required after ','. |
| 2 | 27392 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 2, col 27392: Missing space before value for key "xmlns". |
| 2 | 27406 | 2 | Strings must use singlequote. | quotes | → line 2, col 27406: Strings must use singlequote. |
| 2 | 27416 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27416: A space is required after ','. |
| 2 | 27458 | 2 | Strings must use singlequote. | quotes | → line 2, col 27458: Strings must use singlequote. |
| 2 | 27482 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 27482: Missing whitespace after semicolon. |
| 2 | 27520 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27520: Infix operators must be spaced. |
| 2 | 27531 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27531: Infix operators must be spaced. |
| 2 | 27561 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27561: Infix operators must be spaced. |
| 2 | 27562 | 2 | Strings must use singlequote. | quotes | → line 2, col 27562: Strings must use singlequote. |
| 2 | 27573 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27573: A space is required after ','. |
| 2 | 27583 | 2 | Strings must use singlequote. | quotes | → line 2, col 27583: Strings must use singlequote. |
| 2 | 27593 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27593: A space is required after ','. |
| 2 | 27631 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27631: A space is required after ','. |
| 2 | 27677 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27677: A space is required after ','. |
| 2 | 27682 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27682: A space is required after ','. |
| 2 | 27687 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27687: A space is required after ','. |
| 2 | 27692 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27692: A space is required after ','. |
| 2 | 27693 | 2 | Strings must use singlequote. | quotes | → line 2, col 27693: Strings must use singlequote. |
| 2 | 27703 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27703: A space is required after ','. |
| 2 | 27723 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27723: A space is required after ','. |
| 2 | 27726 | 2 | Missing semicolon. | semi | → line 2, col 27726: Missing semicolon. |
| 2 | 27727 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27727: A space is required after ','. |
| 2 | 27728 | 2 | Property '_sasl_success_cb' is not in camel case. | fecs-camelcase | → line 2, col 27728: Property '_sasl_success_cb' is not in camel case. |
| 2 | 27745 | 2 | Missing space before value for key "_sasl_success_cb". | fecs-key-spacing | → line 2, col 27745: Missing space before value for key "_sasl_success_cb". |
| 2 | 27753 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 27753: Missing space before function parentheses. |
| 2 | 27756 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 27756: Missing space before opening brace. |
| 2 | 27757 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 27757: Statement inside of curly braces should be on next line. |
| 2 | 27759 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 27759: Keyword "if" must be followed by whitespace. |
| 2 | 27776 | 2 | Strings must use singlequote. | quotes | → line 2, col 27776: Strings must use singlequote. |
| 2 | 27796 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 27796: Missing space before opening brace. |
| 2 | 27797 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 27797: Statement inside of curly braces should be on next line. |
| 2 | 27797 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 27797: Split 'var' declarations into multiple statements. |
| 2 | 27802 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27802: A space is required after ','. |
| 2 | 27804 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27804: Infix operators must be spaced. |
| 2 | 27827 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27827: A space is required after ','. |
| 2 | 27829 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27829: Infix operators must be spaced. |
| 2 | 27853 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27853: A space is required after ','. |
| 2 | 27855 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27855: Infix operators must be spaced. |
| 2 | 27866 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 27866: Missing whitespace after semicolon. |
| 2 | 27867 | 2 | Expected { after 'if' condition. | curly | → line 2, col 27867: Expected { after 'if' condition. |
| 2 | 27869 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 27869: Keyword "if" must be followed by whitespace. |
| 2 | 27870 | 2 | Strings must use singlequote. | quotes | → line 2, col 27870: Strings must use singlequote. |
| 2 | 27873 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27873: Infix operators must be spaced. |
| 2 | 27873 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 27873: Expected '===' and instead saw '=='. |
| 2 | 27879 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27879: Infix operators must be spaced. |
| 2 | 27883 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27883: Infix operators must be spaced. |
| 2 | 27889 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27889: A space is required after ','. |
| 2 | 27891 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 2, col 27891: Expected '!==' and instead saw '!='. |
| 2 | 27891 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 27891: Infix operators must be spaced. |
| 2 | 27909 | 2 | Strings must use singlequote. | quotes | → line 2, col 27909: Strings must use singlequote. |
| 2 | 27982 | 2 | A space is required after ','. | comma-spacing | → line 2, col 27982: A space is required after ','. |
| 2 | 27988 | 2 | Identifier '_sasl_failure_handler' is not in camel case. | fecs-camelcase | → line 2, col 27988: Identifier '_sasl_failure_handler' is not in camel case. |
| 2 | 28009 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28009: Infix operators must be spaced. |
| 2 | 28014 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28014: A space is required after ','. |
| 2 | 28043 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28043: Infix operators must be spaced. |
| 2 | 28094 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28094: A space is required after ','. |
| 2 | 28100 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 2, col 28100: Identifier '_sasl_challenge_handler' is not in camel case. |
| 2 | 28123 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28123: Infix operators must be spaced. |
| 2 | 28129 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28129: A space is required after ','. |
| 2 | 28135 | 2 | Identifier '_sasl_data' is not in camel case. | fecs-camelcase | → line 2, col 28135: Identifier '_sasl_data' is not in camel case. |
| 2 | 28145 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28145: Infix operators must be spaced. |
| 2 | 28148 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28148: A space is required after ','. |
| 2 | 28176 | 2 | Missing semicolon. | semi | → line 2, col 28176: Missing semicolon. |
| 2 | 28184 | 2 | Strings must use singlequote. | quotes | → line 2, col 28184: Strings must use singlequote. |
| 2 | 28217 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28217: A space is required after ','. |
| 2 | 28238 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28238: Infix operators must be spaced. |
| 2 | 28272 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28272: A space is required after ','. |
| 2 | 28319 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28319: A space is required after ','. |
| 2 | 28325 | 2 | Identifier '_sasl_failure_handler' is not in camel case. | fecs-camelcase | → line 2, col 28325: Identifier '_sasl_failure_handler' is not in camel case. |
| 2 | 28346 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28346: Infix operators must be spaced. |
| 2 | 28351 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28351: A space is required after ','. |
| 2 | 28380 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28380: Infix operators must be spaced. |
| 2 | 28431 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28431: A space is required after ','. |
| 2 | 28437 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 2, col 28437: Identifier '_sasl_challenge_handler' is not in camel case. |
| 2 | 28460 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28460: Infix operators must be spaced. |
| 2 | 28466 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 28466: Missing whitespace after semicolon. |
| 2 | 28467 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 28467: Split 'var' declarations into multiple statements. |
| 2 | 28472 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28472: Infix operators must be spaced. |
| 2 | 28475 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28475: A space is required after ','. |
| 2 | 28477 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28477: Infix operators must be spaced. |
| 2 | 28486 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 28486: Missing space before function parentheses. |
| 2 | 28488 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28488: A space is required after ','. |
| 2 | 28491 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 28491: Missing space before opening brace. |
| 2 | 28492 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 28492: Statement inside of curly braces should be on next line. |
| 2 | 28492 | 2 | Expected { after 'for' condition. | curly | → line 2, col 28492: Expected { after 'for' condition. |
| 2 | 28495 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 28495: Keyword "for" must be followed by whitespace. |
| 2 | 28534 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 28534: Missing whitespace after semicolon. |
| 2 | 28575 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28575: A space is required after ','. |
| 2 | 28578 | 2 | Missing semicolon. | semi | → line 2, col 28578: Missing semicolon. |
| 2 | 28579 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 28579: Missing whitespace after semicolon. |
| 2 | 28622 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 28622: Missing space before function parentheses. |
| 2 | 28625 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 28625: Missing space before opening brace. |
| 2 | 28626 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 28626: Statement inside of curly braces should be on next line. |
| 2 | 28640 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28640: A space is required after ','. |
| 2 | 28643 | 2 | Missing semicolon. | semi | → line 2, col 28643: Missing semicolon. |
| 2 | 28655 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28655: A space is required after ','. |
| 2 | 28660 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28660: A space is required after ','. |
| 2 | 28661 | 2 | Strings must use singlequote. | quotes | → line 2, col 28661: Strings must use singlequote. |
| 2 | 28678 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28678: A space is required after ','. |
| 2 | 28683 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28683: A space is required after ','. |
| 2 | 28690 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28690: A space is required after ','. |
| 2 | 28726 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 28726: Missing space before function parentheses. |
| 2 | 28729 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 28729: Missing space before opening brace. |
| 2 | 28730 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 28730: Statement inside of curly braces should be on next line. |
| 2 | 28744 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28744: A space is required after ','. |
| 2 | 28747 | 2 | Missing semicolon. | semi | → line 2, col 28747: Missing semicolon. |
| 2 | 28759 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28759: A space is required after ','. |
| 2 | 28771 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28771: A space is required after ','. |
| 2 | 28772 | 2 | Strings must use singlequote. | quotes | → line 2, col 28772: Strings must use singlequote. |
| 2 | 28782 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28782: A space is required after ','. |
| 2 | 28787 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28787: A space is required after ','. |
| 2 | 28794 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28794: A space is required after ','. |
| 2 | 28814 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28814: A space is required after ','. |
| 2 | 28817 | 2 | Missing semicolon. | semi | → line 2, col 28817: Missing semicolon. |
| 2 | 28818 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28818: A space is required after ','. |
| 2 | 28819 | 2 | Property '_sasl_auth1_cb' is not in camel case. | fecs-camelcase | → line 2, col 28819: Property '_sasl_auth1_cb' is not in camel case. |
| 2 | 28834 | 2 | Missing space before value for key "_sasl_auth1_cb". | fecs-key-spacing | → line 2, col 28834: Missing space before value for key "_sasl_auth1_cb". |
| 2 | 28842 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 28842: Missing space before function parentheses. |
| 2 | 28845 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 28845: Missing space before opening brace. |
| 2 | 28846 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 28846: Statement inside of curly braces should be on next line. |
| 2 | 28859 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28859: Infix operators must be spaced. |
| 2 | 28861 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 28861: Missing whitespace after semicolon. |
| 2 | 28862 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 28862: Split 'var' declarations into multiple statements. |
| 2 | 28867 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28867: A space is required after ','. |
| 2 | 28869 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 28869: Missing whitespace after semicolon. |
| 2 | 28870 | 2 | Expected { after 'for' condition. | curly | → line 2, col 28870: Expected { after 'for' condition. |
| 2 | 28873 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 28873: Keyword "for" must be followed by whitespace. |
| 2 | 28875 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28875: Infix operators must be spaced. |
| 2 | 28877 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 28877: Missing whitespace after semicolon. |
| 2 | 28879 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28879: Infix operators must be spaced. |
| 2 | 28899 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 28899: Missing whitespace after semicolon. |
| 2 | 28905 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28905: Infix operators must be spaced. |
| 2 | 28921 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28921: A space is required after ','. |
| 2 | 28922 | 2 | Strings must use singlequote. | quotes | → line 2, col 28922: Strings must use singlequote. |
| 2 | 28928 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28928: Infix operators must be spaced. |
| 2 | 28928 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 28928: Expected '===' and instead saw '=='. |
| 2 | 28940 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28940: Infix operators must be spaced. |
| 2 | 28948 | 2 | Identifier 'do_bind' is not in camel case. | fecs-camelcase | → line 2, col 28948: Identifier 'do_bind' is not in camel case. |
| 2 | 28955 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28955: Infix operators must be spaced. |
| 2 | 28959 | 2 | A space is required after ','. | comma-spacing | → line 2, col 28959: A space is required after ','. |
| 2 | 28960 | 2 | Strings must use singlequote. | quotes | → line 2, col 28960: Strings must use singlequote. |
| 2 | 28969 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28969: Infix operators must be spaced. |
| 2 | 28969 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 28969: Expected '===' and instead saw '=='. |
| 2 | 28981 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28981: Infix operators must be spaced. |
| 2 | 28989 | 2 | Identifier 'do_session' is not in camel case. | fecs-camelcase | → line 2, col 28989: Identifier 'do_session' is not in camel case. |
| 2 | 28999 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 28999: Infix operators must be spaced. |
| 2 | 29003 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 29003: Missing whitespace after semicolon. |
| 2 | 29004 | 2 | Expected { after 'if' condition. | curly | → line 2, col 29004: Expected { after 'if' condition. |
| 2 | 29006 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 29006: Keyword "if" must be followed by whitespace. |
| 2 | 29071 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29071: A space is required after ','. |
| 2 | 29077 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29077: A space is required after ','. |
| 2 | 29080 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 29080: Missing whitespace after semicolon. |
| 2 | 29130 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29130: A space is required after ','. |
| 2 | 29135 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29135: A space is required after ','. |
| 2 | 29140 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29140: A space is required after ','. |
| 2 | 29145 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29145: A space is required after ','. |
| 2 | 29146 | 2 | Strings must use singlequote. | quotes | → line 2, col 29146: Strings must use singlequote. |
| 2 | 29161 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 29161: Missing whitespace after semicolon. |
| 2 | 29167 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29167: Infix operators must be spaced. |
| 2 | 29198 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 29198: Missing whitespace after semicolon. |
| 2 | 29217 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29217: Infix operators must be spaced. |
| 2 | 29226 | 2 | Missing space before value for key "type". | fecs-key-spacing | → line 2, col 29226: Missing space before value for key "type". |
| 2 | 29226 | 2 | Strings must use singlequote. | quotes | → line 2, col 29226: Strings must use singlequote. |
| 2 | 29231 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29231: A space is required after ','. |
| 2 | 29235 | 2 | Missing space before value for key "id". | fecs-key-spacing | → line 2, col 29235: Missing space before value for key "id". |
| 2 | 29235 | 2 | Strings must use singlequote. | quotes | → line 2, col 29235: Strings must use singlequote. |
| 2 | 29254 | 2 | Strings must use singlequote. | quotes | → line 2, col 29254: Strings must use singlequote. |
| 2 | 29260 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29260: A space is required after ','. |
| 2 | 29268 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 2, col 29268: Missing space before value for key "xmlns". |
| 2 | 29282 | 2 | Strings must use singlequote. | quotes | → line 2, col 29282: Strings must use singlequote. |
| 2 | 29292 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29292: A space is required after ','. |
| 2 | 29317 | 2 | Strings must use singlequote. | quotes | → line 2, col 29317: Strings must use singlequote. |
| 2 | 29317 | 2 | Missing space before value for key "type". | fecs-key-spacing | → line 2, col 29317: Missing space before value for key "type". |
| 2 | 29322 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29322: A space is required after ','. |
| 2 | 29326 | 2 | Strings must use singlequote. | quotes | → line 2, col 29326: Strings must use singlequote. |
| 2 | 29326 | 2 | Missing space before value for key "id". | fecs-key-spacing | → line 2, col 29326: Missing space before value for key "id". |
| 2 | 29345 | 2 | Strings must use singlequote. | quotes | → line 2, col 29345: Strings must use singlequote. |
| 2 | 29351 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29351: A space is required after ','. |
| 2 | 29359 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 2, col 29359: Missing space before value for key "xmlns". |
| 2 | 29378 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29378: A space is required after ','. |
| 2 | 29381 | 2 | Missing semicolon. | semi | → line 2, col 29381: Missing semicolon. |
| 2 | 29382 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29382: A space is required after ','. |
| 2 | 29383 | 2 | Property '_sasl_bind_cb' is not in camel case. | fecs-camelcase | → line 2, col 29383: Property '_sasl_bind_cb' is not in camel case. |
| 2 | 29397 | 2 | Missing space before value for key "_sasl_bind_cb". | fecs-key-spacing | → line 2, col 29397: Missing space before value for key "_sasl_bind_cb". |
| 2 | 29405 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 29405: Missing space before function parentheses. |
| 2 | 29408 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 29408: Missing space before opening brace. |
| 2 | 29409 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 29409: Statement inside of curly braces should be on next line. |
| 2 | 29411 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 29411: Keyword "if" must be followed by whitespace. |
| 2 | 29412 | 2 | Strings must use singlequote. | quotes | → line 2, col 29412: Strings must use singlequote. |
| 2 | 29419 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 29419: Expected '===' and instead saw '=='. |
| 2 | 29419 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29419: Infix operators must be spaced. |
| 2 | 29436 | 2 | Strings must use singlequote. | quotes | → line 2, col 29436: Strings must use singlequote. |
| 2 | 29444 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 29444: Missing space before opening brace. |
| 2 | 29445 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 29445: Statement inside of curly braces should be on next line. |
| 2 | 29452 | 2 | Strings must use singlequote. | quotes | → line 2, col 29452: Strings must use singlequote. |
| 2 | 29475 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 29475: Missing whitespace after semicolon. |
| 2 | 29476 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 29476: Split 'var' declarations into multiple statements. |
| 2 | 29481 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29481: A space is required after ','. |
| 2 | 29483 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29483: Infix operators must be spaced. |
| 2 | 29507 | 2 | Strings must use singlequote. | quotes | → line 2, col 29507: Strings must use singlequote. |
| 2 | 29518 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 29518: Missing whitespace after semicolon. |
| 2 | 29534 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29534: Infix operators must be spaced. |
| 2 | 29536 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29536: Infix operators must be spaced. |
| 2 | 29540 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29540: Infix operators must be spaced. |
| 2 | 29541 | 2 | Strings must use singlequote. | quotes | → line 2, col 29541: Strings must use singlequote. |
| 2 | 29552 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29552: A space is required after ','. |
| 2 | 29596 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29596: A space is required after ','. |
| 2 | 29599 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29599: A space is required after ','. |
| 2 | 29602 | 2 | Missing semicolon. | semi | → line 2, col 29602: Missing semicolon. |
| 2 | 29603 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 2, col 29603: Split 'var' declarations into multiple statements. |
| 2 | 29608 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29608: A space is required after ','. |
| 2 | 29610 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29610: Infix operators must be spaced. |
| 2 | 29634 | 2 | Strings must use singlequote. | quotes | → line 2, col 29634: Strings must use singlequote. |
| 2 | 29641 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 29641: Missing whitespace after semicolon. |
| 2 | 29657 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29657: Infix operators must be spaced. |
| 2 | 29659 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29659: Infix operators must be spaced. |
| 2 | 29662 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29662: Infix operators must be spaced. |
| 2 | 29689 | 2 | Strings must use singlequote. | quotes | → line 2, col 29689: Strings must use singlequote. |
| 2 | 29695 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29695: A space is required after ','. |
| 2 | 29696 | 1 | Unary word operator "void" must be followed by whitespace. | space-unary-ops | → line 2, col 29696: Unary word operator "void" must be followed by whitespace. |
| 2 | 29709 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29709: Infix operators must be spaced. |
| 2 | 29711 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29711: Infix operators must be spaced. |
| 2 | 29722 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29722: Infix operators must be spaced. |
| 2 | 29738 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29738: A space is required after ','. |
| 2 | 29754 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29754: Infix operators must be spaced. |
| 2 | 29808 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29808: A space is required after ','. |
| 2 | 29813 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29813: A space is required after ','. |
| 2 | 29818 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29818: A space is required after ','. |
| 2 | 29823 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29823: A space is required after ','. |
| 2 | 29824 | 2 | Strings must use singlequote. | quotes | → line 2, col 29824: Strings must use singlequote. |
| 2 | 29842 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29842: A space is required after ','. |
| 2 | 29861 | 2 | Strings must use singlequote. | quotes | → line 2, col 29861: Strings must use singlequote. |
| 2 | 29861 | 2 | Missing space before value for key "type". | fecs-key-spacing | → line 2, col 29861: Missing space before value for key "type". |
| 2 | 29866 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29866: A space is required after ','. |
| 2 | 29870 | 2 | Strings must use singlequote. | quotes | → line 2, col 29870: Strings must use singlequote. |
| 2 | 29870 | 2 | Missing space before value for key "id". | fecs-key-spacing | → line 2, col 29870: Missing space before value for key "id". |
| 2 | 29892 | 2 | Strings must use singlequote. | quotes | → line 2, col 29892: Strings must use singlequote. |
| 2 | 29901 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29901: A space is required after ','. |
| 2 | 29909 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 2, col 29909: Missing space before value for key "xmlns". |
| 2 | 29952 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 29952: Infix operators must be spaced. |
| 2 | 29955 | 2 | A space is required after ','. | comma-spacing | → line 2, col 29955: A space is required after ','. |
| 2 | 30000 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30000: A space is required after ','. |
| 2 | 30019 | 2 | Strings must use singlequote. | quotes | → line 2, col 30019: Strings must use singlequote. |
| 2 | 30042 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30042: A space is required after ','. |
| 2 | 30086 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30086: A space is required after ','. |
| 2 | 30092 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30092: A space is required after ','. |
| 2 | 30096 | 2 | Missing semicolon. | semi | → line 2, col 30096: Missing semicolon. |
| 2 | 30097 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30097: A space is required after ','. |
| 2 | 30098 | 2 | Property '_sasl_session_cb' is not in camel case. | fecs-camelcase | → line 2, col 30098: Property '_sasl_session_cb' is not in camel case. |
| 2 | 30115 | 2 | Missing space before value for key "_sasl_session_cb". | fecs-key-spacing | → line 2, col 30115: Missing space before value for key "_sasl_session_cb". |
| 2 | 30123 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 30123: Missing space before function parentheses. |
| 2 | 30126 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 30126: Missing space before opening brace. |
| 2 | 30127 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 30127: Statement inside of curly braces should be on next line. |
| 2 | 30127 | 2 | Expected { after 'if' condition. | curly | → line 2, col 30127: Expected { after 'if' condition. |
| 2 | 30129 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 30129: Keyword "if" must be followed by whitespace. |
| 2 | 30130 | 2 | Strings must use singlequote. | quotes | → line 2, col 30130: Strings must use singlequote. |
| 2 | 30138 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 30138: Expected '===' and instead saw '=='. |
| 2 | 30138 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30138: Infix operators must be spaced. |
| 2 | 30155 | 2 | Strings must use singlequote. | quotes | → line 2, col 30155: Strings must use singlequote. |
| 2 | 30181 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30181: Infix operators must be spaced. |
| 2 | 30184 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30184: A space is required after ','. |
| 2 | 30229 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30229: A space is required after ','. |
| 2 | 30235 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 30235: Missing whitespace after semicolon. |
| 2 | 30241 | 2 | Expected { after 'if' condition. | curly | → line 2, col 30241: Expected { after 'if' condition. |
| 2 | 30243 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 2, col 30243: Keyword "if" must be followed by whitespace. |
| 2 | 30244 | 2 | Strings must use singlequote. | quotes | → line 2, col 30244: Strings must use singlequote. |
| 2 | 30251 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 30251: Expected '===' and instead saw '=='. |
| 2 | 30251 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30251: Infix operators must be spaced. |
| 2 | 30268 | 2 | Strings must use singlequote. | quotes | → line 2, col 30268: Strings must use singlequote. |
| 2 | 30290 | 2 | Strings must use singlequote. | quotes | → line 2, col 30290: Strings must use singlequote. |
| 2 | 30317 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30317: A space is required after ','. |
| 2 | 30361 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30361: A space is required after ','. |
| 2 | 30367 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30367: A space is required after ','. |
| 2 | 30370 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 30370: Missing whitespace after semicolon. |
| 2 | 30371 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 30371: Keyword "return" must be followed by whitespace. |
| 2 | 30379 | 2 | Missing semicolon. | semi | → line 2, col 30379: Missing semicolon. |
| 2 | 30380 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30380: A space is required after ','. |
| 2 | 30381 | 2 | Property '_sasl_failure_cb' is not in camel case. | fecs-camelcase | → line 2, col 30381: Property '_sasl_failure_cb' is not in camel case. |
| 2 | 30398 | 2 | Missing space before value for key "_sasl_failure_cb". | fecs-key-spacing | → line 2, col 30398: Missing space before value for key "_sasl_failure_cb". |
| 2 | 30406 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 30406: Missing space before function parentheses. |
| 2 | 30409 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 30409: Missing space before opening brace. |
| 2 | 30410 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 30410: Statement inside of curly braces should be on next line. |
| 2 | 30443 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30443: Infix operators must be spaced. |
| 2 | 30492 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30492: A space is required after ','. |
| 2 | 30498 | 2 | Identifier '_sasl_success_handler' is not in camel case. | fecs-camelcase | → line 2, col 30498: Identifier '_sasl_success_handler' is not in camel case. |
| 2 | 30519 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30519: Infix operators must be spaced. |
| 2 | 30525 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30525: A space is required after ','. |
| 2 | 30554 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30554: Infix operators must be spaced. |
| 2 | 30605 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30605: A space is required after ','. |
| 2 | 30611 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 2, col 30611: Identifier '_sasl_challenge_handler' is not in camel case. |
| 2 | 30634 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30634: Infix operators must be spaced. |
| 2 | 30640 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30640: A space is required after ','. |
| 2 | 30661 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30661: Infix operators must be spaced. |
| 2 | 30695 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30695: A space is required after ','. |
| 2 | 30739 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30739: A space is required after ','. |
| 2 | 30745 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30745: A space is required after ','. |
| 2 | 30748 | 2 | Missing semicolon. | semi | → line 2, col 30748: Missing semicolon. |
| 2 | 30749 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30749: A space is required after ','. |
| 2 | 30750 | 2 | Property '_auth2_cb' is not in camel case. | fecs-camelcase | → line 2, col 30750: Property '_auth2_cb' is not in camel case. |
| 2 | 30760 | 2 | Missing space before value for key "_auth2_cb". | fecs-key-spacing | → line 2, col 30760: Missing space before value for key "_auth2_cb". |
| 2 | 30768 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 30768: Missing space before function parentheses. |
| 2 | 30771 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 30771: Missing space before opening brace. |
| 2 | 30772 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 30772: Statement inside of curly braces should be on next line. |
| 2 | 30772 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 2, col 30772: Keyword "return" must be followed by whitespace. |
| 2 | 30778 | 2 | Strings must use singlequote. | quotes | → line 2, col 30778: Strings must use singlequote. |
| 2 | 30786 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 30786: Expected '===' and instead saw '=='. |
| 2 | 30786 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30786: Infix operators must be spaced. |
| 2 | 30803 | 2 | Strings must use singlequote. | quotes | → line 2, col 30803: Strings must use singlequote. |
| 2 | 30810 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30810: Infix operators must be spaced. |
| 2 | 30830 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30830: Infix operators must be spaced. |
| 2 | 30833 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30833: A space is required after ','. |
| 2 | 30878 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30878: A space is required after ','. |
| 2 | 30886 | 2 | Strings must use singlequote. | quotes | → line 2, col 30886: Strings must use singlequote. |
| 2 | 30893 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 2, col 30893: Expected '===' and instead saw '=='. |
| 2 | 30893 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30893: Infix operators must be spaced. |
| 2 | 30910 | 2 | Strings must use singlequote. | quotes | → line 2, col 30910: Strings must use singlequote. |
| 2 | 30917 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 30917: Infix operators must be spaced. |
| 2 | 30963 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30963: A space is required after ','. |
| 2 | 30969 | 2 | A space is required after ','. | comma-spacing | → line 2, col 30969: A space is required after ','. |
| 2 | 30986 | 2 | Strings must use singlequote. | quotes | → line 2, col 30986: Strings must use singlequote. |
| 2 | 31011 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31011: A space is required after ','. |
| 2 | 31014 | 2 | Missing semicolon. | semi | → line 2, col 31014: Missing semicolon. |
| 2 | 31015 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31015: A space is required after ','. |
| 2 | 31036 | 2 | Missing space before value for key "_addSysTimedHandler". | fecs-key-spacing | → line 2, col 31036: Missing space before value for key "_addSysTimedHandler". |
| 2 | 31044 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 31044: Missing space before function parentheses. |
| 2 | 31046 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31046: A space is required after ','. |
| 2 | 31049 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 31049: Missing space before opening brace. |
| 2 | 31050 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 31050: Statement inside of curly braces should be on next line. |
| 2 | 31055 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31055: Infix operators must be spaced. |
| 2 | 31076 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31076: A space is required after ','. |
| 2 | 31079 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 31079: Missing whitespace after semicolon. |
| 2 | 31093 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31093: Infix operators must be spaced. |
| 2 | 31096 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31096: A space is required after ','. |
| 2 | 31119 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31119: A space is required after ','. |
| 2 | 31121 | 2 | Missing semicolon. | semi | → line 2, col 31121: Missing semicolon. |
| 2 | 31122 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31122: A space is required after ','. |
| 2 | 31138 | 2 | Missing space before value for key "_addSysHandler". | fecs-key-spacing | → line 2, col 31138: Missing space before value for key "_addSysHandler". |
| 2 | 31146 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 31146: Missing space before function parentheses. |
| 2 | 31148 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31148: A space is required after ','. |
| 2 | 31150 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31150: A space is required after ','. |
| 2 | 31152 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31152: A space is required after ','. |
| 2 | 31154 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31154: A space is required after ','. |
| 2 | 31157 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 31157: Missing space before opening brace. |
| 2 | 31158 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 31158: Statement inside of curly braces should be on next line. |
| 2 | 31163 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31163: Infix operators must be spaced. |
| 2 | 31179 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31179: A space is required after ','. |
| 2 | 31181 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31181: A space is required after ','. |
| 2 | 31183 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31183: A space is required after ','. |
| 2 | 31185 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31185: A space is required after ','. |
| 2 | 31188 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 31188: Missing whitespace after semicolon. |
| 2 | 31202 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31202: Infix operators must be spaced. |
| 2 | 31205 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31205: A space is required after ','. |
| 2 | 31230 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31230: A space is required after ','. |
| 2 | 31232 | 2 | Missing semicolon. | semi | → line 2, col 31232: Missing semicolon. |
| 2 | 31233 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31233: A space is required after ','. |
| 2 | 31255 | 2 | Missing space before value for key "_onDisconnectTimeout". | fecs-key-spacing | → line 2, col 31255: Missing space before value for key "_onDisconnectTimeout". |
| 2 | 31263 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 31263: Missing space before function parentheses. |
| 2 | 31265 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 31265: Missing space before opening brace. |
| 2 | 31266 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 31266: Statement inside of curly braces should be on next line. |
| 2 | 31280 | 2 | Strings must use singlequote. | quotes | → line 2, col 31280: Strings must use singlequote. |
| 2 | 31314 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31314: A space is required after ','. |
| 2 | 31349 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31349: A space is required after ','. |
| 2 | 31370 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31370: A space is required after ','. |
| 2 | 31373 | 2 | Missing semicolon. | semi | → line 2, col 31373: Missing semicolon. |
| 2 | 31374 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31374: A space is required after ','. |
| 2 | 31383 | 2 | Missing space before value for key "_onIdle". | fecs-key-spacing | → line 2, col 31383: Missing space before value for key "_onIdle". |
| 2 | 31391 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 31391: Missing space before function parentheses. |
| 2 | 31393 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 31393: Missing space before opening brace. |
| 2 | 31394 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 31394: Statement inside of curly braces should be on next line. |
| 2 | 31394 | 2 | Expected { after 'for' condition. | curly | → line 2, col 31394: Expected { after 'for' condition. |
| 2 | 31397 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 31397: Keyword "for" must be followed by whitespace. |
| 2 | 31403 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31403: A space is required after ','. |
| 2 | 31405 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31405: A space is required after ','. |
| 2 | 31407 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31407: A space is required after ','. |
| 2 | 31409 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 31409: Missing whitespace after semicolon. |
| 2 | 31431 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31431: Infix operators must be spaced. |
| 2 | 31480 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 31480: Missing whitespace after semicolon. |
| 2 | 31481 | 2 | Expected { after 'for' condition. | curly | → line 2, col 31481: Expected { after 'for' condition. |
| 2 | 31484 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 31484: Keyword "for" must be followed by whitespace. |
| 2 | 31510 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31510: Infix operators must be spaced. |
| 2 | 31515 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31515: Infix operators must be spaced. |
| 2 | 31539 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31539: A space is required after ','. |
| 2 | 31541 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31541: Infix operators must be spaced. |
| 2 | 31571 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31571: A space is required after ','. |
| 2 | 31573 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31573: Infix operators must be spaced. |
| 2 | 31576 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31576: Infix operators must be spaced. |
| 2 | 31605 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31605: A space is required after ','. |
| 2 | 31608 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 31608: Missing whitespace after semicolon. |
| 2 | 31614 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31614: Infix operators must be spaced. |
| 2 | 31616 | 1 | Missing '()' invoking a constructor | new-parens | → line 2, col 31616: Missing '()' invoking a constructor |
| 2 | 31635 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 31635: Missing whitespace after semicolon. |
| 2 | 31636 | 2 | Expected { after 'for' condition. | curly | → line 2, col 31636: Expected { after 'for' condition. |
| 2 | 31639 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 2, col 31639: Keyword "for" must be followed by whitespace. |
| 2 | 31641 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31641: Infix operators must be spaced. |
| 2 | 31644 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31644: A space is required after ','. |
| 2 | 31646 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31646: Infix operators must be spaced. |
| 2 | 31648 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 31648: Missing whitespace after semicolon. |
| 2 | 31650 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31650: Infix operators must be spaced. |
| 2 | 31676 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 31676: Missing whitespace after semicolon. |
| 2 | 31682 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31682: Infix operators must be spaced. |
| 2 | 31704 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31704: A space is required after ','. |
| 2 | 31724 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31724: Infix operators must be spaced. |
| 2 | 31734 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31734: Infix operators must be spaced. |
| 2 | 31738 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31738: Infix operators must be spaced. |
| 2 | 31751 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31751: Infix operators must be spaced. |
| 2 | 31760 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31760: A space is required after ','. |
| 2 | 31762 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31762: Infix operators must be spaced. |
| 2 | 31765 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31765: Infix operators must be spaced. |
| 2 | 31767 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31767: Infix operators must be spaced. |
| 2 | 31775 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31775: Infix operators must be spaced. |
| 2 | 31797 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 2, col 31797: Missing whitespace after semicolon. |
| 2 | 31816 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31816: Infix operators must be spaced. |
| 2 | 31818 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31818: A space is required after ','. |
| 2 | 31850 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31850: A space is required after ','. |
| 2 | 31872 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31872: A space is required after ','. |
| 2 | 31887 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31887: Infix operators must be spaced. |
| 2 | 31907 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31907: Infix operators must be spaced. |
| 2 | 31942 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31942: A space is required after ','. |
| 2 | 31948 | 2 | Missing semicolon. | semi | → line 2, col 31948: Missing semicolon. |
| 2 | 31950 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31950: A space is required after ','. |
| 2 | 31966 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31966: Infix operators must be spaced. |
| 2 | 31975 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 2, col 31975: Missing space before function parentheses. |
| 2 | 31977 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31977: A space is required after ','. |
| 2 | 31979 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31979: A space is required after ','. |
| 2 | 31982 | 2 | Missing space before opening brace. | space-before-blocks | → line 2, col 31982: Missing space before opening brace. |
| 2 | 31983 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 2, col 31983: Statement inside of curly braces should be on next line. |
| 2 | 31992 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 31992: Infix operators must be spaced. |
| 2 | 31994 | 2 | A space is required after ','. | comma-spacing | → line 2, col 31994: A space is required after ','. |
| 2 | 32013 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 2, col 32013: Infix operators must be spaced. |
| 3 | 18 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18: Infix operators must be spaced. |
| 3 | 20 | 2 | Missing semicolon. | semi | → line 3, col 20: Missing semicolon. |
| 3 | 21 | 2 | Bad indentation (4 instead 0). | fecs-indent | → line 3, col 21: Bad indentation (4 instead 0). |
| 3 | 21 | 2 | A space is required after ','. | comma-spacing | → line 3, col 21: A space is required after ','. |
| 3 | 47 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 47: Infix operators must be spaced. |
| 3 | 54 | 2 | Missing space before value for key "test". | fecs-key-spacing | → line 3, col 54: Missing space before value for key "test". |
| 3 | 62 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 62: Missing space before function parentheses. |
| 3 | 65 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 65: Missing space before opening brace. |
| 3 | 66 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 66: Keyword "return" must be followed by whitespace. |
| 3 | 66 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 66: Statement inside of curly braces should be on next line. |
| 3 | 74 | 2 | Missing semicolon. | semi | → line 3, col 74: Missing semicolon. |
| 3 | 75 | 2 | A space is required after ','. | comma-spacing | → line 3, col 75: A space is required after ','. |
| 3 | 84 | 2 | Missing space before value for key "onStart". | fecs-key-spacing | → line 3, col 84: Missing space before value for key "onStart". |
| 3 | 92 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 92: Missing space before function parentheses. |
| 3 | 95 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 95: Missing space before opening brace. |
| 3 | 96 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 96: Statement inside of curly braces should be on next line. |
| 3 | 112 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 112: Infix operators must be spaced. |
| 3 | 114 | 2 | Missing semicolon. | semi | → line 3, col 114: Missing semicolon. |
| 3 | 115 | 2 | A space is required after ','. | comma-spacing | → line 3, col 115: A space is required after ','. |
| 3 | 128 | 2 | Missing space before value for key "onChallenge". | fecs-key-spacing | → line 3, col 128: Missing space before value for key "onChallenge". |
| 3 | 136 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 136: Missing space before function parentheses. |
| 3 | 138 | 2 | A space is required after ','. | comma-spacing | → line 3, col 138: A space is required after ','. |
| 3 | 141 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 141: Missing space before opening brace. |
| 3 | 142 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 142: Statement inside of curly braces should be on next line. |
| 3 | 158 | 2 | Strings must use singlequote. | quotes | → line 3, col 158: Strings must use singlequote. |
| 3 | 201 | 2 | Missing semicolon. | semi | → line 3, col 201: Missing semicolon. |
| 3 | 202 | 2 | A space is required after ','. | comma-spacing | → line 3, col 202: A space is required after ','. |
| 3 | 213 | 2 | Missing space before value for key "onFailure". | fecs-key-spacing | → line 3, col 213: Missing space before value for key "onFailure". |
| 3 | 221 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 221: Missing space before function parentheses. |
| 3 | 223 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 223: Missing space before opening brace. |
| 3 | 224 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 224: Statement inside of curly braces should be on next line. |
| 3 | 240 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 240: Infix operators must be spaced. |
| 3 | 245 | 2 | Missing semicolon. | semi | → line 3, col 245: Missing semicolon. |
| 3 | 246 | 2 | A space is required after ','. | comma-spacing | → line 3, col 246: A space is required after ','. |
| 3 | 257 | 2 | Missing space before value for key "onSuccess". | fecs-key-spacing | → line 3, col 257: Missing space before value for key "onSuccess". |
| 3 | 265 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 265: Missing space before function parentheses. |
| 3 | 267 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 267: Missing space before opening brace. |
| 3 | 268 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 268: Statement inside of curly braces should be on next line. |
| 3 | 284 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 284: Infix operators must be spaced. |
| 3 | 289 | 2 | Missing semicolon. | semi | → line 3, col 289: Missing semicolon. |
| 3 | 291 | 2 | A space is required after ','. | comma-spacing | → line 3, col 291: A space is required after ','. |
| 3 | 307 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 307: Infix operators must be spaced. |
| 3 | 316 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 316: Missing space before function parentheses. |
| 3 | 318 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 318: Missing space before opening brace. |
| 3 | 320 | 2 | A space is required after ','. | comma-spacing | → line 3, col 320: A space is required after ','. |
| 3 | 346 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 346: Infix operators must be spaced. |
| 3 | 367 | 2 | Strings must use singlequote. | quotes | → line 3, col 367: Strings must use singlequote. |
| 3 | 378 | 2 | A space is required after ','. | comma-spacing | → line 3, col 378: A space is required after ','. |
| 3 | 381 | 2 | A space is required after ','. | comma-spacing | → line 3, col 381: A space is required after ','. |
| 3 | 385 | 2 | A space is required after ','. | comma-spacing | → line 3, col 385: A space is required after ','. |
| 3 | 406 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 406: Infix operators must be spaced. |
| 3 | 415 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 415: Missing space before function parentheses. |
| 3 | 418 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 418: Missing space before opening brace. |
| 3 | 419 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 419: Statement inside of curly braces should be on next line. |
| 3 | 430 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 430: Infix operators must be spaced. |
| 3 | 442 | 2 | Missing semicolon. | semi | → line 3, col 442: Missing semicolon. |
| 3 | 443 | 2 | A space is required after ','. | comma-spacing | → line 3, col 443: A space is required after ','. |
| 3 | 509 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 509: Infix operators must be spaced. |
| 3 | 525 | 2 | A space is required after ','. | comma-spacing | → line 3, col 525: A space is required after ','. |
| 3 | 537 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 537: Infix operators must be spaced. |
| 3 | 546 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 546: Missing space before function parentheses. |
| 3 | 548 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 548: Missing space before opening brace. |
| 3 | 550 | 2 | A space is required after ','. | comma-spacing | → line 3, col 550: A space is required after ','. |
| 3 | 572 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 572: Infix operators must be spaced. |
| 3 | 593 | 2 | Strings must use singlequote. | quotes | → line 3, col 593: Strings must use singlequote. |
| 3 | 600 | 2 | A space is required after ','. | comma-spacing | → line 3, col 600: A space is required after ','. |
| 3 | 603 | 2 | A space is required after ','. | comma-spacing | → line 3, col 603: A space is required after ','. |
| 3 | 607 | 2 | A space is required after ','. | comma-spacing | → line 3, col 607: A space is required after ','. |
| 3 | 624 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 624: Infix operators must be spaced. |
| 3 | 633 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 633: Missing space before function parentheses. |
| 3 | 636 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 636: Missing space before opening brace. |
| 3 | 637 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 637: Statement inside of curly braces should be on next line. |
| 3 | 648 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 648: Infix operators must be spaced. |
| 3 | 660 | 2 | Missing semicolon. | semi | → line 3, col 660: Missing semicolon. |
| 3 | 661 | 2 | A space is required after ','. | comma-spacing | → line 3, col 661: A space is required after ','. |
| 3 | 695 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 695: Infix operators must be spaced. |
| 3 | 704 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 704: Missing space before function parentheses. |
| 3 | 707 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 707: Missing space before opening brace. |
| 3 | 708 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 708: Statement inside of curly braces should be on next line. |
| 3 | 713 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 713: Infix operators must be spaced. |
| 3 | 723 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 723: Missing whitespace after semicolon. |
| 3 | 732 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 732: Infix operators must be spaced. |
| 3 | 734 | 2 | Strings must use singlequote. | quotes | → line 3, col 734: Strings must use singlequote. |
| 3 | 740 | 2 | A space is required after ','. | comma-spacing | → line 3, col 740: A space is required after ','. |
| 3 | 742 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 742: Infix operators must be spaced. |
| 3 | 753 | 2 | A space is required after ','. | comma-spacing | → line 3, col 753: A space is required after ','. |
| 3 | 755 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 755: Infix operators must be spaced. |
| 3 | 757 | 2 | Strings must use singlequote. | quotes | → line 3, col 757: Strings must use singlequote. |
| 3 | 763 | 2 | A space is required after ','. | comma-spacing | → line 3, col 763: A space is required after ','. |
| 3 | 765 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 765: Infix operators must be spaced. |
| 3 | 773 | 2 | Missing semicolon. | semi | → line 3, col 773: Missing semicolon. |
| 3 | 774 | 2 | A space is required after ','. | comma-spacing | → line 3, col 774: A space is required after ','. |
| 3 | 836 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 836: Infix operators must be spaced. |
| 3 | 848 | 2 | A space is required after ','. | comma-spacing | → line 3, col 848: A space is required after ','. |
| 3 | 859 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 859: Infix operators must be spaced. |
| 3 | 868 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 868: Missing space before function parentheses. |
| 3 | 870 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 870: Missing space before opening brace. |
| 3 | 872 | 2 | A space is required after ','. | comma-spacing | → line 3, col 872: A space is required after ','. |
| 3 | 893 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 893: Infix operators must be spaced. |
| 3 | 914 | 2 | Strings must use singlequote. | quotes | → line 3, col 914: Strings must use singlequote. |
| 3 | 927 | 2 | A space is required after ','. | comma-spacing | → line 3, col 927: A space is required after ','. |
| 3 | 930 | 2 | A space is required after ','. | comma-spacing | → line 3, col 930: A space is required after ','. |
| 3 | 934 | 2 | A space is required after ','. | comma-spacing | → line 3, col 934: A space is required after ','. |
| 3 | 950 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 950: Infix operators must be spaced. |
| 3 | 959 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 959: Missing space before function parentheses. |
| 3 | 962 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 962: Missing space before opening brace. |
| 3 | 963 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 963: Statement inside of curly braces should be on next line. |
| 3 | 974 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 974: Infix operators must be spaced. |
| 3 | 986 | 2 | Missing semicolon. | semi | → line 3, col 986: Missing semicolon. |
| 3 | 987 | 2 | A space is required after ','. | comma-spacing | → line 3, col 987: A space is required after ','. |
| 3 | 1020 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1020: Infix operators must be spaced. |
| 3 | 1029 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 1029: Missing space before function parentheses. |
| 3 | 1031 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1031: A space is required after ','. |
| 3 | 1033 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1033: A space is required after ','. |
| 3 | 1036 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 1036: Missing space before opening brace. |
| 3 | 1037 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 1037: Split 'var' declarations into multiple statements. |
| 3 | 1037 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 1037: Statement inside of curly braces should be on next line. |
| 3 | 1042 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1042: Infix operators must be spaced. |
| 3 | 1044 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1044: Infix operators must be spaced. |
| 3 | 1068 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1068: Infix operators must be spaced. |
| 3 | 1083 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1083: A space is required after ','. |
| 3 | 1085 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1085: Infix operators must be spaced. |
| 3 | 1086 | 2 | Strings must use singlequote. | quotes | → line 3, col 1086: Strings must use singlequote. |
| 3 | 1090 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1090: Infix operators must be spaced. |
| 3 | 1100 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1100: Missing whitespace after semicolon. |
| 3 | 1109 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1109: Infix operators must be spaced. |
| 3 | 1111 | 2 | Strings must use singlequote. | quotes | → line 3, col 1111: Strings must use singlequote. |
| 3 | 1116 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1116: A space is required after ','. |
| 3 | 1118 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1118: Infix operators must be spaced. |
| 3 | 1121 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1121: A space is required after ','. |
| 3 | 1141 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1141: Infix operators must be spaced. |
| 3 | 1143 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1143: A space is required after ','. |
| 3 | 1157 | 2 | Strings must use singlequote. | quotes | → line 3, col 1157: Strings must use singlequote. |
| 3 | 1185 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1185: Infix operators must be spaced. |
| 3 | 1187 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1187: A space is required after ','. |
| 3 | 1189 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1189: Infix operators must be spaced. |
| 3 | 1190 | 2 | Strings must use singlequote. | quotes | → line 3, col 1190: Strings must use singlequote. |
| 3 | 1195 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1195: Infix operators must be spaced. |
| 3 | 1197 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1197: A space is required after ','. |
| 3 | 1214 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1214: Infix operators must be spaced. |
| 3 | 1215 | 1 | The function binding is unnecessary. | no-extra-bind | → line 3, col 1215: The function binding is unnecessary. |
| 3 | 1223 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 1223: Missing space before function parentheses. |
| 3 | 1225 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1225: A space is required after ','. |
| 3 | 1228 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 1228: Missing space before opening brace. |
| 3 | 1229 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 1229: Statement inside of curly braces should be on next line. |
| 3 | 1232 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 1232: Keyword "for" must be followed by whitespace. |
| 3 | 1238 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1238: A space is required after ','. |
| 3 | 1240 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1240: A space is required after ','. |
| 3 | 1242 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1242: A space is required after ','. |
| 3 | 1244 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1244: A space is required after ','. |
| 3 | 1246 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1246: A space is required after ','. |
| 3 | 1248 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1248: A space is required after ','. |
| 3 | 1250 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1250: A space is required after ','. |
| 3 | 1252 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1252: A space is required after ','. |
| 3 | 1254 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1254: A space is required after ','. |
| 3 | 1256 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1256: A space is required after ','. |
| 3 | 1258 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1258: A space is required after ','. |
| 3 | 1260 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1260: Infix operators must be spaced. |
| 3 | 1261 | 2 | Strings must use singlequote. | quotes | → line 3, col 1261: Strings must use singlequote. |
| 3 | 1270 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1270: A space is required after ','. |
| 3 | 1272 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1272: Infix operators must be spaced. |
| 3 | 1286 | 2 | Strings must use singlequote. | quotes | → line 3, col 1286: Strings must use singlequote. |
| 3 | 1314 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1314: Infix operators must be spaced. |
| 3 | 1315 | 2 | Strings must use singlequote. | quotes | → line 3, col 1315: Strings must use singlequote. |
| 3 | 1318 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1318: Infix operators must be spaced. |
| 3 | 1320 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1320: Infix operators must be spaced. |
| 3 | 1321 | 2 | Strings must use singlequote. | quotes | → line 3, col 1321: Strings must use singlequote. |
| 3 | 1324 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1324: A space is required after ','. |
| 3 | 1326 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1326: Infix operators must be spaced. |
| 3 | 1346 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1346: A space is required after ','. |
| 3 | 1348 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1348: Infix operators must be spaced. |
| 3 | 1372 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1372: Missing whitespace after semicolon. |
| 3 | 1385 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 1385: Missing space before opening brace. |
| 3 | 1386 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 1386: Statement inside of curly braces should be on next line. |
| 3 | 1391 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1391: Infix operators must be spaced. |
| 3 | 1402 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1402: Missing whitespace after semicolon. |
| 3 | 1409 | 2 | Keyword "switch" must be followed by whitespace. | space-after-keywords | → line 3, col 1409: Keyword "switch" must be followed by whitespace. |
| 3 | 1411 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1411: Infix operators must be spaced. |
| 3 | 1426 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1426: A space is required after ','. |
| 3 | 1427 | 2 | Strings must use singlequote. | quotes | → line 3, col 1427: Strings must use singlequote. |
| 3 | 1430 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1430: A space is required after ','. |
| 3 | 1436 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 1436: Missing space before opening brace. |
| 3 | 1437 | 1 | Keyword "case" must be followed by whitespace. | space-return-throw-case | → line 3, col 1437: Keyword "case" must be followed by whitespace. |
| 3 | 1441 | 2 | Strings must use singlequote. | quotes | → line 3, col 1441: Strings must use singlequote. |
| 3 | 1446 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1446: Infix operators must be spaced. |
| 3 | 1451 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1451: Missing whitespace after semicolon. |
| 3 | 1457 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1457: Missing whitespace after semicolon. |
| 3 | 1458 | 1 | Keyword "case" must be followed by whitespace. | space-return-throw-case | → line 3, col 1458: Keyword "case" must be followed by whitespace. |
| 3 | 1462 | 2 | Strings must use singlequote. | quotes | → line 3, col 1462: Strings must use singlequote. |
| 3 | 1467 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1467: Infix operators must be spaced. |
| 3 | 1472 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1472: Missing whitespace after semicolon. |
| 3 | 1478 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1478: Missing whitespace after semicolon. |
| 3 | 1479 | 1 | Keyword "case" must be followed by whitespace. | space-return-throw-case | → line 3, col 1479: Keyword "case" must be followed by whitespace. |
| 3 | 1483 | 2 | Strings must use singlequote. | quotes | → line 3, col 1483: Strings must use singlequote. |
| 3 | 1488 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1488: Infix operators must be spaced. |
| 3 | 1493 | 2 | Missing semicolon. | semi | → line 3, col 1493: Missing semicolon. |
| 3 | 1495 | 2 | Expected { after 'if' condition. | curly | → line 3, col 1495: Expected { after 'if' condition. |
| 3 | 1497 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 1497: Keyword "if" must be followed by whitespace. |
| 3 | 1508 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1508: A space is required after ','. |
| 3 | 1518 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1518: Infix operators must be spaced. |
| 3 | 1532 | 2 | Identifier '_sasl_data' is not in camel case. | fecs-camelcase | → line 3, col 1532: Identifier '_sasl_data' is not in camel case. |
| 3 | 1542 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1542: Infix operators must be spaced. |
| 3 | 1545 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1545: A space is required after ','. |
| 3 | 1566 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1566: Missing whitespace after semicolon. |
| 3 | 1570 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 1570: Keyword "for" must be followed by whitespace. |
| 3 | 1572 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1572: Infix operators must be spaced. |
| 3 | 1574 | 2 | Strings must use singlequote. | quotes | → line 3, col 1574: Strings must use singlequote. |
| 3 | 1578 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1578: Infix operators must be spaced. |
| 3 | 1580 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1580: A space is required after ','. |
| 3 | 1582 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1582: Infix operators must be spaced. |
| 3 | 1585 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1585: A space is required after ','. |
| 3 | 1587 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1587: Infix operators must be spaced. |
| 3 | 1599 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1599: A space is required after ','. |
| 3 | 1601 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1601: Infix operators must be spaced. |
| 3 | 1603 | 2 | Strings must use singlequote. | quotes | → line 3, col 1603: Strings must use singlequote. |
| 3 | 1618 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1618: A space is required after ','. |
| 3 | 1620 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1620: Infix operators must be spaced. |
| 3 | 1622 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1622: Infix operators must be spaced. |
| 3 | 1646 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1646: A space is required after ','. |
| 3 | 1649 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1649: A space is required after ','. |
| 3 | 1651 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1651: Infix operators must be spaced. |
| 3 | 1653 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1653: Missing whitespace after semicolon. |
| 3 | 1655 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1655: Infix operators must be spaced. |
| 3 | 1657 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1657: Missing whitespace after semicolon. |
| 3 | 1662 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 1662: Missing space before opening brace. |
| 3 | 1663 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 1663: Statement inside of curly braces should be on next line. |
| 3 | 1663 | 2 | Expected { after 'for' condition. | curly | → line 3, col 1663: Expected { after 'for' condition. |
| 3 | 1666 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 1666: Keyword "for" must be followed by whitespace. |
| 3 | 1668 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1668: Infix operators must be spaced. |
| 3 | 1692 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1692: A space is required after ','. |
| 3 | 1707 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1707: A space is required after ','. |
| 3 | 1709 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1709: Infix operators must be spaced. |
| 3 | 1711 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1711: Missing whitespace after semicolon. |
| 3 | 1713 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1713: Infix operators must be spaced. |
| 3 | 1715 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1715: Missing whitespace after semicolon. |
| 3 | 1724 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1724: Infix operators must be spaced. |
| 3 | 1730 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1730: Missing whitespace after semicolon. |
| 3 | 1732 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1732: Infix operators must be spaced. |
| 3 | 1734 | 2 | Missing semicolon. | semi | → line 3, col 1734: Missing semicolon. |
| 3 | 1735 | 2 | Expected { after 'for' condition. | curly | → line 3, col 1735: Expected { after 'for' condition. |
| 3 | 1738 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 1738: Keyword "for" must be followed by whitespace. |
| 3 | 1740 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1740: Infix operators must be spaced. |
| 3 | 1754 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1754: A space is required after ','. |
| 3 | 1756 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1756: Infix operators must be spaced. |
| 3 | 1775 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1775: A space is required after ','. |
| 3 | 1776 | 2 | Strings must use singlequote. | quotes | → line 3, col 1776: Strings must use singlequote. |
| 3 | 1789 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1789: A space is required after ','. |
| 3 | 1791 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1791: Infix operators must be spaced. |
| 3 | 1809 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1809: A space is required after ','. |
| 3 | 1810 | 2 | Strings must use singlequote. | quotes | → line 3, col 1810: Strings must use singlequote. |
| 3 | 1823 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1823: A space is required after ','. |
| 3 | 1825 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1825: Infix operators must be spaced. |
| 3 | 1868 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1868: A space is required after ','. |
| 3 | 1871 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1871: A space is required after ','. |
| 3 | 1885 | 2 | Strings must use singlequote. | quotes | → line 3, col 1885: Strings must use singlequote. |
| 3 | 1904 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1904: Infix operators must be spaced. |
| 3 | 1922 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1922: A space is required after ','. |
| 3 | 1925 | 2 | A space is required after ','. | comma-spacing | → line 3, col 1925: A space is required after ','. |
| 3 | 1927 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1927: Infix operators must be spaced. |
| 3 | 1929 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1929: Missing whitespace after semicolon. |
| 3 | 1931 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1931: Infix operators must be spaced. |
| 3 | 1933 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1933: Missing whitespace after semicolon. |
| 3 | 1942 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1942: Infix operators must be spaced. |
| 3 | 1948 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 1948: Missing whitespace after semicolon. |
| 3 | 1957 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1957: Infix operators must be spaced. |
| 3 | 1959 | 2 | Strings must use singlequote. | quotes | → line 3, col 1959: Strings must use singlequote. |
| 3 | 1964 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 1964: Infix operators must be spaced. |
| 3 | 1988 | 2 | Missing semicolon. | semi | → line 3, col 1988: Missing semicolon. |
| 3 | 2000 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2000: A space is required after ','. |
| 3 | 2002 | 2 | Missing semicolon. | semi | → line 3, col 2002: Missing semicolon. |
| 3 | 2003 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2003: A space is required after ','. |
| 3 | 2064 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2064: Infix operators must be spaced. |
| 3 | 2075 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2075: A space is required after ','. |
| 3 | 2085 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2085: Infix operators must be spaced. |
| 3 | 2094 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 2094: Missing space before function parentheses. |
| 3 | 2096 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 2096: Missing space before opening brace. |
| 3 | 2098 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2098: A space is required after ','. |
| 3 | 2118 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2118: Infix operators must be spaced. |
| 3 | 2139 | 2 | Strings must use singlequote. | quotes | → line 3, col 2139: Strings must use singlequote. |
| 3 | 2151 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2151: A space is required after ','. |
| 3 | 2154 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2154: A space is required after ','. |
| 3 | 2158 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2158: A space is required after ','. |
| 3 | 2173 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2173: Infix operators must be spaced. |
| 3 | 2182 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 2182: Missing space before function parentheses. |
| 3 | 2185 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 2185: Missing space before opening brace. |
| 3 | 2186 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 2186: Statement inside of curly braces should be on next line. |
| 3 | 2197 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2197: Infix operators must be spaced. |
| 3 | 2209 | 2 | Missing semicolon. | semi | → line 3, col 2209: Missing semicolon. |
| 3 | 2210 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2210: A space is required after ','. |
| 3 | 2237 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2237: Infix operators must be spaced. |
| 3 | 2246 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 2246: Missing space before function parentheses. |
| 3 | 2249 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 2249: Missing space before opening brace. |
| 3 | 2250 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 2250: Keyword "return" must be followed by whitespace. |
| 3 | 2250 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 2250: Statement inside of curly braces should be on next line. |
| 3 | 2259 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2259: Infix operators must be spaced. |
| 3 | 2275 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2275: A space is required after ','. |
| 3 | 2276 | 2 | Strings must use singlequote. | quotes | → line 3, col 2276: Strings must use singlequote. |
| 3 | 2296 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2296: A space is required after ','. |
| 3 | 2303 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2303: Infix operators must be spaced. |
| 3 | 2307 | 2 | Missing semicolon. | semi | → line 3, col 2307: Missing semicolon. |
| 3 | 2308 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2308: A space is required after ','. |
| 3 | 2340 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2340: Infix operators must be spaced. |
| 3 | 2349 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 2349: Missing space before function parentheses. |
| 3 | 2351 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2351: A space is required after ','. |
| 3 | 2353 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2353: A space is required after ','. |
| 3 | 2356 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 2356: Missing space before opening brace. |
| 3 | 2357 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 2357: Statement inside of curly braces should be on next line. |
| 3 | 2357 | 2 | Expected { after 'for' condition. | curly | → line 3, col 2357: Expected { after 'for' condition. |
| 3 | 2360 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 2360: Keyword "for" must be followed by whitespace. |
| 3 | 2366 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2366: A space is required after ','. |
| 3 | 2368 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2368: Infix operators must be spaced. |
| 3 | 2403 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2403: A space is required after ','. |
| 3 | 2405 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2405: Infix operators must be spaced. |
| 3 | 2407 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2407: Infix operators must be spaced. |
| 3 | 2421 | 2 | Strings must use singlequote. | quotes | → line 3, col 2421: Strings must use singlequote. |
| 3 | 2423 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2423: Infix operators must be spaced. |
| 3 | 2434 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2434: Infix operators must be spaced. |
| 3 | 2449 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2449: A space is required after ','. |
| 3 | 2451 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2451: Infix operators must be spaced. |
| 3 | 2452 | 2 | Strings must use singlequote. | quotes | → line 3, col 2452: Strings must use singlequote. |
| 3 | 2454 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2454: A space is required after ','. |
| 3 | 2456 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2456: Infix operators must be spaced. |
| 3 | 2461 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2461: A space is required after ','. |
| 3 | 2463 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2463: Infix operators must be spaced. |
| 3 | 2464 | 2 | Strings must use singlequote. | quotes | → line 3, col 2464: Strings must use singlequote. |
| 3 | 2466 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2466: A space is required after ','. |
| 3 | 2467 | 1 | "k" is defined but never used | no-unused-vars | → line 3, col 2467: "k" is defined but never used |
| 3 | 2468 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2468: Infix operators must be spaced. |
| 3 | 2469 | 2 | Strings must use singlequote. | quotes | → line 3, col 2469: Strings must use singlequote. |
| 3 | 2471 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2471: Missing whitespace after semicolon. |
| 3 | 2490 | 2 | Keyword "switch" must be followed by whitespace. | space-after-keywords | → line 3, col 2490: Keyword "switch" must be followed by whitespace. |
| 3 | 2492 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2492: Infix operators must be spaced. |
| 3 | 2503 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2503: A space is required after ','. |
| 3 | 2505 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2505: Infix operators must be spaced. |
| 3 | 2520 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2520: A space is required after ','. |
| 3 | 2521 | 2 | Strings must use singlequote. | quotes | → line 3, col 2521: Strings must use singlequote. |
| 3 | 2524 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2524: A space is required after ','. |
| 3 | 2529 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2529: Infix operators must be spaced. |
| 3 | 2553 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2553: A space is required after ','. |
| 3 | 2554 | 2 | Strings must use singlequote. | quotes | → line 3, col 2554: Strings must use singlequote. |
| 3 | 2559 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2559: A space is required after ','. |
| 3 | 2565 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 2565: Missing space before opening brace. |
| 3 | 2566 | 1 | Keyword "case" must be followed by whitespace. | space-return-throw-case | → line 3, col 2566: Keyword "case" must be followed by whitespace. |
| 3 | 2570 | 2 | Strings must use singlequote. | quotes | → line 3, col 2570: Strings must use singlequote. |
| 3 | 2579 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2579: Infix operators must be spaced. |
| 3 | 2584 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2584: Missing whitespace after semicolon. |
| 3 | 2590 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2590: Missing whitespace after semicolon. |
| 3 | 2591 | 1 | Keyword "case" must be followed by whitespace. | space-return-throw-case | → line 3, col 2591: Keyword "case" must be followed by whitespace. |
| 3 | 2595 | 2 | Strings must use singlequote. | quotes | → line 3, col 2595: Strings must use singlequote. |
| 3 | 2604 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2604: Infix operators must be spaced. |
| 3 | 2609 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2609: Missing whitespace after semicolon. |
| 3 | 2615 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2615: Missing whitespace after semicolon. |
| 3 | 2616 | 1 | Keyword "case" must be followed by whitespace. | space-return-throw-case | → line 3, col 2616: Keyword "case" must be followed by whitespace. |
| 3 | 2620 | 2 | Strings must use singlequote. | quotes | → line 3, col 2620: Strings must use singlequote. |
| 3 | 2627 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2627: Infix operators must be spaced. |
| 3 | 2632 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2632: Missing whitespace after semicolon. |
| 3 | 2638 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2638: Missing whitespace after semicolon. |
| 3 | 2639 | 1 | Keyword "case" must be followed by whitespace. | space-return-throw-case | → line 3, col 2639: Keyword "case" must be followed by whitespace. |
| 3 | 2643 | 2 | Strings must use singlequote. | quotes | → line 3, col 2643: Strings must use singlequote. |
| 3 | 2651 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2651: Infix operators must be spaced. |
| 3 | 2656 | 2 | Missing semicolon. | semi | → line 3, col 2656: Missing semicolon. |
| 3 | 2662 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2662: Infix operators must be spaced. |
| 3 | 2673 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2673: Infix operators must be spaced. |
| 3 | 2674 | 2 | Strings must use singlequote. | quotes | → line 3, col 2674: Strings must use singlequote. |
| 3 | 2677 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2677: Infix operators must be spaced. |
| 3 | 2686 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2686: Missing whitespace after semicolon. |
| 3 | 2691 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2691: Infix operators must be spaced. |
| 3 | 2695 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2695: Infix operators must be spaced. |
| 3 | 2699 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2699: Infix operators must be spaced. |
| 3 | 2701 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2701: Infix operators must be spaced. |
| 3 | 2702 | 2 | Strings must use singlequote. | quotes | → line 3, col 2702: Strings must use singlequote. |
| 3 | 2705 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2705: Infix operators must be spaced. |
| 3 | 2708 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2708: Missing whitespace after semicolon. |
| 3 | 2709 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 2709: Split 'var' declarations into multiple statements. |
| 3 | 2714 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2714: Infix operators must be spaced. |
| 3 | 2731 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2731: Infix operators must be spaced. |
| 3 | 2732 | 2 | Strings must use singlequote. | quotes | → line 3, col 2732: Strings must use singlequote. |
| 3 | 2735 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2735: Infix operators must be spaced. |
| 3 | 2737 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2737: Infix operators must be spaced. |
| 3 | 2738 | 2 | Strings must use singlequote. | quotes | → line 3, col 2738: Strings must use singlequote. |
| 3 | 2741 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2741: Infix operators must be spaced. |
| 3 | 2764 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2764: Infix operators must be spaced. |
| 3 | 2765 | 2 | Strings must use singlequote. | quotes | → line 3, col 2765: Strings must use singlequote. |
| 3 | 2768 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2768: Infix operators must be spaced. |
| 3 | 2770 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2770: Infix operators must be spaced. |
| 3 | 2771 | 2 | Strings must use singlequote. | quotes | → line 3, col 2771: Strings must use singlequote. |
| 3 | 2774 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2774: Infix operators must be spaced. |
| 3 | 2776 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2776: A space is required after ','. |
| 3 | 2778 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2778: Infix operators must be spaced. |
| 3 | 2779 | 2 | Strings must use singlequote. | quotes | → line 3, col 2779: Strings must use singlequote. |
| 3 | 2794 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2794: Infix operators must be spaced. |
| 3 | 2796 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2796: A space is required after ','. |
| 3 | 2798 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2798: Infix operators must be spaced. |
| 3 | 2799 | 2 | Strings must use singlequote. | quotes | → line 3, col 2799: Strings must use singlequote. |
| 3 | 2801 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 2801: Missing whitespace after semicolon. |
| 3 | 2810 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2810: Infix operators must be spaced. |
| 3 | 2812 | 2 | Strings must use singlequote. | quotes | → line 3, col 2812: Strings must use singlequote. |
| 3 | 2828 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2828: A space is required after ','. |
| 3 | 2830 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2830: Infix operators must be spaced. |
| 3 | 2832 | 2 | Strings must use singlequote. | quotes | → line 3, col 2832: Strings must use singlequote. |
| 3 | 2843 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2843: Infix operators must be spaced. |
| 3 | 2866 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2866: Infix operators must be spaced. |
| 3 | 2867 | 2 | Strings must use singlequote. | quotes | → line 3, col 2867: Strings must use singlequote. |
| 3 | 2870 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2870: A space is required after ','. |
| 3 | 2872 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2872: Infix operators must be spaced. |
| 3 | 2874 | 2 | Strings must use singlequote. | quotes | → line 3, col 2874: Strings must use singlequote. |
| 3 | 2882 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2882: Infix operators must be spaced. |
| 3 | 2897 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2897: Infix operators must be spaced. |
| 3 | 2898 | 2 | Strings must use singlequote. | quotes | → line 3, col 2898: Strings must use singlequote. |
| 3 | 2901 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2901: A space is required after ','. |
| 3 | 2903 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2903: Infix operators must be spaced. |
| 3 | 2905 | 2 | Strings must use singlequote. | quotes | → line 3, col 2905: Strings must use singlequote. |
| 3 | 2913 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2913: Infix operators must be spaced. |
| 3 | 2928 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2928: Infix operators must be spaced. |
| 3 | 2929 | 2 | Strings must use singlequote. | quotes | → line 3, col 2929: Strings must use singlequote. |
| 3 | 2932 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2932: A space is required after ','. |
| 3 | 2934 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2934: Infix operators must be spaced. |
| 3 | 2936 | 2 | Strings must use singlequote. | quotes | → line 3, col 2936: Strings must use singlequote. |
| 3 | 2950 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2950: A space is required after ','. |
| 3 | 2952 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2952: Infix operators must be spaced. |
| 3 | 2954 | 2 | Strings must use singlequote. | quotes | → line 3, col 2954: Strings must use singlequote. |
| 3 | 2963 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2963: Infix operators must be spaced. |
| 3 | 2978 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2978: Infix operators must be spaced. |
| 3 | 2979 | 2 | Strings must use singlequote. | quotes | → line 3, col 2979: Strings must use singlequote. |
| 3 | 2982 | 2 | A space is required after ','. | comma-spacing | → line 3, col 2982: A space is required after ','. |
| 3 | 2984 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2984: Infix operators must be spaced. |
| 3 | 2986 | 2 | Strings must use singlequote. | quotes | → line 3, col 2986: Strings must use singlequote. |
| 3 | 2999 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 2999: Infix operators must be spaced. |
| 3 | 3014 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3014: Infix operators must be spaced. |
| 3 | 3015 | 2 | Strings must use singlequote. | quotes | → line 3, col 3015: Strings must use singlequote. |
| 3 | 3018 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3018: A space is required after ','. |
| 3 | 3020 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3020: Infix operators must be spaced. |
| 3 | 3022 | 2 | Strings must use singlequote. | quotes | → line 3, col 3022: Strings must use singlequote. |
| 3 | 3033 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3033: Infix operators must be spaced. |
| 3 | 3060 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3060: Infix operators must be spaced. |
| 3 | 3061 | 2 | Strings must use singlequote. | quotes | → line 3, col 3061: Strings must use singlequote. |
| 3 | 3064 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3064: Infix operators must be spaced. |
| 3 | 3066 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3066: Infix operators must be spaced. |
| 3 | 3067 | 2 | Strings must use singlequote. | quotes | → line 3, col 3067: Strings must use singlequote. |
| 3 | 3079 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3079: Infix operators must be spaced. |
| 3 | 3081 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3081: Infix operators must be spaced. |
| 3 | 3082 | 2 | Strings must use singlequote. | quotes | → line 3, col 3082: Strings must use singlequote. |
| 3 | 3090 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3090: Infix operators must be spaced. |
| 3 | 3106 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3106: Infix operators must be spaced. |
| 3 | 3107 | 2 | Strings must use singlequote. | quotes | → line 3, col 3107: Strings must use singlequote. |
| 3 | 3110 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3110: A space is required after ','. |
| 3 | 3112 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3112: Infix operators must be spaced. |
| 3 | 3114 | 2 | Strings must use singlequote. | quotes | → line 3, col 3114: Strings must use singlequote. |
| 3 | 3124 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3124: A space is required after ','. |
| 3 | 3141 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3141: Infix operators must be spaced. |
| 3 | 3142 | 1 | The function binding is unnecessary. | no-extra-bind | → line 3, col 3142: The function binding is unnecessary. |
| 3 | 3150 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 3150: Missing space before function parentheses. |
| 3 | 3152 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 3152: Missing space before opening brace. |
| 3 | 3153 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 3153: Keyword "return" must be followed by whitespace. |
| 3 | 3153 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 3153: Statement inside of curly braces should be on next line. |
| 3 | 3159 | 2 | Strings must use singlequote. | quotes | → line 3, col 3159: Strings must use singlequote. |
| 3 | 3161 | 2 | Missing semicolon. | semi | → line 3, col 3161: Missing semicolon. |
| 3 | 3173 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3173: A space is required after ','. |
| 3 | 3175 | 2 | Missing semicolon. | semi | → line 3, col 3175: Missing semicolon. |
| 3 | 3176 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3176: A space is required after ','. |
| 3 | 3236 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3236: Infix operators must be spaced. |
| 3 | 3246 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3246: A space is required after ','. |
| 3 | 3256 | 2 | Missing space before value for key "Strophe". | fecs-key-spacing | → line 3, col 3256: Missing space before value for key "Strophe". |
| 3 | 3257 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3257: A space is required after ','. |
| 3 | 3265 | 2 | Missing space before value for key "$build". | fecs-key-spacing | → line 3, col 3265: Missing space before value for key "$build". |
| 3 | 3266 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3266: A space is required after ','. |
| 3 | 3272 | 2 | Missing space before value for key "$msg". | fecs-key-spacing | → line 3, col 3272: Missing space before value for key "$msg". |
| 3 | 3273 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3273: A space is required after ','. |
| 3 | 3278 | 2 | Missing space before value for key "$iq". | fecs-key-spacing | → line 3, col 3278: Missing space before value for key "$iq". |
| 3 | 3279 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3279: A space is required after ','. |
| 3 | 3286 | 2 | Missing space before value for key "$pres". | fecs-key-spacing | → line 3, col 3286: Missing space before value for key "$pres". |
| 3 | 3287 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3287: A space is required after ','. |
| 3 | 3293 | 2 | Missing space before value for key "SHA1". | fecs-key-spacing | → line 3, col 3293: Missing space before value for key "SHA1". |
| 3 | 3294 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3294: A space is required after ','. |
| 3 | 3302 | 2 | Missing space before value for key "Base64". | fecs-key-spacing | → line 3, col 3302: Missing space before value for key "Base64". |
| 3 | 3303 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3303: A space is required after ','. |
| 3 | 3308 | 2 | Missing space before value for key "MD5". | fecs-key-spacing | → line 3, col 3308: Missing space before value for key "MD5". |
| 3 | 3310 | 2 | Missing semicolon. | semi | → line 3, col 3310: Missing semicolon. |
| 3 | 3311 | 2 | Bad indentation (4 instead 0). | fecs-indent | → line 3, col 3311: Bad indentation (4 instead 0). |
| 3 | 3312 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3312: A space is required after ','. |
| 3 | 3313 | 2 | Wrap an immediate function invocation in parentheses. | wrap-iife | → line 3, col 3313: Wrap an immediate function invocation in parentheses. |
| 3 | 3321 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 3321: Missing space before function parentheses. |
| 3 | 3323 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3323: A space is required after ','. |
| 3 | 3326 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 3326: Missing space before opening brace. |
| 3 | 3327 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 3327: Statement inside of curly braces should be on next line. |
| 3 | 3327 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 3327: Keyword "return" must be followed by whitespace. |
| 3 | 3333 | 2 | Strings must use singlequote. | quotes | → line 3, col 3333: Strings must use singlequote. |
| 3 | 3343 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 3343: Expected '===' and instead saw '=='. |
| 3 | 3343 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3343: Infix operators must be spaced. |
| 3 | 3358 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3358: Infix operators must be spaced. |
| 3 | 3370 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3370: Infix operators must be spaced. |
| 3 | 3383 | 2 | Strings must use singlequote. | quotes | → line 3, col 3383: Strings must use singlequote. |
| 3 | 3397 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3397: A space is required after ','. |
| 3 | 3399 | 2 | Strings must use singlequote. | quotes | → line 3, col 3399: Strings must use singlequote. |
| 3 | 3414 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3414: A space is required after ','. |
| 3 | 3423 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 3423: Missing space before function parentheses. |
| 3 | 3426 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 3426: Missing space before opening brace. |
| 3 | 3427 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 3427: Statement inside of curly braces should be on next line. |
| 3 | 3445 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3445: A space is required after ','. |
| 3 | 3455 | 2 | Missing semicolon. | semi | → line 3, col 3455: Missing semicolon. |
| 3 | 3460 | 2 | "Strophe" is not defined. | no-undef | → line 3, col 3460: "Strophe" is not defined. |
| 3 | 3467 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3467: A space is required after ','. |
| 3 | 3468 | 2 | "$build" is not defined. | no-undef | → line 3, col 3468: "$build" is not defined. |
| 3 | 3475 | 2 | Missing semicolon. | semi | → line 3, col 3475: Missing semicolon. |
| 3 | 3481 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3481: A space is required after ','. |
| 3 | 3490 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 3490: Missing space before function parentheses. |
| 3 | 3492 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3492: A space is required after ','. |
| 3 | 3495 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 3495: Missing space before opening brace. |
| 3 | 3496 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 3496: Statement inside of curly braces should be on next line. |
| 3 | 3512 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3512: Infix operators must be spaced. |
| 3 | 3521 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 3521: Missing space before function parentheses. |
| 3 | 3523 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3523: A space is required after ','. |
| 3 | 3525 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3525: A space is required after ','. |
| 3 | 3527 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3527: A space is required after ','. |
| 3 | 3530 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 3530: Missing space before opening brace. |
| 3 | 3531 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 3531: Statement inside of curly braces should be on next line. |
| 3 | 3538 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3538: Infix operators must be spaced. |
| 3 | 3553 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3553: A space is required after ','. |
| 3 | 3566 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3566: Infix operators must be spaced. |
| 3 | 3568 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3568: A space is required after ','. |
| 3 | 3578 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3578: Infix operators must be spaced. |
| 3 | 3593 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3593: A space is required after ','. |
| 3 | 3607 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3607: Infix operators must be spaced. |
| 3 | 3609 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3609: A space is required after ','. |
| 3 | 3619 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3619: Infix operators must be spaced. |
| 3 | 3621 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3621: A space is required after ','. |
| 3 | 3630 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3630: Infix operators must be spaced. |
| 3 | 3632 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3632: A space is required after ','. |
| 3 | 3642 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3642: Infix operators must be spaced. |
| 3 | 3644 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3644: Infix operators must be spaced. |
| 3 | 3646 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3646: A space is required after ','. |
| 3 | 3657 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3657: Infix operators must be spaced. |
| 3 | 3659 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3659: Infix operators must be spaced. |
| 3 | 3662 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3662: A space is required after ','. |
| 3 | 3673 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3673: Infix operators must be spaced. |
| 3 | 3676 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3676: A space is required after ','. |
| 3 | 3686 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3686: Infix operators must be spaced. |
| 3 | 3691 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3691: A space is required after ','. |
| 3 | 3700 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3700: Infix operators must be spaced. |
| 3 | 3709 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 3709: Missing space before function parentheses. |
| 3 | 3711 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 3711: Missing space before opening brace. |
| 3 | 3712 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 3712: Statement inside of curly braces should be on next line. |
| 3 | 3712 | 2 | Expected { after 'if' condition. | curly | → line 3, col 3712: Expected { after 'if' condition. |
| 3 | 3714 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 3714: Keyword "if" must be followed by whitespace. |
| 3 | 3734 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 3734: Missing whitespace after semicolon. |
| 3 | 3740 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3740: Infix operators must be spaced. |
| 3 | 3741 | 1 | Missing '()' invoking a constructor | new-parens | → line 3, col 3741: Missing '()' invoking a constructor |
| 3 | 3749 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 3749: Missing whitespace after semicolon. |
| 3 | 3750 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 3750: Keyword "return" must be followed by whitespace. |
| 3 | 3758 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3758: Infix operators must be spaced. |
| 3 | 3769 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3769: Infix operators must be spaced. |
| 3 | 3773 | 2 | Missing semicolon. | semi | → line 3, col 3773: Missing semicolon. |
| 3 | 3774 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3774: A space is required after ','. |
| 3 | 3788 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3788: Infix operators must be spaced. |
| 3 | 3797 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 3797: Missing space before function parentheses. |
| 3 | 3799 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 3799: Missing space before opening brace. |
| 3 | 3800 | 2 | Expected { after 'if' condition. | curly | → line 3, col 3800: Expected { after 'if' condition. |
| 3 | 3800 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 3800: Statement inside of curly braces should be on next line. |
| 3 | 3802 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 3802: Keyword "if" must be followed by whitespace. |
| 3 | 3822 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 3822: Missing whitespace after semicolon. |
| 3 | 3828 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3828: Infix operators must be spaced. |
| 3 | 3829 | 1 | Missing '()' invoking a constructor | new-parens | → line 3, col 3829: Missing '()' invoking a constructor |
| 3 | 3837 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 3837: Missing whitespace after semicolon. |
| 3 | 3838 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 3838: Keyword "return" must be followed by whitespace. |
| 3 | 3846 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3846: Infix operators must be spaced. |
| 3 | 3857 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3857: Infix operators must be spaced. |
| 3 | 3861 | 2 | Missing semicolon. | semi | → line 3, col 3861: Missing semicolon. |
| 3 | 3862 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3862: A space is required after ','. |
| 3 | 3871 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3871: Infix operators must be spaced. |
| 3 | 3886 | 2 | Missing semicolon. | semi | → line 3, col 3886: Missing semicolon. |
| 3 | 3887 | 2 | A space is required after ','. | comma-spacing | → line 3, col 3887: A space is required after ','. |
| 3 | 3907 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3907: Infix operators must be spaced. |
| 3 | 3921 | 2 | Missing space before value for key "getResponse". | fecs-key-spacing | → line 3, col 3921: Missing space before value for key "getResponse". |
| 3 | 3929 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 3929: Missing space before function parentheses. |
| 3 | 3931 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 3931: Missing space before opening brace. |
| 3 | 3932 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 3932: Statement inside of curly braces should be on next line. |
| 3 | 3937 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3937: Infix operators must be spaced. |
| 3 | 3942 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 3942: Missing whitespace after semicolon. |
| 3 | 3945 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 3945: Keyword "if" must be followed by whitespace. |
| 3 | 3966 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 3966: Infix operators must be spaced. |
| 3 | 4005 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 4005: Missing space before opening brace. |
| 3 | 4006 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 4006: Statement inside of curly braces should be on next line. |
| 3 | 4006 | 2 | Expected { after 'if' condition. | curly | → line 3, col 4006: Expected { after 'if' condition. |
| 3 | 4008 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 4008: Keyword "if" must be followed by whitespace. |
| 3 | 4010 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4010: Infix operators must be spaced. |
| 3 | 4047 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4047: A space is required after ','. |
| 3 | 4048 | 2 | Strings must use singlequote. | quotes | → line 3, col 4048: Strings must use singlequote. |
| 3 | 4061 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 4061: Expected '===' and instead saw '=='. |
| 3 | 4061 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4061: Infix operators must be spaced. |
| 3 | 4087 | 2 | Strings must use singlequote. | quotes | → line 3, col 4087: Strings must use singlequote. |
| 3 | 4115 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4115: A space is required after ','. |
| 3 | 4124 | 2 | Strings must use singlequote. | quotes | → line 3, col 4124: Strings must use singlequote. |
| 3 | 4140 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4140: Infix operators must be spaced. |
| 3 | 4163 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4163: A space is required after ','. |
| 3 | 4172 | 2 | Strings must use singlequote. | quotes | → line 3, col 4172: Strings must use singlequote. |
| 3 | 4187 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4187: Infix operators must be spaced. |
| 3 | 4222 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4222: A space is required after ','. |
| 3 | 4223 | 2 | Strings must use singlequote. | quotes | → line 3, col 4223: Strings must use singlequote. |
| 3 | 4236 | 2 | Missing semicolon. | semi | → line 3, col 4236: Missing semicolon. |
| 3 | 4237 | 2 | Expected { after 'else'. | curly | → line 3, col 4237: Expected { after 'else'. |
| 3 | 4263 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4263: Infix operators must be spaced. |
| 3 | 4274 | 2 | Strings must use singlequote. | quotes | → line 3, col 4274: Strings must use singlequote. |
| 3 | 4302 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4302: A space is required after ','. |
| 3 | 4311 | 2 | Strings must use singlequote. | quotes | → line 3, col 4311: Strings must use singlequote. |
| 3 | 4327 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4327: Infix operators must be spaced. |
| 3 | 4350 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4350: A space is required after ','. |
| 3 | 4359 | 2 | Strings must use singlequote. | quotes | → line 3, col 4359: Strings must use singlequote. |
| 3 | 4374 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4374: Infix operators must be spaced. |
| 3 | 4410 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 4410: Missing whitespace after semicolon. |
| 3 | 4419 | 2 | Missing semicolon. | semi | → line 3, col 4419: Missing semicolon. |
| 3 | 4420 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4420: A space is required after ','. |
| 3 | 4429 | 2 | Missing space before value for key "_newXHR". | fecs-key-spacing | → line 3, col 4429: Missing space before value for key "_newXHR". |
| 3 | 4437 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 4437: Missing space before function parentheses. |
| 3 | 4439 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 4439: Missing space before opening brace. |
| 3 | 4440 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 4440: Statement inside of curly braces should be on next line. |
| 3 | 4445 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4445: Infix operators must be spaced. |
| 3 | 4450 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 4450: Missing whitespace after semicolon. |
| 3 | 4479 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4479: Infix operators must be spaced. |
| 3 | 4482 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4482: Infix operators must be spaced. |
| 3 | 4483 | 1 | Missing '()' invoking a constructor | new-parens | → line 3, col 4483: Missing '()' invoking a constructor |
| 3 | 4501 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4501: A space is required after ','. |
| 3 | 4520 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4520: Infix operators must be spaced. |
| 3 | 4541 | 2 | Strings must use singlequote. | quotes | → line 3, col 4541: Strings must use singlequote. |
| 3 | 4589 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4589: Infix operators must be spaced. |
| 3 | 4593 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4593: Infix operators must be spaced. |
| 3 | 4612 | 2 | Strings must use singlequote. | quotes | → line 3, col 4612: Strings must use singlequote. |
| 3 | 4633 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4633: A space is required after ','. |
| 3 | 4654 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4654: Infix operators must be spaced. |
| 3 | 4674 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4674: A space is required after ','. |
| 3 | 4680 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4680: A space is required after ','. |
| 3 | 4682 | 2 | Missing semicolon. | semi | → line 3, col 4682: Missing semicolon. |
| 3 | 4684 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4684: A space is required after ','. |
| 3 | 4691 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4691: Infix operators must be spaced. |
| 3 | 4700 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 4700: Missing space before function parentheses. |
| 3 | 4703 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 4703: Missing space before opening brace. |
| 3 | 4704 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 4704: Statement inside of curly braces should be on next line. |
| 3 | 4714 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4714: Infix operators must be spaced. |
| 3 | 4716 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4716: A space is required after ','. |
| 3 | 4725 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4725: Infix operators must be spaced. |
| 3 | 4747 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4747: Infix operators must be spaced. |
| 3 | 4762 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4762: A space is required after ','. |
| 3 | 4771 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4771: Infix operators must be spaced. |
| 3 | 4776 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4776: A space is required after ','. |
| 3 | 4786 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4786: Infix operators must be spaced. |
| 3 | 4788 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4788: A space is required after ','. |
| 3 | 4798 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4798: Infix operators must be spaced. |
| 3 | 4801 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4801: A space is required after ','. |
| 3 | 4813 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4813: Infix operators must be spaced. |
| 3 | 4815 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4815: A space is required after ','. |
| 3 | 4827 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4827: Infix operators must be spaced. |
| 3 | 4829 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4829: A space is required after ','. |
| 3 | 4844 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4844: Infix operators must be spaced. |
| 3 | 4847 | 2 | Missing semicolon. | semi | → line 3, col 4847: Missing semicolon. |
| 3 | 4848 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4848: A space is required after ','. |
| 3 | 4865 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4865: Infix operators must be spaced. |
| 3 | 4873 | 2 | Missing space before value for key "strip". | fecs-key-spacing | → line 3, col 4873: Missing space before value for key "strip". |
| 3 | 4877 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4877: A space is required after ','. |
| 3 | 4889 | 2 | Missing space before value for key "_buildBody". | fecs-key-spacing | → line 3, col 4889: Missing space before value for key "_buildBody". |
| 3 | 4897 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 4897: Missing space before function parentheses. |
| 3 | 4899 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 4899: Missing space before opening brace. |
| 3 | 4900 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 4900: Statement inside of curly braces should be on next line. |
| 3 | 4905 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4905: Infix operators must be spaced. |
| 3 | 4908 | 2 | Strings must use singlequote. | quotes | → line 3, col 4908: Strings must use singlequote. |
| 3 | 4914 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4914: A space is required after ','. |
| 3 | 4920 | 2 | Missing space before value for key "rid". | fecs-key-spacing | → line 3, col 4920: Missing space before value for key "rid". |
| 3 | 4930 | 2 | A space is required after ','. | comma-spacing | → line 3, col 4930: A space is required after ','. |
| 3 | 4937 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 3, col 4937: Missing space before value for key "xmlns". |
| 3 | 4952 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 4952: Missing whitespace after semicolon. |
| 3 | 4964 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4964: Infix operators must be spaced. |
| 3 | 4975 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 4975: Infix operators must be spaced. |
| 3 | 4990 | 2 | Missing space before value for key "sid". | fecs-key-spacing | → line 3, col 4990: Missing space before value for key "sid". |
| 3 | 5000 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5000: A space is required after ','. |
| 3 | 5029 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5029: Infix operators must be spaced. |
| 3 | 5051 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5051: A space is required after ','. |
| 3 | 5053 | 2 | Missing semicolon. | semi | → line 3, col 5053: Missing semicolon. |
| 3 | 5054 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5054: A space is required after ','. |
| 3 | 5062 | 2 | Missing space before value for key "_reset". | fecs-key-spacing | → line 3, col 5062: Missing space before value for key "_reset". |
| 3 | 5070 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 5070: Missing space before function parentheses. |
| 3 | 5072 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 5072: Missing space before opening brace. |
| 3 | 5073 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 5073: Statement inside of curly braces should be on next line. |
| 3 | 5081 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5081: Infix operators must be spaced. |
| 3 | 5103 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5103: Infix operators must be spaced. |
| 3 | 5118 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5118: A space is required after ','. |
| 3 | 5127 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5127: Infix operators must be spaced. |
| 3 | 5132 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5132: A space is required after ','. |
| 3 | 5144 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5144: Infix operators must be spaced. |
| 3 | 5146 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5146: A space is required after ','. |
| 3 | 5180 | 2 | Strings must use singlequote. | quotes | → line 3, col 5180: Strings must use singlequote. |
| 3 | 5203 | 2 | Missing semicolon. | semi | → line 3, col 5203: Missing semicolon. |
| 3 | 5204 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5204: A space is required after ','. |
| 3 | 5214 | 2 | Missing space before value for key "_connect". | fecs-key-spacing | → line 3, col 5214: Missing space before value for key "_connect". |
| 3 | 5222 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 5222: Missing space before function parentheses. |
| 3 | 5224 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5224: A space is required after ','. |
| 3 | 5226 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5226: A space is required after ','. |
| 3 | 5229 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 5229: Missing space before opening brace. |
| 3 | 5230 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 5230: Statement inside of curly braces should be on next line. |
| 3 | 5239 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5239: Infix operators must be spaced. |
| 3 | 5241 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5241: Infix operators must be spaced. |
| 3 | 5252 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5252: A space is required after ','. |
| 3 | 5262 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5262: Infix operators must be spaced. |
| 3 | 5264 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5264: Infix operators must be spaced. |
| 3 | 5275 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5275: A space is required after ','. |
| 3 | 5287 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5287: Infix operators must be spaced. |
| 3 | 5289 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 5289: Missing whitespace after semicolon. |
| 3 | 5295 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5295: Infix operators must be spaced. |
| 3 | 5321 | 2 | Expected key `'to'` but `to` found. | fecs-properties-quote | → line 3, col 5321: Expected key `'to'` but `to` found. |
| 3 | 5324 | 2 | Missing space before value for key "to". | fecs-key-spacing | → line 3, col 5324: Missing space before value for key "to". |
| 3 | 5341 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5341: A space is required after ','. |
| 3 | 5342 | 2 | Strings must use singlequote. | quotes | → line 3, col 5342: Strings must use singlequote. |
| 3 | 5353 | 2 | Missing space before value for key "xml:lang". | fecs-key-spacing | → line 3, col 5353: Missing space before value for key "xml:lang". |
| 3 | 5353 | 2 | Strings must use singlequote. | quotes | → line 3, col 5353: Strings must use singlequote. |
| 3 | 5357 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5357: A space is required after ','. |
| 3 | 5358 | 2 | Expected key `'wait'` but `wait` found. | fecs-properties-quote | → line 3, col 5358: Expected key `'wait'` but `wait` found. |
| 3 | 5363 | 2 | Missing space before value for key "wait". | fecs-key-spacing | → line 3, col 5363: Missing space before value for key "wait". |
| 3 | 5372 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5372: A space is required after ','. |
| 3 | 5373 | 2 | Expected key `'hold'` but `hold` found. | fecs-properties-quote | → line 3, col 5373: Expected key `'hold'` but `hold` found. |
| 3 | 5378 | 2 | Missing space before value for key "hold". | fecs-key-spacing | → line 3, col 5378: Missing space before value for key "hold". |
| 3 | 5387 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5387: A space is required after ','. |
| 3 | 5388 | 2 | Expected key `'content'` but `content` found. | fecs-properties-quote | → line 3, col 5388: Expected key `'content'` but `content` found. |
| 3 | 5396 | 2 | Strings must use singlequote. | quotes | → line 3, col 5396: Strings must use singlequote. |
| 3 | 5396 | 2 | Missing space before value for key "content". | fecs-key-spacing | → line 3, col 5396: Missing space before value for key "content". |
| 3 | 5421 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5421: A space is required after ','. |
| 3 | 5422 | 2 | Expected key `'ver'` but `ver` found. | fecs-properties-quote | → line 3, col 5422: Expected key `'ver'` but `ver` found. |
| 3 | 5426 | 2 | Strings must use singlequote. | quotes | → line 3, col 5426: Strings must use singlequote. |
| 3 | 5426 | 2 | Missing space before value for key "ver". | fecs-key-spacing | → line 3, col 5426: Missing space before value for key "ver". |
| 3 | 5431 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5431: A space is required after ','. |
| 3 | 5432 | 2 | Strings must use singlequote. | quotes | → line 3, col 5432: Strings must use singlequote. |
| 3 | 5447 | 2 | Strings must use singlequote. | quotes | → line 3, col 5447: Strings must use singlequote. |
| 3 | 5447 | 2 | Missing space before value for key "xmpp:version". | fecs-key-spacing | → line 3, col 5447: Missing space before value for key "xmpp:version". |
| 3 | 5452 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5452: A space is required after ','. |
| 3 | 5453 | 2 | Strings must use singlequote. | quotes | → line 3, col 5453: Strings must use singlequote. |
| 3 | 5466 | 2 | Missing space before value for key "xmlns:xmpp". | fecs-key-spacing | → line 3, col 5466: Missing space before value for key "xmlns:xmpp". |
| 3 | 5477 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 5477: Missing whitespace after semicolon. |
| 3 | 5479 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5479: Infix operators must be spaced. |
| 3 | 5496 | 2 | Missing space before value for key "route". | fecs-key-spacing | → line 3, col 5496: Missing space before value for key "route". |
| 3 | 5499 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 5499: Missing whitespace after semicolon. |
| 3 | 5505 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5505: Infix operators must be spaced. |
| 3 | 5528 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 5528: Missing whitespace after semicolon. |
| 3 | 5571 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5571: A space is required after ','. |
| 3 | 5608 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5608: A space is required after ','. |
| 3 | 5628 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5628: A space is required after ','. |
| 3 | 5651 | 2 | Strings must use singlequote. | quotes | → line 3, col 5651: Strings must use singlequote. |
| 3 | 5659 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5659: A space is required after ','. |
| 3 | 5691 | 2 | Missing semicolon. | semi | → line 3, col 5691: Missing semicolon. |
| 3 | 5692 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5692: A space is required after ','. |
| 3 | 5701 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 3, col 5701: This function has too many parameters (7). Maximum allowed is 6. |
| 3 | 5701 | 2 | Missing space before value for key "_attach". | fecs-key-spacing | → line 3, col 5701: Missing space before value for key "_attach". |
| 3 | 5709 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 5709: Missing space before function parentheses. |
| 3 | 5711 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5711: A space is required after ','. |
| 3 | 5713 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5713: A space is required after ','. |
| 3 | 5715 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5715: A space is required after ','. |
| 3 | 5717 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5717: A space is required after ','. |
| 3 | 5719 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5719: A space is required after ','. |
| 3 | 5721 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5721: A space is required after ','. |
| 3 | 5724 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 5724: Missing space before opening brace. |
| 3 | 5725 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 5725: Statement inside of curly braces should be on next line. |
| 3 | 5739 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5739: Infix operators must be spaced. |
| 3 | 5741 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5741: A space is required after ','. |
| 3 | 5750 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5750: Infix operators must be spaced. |
| 3 | 5752 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5752: A space is required after ','. |
| 3 | 5761 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5761: Infix operators must be spaced. |
| 3 | 5763 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5763: A space is required after ','. |
| 3 | 5775 | 2 | Identifier 'connect_callback' is not in camel case. | fecs-camelcase | → line 3, col 5775: Identifier 'connect_callback' is not in camel case. |
| 3 | 5791 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5791: Infix operators must be spaced. |
| 3 | 5793 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5793: A space is required after ','. |
| 3 | 5811 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5811: Infix operators must be spaced. |
| 3 | 5846 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5846: A space is required after ','. |
| 3 | 5871 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5871: Infix operators must be spaced. |
| 3 | 5874 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5874: A space is required after ','. |
| 3 | 5895 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5895: Infix operators must be spaced. |
| 3 | 5898 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5898: A space is required after ','. |
| 3 | 5908 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5908: Infix operators must be spaced. |
| 3 | 5910 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5910: Infix operators must be spaced. |
| 3 | 5921 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5921: A space is required after ','. |
| 3 | 5931 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5931: Infix operators must be spaced. |
| 3 | 5933 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5933: Infix operators must be spaced. |
| 3 | 5944 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5944: A space is required after ','. |
| 3 | 5956 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5956: Infix operators must be spaced. |
| 3 | 5958 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 5958: Infix operators must be spaced. |
| 3 | 5971 | 2 | A space is required after ','. | comma-spacing | → line 3, col 5971: A space is required after ','. |
| 3 | 6021 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6021: A space is required after ','. |
| 3 | 6027 | 2 | Missing semicolon. | semi | → line 3, col 6027: Missing semicolon. |
| 3 | 6028 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6028: A space is required after ','. |
| 3 | 6038 | 2 | Missing space before value for key "_restore". | fecs-key-spacing | → line 3, col 6038: Missing space before value for key "_restore". |
| 3 | 6046 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 6046: Missing space before function parentheses. |
| 3 | 6048 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6048: A space is required after ','. |
| 3 | 6050 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6050: A space is required after ','. |
| 3 | 6052 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6052: A space is required after ','. |
| 3 | 6054 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6054: A space is required after ','. |
| 3 | 6057 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 6057: Missing space before opening brace. |
| 3 | 6058 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 6058: Statement inside of curly braces should be on next line. |
| 3 | 6063 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6063: Infix operators must be spaced. |
| 3 | 6105 | 2 | Strings must use singlequote. | quotes | → line 3, col 6105: Strings must use singlequote. |
| 3 | 6129 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 6129: Missing whitespace after semicolon. |
| 3 | 6130 | 2 | Expected { after 'if' condition. | curly | → line 3, col 6130: Expected { after 'if' condition. |
| 3 | 6132 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 6132: Keyword "if" must be followed by whitespace. |
| 3 | 6135 | 2 | Strings must use singlequote. | quotes | → line 3, col 6135: Strings must use singlequote. |
| 3 | 6146 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 3, col 6146: Expected '!==' and instead saw '!='. |
| 3 | 6146 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6146: Infix operators must be spaced. |
| 3 | 6156 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6156: Infix operators must be spaced. |
| 3 | 6162 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6162: Infix operators must be spaced. |
| 3 | 6166 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6166: Infix operators must be spaced. |
| 3 | 6173 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6173: Infix operators must be spaced. |
| 3 | 6180 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6180: Infix operators must be spaced. |
| 3 | 6188 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6188: Infix operators must be spaced. |
| 3 | 6190 | 2 | Strings must use singlequote. | quotes | → line 3, col 6190: Strings must use singlequote. |
| 3 | 6201 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 3, col 6201: Expected '!==' and instead saw '!='. |
| 3 | 6201 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6201: Infix operators must be spaced. |
| 3 | 6211 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6211: Infix operators must be spaced. |
| 3 | 6239 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6239: Infix operators must be spaced. |
| 3 | 6239 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 3, col 6239: Expected '!==' and instead saw '!='. |
| 3 | 6264 | 1 | Keyword "throw" must be followed by whitespace. | space-return-throw-case | → line 3, col 6264: Keyword "throw" must be followed by whitespace. |
| 3 | 6275 | 2 | Missing space before value for key "name". | fecs-key-spacing | → line 3, col 6275: Missing space before value for key "name". |
| 3 | 6275 | 2 | Strings must use singlequote. | quotes | → line 3, col 6275: Strings must use singlequote. |
| 3 | 6296 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6296: A space is required after ','. |
| 3 | 6305 | 2 | Missing space before value for key "message". | fecs-key-spacing | → line 3, col 6305: Missing space before value for key "message". |
| 3 | 6305 | 2 | Strings must use singlequote. | quotes | → line 3, col 6305: Strings must use singlequote. |
| 3 | 6341 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 6341: Missing whitespace after semicolon. |
| 3 | 6361 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6361: Infix operators must be spaced. |
| 3 | 6364 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6364: A space is required after ','. |
| 3 | 6383 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6383: A space is required after ','. |
| 3 | 6389 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6389: A space is required after ','. |
| 3 | 6395 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6395: A space is required after ','. |
| 3 | 6397 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6397: A space is required after ','. |
| 3 | 6399 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6399: A space is required after ','. |
| 3 | 6401 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6401: A space is required after ','. |
| 3 | 6404 | 2 | Missing semicolon. | semi | → line 3, col 6404: Missing semicolon. |
| 3 | 6405 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6405: A space is required after ','. |
| 3 | 6420 | 2 | Missing space before value for key "_cacheSession". | fecs-key-spacing | → line 3, col 6420: Missing space before value for key "_cacheSession". |
| 3 | 6428 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 6428: Missing space before function parentheses. |
| 3 | 6430 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 6430: Missing space before opening brace. |
| 3 | 6431 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 6431: Statement inside of curly braces should be on next line. |
| 3 | 6455 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6455: Infix operators must be spaced. |
| 3 | 6470 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6470: Infix operators must be spaced. |
| 3 | 6480 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6480: Infix operators must be spaced. |
| 3 | 6490 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6490: Infix operators must be spaced. |
| 3 | 6522 | 2 | Strings must use singlequote. | quotes | → line 3, col 6522: Strings must use singlequote. |
| 3 | 6544 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6544: A space is required after ','. |
| 3 | 6565 | 2 | Missing space before value for key "jid". | fecs-key-spacing | → line 3, col 6565: Missing space before value for key "jid". |
| 3 | 6579 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6579: A space is required after ','. |
| 3 | 6584 | 2 | Missing space before value for key "rid". | fecs-key-spacing | → line 3, col 6584: Missing space before value for key "rid". |
| 3 | 6592 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6592: A space is required after ','. |
| 3 | 6597 | 2 | Missing space before value for key "sid". | fecs-key-spacing | → line 3, col 6597: Missing space before value for key "sid". |
| 3 | 6642 | 2 | Strings must use singlequote. | quotes | → line 3, col 6642: Strings must use singlequote. |
| 3 | 6665 | 2 | Missing semicolon. | semi | → line 3, col 6665: Missing semicolon. |
| 3 | 6666 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6666: A space is required after ','. |
| 3 | 6667 | 2 | Property '_connect_cb' is not in camel case. | fecs-camelcase | → line 3, col 6667: Property '_connect_cb' is not in camel case. |
| 3 | 6679 | 2 | Missing space before value for key "_connect_cb". | fecs-key-spacing | → line 3, col 6679: Missing space before value for key "_connect_cb". |
| 3 | 6687 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 6687: Missing space before function parentheses. |
| 3 | 6690 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 6690: Missing space before opening brace. |
| 3 | 6691 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 6691: Statement inside of curly braces should be on next line. |
| 3 | 6691 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 6691: Split 'var' declarations into multiple statements. |
| 3 | 6696 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6696: A space is required after ','. |
| 3 | 6698 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6698: A space is required after ','. |
| 3 | 6700 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6700: Infix operators must be spaced. |
| 3 | 6716 | 2 | Strings must use singlequote. | quotes | → line 3, col 6716: Strings must use singlequote. |
| 3 | 6723 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 6723: Missing whitespace after semicolon. |
| 3 | 6724 | 2 | Expected { after 'if' condition. | curly | → line 3, col 6724: Expected { after 'if' condition. |
| 3 | 6726 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 6726: Keyword "if" must be followed by whitespace. |
| 3 | 6731 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6731: Infix operators must be spaced. |
| 3 | 6735 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6735: Infix operators must be spaced. |
| 3 | 6737 | 2 | Strings must use singlequote. | quotes | → line 3, col 6737: Strings must use singlequote. |
| 3 | 6748 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6748: Infix operators must be spaced. |
| 3 | 6748 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 6748: Expected '===' and instead saw '=='. |
| 3 | 6760 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6760: Infix operators must be spaced. |
| 3 | 6776 | 2 | Strings must use singlequote. | quotes | → line 3, col 6776: Strings must use singlequote. |
| 3 | 6788 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6788: A space is required after ','. |
| 3 | 6797 | 2 | Strings must use singlequote. | quotes | → line 3, col 6797: Strings must use singlequote. |
| 3 | 6823 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6823: Infix operators must be spaced. |
| 3 | 6826 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6826: A space is required after ','. |
| 3 | 6828 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6828: Infix operators must be spaced. |
| 3 | 6852 | 2 | Strings must use singlequote. | quotes | → line 3, col 6852: Strings must use singlequote. |
| 3 | 6863 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6863: A space is required after ','. |
| 3 | 6868 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6868: Infix operators must be spaced. |
| 3 | 6872 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6872: Infix operators must be spaced. |
| 3 | 6874 | 2 | Strings must use singlequote. | quotes | → line 3, col 6874: Strings must use singlequote. |
| 3 | 6895 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6895: Infix operators must be spaced. |
| 3 | 6895 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 6895: Expected '===' and instead saw '=='. |
| 3 | 6898 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6898: Infix operators must be spaced. |
| 3 | 6908 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6908: Infix operators must be spaced. |
| 3 | 6910 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6910: Infix operators must be spaced. |
| 3 | 6914 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 6914: Infix operators must be spaced. |
| 3 | 6915 | 2 | Strings must use singlequote. | quotes | → line 3, col 6915: Strings must use singlequote. |
| 3 | 6926 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6926: A space is required after ','. |
| 3 | 6976 | 2 | A space is required after ','. | comma-spacing | → line 3, col 6976: A space is required after ','. |
| 3 | 7030 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7030: A space is required after ','. |
| 3 | 7031 | 2 | Strings must use singlequote. | quotes | → line 3, col 7031: Strings must use singlequote. |
| 3 | 7041 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7041: A space is required after ','. |
| 3 | 7069 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7069: A space is required after ','. |
| 3 | 7087 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 7087: Missing whitespace after semicolon. |
| 3 | 7096 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7096: Infix operators must be spaced. |
| 3 | 7107 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7107: Infix operators must be spaced. |
| 3 | 7123 | 2 | Strings must use singlequote. | quotes | → line 3, col 7123: Strings must use singlequote. |
| 3 | 7130 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 7130: Missing whitespace after semicolon. |
| 3 | 7136 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7136: Infix operators must be spaced. |
| 3 | 7152 | 2 | Strings must use singlequote. | quotes | → line 3, col 7152: Strings must use singlequote. |
| 3 | 7163 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 7163: Missing whitespace after semicolon. |
| 3 | 7165 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7165: Infix operators must be spaced. |
| 3 | 7179 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7179: Infix operators must be spaced. |
| 3 | 7190 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7190: A space is required after ','. |
| 3 | 7195 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 7195: Missing whitespace after semicolon. |
| 3 | 7201 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7201: Infix operators must be spaced. |
| 3 | 7217 | 2 | Strings must use singlequote. | quotes | → line 3, col 7217: Strings must use singlequote. |
| 3 | 7224 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 7224: Missing whitespace after semicolon. |
| 3 | 7226 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7226: Infix operators must be spaced. |
| 3 | 7238 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7238: Infix operators must be spaced. |
| 3 | 7249 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7249: A space is required after ','. |
| 3 | 7254 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 7254: Missing whitespace after semicolon. |
| 3 | 7260 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7260: Infix operators must be spaced. |
| 3 | 7276 | 2 | Strings must use singlequote. | quotes | → line 3, col 7276: Strings must use singlequote. |
| 3 | 7283 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 7283: Missing whitespace after semicolon. |
| 3 | 7285 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7285: Infix operators must be spaced. |
| 3 | 7297 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7297: Infix operators must be spaced. |
| 3 | 7308 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7308: A space is required after ','. |
| 3 | 7313 | 2 | Missing semicolon. | semi | → line 3, col 7313: Missing semicolon. |
| 3 | 7314 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7314: A space is required after ','. |
| 3 | 7327 | 2 | Missing space before value for key "_disconnect". | fecs-key-spacing | → line 3, col 7327: Missing space before value for key "_disconnect". |
| 3 | 7335 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 7335: Missing space before function parentheses. |
| 3 | 7338 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 7338: Missing space before opening brace. |
| 3 | 7339 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 7339: Statement inside of curly braces should be on next line. |
| 3 | 7361 | 2 | Missing semicolon. | semi | → line 3, col 7361: Missing semicolon. |
| 3 | 7362 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7362: A space is required after ','. |
| 3 | 7377 | 2 | Missing space before value for key "_doDisconnect". | fecs-key-spacing | → line 3, col 7377: Missing space before value for key "_doDisconnect". |
| 3 | 7385 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 7385: Missing space before function parentheses. |
| 3 | 7387 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 7387: Missing space before opening brace. |
| 3 | 7388 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 7388: Statement inside of curly braces should be on next line. |
| 3 | 7396 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7396: Infix operators must be spaced. |
| 3 | 7401 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7401: A space is required after ','. |
| 3 | 7410 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7410: Infix operators must be spaced. |
| 3 | 7432 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7432: Infix operators must be spaced. |
| 3 | 7447 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7447: A space is required after ','. |
| 3 | 7481 | 2 | Strings must use singlequote. | quotes | → line 3, col 7481: Strings must use singlequote. |
| 3 | 7504 | 2 | Missing semicolon. | semi | → line 3, col 7504: Missing semicolon. |
| 3 | 7505 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7505: A space is required after ','. |
| 3 | 7518 | 2 | Missing space before value for key "_emptyQueue". | fecs-key-spacing | → line 3, col 7518: Missing space before value for key "_emptyQueue". |
| 3 | 7526 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 7526: Missing space before function parentheses. |
| 3 | 7528 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 7528: Missing space before opening brace. |
| 3 | 7529 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 7529: Statement inside of curly braces should be on next line. |
| 3 | 7537 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7537: Infix operators must be spaced. |
| 3 | 7561 | 2 | Missing semicolon. | semi | → line 3, col 7561: Missing semicolon. |
| 3 | 7562 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7562: A space is required after ','. |
| 3 | 7573 | 2 | Missing space before value for key "_hitError". | fecs-key-spacing | → line 3, col 7573: Missing space before value for key "_hitError". |
| 3 | 7581 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 7581: Missing space before function parentheses. |
| 3 | 7584 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 7584: Missing space before opening brace. |
| 3 | 7585 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 7585: Statement inside of curly braces should be on next line. |
| 3 | 7598 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7598: A space is required after ','. |
| 3 | 7606 | 2 | Strings must use singlequote. | quotes | → line 3, col 7606: Strings must use singlequote. |
| 3 | 7633 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7633: Infix operators must be spaced. |
| 3 | 7635 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7635: Infix operators must be spaced. |
| 3 | 7636 | 2 | Strings must use singlequote. | quotes | → line 3, col 7636: Strings must use singlequote. |
| 3 | 7658 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7658: Infix operators must be spaced. |
| 3 | 7671 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7671: A space is required after ','. |
| 3 | 7683 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7683: Infix operators must be spaced. |
| 3 | 7685 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7685: Infix operators must be spaced. |
| 3 | 7720 | 2 | Missing semicolon. | semi | → line 3, col 7720: Missing semicolon. |
| 3 | 7721 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7721: A space is required after ','. |
| 3 | 7722 | 2 | Property '_no_auth_received' is not in camel case. | fecs-camelcase | → line 3, col 7722: Property '_no_auth_received' is not in camel case. |
| 3 | 7740 | 2 | Missing space before value for key "_no_auth_received". | fecs-key-spacing | → line 3, col 7740: Missing space before value for key "_no_auth_received". |
| 3 | 7748 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 7748: Missing space before function parentheses. |
| 3 | 7751 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 7751: Missing space before opening brace. |
| 3 | 7752 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 7752: Statement inside of curly braces should be on next line. |
| 3 | 7753 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7753: Infix operators must be spaced. |
| 3 | 7755 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7755: Infix operators must be spaced. |
| 3 | 7814 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 7814: Missing whitespace after semicolon. |
| 3 | 7820 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 7820: Infix operators must be spaced. |
| 3 | 7838 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 7838: Missing whitespace after semicolon. |
| 3 | 7881 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7881: A space is required after ','. |
| 3 | 7918 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7918: A space is required after ','. |
| 3 | 7938 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7938: A space is required after ','. |
| 3 | 7961 | 2 | Strings must use singlequote. | quotes | → line 3, col 7961: Strings must use singlequote. |
| 3 | 7969 | 2 | A space is required after ','. | comma-spacing | → line 3, col 7969: A space is required after ','. |
| 3 | 8001 | 2 | Missing semicolon. | semi | → line 3, col 8001: Missing semicolon. |
| 3 | 8002 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8002: A space is required after ','. |
| 3 | 8024 | 2 | Missing space before value for key "_onDisconnectTimeout". | fecs-key-spacing | → line 3, col 8024: Missing space before value for key "_onDisconnectTimeout". |
| 3 | 8032 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 8032: Missing space before function parentheses. |
| 3 | 8034 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 8034: Missing space before opening brace. |
| 3 | 8035 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 8035: Statement inside of curly braces should be on next line. |
| 3 | 8059 | 2 | Missing semicolon. | semi | → line 3, col 8059: Missing semicolon. |
| 3 | 8060 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8060: A space is required after ','. |
| 3 | 8079 | 2 | Missing space before value for key "_abortAllRequests". | fecs-key-spacing | → line 3, col 8079: Missing space before value for key "_abortAllRequests". |
| 3 | 8087 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 8087: Missing space before function parentheses. |
| 3 | 8089 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 8089: Missing space before opening brace. |
| 3 | 8090 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 8090: Statement inside of curly braces should be on next line. |
| 3 | 8090 | 2 | Expected { after 'for' condition. | curly | → line 3, col 8090: Expected { after 'for' condition. |
| 3 | 8093 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 8093: Keyword "for" must be followed by whitespace. |
| 3 | 8099 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 8099: Missing whitespace after semicolon. |
| 3 | 8121 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8121: Infix operators must be spaced. |
| 3 | 8126 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8126: Infix operators must be spaced. |
| 3 | 8147 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8147: A space is required after ','. |
| 3 | 8155 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8155: Infix operators must be spaced. |
| 3 | 8158 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8158: A space is required after ','. |
| 3 | 8172 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8172: A space is required after ','. |
| 3 | 8197 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8197: Infix operators must be spaced. |
| 3 | 8206 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 8206: Missing space before function parentheses. |
| 3 | 8208 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 8208: Missing space before opening brace. |
| 3 | 8210 | 2 | Missing semicolon. | semi | → line 3, col 8210: Missing semicolon. |
| 3 | 8211 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8211: A space is required after ','. |
| 3 | 8220 | 2 | Missing space before value for key "_onIdle". | fecs-key-spacing | → line 3, col 8220: Missing space before value for key "_onIdle". |
| 3 | 8228 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 8228: Missing space before function parentheses. |
| 3 | 8230 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 8230: Missing space before opening brace. |
| 3 | 8231 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 8231: Statement inside of curly braces should be on next line. |
| 3 | 8236 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8236: Infix operators must be spaced. |
| 3 | 8253 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 8253: Missing whitespace after semicolon. |
| 3 | 8256 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 8256: Keyword "if" must be followed by whitespace. |
| 3 | 8281 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8281: Infix operators must be spaced. |
| 3 | 8284 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8284: Infix operators must be spaced. |
| 3 | 8308 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8308: Infix operators must be spaced. |
| 3 | 8311 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8311: Infix operators must be spaced. |
| 3 | 8322 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8322: Infix operators must be spaced. |
| 3 | 8349 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8349: Infix operators must be spaced. |
| 3 | 8359 | 2 | Strings must use singlequote. | quotes | → line 3, col 8359: Strings must use singlequote. |
| 3 | 8414 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8414: A space is required after ','. |
| 3 | 8428 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8428: A space is required after ','. |
| 3 | 8448 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 8448: Missing space before opening brace. |
| 3 | 8449 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 8449: Statement inside of curly braces should be on next line. |
| 3 | 8451 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 8451: Keyword "if" must be followed by whitespace. |
| 3 | 8473 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8473: Infix operators must be spaced. |
| 3 | 8475 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8475: Infix operators must be spaced. |
| 3 | 8485 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8485: Infix operators must be spaced. |
| 3 | 8488 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 8488: Missing space before opening brace. |
| 3 | 8489 | 2 | Expected { after 'for' condition. | curly | → line 3, col 8489: Expected { after 'for' condition. |
| 3 | 8489 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 8489: Statement inside of curly braces should be on next line. |
| 3 | 8492 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 8492: Keyword "for" must be followed by whitespace. |
| 3 | 8498 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8498: Infix operators must be spaced. |
| 3 | 8516 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8516: A space is required after ','. |
| 3 | 8518 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8518: Infix operators must be spaced. |
| 3 | 8520 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 8520: Missing whitespace after semicolon. |
| 3 | 8522 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8522: Infix operators must be spaced. |
| 3 | 8531 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 8531: Missing whitespace after semicolon. |
| 3 | 8540 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8540: Infix operators must be spaced. |
| 3 | 8547 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8547: Infix operators must be spaced. |
| 3 | 8550 | 2 | Strings must use singlequote. | quotes | → line 3, col 8550: Strings must use singlequote. |
| 3 | 8559 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8559: Infix operators must be spaced. |
| 3 | 8566 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8566: Infix operators must be spaced. |
| 3 | 8576 | 2 | Expected key `'to'` but `to` found. | fecs-properties-quote | → line 3, col 8576: Expected key `'to'` but `to` found. |
| 3 | 8579 | 2 | Missing space before value for key "to". | fecs-key-spacing | → line 3, col 8579: Missing space before value for key "to". |
| 3 | 8596 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8596: A space is required after ','. |
| 3 | 8597 | 2 | Strings must use singlequote. | quotes | → line 3, col 8597: Strings must use singlequote. |
| 3 | 8608 | 2 | Missing space before value for key "xml:lang". | fecs-key-spacing | → line 3, col 8608: Missing space before value for key "xml:lang". |
| 3 | 8608 | 2 | Strings must use singlequote. | quotes | → line 3, col 8608: Strings must use singlequote. |
| 3 | 8612 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8612: A space is required after ','. |
| 3 | 8613 | 2 | Strings must use singlequote. | quotes | → line 3, col 8613: Strings must use singlequote. |
| 3 | 8628 | 2 | Strings must use singlequote. | quotes | → line 3, col 8628: Strings must use singlequote. |
| 3 | 8628 | 2 | Missing space before value for key "xmpp:restart". | fecs-key-spacing | → line 3, col 8628: Missing space before value for key "xmpp:restart". |
| 3 | 8634 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8634: A space is required after ','. |
| 3 | 8635 | 2 | Strings must use singlequote. | quotes | → line 3, col 8635: Strings must use singlequote. |
| 3 | 8648 | 2 | Missing space before value for key "xmlns:xmpp". | fecs-key-spacing | → line 3, col 8648: Missing space before value for key "xmlns:xmpp". |
| 3 | 8679 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 8679: Missing whitespace after semicolon. |
| 3 | 8703 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8703: A space is required after ','. |
| 3 | 8720 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8720: Infix operators must be spaced. |
| 3 | 8723 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8723: A space is required after ','. |
| 3 | 8766 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8766: A space is required after ','. |
| 3 | 8803 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8803: A space is required after ','. |
| 3 | 8842 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8842: A space is required after ','. |
| 3 | 8865 | 2 | Strings must use singlequote. | quotes | → line 3, col 8865: Strings must use singlequote. |
| 3 | 8873 | 2 | A space is required after ','. | comma-spacing | → line 3, col 8873: A space is required after ','. |
| 3 | 8905 | 2 | Missing semicolon. | semi | → line 3, col 8905: Missing semicolon. |
| 3 | 8908 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 8908: Keyword "if" must be followed by whitespace. |
| 3 | 8930 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8930: Infix operators must be spaced. |
| 3 | 8933 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 8933: Missing space before opening brace. |
| 3 | 8934 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 8934: Statement inside of curly braces should be on next line. |
| 3 | 8939 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8939: Infix operators must be spaced. |
| 3 | 8963 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 8963: Missing whitespace after semicolon. |
| 3 | 8968 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8968: Infix operators must be spaced. |
| 3 | 8993 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 8993: Infix operators must be spaced. |
| 3 | 9023 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9023: Infix operators must be spaced. |
| 3 | 9054 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9054: Infix operators must be spaced. |
| 3 | 9065 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9065: Infix operators must be spaced. |
| 3 | 9098 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9098: A space is required after ','. |
| 3 | 9100 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9100: Infix operators must be spaced. |
| 3 | 9121 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9121: Infix operators must be spaced. |
| 3 | 9132 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9132: Infix operators must be spaced. |
| 3 | 9142 | 2 | Strings must use singlequote. | quotes | → line 3, col 9142: Strings must use singlequote. |
| 3 | 9152 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9152: Infix operators must be spaced. |
| 3 | 9173 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9173: Infix operators must be spaced. |
| 3 | 9174 | 2 | Strings must use singlequote. | quotes | → line 3, col 9174: Strings must use singlequote. |
| 3 | 9193 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9193: Infix operators must be spaced. |
| 3 | 9214 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9214: Infix operators must be spaced. |
| 3 | 9225 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9225: Infix operators must be spaced. |
| 3 | 9226 | 2 | Strings must use singlequote. | quotes | → line 3, col 9226: Strings must use singlequote. |
| 3 | 9257 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9257: A space is required after ','. |
| 3 | 9290 | 2 | Missing semicolon. | semi | → line 3, col 9290: Missing semicolon. |
| 3 | 9293 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9293: A space is required after ','. |
| 3 | 9316 | 2 | Missing space before value for key "_onRequestStateChange". | fecs-key-spacing | → line 3, col 9316: Missing space before value for key "_onRequestStateChange". |
| 3 | 9324 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 9324: Missing space before function parentheses. |
| 3 | 9326 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9326: A space is required after ','. |
| 3 | 9329 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 9329: Missing space before opening brace. |
| 3 | 9330 | 2 | Expected { after 'if' condition. | curly | → line 3, col 9330: Expected { after 'if' condition. |
| 3 | 9330 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 9330: Statement inside of curly braces should be on next line. |
| 3 | 9332 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 9332: Keyword "if" must be followed by whitespace. |
| 3 | 9341 | 2 | Strings must use singlequote. | quotes | → line 3, col 9341: Strings must use singlequote. |
| 3 | 9354 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9354: Infix operators must be spaced. |
| 3 | 9359 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9359: Infix operators must be spaced. |
| 3 | 9360 | 2 | Strings must use singlequote. | quotes | → line 3, col 9360: Strings must use singlequote. |
| 3 | 9363 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9363: Infix operators must be spaced. |
| 3 | 9371 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9371: Infix operators must be spaced. |
| 3 | 9372 | 2 | Strings must use singlequote. | quotes | → line 3, col 9372: Strings must use singlequote. |
| 3 | 9392 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9392: Infix operators must be spaced. |
| 3 | 9410 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9410: A space is required after ','. |
| 3 | 9426 | 1 | Unary word operator "void" must be followed by whitespace. | space-unary-ops | → line 3, col 9426: Unary word operator "void" must be followed by whitespace. |
| 3 | 9438 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9438: Infix operators must be spaced. |
| 3 | 9442 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 9442: Missing whitespace after semicolon. |
| 3 | 9448 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 9448: Missing whitespace after semicolon. |
| 3 | 9451 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 9451: Keyword "if" must be followed by whitespace. |
| 3 | 9453 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9453: Infix operators must be spaced. |
| 3 | 9453 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 9453: Expected '===' and instead saw '=='. |
| 3 | 9472 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 9472: Missing space before opening brace. |
| 3 | 9473 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 9473: Statement inside of curly braces should be on next line. |
| 3 | 9474 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9474: Infix operators must be spaced. |
| 3 | 9476 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 9476: Missing whitespace after semicolon. |
| 3 | 9480 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 9480: Missing space before opening brace. |
| 3 | 9480 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 3, col 9480: Keyword "try" must be followed by whitespace. |
| 3 | 9481 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 9481: Statement inside of curly braces should be on next line. |
| 3 | 9482 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9482: Infix operators must be spaced. |
| 3 | 9495 | 2 | Missing semicolon. | semi | → line 3, col 9495: Missing semicolon. |
| 3 | 9496 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 3, col 9496: Closing curly brace appears on the same line as the subsequent block. |
| 3 | 9501 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 3, col 9501: Keyword "catch" must be followed by whitespace. |
| 3 | 9504 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 9504: Missing space before opening brace. |
| 3 | 9506 | 2 | Expected { after 'if' condition. | curly | → line 3, col 9506: Expected { after 'if' condition. |
| 3 | 9508 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 9508: Keyword "if" must be followed by whitespace. |
| 3 | 9509 | 2 | Strings must use singlequote. | quotes | → line 3, col 9509: Strings must use singlequote. |
| 3 | 9520 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9520: Infix operators must be spaced. |
| 3 | 9520 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 9520: Expected '===' and instead saw '=='. |
| 3 | 9530 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9530: Infix operators must be spaced. |
| 3 | 9534 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9534: Infix operators must be spaced. |
| 3 | 9537 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9537: A space is required after ','. |
| 3 | 9556 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9556: Infix operators must be spaced. |
| 3 | 9559 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9559: Infix operators must be spaced. |
| 3 | 9594 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 9594: Missing whitespace after semicolon. |
| 3 | 9595 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 9595: Split 'var' declarations into multiple statements. |
| 3 | 9600 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9600: Infix operators must be spaced. |
| 3 | 9618 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 9618: Expected '===' and instead saw '=='. |
| 3 | 9618 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9618: Infix operators must be spaced. |
| 3 | 9621 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9621: A space is required after ','. |
| 3 | 9623 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9623: Infix operators must be spaced. |
| 3 | 9641 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9641: Infix operators must be spaced. |
| 3 | 9641 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 9641: Expected '===' and instead saw '=='. |
| 3 | 9644 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 9644: Missing whitespace after semicolon. |
| 3 | 9647 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9647: Infix operators must be spaced. |
| 3 | 9649 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9649: Infix operators must be spaced. |
| 3 | 9654 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9654: Infix operators must be spaced. |
| 3 | 9656 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9656: Infix operators must be spaced. |
| 3 | 9665 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9665: Infix operators must be spaced. |
| 3 | 9668 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9668: Infix operators must be spaced. |
| 3 | 9693 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9693: A space is required after ','. |
| 3 | 9702 | 2 | Strings must use singlequote. | quotes | → line 3, col 9702: Strings must use singlequote. |
| 3 | 9715 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9715: Infix operators must be spaced. |
| 3 | 9720 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9720: Infix operators must be spaced. |
| 3 | 9721 | 2 | Strings must use singlequote. | quotes | → line 3, col 9721: Strings must use singlequote. |
| 3 | 9747 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9747: A space is required after ','. |
| 3 | 9751 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9751: Infix operators must be spaced. |
| 3 | 9751 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 9751: Expected '===' and instead saw '=='. |
| 3 | 9754 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9754: Infix operators must be spaced. |
| 3 | 9758 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9758: Infix operators must be spaced. |
| 3 | 9761 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9761: Infix operators must be spaced. |
| 3 | 9784 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9784: Infix operators must be spaced. |
| 3 | 9786 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9786: Infix operators must be spaced. |
| 3 | 9811 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9811: Infix operators must be spaced. |
| 3 | 9842 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9842: Infix operators must be spaced. |
| 3 | 9854 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9854: Infix operators must be spaced. |
| 3 | 9879 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9879: A space is required after ','. |
| 3 | 9888 | 2 | Strings must use singlequote. | quotes | → line 3, col 9888: Strings must use singlequote. |
| 3 | 9901 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9901: Infix operators must be spaced. |
| 3 | 9906 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9906: Infix operators must be spaced. |
| 3 | 9907 | 2 | Strings must use singlequote. | quotes | → line 3, col 9907: Strings must use singlequote. |
| 3 | 9910 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9910: Infix operators must be spaced. |
| 3 | 9918 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9918: Infix operators must be spaced. |
| 3 | 9919 | 2 | Strings must use singlequote. | quotes | → line 3, col 9919: Strings must use singlequote. |
| 3 | 9930 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9930: A space is required after ','. |
| 3 | 9935 | 2 | A space is required after ','. | comma-spacing | → line 3, col 9935: A space is required after ','. |
| 3 | 9947 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9947: Infix operators must be spaced. |
| 3 | 9960 | 2 | Strings must use singlequote. | quotes | → line 3, col 9960: Strings must use singlequote. |
| 3 | 9973 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9973: Infix operators must be spaced. |
| 3 | 9978 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9978: Infix operators must be spaced. |
| 3 | 9979 | 2 | Strings must use singlequote. | quotes | → line 3, col 9979: Strings must use singlequote. |
| 3 | 9982 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9982: Infix operators must be spaced. |
| 3 | 9990 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 9990: Infix operators must be spaced. |
| 3 | 9991 | 2 | Strings must use singlequote. | quotes | → line 3, col 9991: Strings must use singlequote. |
| 3 | 10000 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10000: Infix operators must be spaced. |
| 3 | 10002 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10002: Infix operators must be spaced. |
| 3 | 10003 | 2 | Strings must use singlequote. | quotes | → line 3, col 10003: Strings must use singlequote. |
| 3 | 10015 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10015: A space is required after ','. |
| 3 | 10018 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10018: Infix operators must be spaced. |
| 3 | 10022 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10022: Infix operators must be spaced. |
| 3 | 10025 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10025: Infix operators must be spaced. |
| 3 | 10030 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10030: Infix operators must be spaced. |
| 3 | 10035 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10035: Infix operators must be spaced. |
| 3 | 10037 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10037: Infix operators must be spaced. |
| 3 | 10040 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10040: Infix operators must be spaced. |
| 3 | 10047 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10047: Infix operators must be spaced. |
| 3 | 10067 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10067: A space is required after ','. |
| 3 | 10069 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10069: Infix operators must be spaced. |
| 3 | 10074 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10074: Infix operators must be spaced. |
| 3 | 10079 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10079: Infix operators must be spaced. |
| 3 | 10081 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10081: Infix operators must be spaced. |
| 3 | 10138 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10138: A space is required after ','. |
| 3 | 10144 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10144: A space is required after ','. |
| 3 | 10174 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10174: A space is required after ','. |
| 3 | 10176 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10176: Infix operators must be spaced. |
| 3 | 10178 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10178: Infix operators must be spaced. |
| 3 | 10183 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10183: Infix operators must be spaced. |
| 3 | 10185 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10185: Infix operators must be spaced. |
| 3 | 10194 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10194: Infix operators must be spaced. |
| 3 | 10196 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10196: Infix operators must be spaced. |
| 3 | 10229 | 2 | Missing semicolon. | semi | → line 3, col 10229: Missing semicolon. |
| 3 | 10231 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10231: A space is required after ','. |
| 3 | 10248 | 2 | Missing space before value for key "_processRequest". | fecs-key-spacing | → line 3, col 10248: Missing space before value for key "_processRequest". |
| 3 | 10256 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 10256: Missing space before function parentheses. |
| 3 | 10259 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 10259: Missing space before opening brace. |
| 3 | 10260 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 10260: Split 'var' declarations into multiple statements. |
| 3 | 10260 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 10260: Statement inside of curly braces should be on next line. |
| 3 | 10265 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10265: Infix operators must be spaced. |
| 3 | 10270 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10270: A space is required after ','. |
| 3 | 10272 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10272: Infix operators must be spaced. |
| 3 | 10290 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10290: A space is required after ','. |
| 3 | 10292 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10292: Infix operators must be spaced. |
| 3 | 10295 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 10295: Missing whitespace after semicolon. |
| 3 | 10299 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 10299: Missing space before opening brace. |
| 3 | 10299 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 3, col 10299: Keyword "try" must be followed by whitespace. |
| 3 | 10300 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 10300: Statement inside of curly braces should be on next line. |
| 3 | 10301 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 10301: Expected '===' and instead saw '=='. |
| 3 | 10301 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10301: Infix operators must be spaced. |
| 3 | 10319 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10319: Infix operators must be spaced. |
| 3 | 10323 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10323: Infix operators must be spaced. |
| 3 | 10337 | 2 | Missing semicolon. | semi | → line 3, col 10337: Missing semicolon. |
| 3 | 10338 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 3, col 10338: Closing curly brace appears on the same line as the subsequent block. |
| 3 | 10343 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 3, col 10343: Keyword "catch" must be followed by whitespace. |
| 3 | 10346 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 10346: Missing space before opening brace. |
| 3 | 10347 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 10347: Statement inside of curly braces should be on next line. |
| 3 | 10355 | 2 | Strings must use singlequote. | quotes | → line 3, col 10355: Strings must use singlequote. |
| 3 | 10386 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10386: Infix operators must be spaced. |
| 3 | 10388 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10388: Infix operators must be spaced. |
| 3 | 10389 | 2 | Strings must use singlequote. | quotes | → line 3, col 10389: Strings must use singlequote. |
| 3 | 10405 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10405: Infix operators must be spaced. |
| 3 | 10408 | 2 | Missing semicolon. | semi | → line 3, col 10408: Missing semicolon. |
| 3 | 10409 | 2 | Expected { after 'if' condition. | curly | → line 3, col 10409: Expected { after 'if' condition. |
| 3 | 10411 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 10411: Keyword "if" must be followed by whitespace. |
| 3 | 10412 | 2 | Strings must use singlequote. | quotes | → line 3, col 10412: Strings must use singlequote. |
| 3 | 10423 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10423: Infix operators must be spaced. |
| 3 | 10423 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 10423: Expected '===' and instead saw '=='. |
| 3 | 10433 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10433: Infix operators must be spaced. |
| 3 | 10437 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10437: Infix operators must be spaced. |
| 3 | 10441 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10441: A space is required after ','. |
| 3 | 10449 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10449: Infix operators must be spaced. |
| 3 | 10517 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 10517: Missing whitespace after semicolon. |
| 3 | 10518 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 10518: Split 'var' declarations into multiple statements. |
| 3 | 10523 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10523: Infix operators must be spaced. |
| 3 | 10531 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10531: A space is required after ','. |
| 3 | 10533 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10533: Infix operators must be spaced. |
| 3 | 10543 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10543: Infix operators must be spaced. |
| 3 | 10546 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10546: Infix operators must be spaced. |
| 3 | 10567 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10567: Infix operators must be spaced. |
| 3 | 10578 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10578: A space is required after ','. |
| 3 | 10580 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10580: Infix operators must be spaced. |
| 3 | 10585 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10585: Infix operators must be spaced. |
| 3 | 10594 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10594: Infix operators must be spaced. |
| 3 | 10608 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10608: Infix operators must be spaced. |
| 3 | 10639 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10639: Infix operators must be spaced. |
| 3 | 10650 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10650: A space is required after ','. |
| 3 | 10652 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10652: Infix operators must be spaced. |
| 3 | 10654 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 10654: Expected '===' and instead saw '=='. |
| 3 | 10654 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10654: Infix operators must be spaced. |
| 3 | 10672 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10672: Infix operators must be spaced. |
| 3 | 10676 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10676: Infix operators must be spaced. |
| 3 | 10678 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10678: Infix operators must be spaced. |
| 3 | 10681 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10681: Infix operators must be spaced. |
| 3 | 10687 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 10687: Missing whitespace after semicolon. |
| 3 | 10690 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 10690: Keyword "if" must be followed by whitespace. |
| 3 | 10693 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10693: Infix operators must be spaced. |
| 3 | 10696 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10696: Infix operators must be spaced. |
| 3 | 10700 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10700: Infix operators must be spaced. |
| 3 | 10704 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10704: Infix operators must be spaced. |
| 3 | 10714 | 2 | Strings must use singlequote. | quotes | → line 3, col 10714: Strings must use singlequote. |
| 3 | 10724 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10724: Infix operators must be spaced. |
| 3 | 10745 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10745: Infix operators must be spaced. |
| 3 | 10746 | 2 | Strings must use singlequote. | quotes | → line 3, col 10746: Strings must use singlequote. |
| 3 | 10783 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10783: A space is required after ','. |
| 3 | 10791 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10791: Infix operators must be spaced. |
| 3 | 10794 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10794: A space is required after ','. |
| 3 | 10808 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10808: A space is required after ','. |
| 3 | 10833 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10833: Infix operators must be spaced. |
| 3 | 10842 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 10842: Missing space before function parentheses. |
| 3 | 10844 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 10844: Missing space before opening brace. |
| 3 | 10846 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10846: A space is required after ','. |
| 3 | 10864 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10864: Infix operators must be spaced. |
| 3 | 10888 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10888: A space is required after ','. |
| 3 | 10899 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10899: A space is required after ','. |
| 3 | 10905 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10905: A space is required after ','. |
| 3 | 10914 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10914: A space is required after ','. |
| 3 | 10916 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10916: Infix operators must be spaced. |
| 3 | 10935 | 2 | A space is required after ','. | comma-spacing | → line 3, col 10935: A space is required after ','. |
| 3 | 10937 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10937: Infix operators must be spaced. |
| 3 | 10957 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 10957: Missing space before opening brace. |
| 3 | 10958 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 10958: Statement inside of curly braces should be on next line. |
| 3 | 10966 | 2 | Strings must use singlequote. | quotes | → line 3, col 10966: Strings must use singlequote. |
| 3 | 10979 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10979: Infix operators must be spaced. |
| 3 | 10984 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10984: Infix operators must be spaced. |
| 3 | 10985 | 2 | Strings must use singlequote. | quotes | → line 3, col 10985: Strings must use singlequote. |
| 3 | 10988 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10988: Infix operators must be spaced. |
| 3 | 10996 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 10996: Infix operators must be spaced. |
| 3 | 10997 | 2 | Strings must use singlequote. | quotes | → line 3, col 10997: Strings must use singlequote. |
| 3 | 11008 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 11008: Missing whitespace after semicolon. |
| 3 | 11012 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 11012: Missing space before opening brace. |
| 3 | 11012 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 3, col 11012: Keyword "try" must be followed by whitespace. |
| 3 | 11013 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 11013: Statement inside of curly braces should be on next line. |
| 3 | 11024 | 2 | Strings must use singlequote. | quotes | → line 3, col 11024: Strings must use singlequote. |
| 3 | 11030 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11030: A space is required after ','. |
| 3 | 11049 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11049: A space is required after ','. |
| 3 | 11073 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11073: Infix operators must be spaced. |
| 3 | 11080 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11080: A space is required after ','. |
| 3 | 11104 | 2 | Strings must use singlequote. | quotes | → line 3, col 11104: Strings must use singlequote. |
| 3 | 11118 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11118: A space is required after ','. |
| 3 | 11119 | 2 | Strings must use singlequote. | quotes | → line 3, col 11119: Strings must use singlequote. |
| 3 | 11145 | 2 | Missing semicolon. | semi | → line 3, col 11145: Missing semicolon. |
| 3 | 11146 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 3, col 11146: Closing curly brace appears on the same line as the subsequent block. |
| 3 | 11151 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 3, col 11151: Keyword "catch" must be followed by whitespace. |
| 3 | 11154 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 11154: Missing space before opening brace. |
| 3 | 11155 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 11155: Statement inside of curly braces should be on next line. |
| 3 | 11170 | 2 | Strings must use singlequote. | quotes | → line 3, col 11170: Strings must use singlequote. |
| 3 | 11189 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11189: A space is required after ','. |
| 3 | 11210 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11210: Infix operators must be spaced. |
| 3 | 11261 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11261: A space is required after ','. |
| 3 | 11262 | 2 | Strings must use singlequote. | quotes | → line 3, col 11262: Strings must use singlequote. |
| 3 | 11276 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11276: A space is required after ','. |
| 3 | 11305 | 2 | Missing semicolon. | semi | → line 3, col 11305: Missing semicolon. |
| 3 | 11311 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11311: Infix operators must be spaced. |
| 3 | 11320 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 11320: Missing space before function parentheses. |
| 3 | 11322 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 11322: Missing space before opening brace. |
| 3 | 11323 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 11323: Statement inside of curly braces should be on next line. |
| 3 | 11325 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 11325: Keyword "if" must be followed by whitespace. |
| 3 | 11332 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11332: Infix operators must be spaced. |
| 3 | 11333 | 1 | Missing '()' invoking a constructor | new-parens | → line 3, col 11333: Missing '()' invoking a constructor |
| 3 | 11341 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11341: A space is required after ','. |
| 3 | 11372 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 11372: Missing space before opening brace. |
| 3 | 11373 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 11373: Statement inside of curly braces should be on next line. |
| 3 | 11378 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11378: Infix operators must be spaced. |
| 3 | 11408 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 11408: Missing whitespace after semicolon. |
| 3 | 11409 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 3, col 11409: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 3 | 11409 | 2 | Expected { after 'for-in'. | curly | → line 3, col 11409: Expected { after 'for-in'. |
| 3 | 11412 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 11412: Keyword "for" must be followed by whitespace. |
| 3 | 11443 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11443: Infix operators must be spaced. |
| 3 | 11469 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11469: A space is required after ','. |
| 3 | 11475 | 2 | Missing semicolon. | semi | → line 3, col 11475: Missing semicolon. |
| 3 | 11494 | 2 | Missing semicolon. | semi | → line 3, col 11494: Missing semicolon. |
| 3 | 11495 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 11495: Missing whitespace after semicolon. |
| 3 | 11498 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 11498: Keyword "if" must be followed by whitespace. |
| 3 | 11506 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11506: Infix operators must be spaced. |
| 3 | 11509 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 11509: Missing space before opening brace. |
| 3 | 11510 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 11510: Statement inside of curly braces should be on next line. |
| 3 | 11515 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11515: Infix operators must be spaced. |
| 3 | 11519 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11519: Infix operators must be spaced. |
| 3 | 11549 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11549: Infix operators must be spaced. |
| 3 | 11560 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11560: A space is required after ','. |
| 3 | 11577 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11577: A space is required after ','. |
| 3 | 11581 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 11581: Missing whitespace after semicolon. |
| 3 | 11594 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11594: A space is required after ','. |
| 3 | 11597 | 2 | Missing semicolon. | semi | → line 3, col 11597: Missing semicolon. |
| 3 | 11598 | 2 | Expected { after 'else'. | curly | → line 3, col 11598: Expected { after 'else'. |
| 3 | 11606 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 11606: Missing whitespace after semicolon. |
| 3 | 11616 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11616: A space is required after ','. |
| 3 | 11637 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11637: Infix operators must be spaced. |
| 3 | 11672 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11672: Infix operators must be spaced. |
| 3 | 11713 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11713: Infix operators must be spaced. |
| 3 | 11726 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11726: Infix operators must be spaced. |
| 3 | 11755 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11755: Infix operators must be spaced. |
| 3 | 11790 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11790: A space is required after ','. |
| 3 | 11811 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11811: Infix operators must be spaced. |
| 3 | 11846 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11846: Infix operators must be spaced. |
| 3 | 11876 | 2 | Missing semicolon. | semi | → line 3, col 11876: Missing semicolon. |
| 3 | 11877 | 2 | Expected { after 'else'. | curly | → line 3, col 11877: Expected { after 'else'. |
| 3 | 11890 | 2 | Strings must use singlequote. | quotes | → line 3, col 11890: Strings must use singlequote. |
| 3 | 11909 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11909: Infix operators must be spaced. |
| 3 | 11912 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11912: Infix operators must be spaced. |
| 3 | 11916 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11916: Infix operators must be spaced. |
| 3 | 11917 | 2 | Strings must use singlequote. | quotes | → line 3, col 11917: Strings must use singlequote. |
| 3 | 11925 | 2 | Strings must use singlequote. | quotes | → line 3, col 11925: Strings must use singlequote. |
| 3 | 11934 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11934: Infix operators must be spaced. |
| 3 | 11935 | 2 | Strings must use singlequote. | quotes | → line 3, col 11935: Strings must use singlequote. |
| 3 | 11964 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 11964: Infix operators must be spaced. |
| 3 | 11982 | 2 | Missing semicolon. | semi | → line 3, col 11982: Missing semicolon. |
| 3 | 11983 | 2 | A space is required after ','. | comma-spacing | → line 3, col 11983: A space is required after ','. |
| 3 | 11999 | 2 | Missing space before value for key "_removeRequest". | fecs-key-spacing | → line 3, col 11999: Missing space before value for key "_removeRequest". |
| 3 | 12007 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 12007: Missing space before function parentheses. |
| 3 | 12010 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 12010: Missing space before opening brace. |
| 3 | 12011 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 12011: Statement inside of curly braces should be on next line. |
| 3 | 12019 | 2 | Strings must use singlequote. | quotes | → line 3, col 12019: Strings must use singlequote. |
| 3 | 12038 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12038: Missing whitespace after semicolon. |
| 3 | 12044 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12044: Missing whitespace after semicolon. |
| 3 | 12045 | 2 | Expected { after 'for' condition. | curly | → line 3, col 12045: Expected { after 'for' condition. |
| 3 | 12048 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 12048: Keyword "for" must be followed by whitespace. |
| 3 | 12050 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12050: Infix operators must be spaced. |
| 3 | 12072 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12072: Infix operators must be spaced. |
| 3 | 12074 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12074: Missing whitespace after semicolon. |
| 3 | 12076 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12076: Infix operators must be spaced. |
| 3 | 12079 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12079: Missing whitespace after semicolon. |
| 3 | 12085 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12085: Infix operators must be spaced. |
| 3 | 12085 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 12085: Expected '===' and instead saw '=='. |
| 3 | 12104 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12104: Infix operators must be spaced. |
| 3 | 12129 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12129: A space is required after ','. |
| 3 | 12132 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12132: Missing whitespace after semicolon. |
| 3 | 12157 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12157: Infix operators must be spaced. |
| 3 | 12166 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 12166: Missing space before function parentheses. |
| 3 | 12168 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 12168: Missing space before opening brace. |
| 3 | 12170 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12170: A space is required after ','. |
| 3 | 12202 | 2 | Missing semicolon. | semi | → line 3, col 12202: Missing semicolon. |
| 3 | 12203 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12203: A space is required after ','. |
| 3 | 12220 | 2 | Missing space before value for key "_restartRequest". | fecs-key-spacing | → line 3, col 12220: Missing space before value for key "_restartRequest". |
| 3 | 12228 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 12228: Missing space before function parentheses. |
| 3 | 12231 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 12231: Missing space before opening brace. |
| 3 | 12232 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 12232: Statement inside of curly braces should be on next line. |
| 3 | 12237 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12237: Infix operators must be spaced. |
| 3 | 12255 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12255: Missing whitespace after semicolon. |
| 3 | 12260 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12260: Infix operators must be spaced. |
| 3 | 12269 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12269: Infix operators must be spaced. |
| 3 | 12278 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12278: Infix operators must be spaced. |
| 3 | 12279 | 1 | Missing '()' invoking a constructor | new-parens | → line 3, col 12279: Missing '()' invoking a constructor |
| 3 | 12288 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12288: A space is required after ','. |
| 3 | 12312 | 2 | Missing semicolon. | semi | → line 3, col 12312: Missing semicolon. |
| 3 | 12313 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12313: A space is required after ','. |
| 3 | 12325 | 2 | Missing space before value for key "_reqToData". | fecs-key-spacing | → line 3, col 12325: Missing space before value for key "_reqToData". |
| 3 | 12333 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 12333: Missing space before function parentheses. |
| 3 | 12336 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 12336: Missing space before opening brace. |
| 3 | 12337 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 12337: Statement inside of curly braces should be on next line. |
| 3 | 12340 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 12340: Missing space before opening brace. |
| 3 | 12340 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 3, col 12340: Keyword "try" must be followed by whitespace. |
| 3 | 12341 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 12341: Statement inside of curly braces should be on next line. |
| 3 | 12363 | 2 | Missing semicolon. | semi | → line 3, col 12363: Missing semicolon. |
| 3 | 12364 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 3, col 12364: Closing curly brace appears on the same line as the subsequent block. |
| 3 | 12369 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 3, col 12369: Keyword "catch" must be followed by whitespace. |
| 3 | 12372 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 12372: Missing space before opening brace. |
| 3 | 12373 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 12373: Statement inside of curly braces should be on next line. |
| 3 | 12373 | 2 | Expected { after 'if' condition. | curly | → line 3, col 12373: Expected { after 'if' condition. |
| 3 | 12375 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 12375: Keyword "if" must be followed by whitespace. |
| 3 | 12376 | 2 | Strings must use singlequote. | quotes | → line 3, col 12376: Strings must use singlequote. |
| 3 | 12389 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12389: Infix operators must be spaced. |
| 3 | 12389 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 3, col 12389: Expected '!==' and instead saw '!='. |
| 3 | 12400 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12400: Missing whitespace after semicolon. |
| 3 | 12423 | 2 | Strings must use singlequote. | quotes | → line 3, col 12423: Strings must use singlequote. |
| 3 | 12445 | 2 | Missing semicolon. | semi | → line 3, col 12445: Missing semicolon. |
| 3 | 12447 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12447: A space is required after ','. |
| 3 | 12463 | 2 | Missing space before value for key "_sendTerminate". | fecs-key-spacing | → line 3, col 12463: Missing space before value for key "_sendTerminate". |
| 3 | 12471 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 12471: Missing space before function parentheses. |
| 3 | 12474 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 12474: Missing space before opening brace. |
| 3 | 12475 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 12475: Statement inside of curly braces should be on next line. |
| 3 | 12482 | 2 | Strings must use singlequote. | quotes | → line 3, col 12482: Strings must use singlequote. |
| 3 | 12510 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12510: Missing whitespace after semicolon. |
| 3 | 12516 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12516: Infix operators must be spaced. |
| 3 | 12547 | 2 | Strings must use singlequote. | quotes | → line 3, col 12547: Strings must use singlequote. |
| 3 | 12547 | 2 | Missing space before value for key "type". | fecs-key-spacing | → line 3, col 12547: Missing space before value for key "type". |
| 3 | 12560 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12560: Missing whitespace after semicolon. |
| 3 | 12562 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12562: Infix operators must be spaced. |
| 3 | 12581 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12581: Missing whitespace after semicolon. |
| 3 | 12587 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12587: Infix operators must be spaced. |
| 3 | 12610 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12610: A space is required after ','. |
| 3 | 12647 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12647: A space is required after ','. |
| 3 | 12686 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12686: A space is required after ','. |
| 3 | 12709 | 2 | Strings must use singlequote. | quotes | → line 3, col 12709: Strings must use singlequote. |
| 3 | 12716 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 12716: Missing whitespace after semicolon. |
| 3 | 12739 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12739: A space is required after ','. |
| 3 | 12771 | 2 | Missing semicolon. | semi | → line 3, col 12771: Missing semicolon. |
| 3 | 12772 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12772: A space is required after ','. |
| 3 | 12779 | 2 | Missing space before value for key "_send". | fecs-key-spacing | → line 3, col 12779: Missing space before value for key "_send". |
| 3 | 12787 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 12787: Missing space before function parentheses. |
| 3 | 12789 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 12789: Missing space before opening brace. |
| 3 | 12790 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 12790: Statement inside of curly braces should be on next line. |
| 3 | 12827 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12827: A space is required after ','. |
| 3 | 12859 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12859: A space is required after ','. |
| 3 | 12883 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 12883: Infix operators must be spaced. |
| 3 | 12930 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12930: A space is required after ','. |
| 3 | 12935 | 2 | Missing semicolon. | semi | → line 3, col 12935: Missing semicolon. |
| 3 | 12936 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12936: A space is required after ','. |
| 3 | 12950 | 2 | Missing space before value for key "_sendRestart". | fecs-key-spacing | → line 3, col 12950: Missing space before value for key "_sendRestart". |
| 3 | 12958 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 12958: Missing space before function parentheses. |
| 3 | 12960 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 12960: Missing space before opening brace. |
| 3 | 12961 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 12961: Statement inside of curly braces should be on next line. |
| 3 | 12992 | 2 | A space is required after ','. | comma-spacing | → line 3, col 12992: A space is required after ','. |
| 3 | 13030 | 2 | Missing semicolon. | semi | → line 3, col 13030: Missing semicolon. |
| 3 | 13031 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13031: A space is required after ','. |
| 3 | 13057 | 2 | Missing space before value for key "_throttledRequestHandler". | fecs-key-spacing | → line 3, col 13057: Missing space before value for key "_throttledRequestHandler". |
| 3 | 13065 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 13065: Missing space before function parentheses. |
| 3 | 13067 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 13067: Missing space before opening brace. |
| 3 | 13068 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 13068: Statement inside of curly braces should be on next line. |
| 3 | 13090 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13090: Infix operators must be spaced. |
| 3 | 13091 | 2 | Strings must use singlequote. | quotes | → line 3, col 13091: Strings must use singlequote. |
| 3 | 13130 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13130: Infix operators must be spaced. |
| 3 | 13152 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13152: Infix operators must be spaced. |
| 3 | 13153 | 2 | Strings must use singlequote. | quotes | → line 3, col 13153: Strings must use singlequote. |
| 3 | 13165 | 2 | Strings must use singlequote. | quotes | → line 3, col 13165: Strings must use singlequote. |
| 3 | 13223 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13223: A space is required after ','. |
| 3 | 13238 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13238: Infix operators must be spaced. |
| 3 | 13241 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13241: Infix operators must be spaced. |
| 3 | 13265 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13265: Infix operators must be spaced. |
| 3 | 13289 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13289: Infix operators must be spaced. |
| 3 | 13291 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13291: Infix operators must be spaced. |
| 3 | 13316 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13316: A space is required after ','. |
| 3 | 13338 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13338: Infix operators must be spaced. |
| 3 | 13340 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13340: Infix operators must be spaced. |
| 3 | 13372 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13372: Infix operators must be spaced. |
| 3 | 13395 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13395: Infix operators must be spaced. |
| 3 | 13407 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13407: Infix operators must be spaced. |
| 3 | 13433 | 2 | Missing semicolon. | semi | → line 3, col 13433: Missing semicolon. |
| 3 | 13435 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13435: A space is required after ','. |
| 3 | 13437 | 2 | Missing semicolon. | semi | → line 3, col 13437: Missing semicolon. |
| 3 | 13439 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13439: A space is required after ','. |
| 3 | 13440 | 2 | Wrap an immediate function invocation in parentheses. | wrap-iife | → line 3, col 13440: Wrap an immediate function invocation in parentheses. |
| 3 | 13448 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 13448: Missing space before function parentheses. |
| 3 | 13450 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13450: A space is required after ','. |
| 3 | 13453 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 13453: Missing space before opening brace. |
| 3 | 13454 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 13454: Keyword "return" must be followed by whitespace. |
| 3 | 13454 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 13454: Statement inside of curly braces should be on next line. |
| 3 | 13460 | 2 | Strings must use singlequote. | quotes | → line 3, col 13460: Strings must use singlequote. |
| 3 | 13470 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 3, col 13470: Expected '===' and instead saw '=='. |
| 3 | 13470 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13470: Infix operators must be spaced. |
| 3 | 13485 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13485: Infix operators must be spaced. |
| 3 | 13497 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13497: Infix operators must be spaced. |
| 3 | 13510 | 2 | Strings must use singlequote. | quotes | → line 3, col 13510: Strings must use singlequote. |
| 3 | 13529 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13529: A space is required after ','. |
| 3 | 13531 | 2 | Strings must use singlequote. | quotes | → line 3, col 13531: Strings must use singlequote. |
| 3 | 13546 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13546: A space is required after ','. |
| 3 | 13555 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 13555: Missing space before function parentheses. |
| 3 | 13558 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 13558: Missing space before opening brace. |
| 3 | 13559 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 13559: Statement inside of curly braces should be on next line. |
| 3 | 13577 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13577: A space is required after ','. |
| 3 | 13587 | 2 | Missing semicolon. | semi | → line 3, col 13587: Missing semicolon. |
| 3 | 13592 | 2 | "Strophe" is not defined. | no-undef | → line 3, col 13592: "Strophe" is not defined. |
| 3 | 13599 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13599: A space is required after ','. |
| 3 | 13600 | 2 | "$build" is not defined. | no-undef | → line 3, col 13600: "$build" is not defined. |
| 3 | 13607 | 2 | Missing semicolon. | semi | → line 3, col 13607: Missing semicolon. |
| 3 | 13613 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13613: A space is required after ','. |
| 3 | 13622 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 13622: Missing space before function parentheses. |
| 3 | 13624 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13624: A space is required after ','. |
| 3 | 13627 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 13627: Missing space before opening brace. |
| 3 | 13628 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 13628: Statement inside of curly braces should be on next line. |
| 3 | 13646 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13646: Infix operators must be spaced. |
| 3 | 13655 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 13655: Missing space before function parentheses. |
| 3 | 13658 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 13658: Missing space before opening brace. |
| 3 | 13659 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 13659: Statement inside of curly braces should be on next line. |
| 3 | 13669 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13669: Infix operators must be spaced. |
| 3 | 13671 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13671: A space is required after ','. |
| 3 | 13682 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13682: Infix operators must be spaced. |
| 3 | 13683 | 2 | Strings must use singlequote. | quotes | → line 3, col 13683: Strings must use singlequote. |
| 3 | 13692 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 13692: Missing whitespace after semicolon. |
| 3 | 13698 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13698: Infix operators must be spaced. |
| 3 | 13708 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 13708: Missing whitespace after semicolon. |
| 3 | 13711 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 13711: Keyword "if" must be followed by whitespace. |
| 3 | 13713 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13713: Infix operators must be spaced. |
| 3 | 13726 | 2 | Strings must use singlequote. | quotes | → line 3, col 13726: Strings must use singlequote. |
| 3 | 13732 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13732: Infix operators must be spaced. |
| 3 | 13735 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13735: Infix operators must be spaced. |
| 3 | 13748 | 2 | Strings must use singlequote. | quotes | → line 3, col 13748: Strings must use singlequote. |
| 3 | 13756 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 13756: Missing space before opening brace. |
| 3 | 13757 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 13757: Statement inside of curly braces should be on next line. |
| 3 | 13762 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13762: Infix operators must be spaced. |
| 3 | 13763 | 2 | Strings must use singlequote. | quotes | → line 3, col 13763: Strings must use singlequote. |
| 3 | 13765 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 13765: Missing whitespace after semicolon. |
| 3 | 13767 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13767: Infix operators must be spaced. |
| 3 | 13769 | 2 | Strings must use singlequote. | quotes | → line 3, col 13769: Strings must use singlequote. |
| 3 | 13773 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13773: Infix operators must be spaced. |
| 3 | 13794 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13794: Infix operators must be spaced. |
| 3 | 13796 | 2 | Strings must use singlequote. | quotes | → line 3, col 13796: Strings must use singlequote. |
| 3 | 13804 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13804: Infix operators must be spaced. |
| 3 | 13831 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13831: Infix operators must be spaced. |
| 3 | 13832 | 2 | Strings must use singlequote. | quotes | → line 3, col 13832: Strings must use singlequote. |
| 3 | 13837 | 2 | Strings must use singlequote. | quotes | → line 3, col 13837: Strings must use singlequote. |
| 3 | 13842 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13842: A space is required after ','. |
| 3 | 13844 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13844: Infix operators must be spaced. |
| 3 | 13846 | 2 | Strings must use singlequote. | quotes | → line 3, col 13846: Strings must use singlequote. |
| 3 | 13851 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13851: Infix operators must be spaced. |
| 3 | 13872 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13872: A space is required after ','. |
| 3 | 13874 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13874: Infix operators must be spaced. |
| 3 | 13877 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13877: Infix operators must be spaced. |
| 3 | 13890 | 2 | Strings must use singlequote. | quotes | → line 3, col 13890: Strings must use singlequote. |
| 3 | 13894 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13894: Infix operators must be spaced. |
| 3 | 13919 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13919: Infix operators must be spaced. |
| 3 | 13923 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13923: A space is required after ','. |
| 3 | 13933 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13933: Infix operators must be spaced. |
| 3 | 13935 | 2 | Missing semicolon. | semi | → line 3, col 13935: Missing semicolon. |
| 3 | 13937 | 2 | A space is required after ','. | comma-spacing | → line 3, col 13937: A space is required after ','. |
| 3 | 13959 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 13959: Infix operators must be spaced. |
| 3 | 13974 | 2 | Missing space before value for key "_buildStream". | fecs-key-spacing | → line 3, col 13974: Missing space before value for key "_buildStream". |
| 3 | 13982 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 13982: Missing space before function parentheses. |
| 3 | 13984 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 13984: Missing space before opening brace. |
| 3 | 13985 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 13985: Statement inside of curly braces should be on next line. |
| 3 | 13994 | 2 | Strings must use singlequote. | quotes | → line 3, col 13994: Strings must use singlequote. |
| 3 | 14000 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14000: A space is required after ','. |
| 3 | 14008 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 3, col 14008: Missing space before value for key "xmlns". |
| 3 | 14020 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14020: A space is required after ','. |
| 3 | 14024 | 2 | Missing space before value for key "to". | fecs-key-spacing | → line 3, col 14024: Missing space before value for key "to". |
| 3 | 14041 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14041: A space is required after ','. |
| 3 | 14050 | 2 | Strings must use singlequote. | quotes | → line 3, col 14050: Strings must use singlequote. |
| 3 | 14050 | 2 | Missing space before value for key "version". | fecs-key-spacing | → line 3, col 14050: Missing space before value for key "version". |
| 3 | 14057 | 2 | Missing semicolon. | semi | → line 3, col 14057: Missing semicolon. |
| 3 | 14058 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14058: A space is required after ','. |
| 3 | 14059 | 2 | Property '_check_streamerror' is not in camel case. | fecs-camelcase | → line 3, col 14059: Property '_check_streamerror' is not in camel case. |
| 3 | 14078 | 2 | Missing space before value for key "_check_streamerror". | fecs-key-spacing | → line 3, col 14078: Missing space before value for key "_check_streamerror". |
| 3 | 14086 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 14086: Missing space before function parentheses. |
| 3 | 14088 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14088: A space is required after ','. |
| 3 | 14091 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 14091: Missing space before opening brace. |
| 3 | 14092 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 14092: Statement inside of curly braces should be on next line. |
| 3 | 14097 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 14097: Missing whitespace after semicolon. |
| 3 | 14098 | 2 | Expected { after 'if' condition. | curly | → line 3, col 14098: Expected { after 'if' condition. |
| 3 | 14100 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 14100: Keyword "if" must be followed by whitespace. |
| 3 | 14102 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14102: Infix operators must be spaced. |
| 3 | 14127 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14127: Infix operators must be spaced. |
| 3 | 14164 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14164: A space is required after ','. |
| 3 | 14165 | 2 | Strings must use singlequote. | quotes | → line 3, col 14165: Strings must use singlequote. |
| 3 | 14197 | 2 | Strings must use singlequote. | quotes | → line 3, col 14197: Strings must use singlequote. |
| 3 | 14212 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14212: A space is required after ','. |
| 3 | 14214 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14214: Infix operators must be spaced. |
| 3 | 14226 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 14226: Keyword "return" must be followed by whitespace. |
| 3 | 14234 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 14234: Missing whitespace after semicolon. |
| 3 | 14238 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 14238: Keyword "for" must be followed by whitespace. |
| 3 | 14244 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14244: Infix operators must be spaced. |
| 3 | 14249 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14249: A space is required after ','. |
| 3 | 14251 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14251: Infix operators must be spaced. |
| 3 | 14252 | 2 | Strings must use singlequote. | quotes | → line 3, col 14252: Strings must use singlequote. |
| 3 | 14254 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14254: A space is required after ','. |
| 3 | 14256 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14256: Infix operators must be spaced. |
| 3 | 14257 | 2 | Strings must use singlequote. | quotes | → line 3, col 14257: Strings must use singlequote. |
| 3 | 14259 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14259: A space is required after ','. |
| 3 | 14261 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14261: Infix operators must be spaced. |
| 3 | 14262 | 2 | Strings must use singlequote. | quotes | → line 3, col 14262: Strings must use singlequote. |
| 3 | 14299 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14299: A space is required after ','. |
| 3 | 14301 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14301: Infix operators must be spaced. |
| 3 | 14303 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 14303: Missing whitespace after semicolon. |
| 3 | 14305 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14305: Infix operators must be spaced. |
| 3 | 14325 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 14325: Missing whitespace after semicolon. |
| 3 | 14330 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 14330: Missing space before opening brace. |
| 3 | 14331 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 14331: Statement inside of curly braces should be on next line. |
| 3 | 14336 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14336: Infix operators must be spaced. |
| 3 | 14352 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 14352: Missing whitespace after semicolon. |
| 3 | 14353 | 2 | Expected { after 'if' condition. | curly | → line 3, col 14353: Expected { after 'if' condition. |
| 3 | 14355 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 14355: Keyword "if" must be followed by whitespace. |
| 3 | 14371 | 2 | Strings must use singlequote. | quotes | → line 3, col 14371: Strings must use singlequote. |
| 3 | 14379 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14379: Infix operators must be spaced. |
| 3 | 14389 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 14389: Missing whitespace after semicolon. |
| 3 | 14390 | 2 | Strings must use singlequote. | quotes | → line 3, col 14390: Strings must use singlequote. |
| 3 | 14396 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14396: Infix operators must be spaced. |
| 3 | 14409 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14409: Infix operators must be spaced. |
| 3 | 14411 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14411: Infix operators must be spaced. |
| 3 | 14427 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14427: Infix operators must be spaced. |
| 3 | 14438 | 2 | Missing semicolon. | semi | → line 3, col 14438: Missing semicolon. |
| 3 | 14444 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14444: Infix operators must be spaced. |
| 3 | 14445 | 2 | Strings must use singlequote. | quotes | → line 3, col 14445: Strings must use singlequote. |
| 3 | 14471 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 14471: Missing whitespace after semicolon. |
| 3 | 14480 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14480: Infix operators must be spaced. |
| 3 | 14483 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14483: Infix operators must be spaced. |
| 3 | 14486 | 2 | Strings must use singlequote. | quotes | → line 3, col 14486: Strings must use singlequote. |
| 3 | 14495 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14495: A space is required after ','. |
| 3 | 14497 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14497: Infix operators must be spaced. |
| 3 | 14501 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14501: Infix operators must be spaced. |
| 3 | 14503 | 2 | Strings must use singlequote. | quotes | → line 3, col 14503: Strings must use singlequote. |
| 3 | 14508 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14508: Infix operators must be spaced. |
| 3 | 14511 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14511: A space is required after ','. |
| 3 | 14522 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14522: A space is required after ','. |
| 3 | 14556 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14556: A space is required after ','. |
| 3 | 14559 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14559: A space is required after ','. |
| 3 | 14586 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14586: A space is required after ','. |
| 3 | 14589 | 2 | Missing semicolon. | semi | → line 3, col 14589: Missing semicolon. |
| 3 | 14590 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14590: A space is required after ','. |
| 3 | 14598 | 2 | Missing space before value for key "_reset". | fecs-key-spacing | → line 3, col 14598: Missing space before value for key "_reset". |
| 3 | 14606 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 14606: Missing space before function parentheses. |
| 3 | 14608 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 14608: Missing space before opening brace. |
| 3 | 14610 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14610: A space is required after ','. |
| 3 | 14620 | 2 | Missing space before value for key "_connect". | fecs-key-spacing | → line 3, col 14620: Missing space before value for key "_connect". |
| 3 | 14628 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 14628: Missing space before function parentheses. |
| 3 | 14630 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 14630: Missing space before opening brace. |
| 3 | 14631 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 14631: Statement inside of curly braces should be on next line. |
| 3 | 14650 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14650: A space is required after ','. |
| 3 | 14662 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14662: Infix operators must be spaced. |
| 3 | 14695 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14695: A space is required after ','. |
| 3 | 14696 | 2 | Strings must use singlequote. | quotes | → line 3, col 14696: Strings must use singlequote. |
| 3 | 14703 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14703: A space is required after ','. |
| 3 | 14722 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14722: Infix operators must be spaced. |
| 3 | 14746 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14746: A space is required after ','. |
| 3 | 14766 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14766: Infix operators must be spaced. |
| 3 | 14791 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14791: A space is required after ','. |
| 3 | 14811 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14811: Infix operators must be spaced. |
| 3 | 14836 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14836: A space is required after ','. |
| 3 | 14858 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14858: Infix operators must be spaced. |
| 3 | 14894 | 2 | Missing semicolon. | semi | → line 3, col 14894: Missing semicolon. |
| 3 | 14895 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14895: A space is required after ','. |
| 3 | 14896 | 2 | Property '_connect_cb' is not in camel case. | fecs-camelcase | → line 3, col 14896: Property '_connect_cb' is not in camel case. |
| 3 | 14908 | 2 | Missing space before value for key "_connect_cb". | fecs-key-spacing | → line 3, col 14908: Missing space before value for key "_connect_cb". |
| 3 | 14916 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 14916: Missing space before function parentheses. |
| 3 | 14919 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 14919: Missing space before opening brace. |
| 3 | 14920 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 14920: Statement inside of curly braces should be on next line. |
| 3 | 14925 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14925: Infix operators must be spaced. |
| 3 | 14951 | 2 | A space is required after ','. | comma-spacing | → line 3, col 14951: A space is required after ','. |
| 3 | 14970 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 14970: Missing whitespace after semicolon. |
| 3 | 14979 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 14979: Infix operators must be spaced. |
| 3 | 15004 | 2 | Missing semicolon. | semi | → line 3, col 15004: Missing semicolon. |
| 3 | 15005 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15005: A space is required after ','. |
| 3 | 15025 | 2 | Missing space before value for key "_handleStreamStart". | fecs-key-spacing | → line 3, col 15025: Missing space before value for key "_handleStreamStart". |
| 3 | 15033 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 15033: Missing space before function parentheses. |
| 3 | 15036 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 15036: Missing space before opening brace. |
| 3 | 15037 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 15037: Statement inside of curly braces should be on next line. |
| 3 | 15037 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 15037: Split 'var' declarations into multiple statements. |
| 3 | 15042 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15042: Infix operators must be spaced. |
| 3 | 15045 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15045: A space is required after ','. |
| 3 | 15047 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15047: Infix operators must be spaced. |
| 3 | 15063 | 2 | Strings must use singlequote. | quotes | → line 3, col 15063: Strings must use singlequote. |
| 3 | 15071 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 15071: Missing whitespace after semicolon. |
| 3 | 15072 | 2 | Strings must use singlequote. | quotes | → line 3, col 15072: Strings must use singlequote. |
| 3 | 15080 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 3, col 15080: Expected '!==' and instead saw '!='. |
| 3 | 15080 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15080: Infix operators must be spaced. |
| 3 | 15090 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15090: Infix operators must be spaced. |
| 3 | 15092 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15092: Infix operators must be spaced. |
| 3 | 15093 | 2 | Strings must use singlequote. | quotes | → line 3, col 15093: Strings must use singlequote. |
| 3 | 15122 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15122: Infix operators must be spaced. |
| 3 | 15137 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15137: Infix operators must be spaced. |
| 3 | 15141 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15141: Infix operators must be spaced. |
| 3 | 15142 | 2 | Strings must use singlequote. | quotes | → line 3, col 15142: Strings must use singlequote. |
| 3 | 15169 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15169: Infix operators must be spaced. |
| 3 | 15172 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 15172: Missing whitespace after semicolon. |
| 3 | 15178 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15178: Infix operators must be spaced. |
| 3 | 15194 | 2 | Strings must use singlequote. | quotes | → line 3, col 15194: Strings must use singlequote. |
| 3 | 15204 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 15204: Missing whitespace after semicolon. |
| 3 | 15205 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 15205: Keyword "return" must be followed by whitespace. |
| 3 | 15211 | 2 | Strings must use singlequote. | quotes | → line 3, col 15211: Strings must use singlequote. |
| 3 | 15219 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 3, col 15219: Expected '!==' and instead saw '!='. |
| 3 | 15219 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15219: Infix operators must be spaced. |
| 3 | 15229 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15229: Infix operators must be spaced. |
| 3 | 15231 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15231: Infix operators must be spaced. |
| 3 | 15232 | 2 | Strings must use singlequote. | quotes | → line 3, col 15232: Strings must use singlequote. |
| 3 | 15262 | 2 | Strings must use singlequote. | quotes | → line 3, col 15262: Strings must use singlequote. |
| 3 | 15267 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15267: Infix operators must be spaced. |
| 3 | 15271 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15271: Infix operators must be spaced. |
| 3 | 15275 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15275: Infix operators must be spaced. |
| 3 | 15276 | 2 | Strings must use singlequote. | quotes | → line 3, col 15276: Strings must use singlequote. |
| 3 | 15305 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15305: Infix operators must be spaced. |
| 3 | 15308 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15308: A space is required after ','. |
| 3 | 15310 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15310: Infix operators must be spaced. |
| 3 | 15361 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15361: A space is required after ','. |
| 3 | 15364 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15364: A space is required after ','. |
| 3 | 15391 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15391: A space is required after ','. |
| 3 | 15398 | 2 | Missing semicolon. | semi | → line 3, col 15398: Missing semicolon. |
| 3 | 15399 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15399: A space is required after ','. |
| 3 | 15400 | 2 | Property '_connect_cb_wrapper' is not in camel case. | fecs-camelcase | → line 3, col 15400: Property '_connect_cb_wrapper' is not in camel case. |
| 3 | 15420 | 2 | Missing space before value for key "_connect_cb_wrapper". | fecs-key-spacing | → line 3, col 15420: Missing space before value for key "_connect_cb_wrapper". |
| 3 | 15428 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 15428: Missing space before function parentheses. |
| 3 | 15431 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 15431: Missing space before opening brace. |
| 3 | 15432 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 15432: Statement inside of curly braces should be on next line. |
| 3 | 15434 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 15434: Keyword "if" must be followed by whitespace. |
| 3 | 15436 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15436: Infix operators must be spaced. |
| 3 | 15454 | 2 | Strings must use singlequote. | quotes | → line 3, col 15454: Strings must use singlequote. |
| 3 | 15463 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15463: Infix operators must be spaced. |
| 3 | 15466 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15466: Infix operators must be spaced. |
| 3 | 15484 | 2 | Strings must use singlequote. | quotes | → line 3, col 15484: Strings must use singlequote. |
| 3 | 15493 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 15493: Missing space before opening brace. |
| 3 | 15494 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 15494: Statement inside of curly braces should be on next line. |
| 3 | 15499 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15499: Infix operators must be spaced. |
| 3 | 15533 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15533: A space is required after ','. |
| 3 | 15534 | 2 | Strings must use singlequote. | quotes | → line 3, col 15534: Strings must use singlequote. |
| 3 | 15537 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 15537: Missing whitespace after semicolon. |
| 3 | 15538 | 2 | Expected { after 'if' condition. | curly | → line 3, col 15538: Expected { after 'if' condition. |
| 3 | 15540 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 15540: Keyword "if" must be followed by whitespace. |
| 3 | 15541 | 2 | Strings must use singlequote. | quotes | → line 3, col 15541: Strings must use singlequote. |
| 3 | 15543 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15543: Infix operators must be spaced. |
| 3 | 15554 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 15554: Missing whitespace after semicolon. |
| 3 | 15560 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15560: Infix operators must be spaced. |
| 3 | 15562 | 1 | Missing '()' invoking a constructor | new-parens | → line 3, col 15562: Missing '()' invoking a constructor |
| 3 | 15594 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15594: A space is required after ','. |
| 3 | 15595 | 2 | Strings must use singlequote. | quotes | → line 3, col 15595: Strings must use singlequote. |
| 3 | 15622 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 15622: Missing whitespace after semicolon. |
| 3 | 15645 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15645: A space is required after ','. |
| 3 | 15673 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15673: A space is required after ','. |
| 3 | 15700 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15700: Infix operators must be spaced. |
| 3 | 15721 | 2 | Missing semicolon. | semi | → line 3, col 15721: Missing semicolon. |
| 3 | 15727 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 3, col 15727: Closing curly brace appears on the same line as the subsequent block. |
| 3 | 15729 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 15729: Keyword "if" must be followed by whitespace. |
| 3 | 15731 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15731: Infix operators must be spaced. |
| 3 | 15749 | 2 | Strings must use singlequote. | quotes | → line 3, col 15749: Strings must use singlequote. |
| 3 | 15760 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 15760: Missing space before opening brace. |
| 3 | 15761 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 15761: Statement inside of curly braces should be on next line. |
| 3 | 15788 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15788: A space is required after ','. |
| 3 | 15811 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 15811: Missing whitespace after semicolon. |
| 3 | 15817 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15817: Infix operators must be spaced. |
| 3 | 15833 | 2 | Strings must use singlequote. | quotes | → line 3, col 15833: Strings must use singlequote. |
| 3 | 15849 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 15849: Missing whitespace after semicolon. |
| 3 | 15851 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15851: Infix operators must be spaced. |
| 3 | 15902 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15902: A space is required after ','. |
| 3 | 15903 | 2 | Strings must use singlequote. | quotes | → line 3, col 15903: Strings must use singlequote. |
| 3 | 15950 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15950: A space is required after ','. |
| 3 | 15969 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15969: A space is required after ','. |
| 3 | 15988 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 15988: Infix operators must be spaced. |
| 3 | 15990 | 2 | A space is required after ','. | comma-spacing | → line 3, col 15990: A space is required after ','. |
| 3 | 16058 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16058: A space is required after ','. |
| 3 | 16059 | 2 | Strings must use singlequote. | quotes | → line 3, col 16059: Strings must use singlequote. |
| 3 | 16085 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16085: A space is required after ','. |
| 3 | 16113 | 2 | Missing semicolon. | semi | → line 3, col 16113: Missing semicolon. |
| 3 | 16118 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16118: Missing space before opening brace. |
| 3 | 16118 | 2 | Keyword "else" must be followed by whitespace. | space-after-keywords | → line 3, col 16118: Keyword "else" must be followed by whitespace. |
| 3 | 16118 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 3, col 16118: Closing curly brace appears on the same line as the subsequent block. |
| 3 | 16119 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16119: Statement inside of curly braces should be on next line. |
| 3 | 16119 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 16119: Split 'var' declarations into multiple statements. |
| 3 | 16124 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16124: Infix operators must be spaced. |
| 3 | 16149 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16149: A space is required after ','. |
| 3 | 16151 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16151: Infix operators must be spaced. |
| 3 | 16153 | 1 | Missing '()' invoking a constructor | new-parens | → line 3, col 16153: Missing '()' invoking a constructor |
| 3 | 16185 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16185: A space is required after ','. |
| 3 | 16186 | 2 | Strings must use singlequote. | quotes | → line 3, col 16186: Strings must use singlequote. |
| 3 | 16213 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 16213: Missing whitespace after semicolon. |
| 3 | 16235 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16235: Infix operators must be spaced. |
| 3 | 16262 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16262: A space is required after ','. |
| 3 | 16287 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16287: A space is required after ','. |
| 3 | 16292 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16292: A space is required after ','. |
| 3 | 16300 | 2 | Missing semicolon. | semi | → line 3, col 16300: Missing semicolon. |
| 3 | 16302 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16302: A space is required after ','. |
| 3 | 16315 | 2 | Missing space before value for key "_disconnect". | fecs-key-spacing | → line 3, col 16315: Missing space before value for key "_disconnect". |
| 3 | 16323 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 16323: Missing space before function parentheses. |
| 3 | 16326 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16326: Missing space before opening brace. |
| 3 | 16327 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16327: Statement inside of curly braces should be on next line. |
| 3 | 16329 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 16329: Keyword "if" must be followed by whitespace. |
| 3 | 16341 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16341: Infix operators must be spaced. |
| 3 | 16365 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16365: Infix operators must be spaced. |
| 3 | 16385 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16385: Missing space before opening brace. |
| 3 | 16386 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16386: Statement inside of curly braces should be on next line. |
| 3 | 16387 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16387: Infix operators must be spaced. |
| 3 | 16407 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 16407: Missing whitespace after semicolon. |
| 3 | 16413 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16413: Infix operators must be spaced. |
| 3 | 16416 | 2 | Strings must use singlequote. | quotes | → line 3, col 16416: Strings must use singlequote. |
| 3 | 16423 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16423: A space is required after ','. |
| 3 | 16431 | 2 | Missing space before value for key "xmlns". | fecs-key-spacing | → line 3, col 16431: Missing space before value for key "xmlns". |
| 3 | 16445 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 16445: Missing whitespace after semicolon. |
| 3 | 16469 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 16469: Missing whitespace after semicolon. |
| 3 | 16475 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16475: Infix operators must be spaced. |
| 3 | 16490 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 16490: Missing whitespace after semicolon. |
| 3 | 16514 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 16514: Missing whitespace after semicolon. |
| 3 | 16518 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16518: Missing space before opening brace. |
| 3 | 16518 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 3, col 16518: Keyword "try" must be followed by whitespace. |
| 3 | 16519 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16519: Statement inside of curly braces should be on next line. |
| 3 | 16538 | 2 | Missing semicolon. | semi | → line 3, col 16538: Missing semicolon. |
| 3 | 16539 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 3, col 16539: Closing curly brace appears on the same line as the subsequent block. |
| 3 | 16544 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 3, col 16544: Keyword "catch" must be followed by whitespace. |
| 3 | 16547 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16547: Missing space before opening brace. |
| 3 | 16548 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16548: Statement inside of curly braces should be on next line. |
| 3 | 16555 | 2 | Strings must use singlequote. | quotes | → line 3, col 16555: Strings must use singlequote. |
| 3 | 16586 | 2 | Missing semicolon. | semi | → line 3, col 16586: Missing semicolon. |
| 3 | 16614 | 2 | Missing semicolon. | semi | → line 3, col 16614: Missing semicolon. |
| 3 | 16615 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16615: A space is required after ','. |
| 3 | 16630 | 2 | Missing space before value for key "_doDisconnect". | fecs-key-spacing | → line 3, col 16630: Missing space before value for key "_doDisconnect". |
| 3 | 16638 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 16638: Missing space before function parentheses. |
| 3 | 16640 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16640: Missing space before opening brace. |
| 3 | 16641 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16641: Statement inside of curly braces should be on next line. |
| 3 | 16648 | 2 | Strings must use singlequote. | quotes | → line 3, col 16648: Strings must use singlequote. |
| 3 | 16686 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16686: A space is required after ','. |
| 3 | 16706 | 2 | Missing semicolon. | semi | → line 3, col 16706: Missing semicolon. |
| 3 | 16707 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16707: A space is required after ','. |
| 3 | 16720 | 2 | Missing space before value for key "_streamWrap". | fecs-key-spacing | → line 3, col 16720: Missing space before value for key "_streamWrap". |
| 3 | 16728 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 16728: Missing space before function parentheses. |
| 3 | 16731 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16731: Missing space before opening brace. |
| 3 | 16732 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 16732: Keyword "return" must be followed by whitespace. |
| 3 | 16732 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16732: Statement inside of curly braces should be on next line. |
| 3 | 16738 | 2 | Strings must use singlequote. | quotes | → line 3, col 16738: Strings must use singlequote. |
| 3 | 16749 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16749: Infix operators must be spaced. |
| 3 | 16751 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16751: Infix operators must be spaced. |
| 3 | 16752 | 2 | Strings must use singlequote. | quotes | → line 3, col 16752: Strings must use singlequote. |
| 3 | 16764 | 2 | Missing semicolon. | semi | → line 3, col 16764: Missing semicolon. |
| 3 | 16765 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16765: A space is required after ','. |
| 3 | 16779 | 2 | Missing space before value for key "_closeSocket". | fecs-key-spacing | → line 3, col 16779: Missing space before value for key "_closeSocket". |
| 3 | 16787 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 16787: Missing space before function parentheses. |
| 3 | 16789 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16789: Missing space before opening brace. |
| 3 | 16790 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16790: Statement inside of curly braces should be on next line. |
| 3 | 16790 | 2 | Expected { after 'if' condition. | curly | → line 3, col 16790: Expected { after 'if' condition. |
| 3 | 16792 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 16792: Keyword "if" must be followed by whitespace. |
| 3 | 16808 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16808: Missing space before opening brace. |
| 3 | 16808 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 3, col 16808: Keyword "try" must be followed by whitespace. |
| 3 | 16809 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16809: Statement inside of curly braces should be on next line. |
| 3 | 16828 | 2 | Missing semicolon. | semi | → line 3, col 16828: Missing semicolon. |
| 3 | 16829 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 3, col 16829: Closing curly brace appears on the same line as the subsequent block. |
| 3 | 16834 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 3, col 16834: Keyword "catch" must be followed by whitespace. |
| 3 | 16837 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16837: Missing space before opening brace. |
| 3 | 16850 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16850: Infix operators must be spaced. |
| 3 | 16855 | 2 | Missing semicolon. | semi | → line 3, col 16855: Missing semicolon. |
| 3 | 16856 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16856: A space is required after ','. |
| 3 | 16869 | 2 | Missing space before value for key "_emptyQueue". | fecs-key-spacing | → line 3, col 16869: Missing space before value for key "_emptyQueue". |
| 3 | 16877 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 16877: Missing space before function parentheses. |
| 3 | 16879 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16879: Missing space before opening brace. |
| 3 | 16880 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16880: Statement inside of curly braces should be on next line. |
| 3 | 16880 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 3, col 16880: Keyword "return" must be followed by whitespace. |
| 3 | 16888 | 2 | Missing semicolon. | semi | → line 3, col 16888: Missing semicolon. |
| 3 | 16889 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16889: A space is required after ','. |
| 3 | 16899 | 2 | Missing space before value for key "_onClose". | fecs-key-spacing | → line 3, col 16899: Missing space before value for key "_onClose". |
| 3 | 16907 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 16907: Missing space before function parentheses. |
| 3 | 16909 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 16909: Missing space before opening brace. |
| 3 | 16910 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 16910: Statement inside of curly braces should be on next line. |
| 3 | 16930 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16930: Infix operators must be spaced. |
| 3 | 16957 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 16957: Infix operators must be spaced. |
| 3 | 16967 | 2 | Strings must use singlequote. | quotes | → line 3, col 16967: Strings must use singlequote. |
| 3 | 16999 | 2 | A space is required after ','. | comma-spacing | → line 3, col 16999: A space is required after ','. |
| 3 | 17035 | 2 | Strings must use singlequote. | quotes | → line 3, col 17035: Strings must use singlequote. |
| 3 | 17054 | 2 | Missing semicolon. | semi | → line 3, col 17054: Missing semicolon. |
| 3 | 17055 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17055: A space is required after ','. |
| 3 | 17056 | 2 | Property '_no_auth_received' is not in camel case. | fecs-camelcase | → line 3, col 17056: Property '_no_auth_received' is not in camel case. |
| 3 | 17074 | 2 | Missing space before value for key "_no_auth_received". | fecs-key-spacing | → line 3, col 17074: Missing space before value for key "_no_auth_received". |
| 3 | 17082 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 17082: Missing space before function parentheses. |
| 3 | 17085 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 17085: Missing space before opening brace. |
| 3 | 17086 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 17086: Statement inside of curly braces should be on next line. |
| 3 | 17094 | 2 | Strings must use singlequote. | quotes | → line 3, col 17094: Strings must use singlequote. |
| 3 | 17133 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17133: A space is required after ','. |
| 3 | 17183 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17183: A space is required after ','. |
| 3 | 17184 | 2 | Strings must use singlequote. | quotes | → line 3, col 17184: Strings must use singlequote. |
| 3 | 17223 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17223: A space is required after ','. |
| 3 | 17225 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17225: Infix operators must be spaced. |
| 3 | 17229 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17229: Infix operators must be spaced. |
| 3 | 17251 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17251: A space is required after ','. |
| 3 | 17278 | 2 | Missing semicolon. | semi | → line 3, col 17278: Missing semicolon. |
| 3 | 17279 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17279: A space is required after ','. |
| 3 | 17301 | 2 | Missing space before value for key "_onDisconnectTimeout". | fecs-key-spacing | → line 3, col 17301: Missing space before value for key "_onDisconnectTimeout". |
| 3 | 17309 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 17309: Missing space before function parentheses. |
| 3 | 17311 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 17311: Missing space before opening brace. |
| 3 | 17313 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17313: A space is required after ','. |
| 3 | 17332 | 2 | Missing space before value for key "_abortAllRequests". | fecs-key-spacing | → line 3, col 17332: Missing space before value for key "_abortAllRequests". |
| 3 | 17340 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 17340: Missing space before function parentheses. |
| 3 | 17342 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 17342: Missing space before opening brace. |
| 3 | 17344 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17344: A space is required after ','. |
| 3 | 17354 | 2 | Missing space before value for key "_onError". | fecs-key-spacing | → line 3, col 17354: Missing space before value for key "_onError". |
| 3 | 17362 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 17362: Missing space before function parentheses. |
| 3 | 17365 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 17365: Missing space before opening brace. |
| 3 | 17366 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 17366: Statement inside of curly braces should be on next line. |
| 3 | 17374 | 2 | Strings must use singlequote. | quotes | → line 3, col 17374: Strings must use singlequote. |
| 3 | 17392 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17392: Infix operators must be spaced. |
| 3 | 17395 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17395: A space is required after ','. |
| 3 | 17445 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17445: A space is required after ','. |
| 3 | 17446 | 2 | Strings must use singlequote. | quotes | → line 3, col 17446: Strings must use singlequote. |
| 3 | 17516 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17516: A space is required after ','. |
| 3 | 17535 | 2 | Missing semicolon. | semi | → line 3, col 17535: Missing semicolon. |
| 3 | 17536 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17536: A space is required after ','. |
| 3 | 17545 | 2 | Missing space before value for key "_onIdle". | fecs-key-spacing | → line 3, col 17545: Missing space before value for key "_onIdle". |
| 3 | 17553 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 17553: Missing space before function parentheses. |
| 3 | 17555 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 17555: Missing space before opening brace. |
| 3 | 17556 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 17556: Statement inside of curly braces should be on next line. |
| 3 | 17561 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17561: Infix operators must be spaced. |
| 3 | 17578 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 17578: Missing whitespace after semicolon. |
| 3 | 17581 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 17581: Keyword "if" must be followed by whitespace. |
| 3 | 17590 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17590: Infix operators must be spaced. |
| 3 | 17592 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17592: Infix operators must be spaced. |
| 3 | 17613 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 17613: Missing space before opening brace. |
| 3 | 17614 | 2 | Expected { after 'for' condition. | curly | → line 3, col 17614: Expected { after 'for' condition. |
| 3 | 17614 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 17614: Statement inside of curly braces should be on next line. |
| 3 | 17617 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 3, col 17617: Keyword "for" must be followed by whitespace. |
| 3 | 17623 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17623: Infix operators must be spaced. |
| 3 | 17625 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 17625: Missing whitespace after semicolon. |
| 3 | 17627 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17627: Infix operators must be spaced. |
| 3 | 17636 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 17636: Missing whitespace after semicolon. |
| 3 | 17643 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 17643: Keyword "if" must be followed by whitespace. |
| 3 | 17648 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17648: Infix operators must be spaced. |
| 3 | 17656 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 17656: Missing space before opening brace. |
| 3 | 17657 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 17657: Statement inside of curly braces should be on next line. |
| 3 | 17657 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 17657: Split 'var' declarations into multiple statements. |
| 3 | 17662 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17662: A space is required after ','. |
| 3 | 17664 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 17664: Missing whitespace after semicolon. |
| 3 | 17666 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17666: Infix operators must be spaced. |
| 3 | 17667 | 2 | Strings must use singlequote. | quotes | → line 3, col 17667: Strings must use singlequote. |
| 3 | 17676 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17676: Infix operators must be spaced. |
| 3 | 17683 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17683: Infix operators must be spaced. |
| 3 | 17715 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17715: A space is required after ','. |
| 3 | 17717 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17717: Infix operators must be spaced. |
| 3 | 17732 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17732: A space is required after ','. |
| 3 | 17756 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17756: A space is required after ','. |
| 3 | 17780 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17780: A space is required after ','. |
| 3 | 17800 | 2 | Missing semicolon. | semi | → line 3, col 17800: Missing semicolon. |
| 3 | 17817 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17817: Infix operators must be spaced. |
| 3 | 17820 | 2 | Missing semicolon. | semi | → line 3, col 17820: Missing semicolon. |
| 3 | 17822 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17822: A space is required after ','. |
| 3 | 17834 | 2 | Missing space before value for key "_onMessage". | fecs-key-spacing | → line 3, col 17834: Missing space before value for key "_onMessage". |
| 3 | 17842 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 17842: Missing space before function parentheses. |
| 3 | 17845 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 17845: Missing space before opening brace. |
| 3 | 17846 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 3, col 17846: Split 'var' declarations into multiple statements. |
| 3 | 17846 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 17846: Statement inside of curly braces should be on next line. |
| 3 | 17851 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17851: A space is required after ','. |
| 3 | 17853 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17853: A space is required after ','. |
| 3 | 17855 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17855: Infix operators must be spaced. |
| 3 | 17911 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 17911: Missing whitespace after semicolon. |
| 3 | 17912 | 2 | Expected { after 'if' condition. | curly | → line 3, col 17912: Expected { after 'if' condition. |
| 3 | 17914 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 17914: Keyword "if" must be followed by whitespace. |
| 3 | 17921 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 17921: Infix operators must be spaced. |
| 3 | 17955 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17955: A space is required after ','. |
| 3 | 17978 | 2 | A space is required after ','. | comma-spacing | → line 3, col 17978: A space is required after ','. |
| 3 | 17979 | 1 | Unary word operator "void" must be followed by whitespace. | space-unary-ops | → line 3, col 17979: Unary word operator "void" must be followed by whitespace. |
| 3 | 18008 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18008: Infix operators must be spaced. |
| 3 | 18037 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 18037: Missing whitespace after semicolon. |
| 3 | 18040 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 18040: Keyword "if" must be followed by whitespace. |
| 3 | 18042 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18042: Infix operators must be spaced. |
| 3 | 18059 | 2 | Strings must use singlequote. | quotes | → line 3, col 18059: Strings must use singlequote. |
| 3 | 18069 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 18069: Missing space before opening brace. |
| 3 | 18070 | 2 | Expected { after 'if' condition. | curly | → line 3, col 18070: Expected { after 'if' condition. |
| 3 | 18070 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 18070: Statement inside of curly braces should be on next line. |
| 3 | 18072 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 3, col 18072: Keyword "if" must be followed by whitespace. |
| 3 | 18074 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18074: Infix operators must be spaced. |
| 3 | 18076 | 1 | Missing '()' invoking a constructor | new-parens | → line 3, col 18076: Missing '()' invoking a constructor |
| 3 | 18113 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18113: A space is required after ','. |
| 3 | 18114 | 2 | Strings must use singlequote. | quotes | → line 3, col 18114: Strings must use singlequote. |
| 3 | 18141 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18141: A space is required after ','. |
| 3 | 18176 | 2 | Missing semicolon. | semi | → line 3, col 18176: Missing semicolon. |
| 3 | 18177 | 2 | Expected { after 'else'. | curly | → line 3, col 18177: Expected { after 'else'. |
| 3 | 18183 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18183: Infix operators must be spaced. |
| 3 | 18208 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18208: A space is required after ','. |
| 3 | 18210 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18210: Infix operators must be spaced. |
| 3 | 18212 | 1 | Missing '()' invoking a constructor | new-parens | → line 3, col 18212: Missing '()' invoking a constructor |
| 3 | 18244 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18244: A space is required after ','. |
| 3 | 18245 | 2 | Strings must use singlequote. | quotes | → line 3, col 18245: Strings must use singlequote. |
| 3 | 18272 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 18272: Missing whitespace after semicolon. |
| 3 | 18305 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18305: A space is required after ','. |
| 3 | 18321 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18321: Infix operators must be spaced. |
| 3 | 18353 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18353: Infix operators must be spaced. |
| 3 | 18355 | 2 | Strings must use singlequote. | quotes | → line 3, col 18355: Strings must use singlequote. |
| 3 | 18365 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18365: Infix operators must be spaced. |
| 3 | 18389 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18389: Infix operators must be spaced. |
| 3 | 18391 | 2 | Strings must use singlequote. | quotes | → line 3, col 18391: Strings must use singlequote. |
| 3 | 18404 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18404: Infix operators must be spaced. |
| 3 | 18433 | 2 | Strings must use singlequote. | quotes | → line 3, col 18433: Strings must use singlequote. |
| 3 | 18440 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18440: Infix operators must be spaced. |
| 3 | 18464 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18464: A space is required after ','. |
| 3 | 18534 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18534: A space is required after ','. |
| 3 | 18542 | 2 | Missing semicolon. | semi | → line 3, col 18542: Missing semicolon. |
| 3 | 18543 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18543: A space is required after ','. |
| 3 | 18552 | 2 | Missing space before value for key "_onOpen". | fecs-key-spacing | → line 3, col 18552: Missing space before value for key "_onOpen". |
| 3 | 18560 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 18560: Missing space before function parentheses. |
| 3 | 18562 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 18562: Missing space before opening brace. |
| 3 | 18563 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 18563: Statement inside of curly braces should be on next line. |
| 3 | 18570 | 2 | Strings must use singlequote. | quotes | → line 3, col 18570: Strings must use singlequote. |
| 3 | 18587 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 18587: Missing whitespace after semicolon. |
| 3 | 18593 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18593: Infix operators must be spaced. |
| 3 | 18613 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 18613: Missing whitespace after semicolon. |
| 3 | 18644 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 18644: Missing whitespace after semicolon. |
| 3 | 18650 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18650: Infix operators must be spaced. |
| 3 | 18665 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 3, col 18665: Missing whitespace after semicolon. |
| 3 | 18689 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18689: A space is required after ','. |
| 3 | 18709 | 2 | Missing semicolon. | semi | → line 3, col 18709: Missing semicolon. |
| 3 | 18710 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18710: A space is required after ','. |
| 3 | 18722 | 2 | Missing space before value for key "_reqToData". | fecs-key-spacing | → line 3, col 18722: Missing space before value for key "_reqToData". |
| 3 | 18730 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 18730: Missing space before function parentheses. |
| 3 | 18733 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 18733: Missing space before opening brace. |
| 3 | 18734 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 18734: Statement inside of curly braces should be on next line. |
| 3 | 18742 | 2 | Missing semicolon. | semi | → line 3, col 18742: Missing semicolon. |
| 3 | 18743 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18743: A space is required after ','. |
| 3 | 18750 | 2 | Missing space before value for key "_send". | fecs-key-spacing | → line 3, col 18750: Missing space before value for key "_send". |
| 3 | 18758 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 18758: Missing space before function parentheses. |
| 3 | 18760 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 18760: Missing space before opening brace. |
| 3 | 18761 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 18761: Statement inside of curly braces should be on next line. |
| 3 | 18779 | 2 | Missing semicolon. | semi | → line 3, col 18779: Missing semicolon. |
| 3 | 18780 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18780: A space is required after ','. |
| 3 | 18794 | 2 | Missing space before value for key "_sendRestart". | fecs-key-spacing | → line 3, col 18794: Missing space before value for key "_sendRestart". |
| 3 | 18802 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 18802: Missing space before function parentheses. |
| 3 | 18804 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 18804: Missing space before opening brace. |
| 3 | 18805 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 18805: Statement inside of curly braces should be on next line. |
| 3 | 18842 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18842: A space is required after ','. |
| 3 | 18880 | 2 | Missing semicolon. | semi | → line 3, col 18880: Missing semicolon. |
| 3 | 18882 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18882: A space is required after ','. |
| 3 | 18884 | 2 | Missing semicolon. | semi | → line 3, col 18884: Missing semicolon. |
| 3 | 18886 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18886: A space is required after ','. |
| 3 | 18888 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18888: Infix operators must be spaced. |
| 3 | 18891 | 2 | "Strophe" is not defined. | no-undef | → line 3, col 18891: "Strophe" is not defined. |
| 3 | 18898 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18898: A space is required after ','. |
| 3 | 18899 | 2 | "$build" is not defined. | no-undef | → line 3, col 18899: "$build" is not defined. |
| 3 | 18905 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18905: A space is required after ','. |
| 3 | 18906 | 2 | "$msg" is not defined. | no-undef | → line 3, col 18906: "$msg" is not defined. |
| 3 | 18910 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18910: A space is required after ','. |
| 3 | 18911 | 2 | "$iq" is not defined. | no-undef | → line 3, col 18911: "$iq" is not defined. |
| 3 | 18914 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18914: A space is required after ','. |
| 3 | 18915 | 2 | "$pres" is not defined. | no-undef | → line 3, col 18915: "$pres" is not defined. |
| 3 | 18928 | 2 | Missing semicolon. | semi | → line 3, col 18928: Missing semicolon. |
| 3 | 18929 | 2 | Bad indentation (4 instead 0). | fecs-indent | → line 3, col 18929: Bad indentation (4 instead 0). |
| 3 | 18938 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 3, col 18938: Missing space before function parentheses. |
| 3 | 18940 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18940: A space is required after ','. |
| 3 | 18942 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18942: A space is required after ','. |
| 3 | 18944 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18944: A space is required after ','. |
| 3 | 18946 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18946: A space is required after ','. |
| 3 | 18949 | 2 | Missing space before opening brace. | space-before-blocks | → line 3, col 18949: Missing space before opening brace. |
| 3 | 18950 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 3, col 18950: Statement inside of curly braces should be on next line. |
| 3 | 18964 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18964: Infix operators must be spaced. |
| 3 | 18966 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18966: A space is required after ','. |
| 3 | 18980 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18980: Infix operators must be spaced. |
| 3 | 18982 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18982: A space is required after ','. |
| 3 | 18994 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 18994: Infix operators must be spaced. |
| 3 | 18996 | 2 | A space is required after ','. | comma-spacing | → line 3, col 18996: A space is required after ','. |
| 3 | 19007 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 19007: Infix operators must be spaced. |
| 3 | 19009 | 2 | A space is required after ','. | comma-spacing | → line 3, col 19009: A space is required after ','. |
| 3 | 19022 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 3, col 19022: Infix operators must be spaced. |
| 3 | 19024 | 2 | Missing semicolon. | semi | → line 3, col 19024: Missing semicolon. |
| 5 | 1 | 2 | Line 5 exceeds the maximum line length of 120. | max-len | → line 5, col 1: Line 5 exceeds the maximum line length of 120. |
| 5 | 10 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 10: Missing space before function parentheses. |
| 5 | 18 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 18: Missing space before opening brace. |
| 5 | 19 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 19: Statement inside of curly braces should be on next line. |
| 5 | 19 | 2 | Strings must use singlequote. | quotes | → line 5, col 19: Strings must use singlequote. |
| 5 | 31 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 31: Missing whitespace after semicolon. |
| 5 | 36 | 2 | Identifier '_Base64' is not in camel case. | fecs-camelcase | → line 5, col 36: Identifier '_Base64' is not in camel case. |
| 5 | 43 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 43: Infix operators must be spaced. |
| 5 | 57 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 57: Missing whitespace after semicolon. |
| 5 | 69 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 69: Infix operators must be spaced. |
| 5 | 70 | 2 | Strings must use singlequote. | quotes | → line 5, col 70: Strings must use singlequote. |
| 5 | 77 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 77: Missing whitespace after semicolon. |
| 5 | 88 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 88: Missing whitespace after semicolon. |
| 5 | 91 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 5, col 91: Keyword "if" must be followed by whitespace. |
| 5 | 105 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 105: Infix operators must be spaced. |
| 5 | 108 | 2 | Strings must use singlequote. | quotes | → line 5, col 108: Strings must use singlequote. |
| 5 | 119 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 119: Infix operators must be spaced. |
| 5 | 136 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 136: Missing space before opening brace. |
| 5 | 137 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 137: Statement inside of curly braces should be on next line. |
| 5 | 140 | 2 | Keyword "try" must be followed by whitespace. | space-after-keywords | → line 5, col 140: Keyword "try" must be followed by whitespace. |
| 5 | 140 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 140: Missing space before opening brace. |
| 5 | 141 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 141: Statement inside of curly braces should be on next line. |
| 5 | 147 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 147: Infix operators must be spaced. |
| 5 | 156 | 2 | Strings must use singlequote. | quotes | → line 5, col 156: Strings must use singlequote. |
| 5 | 172 | 2 | Missing semicolon. | semi | → line 5, col 172: Missing semicolon. |
| 5 | 173 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 5, col 173: Closing curly brace appears on the same line as the subsequent block. |
| 5 | 178 | 2 | Keyword "catch" must be followed by whitespace. | space-after-keywords | → line 5, col 178: Keyword "catch" must be followed by whitespace. |
| 5 | 183 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 183: Missing space before opening brace. |
| 5 | 198 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 198: Infix operators must be spaced. |
| 5 | 199 | 2 | Strings must use singlequote. | quotes | → line 5, col 199: Strings must use singlequote. |
| 5 | 265 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 265: Missing whitespace after semicolon. |
| 5 | 276 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 276: Infix operators must be spaced. |
| 5 | 277 | 2 | Wrap an immediate function invocation in parentheses. | wrap-iife | → line 5, col 277: Wrap an immediate function invocation in parentheses. |
| 5 | 285 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 285: Missing space before function parentheses. |
| 5 | 290 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 290: Missing space before opening brace. |
| 5 | 291 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 291: Statement inside of curly braces should be on next line. |
| 5 | 296 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 296: Infix operators must be spaced. |
| 5 | 299 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 299: Missing whitespace after semicolon. |
| 5 | 300 | 2 | Expected { after 'for' condition. | curly | → line 5, col 300: Expected { after 'for' condition. |
| 5 | 303 | 2 | Keyword "for" must be followed by whitespace. | space-after-keywords | → line 5, col 303: Keyword "for" must be followed by whitespace. |
| 5 | 309 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 309: Infix operators must be spaced. |
| 5 | 311 | 2 | A space is required after ','. | comma-spacing | → line 5, col 311: A space is required after ','. |
| 5 | 313 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 313: Infix operators must be spaced. |
| 5 | 324 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 324: Missing whitespace after semicolon. |
| 5 | 326 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 326: Infix operators must be spaced. |
| 5 | 328 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 328: Missing whitespace after semicolon. |
| 5 | 349 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 349: Infix operators must be spaced. |
| 5 | 351 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 351: Missing whitespace after semicolon. |
| 5 | 360 | 2 | Missing semicolon. | semi | → line 5, col 360: Missing semicolon. |
| 5 | 371 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 371: Missing whitespace after semicolon. |
| 5 | 388 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 388: Infix operators must be spaced. |
| 5 | 408 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 408: Missing whitespace after semicolon. |
| 5 | 413 | 2 | Identifier 'cb_utob' is not in camel case. | fecs-camelcase | → line 5, col 413: Identifier 'cb_utob' is not in camel case. |
| 5 | 420 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 420: Infix operators must be spaced. |
| 5 | 429 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 429: Missing space before function parentheses. |
| 5 | 432 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 432: Missing space before opening brace. |
| 5 | 433 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 433: Statement inside of curly braces should be on next line. |
| 5 | 435 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 5, col 435: Keyword "if" must be followed by whitespace. |
| 5 | 444 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 444: Infix operators must be spaced. |
| 5 | 447 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 447: Missing space before opening brace. |
| 5 | 448 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 448: Statement inside of curly braces should be on next line. |
| 5 | 454 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 454: Infix operators must be spaced. |
| 5 | 470 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 470: Missing whitespace after semicolon. |
| 5 | 480 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 480: Infix operators must be spaced. |
| 5 | 484 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 484: Infix operators must be spaced. |
| 5 | 489 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 489: Infix operators must be spaced. |
| 5 | 494 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 494: Infix operators must be spaced. |
| 5 | 511 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 511: Infix operators must be spaced. |
| 5 | 514 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 514: Infix operators must be spaced. |
| 5 | 519 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 519: Infix operators must be spaced. |
| 5 | 536 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 536: Infix operators must be spaced. |
| 5 | 539 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 539: Infix operators must be spaced. |
| 5 | 560 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 560: Infix operators must be spaced. |
| 5 | 563 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 563: Infix operators must be spaced. |
| 5 | 568 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 568: Infix operators must be spaced. |
| 5 | 572 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 572: Infix operators must be spaced. |
| 5 | 589 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 589: Infix operators must be spaced. |
| 5 | 592 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 592: Infix operators must be spaced. |
| 5 | 596 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 596: Infix operators must be spaced. |
| 5 | 600 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 600: Infix operators must be spaced. |
| 5 | 617 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 617: Infix operators must be spaced. |
| 5 | 620 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 620: Infix operators must be spaced. |
| 5 | 624 | 2 | Missing semicolon. | semi | → line 5, col 624: Missing semicolon. |
| 5 | 629 | 2 | Keyword "else" must be followed by whitespace. | space-after-keywords | → line 5, col 629: Keyword "else" must be followed by whitespace. |
| 5 | 629 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 5, col 629: Closing curly brace appears on the same line as the subsequent block. |
| 5 | 629 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 5, col 629: Unexpected 'else' after 'return'. |
| 5 | 629 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 629: Missing space before opening brace. |
| 5 | 630 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 630: Statement inside of curly braces should be on next line. |
| 5 | 634 | 1 | "cc" is already defined | no-redeclare | → line 5, col 634: "cc" is already defined |
| 5 | 636 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 636: Infix operators must be spaced. |
| 5 | 642 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 642: Infix operators must be spaced. |
| 5 | 659 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 659: Infix operators must be spaced. |
| 5 | 666 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 666: Infix operators must be spaced. |
| 5 | 671 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 671: Infix operators must be spaced. |
| 5 | 688 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 688: Infix operators must be spaced. |
| 5 | 695 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 695: Missing whitespace after semicolon. |
| 5 | 719 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 719: Infix operators must be spaced. |
| 5 | 722 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 722: Infix operators must be spaced. |
| 5 | 727 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 727: Infix operators must be spaced. |
| 5 | 730 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 730: Infix operators must be spaced. |
| 5 | 747 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 747: Infix operators must be spaced. |
| 5 | 750 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 750: Infix operators must be spaced. |
| 5 | 755 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 755: Infix operators must be spaced. |
| 5 | 759 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 759: Infix operators must be spaced. |
| 5 | 776 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 776: Infix operators must be spaced. |
| 5 | 779 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 779: Infix operators must be spaced. |
| 5 | 783 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 783: Infix operators must be spaced. |
| 5 | 787 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 787: Infix operators must be spaced. |
| 5 | 804 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 804: Infix operators must be spaced. |
| 5 | 807 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 807: Infix operators must be spaced. |
| 5 | 811 | 2 | Missing semicolon. | semi | → line 5, col 811: Missing semicolon. |
| 5 | 813 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 813: Missing whitespace after semicolon. |
| 5 | 818 | 2 | Identifier 're_utob' is not in camel case. | fecs-camelcase | → line 5, col 818: Identifier 're_utob' is not in camel case. |
| 5 | 825 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 825: Infix operators must be spaced. |
| 5 | 873 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 873: Missing whitespace after semicolon. |
| 5 | 882 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 882: Infix operators must be spaced. |
| 5 | 891 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 891: Missing space before function parentheses. |
| 5 | 894 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 894: Missing space before opening brace. |
| 5 | 895 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 895: Statement inside of curly braces should be on next line. |
| 5 | 919 | 2 | A space is required after ','. | comma-spacing | → line 5, col 919: A space is required after ','. |
| 5 | 928 | 2 | Missing semicolon. | semi | → line 5, col 928: Missing semicolon. |
| 5 | 929 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 929: Missing whitespace after semicolon. |
| 5 | 934 | 2 | Identifier 'cb_encode' is not in camel case. | fecs-camelcase | → line 5, col 934: Identifier 'cb_encode' is not in camel case. |
| 5 | 943 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 943: Infix operators must be spaced. |
| 5 | 952 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 952: Missing space before function parentheses. |
| 5 | 957 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 957: Missing space before opening brace. |
| 5 | 958 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 5, col 958: Split 'var' declarations into multiple statements. |
| 5 | 958 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 958: Statement inside of curly braces should be on next line. |
| 5 | 968 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 968: Infix operators must be spaced. |
| 5 | 971 | 2 | A space is required after ','. | comma-spacing | → line 5, col 971: A space is required after ','. |
| 5 | 973 | 2 | A space is required after ','. | comma-spacing | → line 5, col 973: A space is required after ','. |
| 5 | 987 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 987: Infix operators must be spaced. |
| 5 | 990 | 2 | A space is required after ','. | comma-spacing | → line 5, col 990: A space is required after ','. |
| 5 | 994 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 994: Infix operators must be spaced. |
| 5 | 1012 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1012: Infix operators must be spaced. |
| 5 | 1016 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1016: Infix operators must be spaced. |
| 5 | 1028 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1028: Infix operators must be spaced. |
| 5 | 1030 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1030: Infix operators must be spaced. |
| 5 | 1051 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1051: Infix operators must be spaced. |
| 5 | 1054 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1054: Infix operators must be spaced. |
| 5 | 1066 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1066: Infix operators must be spaced. |
| 5 | 1068 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1068: Infix operators must be spaced. |
| 5 | 1089 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1089: A space is required after ','. |
| 5 | 1095 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1095: Infix operators must be spaced. |
| 5 | 1116 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1116: Infix operators must be spaced. |
| 5 | 1122 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1122: A space is required after ','. |
| 5 | 1142 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1142: Infix operators must be spaced. |
| 5 | 1147 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1147: Infix operators must be spaced. |
| 5 | 1151 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1151: A space is required after ','. |
| 5 | 1158 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1158: Infix operators must be spaced. |
| 5 | 1161 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1161: Infix operators must be spaced. |
| 5 | 1162 | 2 | Strings must use singlequote. | quotes | → line 5, col 1162: Strings must use singlequote. |
| 5 | 1185 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1185: Infix operators must be spaced. |
| 5 | 1189 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1189: Infix operators must be spaced. |
| 5 | 1193 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1193: A space is required after ','. |
| 5 | 1200 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1200: Infix operators must be spaced. |
| 5 | 1203 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1203: Infix operators must be spaced. |
| 5 | 1204 | 2 | Strings must use singlequote. | quotes | → line 5, col 1204: Strings must use singlequote. |
| 5 | 1227 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1227: Infix operators must be spaced. |
| 5 | 1232 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 1232: Missing whitespace after semicolon. |
| 5 | 1251 | 2 | Strings must use singlequote. | quotes | → line 5, col 1251: Strings must use singlequote. |
| 5 | 1254 | 2 | Missing semicolon. | semi | → line 5, col 1254: Missing semicolon. |
| 5 | 1255 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 1255: Missing whitespace after semicolon. |
| 5 | 1264 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1264: Infix operators must be spaced. |
| 5 | 1276 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1276: Infix operators must be spaced. |
| 5 | 1285 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 1285: Missing space before function parentheses. |
| 5 | 1288 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 1288: Missing space before opening brace. |
| 5 | 1289 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 1289: Statement inside of curly braces should be on next line. |
| 5 | 1310 | 2 | Missing semicolon. | semi | → line 5, col 1310: Missing semicolon. |
| 5 | 1320 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 1320: Missing space before function parentheses. |
| 5 | 1323 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 1323: Missing space before opening brace. |
| 5 | 1324 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 1324: Statement inside of curly braces should be on next line. |
| 5 | 1355 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1355: A space is required after ','. |
| 5 | 1366 | 2 | Missing semicolon. | semi | → line 5, col 1366: Missing semicolon. |
| 5 | 1367 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 1367: Missing whitespace after semicolon. |
| 5 | 1372 | 2 | Identifier '_encode' is not in camel case. | fecs-camelcase | → line 5, col 1372: Identifier '_encode' is not in camel case. |
| 5 | 1379 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1379: Infix operators must be spaced. |
| 5 | 1386 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1386: Infix operators must be spaced. |
| 5 | 1395 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 1395: Missing space before function parentheses. |
| 5 | 1398 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 1398: Missing space before opening brace. |
| 5 | 1399 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 1399: Statement inside of curly braces should be on next line. |
| 5 | 1399 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 5, col 1399: Keyword "return" must be followed by whitespace. |
| 5 | 1419 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1419: Infix operators must be spaced. |
| 5 | 1440 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1440: Infix operators must be spaced. |
| 5 | 1447 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 5, col 1447: A constructor name should not start with a lowercase letter. |
| 5 | 1467 | 2 | Strings must use singlequote. | quotes | → line 5, col 1467: Strings must use singlequote. |
| 5 | 1476 | 2 | Missing semicolon. | semi | → line 5, col 1476: Missing semicolon. |
| 5 | 1486 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 1486: Missing space before function parentheses. |
| 5 | 1489 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 1489: Missing space before opening brace. |
| 5 | 1490 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 1490: Statement inside of curly braces should be on next line. |
| 5 | 1510 | 2 | Missing semicolon. | semi | → line 5, col 1510: Missing semicolon. |
| 5 | 1511 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 1511: Missing whitespace after semicolon. |
| 5 | 1522 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1522: Infix operators must be spaced. |
| 5 | 1531 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 1531: Missing space before function parentheses. |
| 5 | 1533 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1533: A space is required after ','. |
| 5 | 1542 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 1542: Missing space before opening brace. |
| 5 | 1543 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 1543: Statement inside of curly braces should be on next line. |
| 5 | 1543 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 5, col 1543: Keyword "return" must be followed by whitespace. |
| 5 | 1557 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1557: Infix operators must be spaced. |
| 5 | 1612 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1612: A space is required after ','. |
| 5 | 1621 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 1621: Missing space before function parentheses. |
| 5 | 1625 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 1625: Missing space before opening brace. |
| 5 | 1626 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 1626: Statement inside of curly braces should be on next line. |
| 5 | 1635 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 5, col 1635: Expected '===' and instead saw '=='. |
| 5 | 1635 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1635: Infix operators must be spaced. |
| 5 | 1637 | 2 | Strings must use singlequote. | quotes | → line 5, col 1637: Strings must use singlequote. |
| 5 | 1640 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1640: Infix operators must be spaced. |
| 5 | 1641 | 2 | Strings must use singlequote. | quotes | → line 5, col 1641: Strings must use singlequote. |
| 5 | 1645 | 2 | Strings must use singlequote. | quotes | → line 5, col 1645: Strings must use singlequote. |
| 5 | 1648 | 2 | Missing semicolon. | semi | → line 5, col 1648: Missing semicolon. |
| 5 | 1663 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1663: A space is required after ','. |
| 5 | 1664 | 2 | Strings must use singlequote. | quotes | → line 5, col 1664: Strings must use singlequote. |
| 5 | 1667 | 2 | Missing semicolon. | semi | → line 5, col 1667: Missing semicolon. |
| 5 | 1668 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 1668: Missing whitespace after semicolon. |
| 5 | 1682 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1682: Infix operators must be spaced. |
| 5 | 1691 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 1691: Missing space before function parentheses. |
| 5 | 1694 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 1694: Missing space before opening brace. |
| 5 | 1695 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 1695: Statement inside of curly braces should be on next line. |
| 5 | 1710 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1710: A space is required after ','. |
| 5 | 1716 | 2 | Missing semicolon. | semi | → line 5, col 1716: Missing semicolon. |
| 5 | 1717 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 1717: Missing whitespace after semicolon. |
| 5 | 1722 | 2 | Identifier 're_btou' is not in camel case. | fecs-camelcase | → line 5, col 1722: Identifier 're_btou' is not in camel case. |
| 5 | 1729 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1729: Infix operators must be spaced. |
| 5 | 1742 | 2 | Strings must use singlequote. | quotes | → line 5, col 1742: Strings must use singlequote. |
| 5 | 1754 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1754: A space is required after ','. |
| 5 | 1755 | 2 | Strings must use singlequote. | quotes | → line 5, col 1755: Strings must use singlequote. |
| 5 | 1770 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1770: A space is required after ','. |
| 5 | 1771 | 2 | Strings must use singlequote. | quotes | → line 5, col 1771: Strings must use singlequote. |
| 5 | 1793 | 2 | Strings must use singlequote. | quotes | → line 5, col 1793: Strings must use singlequote. |
| 5 | 1797 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1797: A space is required after ','. |
| 5 | 1798 | 2 | Strings must use singlequote. | quotes | → line 5, col 1798: Strings must use singlequote. |
| 5 | 1802 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 1802: Missing whitespace after semicolon. |
| 5 | 1807 | 2 | Identifier 'cb_btou' is not in camel case. | fecs-camelcase | → line 5, col 1807: Identifier 'cb_btou' is not in camel case. |
| 5 | 1814 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1814: Infix operators must be spaced. |
| 5 | 1823 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 1823: Missing space before function parentheses. |
| 5 | 1829 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 1829: Missing space before opening brace. |
| 5 | 1830 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 1830: Statement inside of curly braces should be on next line. |
| 5 | 1836 | 2 | Keyword "switch" must be followed by whitespace. | space-after-keywords | → line 5, col 1836: Keyword "switch" must be followed by whitespace. |
| 5 | 1849 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 1849: Missing space before opening brace. |
| 5 | 1857 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 5, col 1857: Split 'var' declarations into multiple statements. |
| 5 | 1863 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1863: Infix operators must be spaced. |
| 5 | 1866 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1866: Infix operators must be spaced. |
| 5 | 1886 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1886: Infix operators must be spaced. |
| 5 | 1890 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1890: Infix operators must be spaced. |
| 5 | 1894 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1894: Infix operators must be spaced. |
| 5 | 1914 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1914: Infix operators must be spaced. |
| 5 | 1918 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1918: Infix operators must be spaced. |
| 5 | 1922 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1922: Infix operators must be spaced. |
| 5 | 1942 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1942: Infix operators must be spaced. |
| 5 | 1945 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1945: Infix operators must be spaced. |
| 5 | 1948 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1948: Infix operators must be spaced. |
| 5 | 1967 | 2 | A space is required after ','. | comma-spacing | → line 5, col 1967: A space is required after ','. |
| 5 | 1974 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1974: Infix operators must be spaced. |
| 5 | 1977 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 1977: Infix operators must be spaced. |
| 5 | 1983 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 1983: Missing whitespace after semicolon. |
| 5 | 2011 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2011: Infix operators must be spaced. |
| 5 | 2017 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2017: Infix operators must be spaced. |
| 5 | 2024 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2024: Infix operators must be spaced. |
| 5 | 2045 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2045: Infix operators must be spaced. |
| 5 | 2051 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2051: Infix operators must be spaced. |
| 5 | 2058 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 2058: Missing whitespace after semicolon. |
| 5 | 2089 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2089: Infix operators must be spaced. |
| 5 | 2109 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2109: Infix operators must be spaced. |
| 5 | 2113 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2113: Infix operators must be spaced. |
| 5 | 2117 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2117: Infix operators must be spaced. |
| 5 | 2137 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2137: Infix operators must be spaced. |
| 5 | 2140 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2140: Infix operators must be spaced. |
| 5 | 2143 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2143: Infix operators must be spaced. |
| 5 | 2163 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 2163: Missing whitespace after semicolon. |
| 5 | 2195 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2195: Infix operators must be spaced. |
| 5 | 2215 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2215: Infix operators must be spaced. |
| 5 | 2218 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2218: Infix operators must be spaced. |
| 5 | 2221 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2221: Infix operators must be spaced. |
| 5 | 2241 | 2 | Missing semicolon. | semi | → line 5, col 2241: Missing semicolon. |
| 5 | 2243 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 2243: Missing whitespace after semicolon. |
| 5 | 2252 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2252: Infix operators must be spaced. |
| 5 | 2261 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 2261: Missing space before function parentheses. |
| 5 | 2264 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 2264: Missing space before opening brace. |
| 5 | 2265 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 2265: Statement inside of curly braces should be on next line. |
| 5 | 2289 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2289: A space is required after ','. |
| 5 | 2298 | 2 | Missing semicolon. | semi | → line 5, col 2298: Missing semicolon. |
| 5 | 2299 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 2299: Missing whitespace after semicolon. |
| 5 | 2304 | 2 | Identifier 'cb_decode' is not in camel case. | fecs-camelcase | → line 5, col 2304: Identifier 'cb_decode' is not in camel case. |
| 5 | 2313 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2313: Infix operators must be spaced. |
| 5 | 2322 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 2322: Missing space before function parentheses. |
| 5 | 2328 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 2328: Missing space before opening brace. |
| 5 | 2329 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 2329: Statement inside of curly braces should be on next line. |
| 5 | 2329 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 5, col 2329: Split 'var' declarations into multiple statements. |
| 5 | 2336 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2336: Infix operators must be spaced. |
| 5 | 2348 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2348: A space is required after ','. |
| 5 | 2355 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2355: Infix operators must be spaced. |
| 5 | 2359 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2359: Infix operators must be spaced. |
| 5 | 2361 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2361: A space is required after ','. |
| 5 | 2363 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2363: Infix operators must be spaced. |
| 5 | 2368 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2368: Infix operators must be spaced. |
| 5 | 2370 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2370: Infix operators must be spaced. |
| 5 | 2393 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2393: Infix operators must be spaced. |
| 5 | 2400 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2400: Infix operators must be spaced. |
| 5 | 2405 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2405: Infix operators must be spaced. |
| 5 | 2407 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2407: Infix operators must be spaced. |
| 5 | 2430 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2430: Infix operators must be spaced. |
| 5 | 2437 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2437: Infix operators must be spaced. |
| 5 | 2442 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2442: Infix operators must be spaced. |
| 5 | 2444 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2444: Infix operators must be spaced. |
| 5 | 2467 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2467: Infix operators must be spaced. |
| 5 | 2473 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2473: Infix operators must be spaced. |
| 5 | 2478 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2478: Infix operators must be spaced. |
| 5 | 2480 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2480: Infix operators must be spaced. |
| 5 | 2506 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2506: A space is required after ','. |
| 5 | 2512 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2512: Infix operators must be spaced. |
| 5 | 2528 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2528: Infix operators must be spaced. |
| 5 | 2534 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2534: A space is required after ','. |
| 5 | 2549 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2549: Infix operators must be spaced. |
| 5 | 2553 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2553: Infix operators must be spaced. |
| 5 | 2558 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2558: A space is required after ','. |
| 5 | 2573 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2573: Infix operators must be spaced. |
| 5 | 2579 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 2579: Missing whitespace after semicolon. |
| 5 | 2592 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2592: Infix operators must be spaced. |
| 5 | 2596 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2596: A space is required after ','. |
| 5 | 2598 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2598: A space is required after ','. |
| 5 | 2600 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2600: A space is required after ','. |
| 5 | 2611 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 2611: Missing whitespace after semicolon. |
| 5 | 2630 | 2 | Strings must use singlequote. | quotes | → line 5, col 2630: Strings must use singlequote. |
| 5 | 2633 | 2 | Missing semicolon. | semi | → line 5, col 2633: Missing semicolon. |
| 5 | 2634 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 2634: Missing whitespace after semicolon. |
| 5 | 2643 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2643: Infix operators must be spaced. |
| 5 | 2655 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2655: Infix operators must be spaced. |
| 5 | 2664 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 2664: Missing space before function parentheses. |
| 5 | 2667 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 2667: Missing space before opening brace. |
| 5 | 2668 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 2668: Statement inside of curly braces should be on next line. |
| 5 | 2689 | 2 | Missing semicolon. | semi | → line 5, col 2689: Missing semicolon. |
| 5 | 2699 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 2699: Missing space before function parentheses. |
| 5 | 2702 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 2702: Missing space before opening brace. |
| 5 | 2703 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 2703: Statement inside of curly braces should be on next line. |
| 5 | 2734 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2734: A space is required after ','. |
| 5 | 2745 | 2 | Missing semicolon. | semi | → line 5, col 2745: Missing semicolon. |
| 5 | 2746 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 2746: Missing whitespace after semicolon. |
| 5 | 2751 | 2 | Identifier '_decode' is not in camel case. | fecs-camelcase | → line 5, col 2751: Identifier '_decode' is not in camel case. |
| 5 | 2758 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2758: Infix operators must be spaced. |
| 5 | 2765 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2765: Infix operators must be spaced. |
| 5 | 2774 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 2774: Missing space before function parentheses. |
| 5 | 2777 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 2777: Missing space before opening brace. |
| 5 | 2778 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 5, col 2778: Keyword "return" must be followed by whitespace. |
| 5 | 2778 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 2778: Statement inside of curly braces should be on next line. |
| 5 | 2798 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2798: Infix operators must be spaced. |
| 5 | 2819 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2819: Infix operators must be spaced. |
| 5 | 2826 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 5, col 2826: A constructor name should not start with a lowercase letter. |
| 5 | 2834 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2834: A space is required after ','. |
| 5 | 2835 | 2 | Strings must use singlequote. | quotes | → line 5, col 2835: Strings must use singlequote. |
| 5 | 2856 | 2 | Missing semicolon. | semi | → line 5, col 2856: Missing semicolon. |
| 5 | 2866 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 2866: Missing space before function parentheses. |
| 5 | 2869 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 2869: Missing space before opening brace. |
| 5 | 2870 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 2870: Statement inside of curly braces should be on next line. |
| 5 | 2890 | 2 | Missing semicolon. | semi | → line 5, col 2890: Missing semicolon. |
| 5 | 2891 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 2891: Missing whitespace after semicolon. |
| 5 | 2902 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2902: Infix operators must be spaced. |
| 5 | 2911 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 2911: Missing space before function parentheses. |
| 5 | 2914 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 2914: Missing space before opening brace. |
| 5 | 2915 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 2915: Statement inside of curly braces should be on next line. |
| 5 | 2955 | 2 | A space is required after ','. | comma-spacing | → line 5, col 2955: A space is required after ','. |
| 5 | 2964 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 2964: Missing space before function parentheses. |
| 5 | 2968 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 2968: Missing space before opening brace. |
| 5 | 2969 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 2969: Statement inside of curly braces should be on next line. |
| 5 | 2978 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2978: Infix operators must be spaced. |
| 5 | 2978 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 5, col 2978: Expected '===' and instead saw '=='. |
| 5 | 2980 | 2 | Strings must use singlequote. | quotes | → line 5, col 2980: Strings must use singlequote. |
| 5 | 2983 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 2983: Infix operators must be spaced. |
| 5 | 2984 | 2 | Strings must use singlequote. | quotes | → line 5, col 2984: Strings must use singlequote. |
| 5 | 2988 | 2 | Strings must use singlequote. | quotes | → line 5, col 2988: Strings must use singlequote. |
| 5 | 2991 | 2 | Missing semicolon. | semi | → line 5, col 2991: Missing semicolon. |
| 5 | 3021 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3021: A space is required after ','. |
| 5 | 3022 | 2 | Strings must use singlequote. | quotes | → line 5, col 3022: Strings must use singlequote. |
| 5 | 3026 | 2 | Missing semicolon. | semi | → line 5, col 3026: Missing semicolon. |
| 5 | 3027 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 3027: Missing whitespace after semicolon. |
| 5 | 3042 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 3042: Infix operators must be spaced. |
| 5 | 3051 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 3051: Missing space before function parentheses. |
| 5 | 3053 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 3053: Missing space before opening brace. |
| 5 | 3054 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 3054: Statement inside of curly braces should be on next line. |
| 5 | 3064 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 3064: Infix operators must be spaced. |
| 5 | 3078 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 3078: Missing whitespace after semicolon. |
| 5 | 3092 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 3092: Infix operators must be spaced. |
| 5 | 3100 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 3100: Missing whitespace after semicolon. |
| 5 | 3114 | 2 | Missing semicolon. | semi | → line 5, col 3114: Missing semicolon. |
| 5 | 3115 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 3115: Missing whitespace after semicolon. |
| 5 | 3129 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 3129: Infix operators must be spaced. |
| 5 | 3139 | 2 | Missing space before value for key "VERSION". | fecs-key-spacing | → line 5, col 3139: Missing space before value for key "VERSION". |
| 5 | 3146 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3146: A space is required after ','. |
| 5 | 3152 | 2 | Missing space before value for key "atob". | fecs-key-spacing | → line 5, col 3152: Missing space before value for key "atob". |
| 5 | 3156 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3156: A space is required after ','. |
| 5 | 3162 | 2 | Missing space before value for key "btoa". | fecs-key-spacing | → line 5, col 3162: Missing space before value for key "btoa". |
| 5 | 3166 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3166: A space is required after ','. |
| 5 | 3178 | 2 | Missing space before value for key "fromBase64". | fecs-key-spacing | → line 5, col 3178: Missing space before value for key "fromBase64". |
| 5 | 3184 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3184: A space is required after ','. |
| 5 | 3194 | 2 | Missing space before value for key "toBase64". | fecs-key-spacing | → line 5, col 3194: Missing space before value for key "toBase64". |
| 5 | 3200 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3200: A space is required after ','. |
| 5 | 3206 | 2 | Missing space before value for key "utob". | fecs-key-spacing | → line 5, col 3206: Missing space before value for key "utob". |
| 5 | 3210 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3210: A space is required after ','. |
| 5 | 3218 | 2 | Missing space before value for key "encode". | fecs-key-spacing | → line 5, col 3218: Missing space before value for key "encode". |
| 5 | 3224 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3224: A space is required after ','. |
| 5 | 3235 | 2 | Missing space before value for key "encodeURI". | fecs-key-spacing | → line 5, col 3235: Missing space before value for key "encodeURI". |
| 5 | 3244 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3244: A space is required after ','. |
| 5 | 3250 | 2 | Missing space before value for key "btou". | fecs-key-spacing | → line 5, col 3250: Missing space before value for key "btou". |
| 5 | 3254 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3254: A space is required after ','. |
| 5 | 3262 | 2 | Missing space before value for key "decode". | fecs-key-spacing | → line 5, col 3262: Missing space before value for key "decode". |
| 5 | 3268 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3268: A space is required after ','. |
| 5 | 3280 | 2 | Missing space before value for key "noConflict". | fecs-key-spacing | → line 5, col 3280: Missing space before value for key "noConflict". |
| 5 | 3291 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 3291: Missing whitespace after semicolon. |
| 5 | 3294 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 5, col 3294: Keyword "if" must be followed by whitespace. |
| 5 | 3323 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 3323: Infix operators must be spaced. |
| 5 | 3326 | 2 | Strings must use singlequote. | quotes | → line 5, col 3326: Strings must use singlequote. |
| 5 | 3337 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 3337: Missing space before opening brace. |
| 5 | 3338 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 3338: Statement inside of curly braces should be on next line. |
| 5 | 3348 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 3348: Infix operators must be spaced. |
| 5 | 3357 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 3357: Missing space before function parentheses. |
| 5 | 3360 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 3360: Missing space before opening brace. |
| 5 | 3361 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 3361: Statement inside of curly braces should be on next line. |
| 5 | 3361 | 1 | Keyword "return" must be followed by whitespace. | space-return-throw-case | → line 5, col 3361: Keyword "return" must be followed by whitespace. |
| 5 | 3374 | 2 | Missing space before value for key "value". | fecs-key-spacing | → line 5, col 3374: Missing space before value for key "value". |
| 5 | 3375 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3375: A space is required after ','. |
| 5 | 3387 | 2 | Missing space before value for key "enumerable". | fecs-key-spacing | → line 5, col 3387: Missing space before value for key "enumerable". |
| 5 | 3392 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3392: A space is required after ','. |
| 5 | 3402 | 2 | Missing space before value for key "writable". | fecs-key-spacing | → line 5, col 3402: Missing space before value for key "writable". |
| 5 | 3406 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3406: A space is required after ','. |
| 5 | 3420 | 2 | Missing space before value for key "configurable". | fecs-key-spacing | → line 5, col 3420: Missing space before value for key "configurable". |
| 5 | 3425 | 2 | Missing semicolon. | semi | → line 5, col 3425: Missing semicolon. |
| 5 | 3426 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 3426: Missing whitespace after semicolon. |
| 5 | 3453 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 3453: Infix operators must be spaced. |
| 5 | 3462 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 3462: Missing space before function parentheses. |
| 5 | 3464 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 3464: Missing space before opening brace. |
| 5 | 3465 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 3465: Statement inside of curly braces should be on next line. |
| 5 | 3465 | 2 | String prototype is read only, properties should not be added. | no-extend-native | → line 5, col 3465: String prototype is read only, properties should not be added. |
| 5 | 3503 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3503: A space is required after ','. |
| 5 | 3504 | 2 | Strings must use singlequote. | quotes | → line 5, col 3504: Strings must use singlequote. |
| 5 | 3516 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3516: A space is required after ','. |
| 5 | 3532 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 3532: Missing space before function parentheses. |
| 5 | 3534 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 3534: Missing space before opening brace. |
| 5 | 3535 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 3535: Statement inside of curly braces should be on next line. |
| 5 | 3554 | 2 | Missing semicolon. | semi | → line 5, col 3554: Missing semicolon. |
| 5 | 3557 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 3557: Missing whitespace after semicolon. |
| 5 | 3558 | 2 | String prototype is read only, properties should not be added. | no-extend-native | → line 5, col 3558: String prototype is read only, properties should not be added. |
| 5 | 3596 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3596: A space is required after ','. |
| 5 | 3597 | 2 | Strings must use singlequote. | quotes | → line 5, col 3597: Strings must use singlequote. |
| 5 | 3607 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3607: A space is required after ','. |
| 5 | 3623 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 3623: Missing space before function parentheses. |
| 5 | 3632 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 3632: Missing space before opening brace. |
| 5 | 3633 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 3633: Statement inside of curly braces should be on next line. |
| 5 | 3651 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3651: A space is required after ','. |
| 5 | 3660 | 2 | Missing semicolon. | semi | → line 5, col 3660: Missing semicolon. |
| 5 | 3663 | 2 | Missing whitespace after semicolon. | semi-spacing | → line 5, col 3663: Missing whitespace after semicolon. |
| 5 | 3664 | 2 | String prototype is read only, properties should not be added. | no-extend-native | → line 5, col 3664: String prototype is read only, properties should not be added. |
| 5 | 3702 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3702: A space is required after ','. |
| 5 | 3703 | 2 | Strings must use singlequote. | quotes | → line 5, col 3703: Strings must use singlequote. |
| 5 | 3716 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3716: A space is required after ','. |
| 5 | 3732 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 5, col 3732: Missing space before function parentheses. |
| 5 | 3734 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 3734: Missing space before opening brace. |
| 5 | 3735 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 3735: Statement inside of curly braces should be on next line. |
| 5 | 3753 | 2 | A space is required after ','. | comma-spacing | → line 5, col 3753: A space is required after ','. |
| 5 | 3759 | 2 | Missing semicolon. | semi | → line 5, col 3759: Missing semicolon. |
| 5 | 3762 | 2 | Missing semicolon. | semi | → line 5, col 3762: Missing semicolon. |
| 5 | 3763 | 2 | Missing semicolon. | semi | → line 5, col 3763: Missing semicolon. |
| 5 | 3766 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 5, col 3766: Keyword "if" must be followed by whitespace. |
| 5 | 3774 | 2 | ["Meteor"] is better written in dot notation. | fecs-dot-notation | → line 5, col 3774: ["Meteor"] is better written in dot notation. |
| 5 | 3774 | 2 | Strings must use singlequote. | quotes | → line 5, col 3774: Strings must use singlequote. |
| 5 | 3784 | 2 | Missing space before opening brace. | space-before-blocks | → line 5, col 3784: Missing space before opening brace. |
| 5 | 3785 | 2 | "Base64" is not defined. | no-undef | → line 5, col 3785: "Base64" is not defined. |
| 5 | 3785 | 1 | Statement inside of curly braces should be on next line. | brace-style | → line 5, col 3785: Statement inside of curly braces should be on next line. |
| 5 | 3791 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 5, col 3791: Infix operators must be spaced. |
| 5 | 3805 | 2 | Missing semicolon. | semi | → line 5, col 3805: Missing semicolon. |
不规范数量:145
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 10 | 5 | 1 | "md5" is defined but never used | no-unused-vars | → line 10, col 5: "md5" is defined but never used |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 13 | 5 | 1 | "config" is defined but never used | no-unused-vars | → line 13, col 5: "config" is defined but never used |
| 14 | 5 | 1 | "amsControl" is defined but never used | no-unused-vars | → line 14, col 5: "amsControl" is defined but never used |
| 17 | 5 | 1 | "share" is defined but never used | no-unused-vars | → line 17, col 5: "share" is defined but never used |
| 27 | 9 | 2 | Identifier '_config' is not in camel case. | fecs-camelcase | → line 27, col 9: Identifier '_config' is not in camel case. |
| 39 | 9 | 2 | Identifier '_connection' is not in camel case. | fecs-camelcase | → line 39, col 9: Identifier '_connection' is not in camel case. |
| 40 | 9 | 2 | Identifier '_connected' is not in camel case. | fecs-camelcase | → line 40, col 9: Identifier '_connected' is not in camel case. |
| 41 | 9 | 2 | Identifier '_restart' is not in camel case. | fecs-camelcase | → line 41, col 9: Identifier '_restart' is not in camel case. |
| 42 | 9 | 2 | Identifier '_useWebSocket' is not in camel case. | fecs-camelcase | → line 42, col 9: Identifier '_useWebSocket' is not in camel case. |
| 46 | 6 | 2 | Missing JSDoc parameter type for "p_status". | fecs-valid-jsdoc | → line 46, col 6: Missing JSDoc parameter type for "p_status". |
| 46 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 46, col 6: Expected a blank comment line between description and tags. |
| 48 | 14 | 2 | Identifier '_onConnect' is not in camel case. | fecs-camelcase | → line 48, col 14: Identifier '_onConnect' is not in camel case. |
| 48 | 25 | 2 | Identifier 'p_status' is not in camel case. | fecs-camelcase | → line 48, col 25: Identifier 'p_status' is not in camel case. |
| 64 | 30 | 2 | "$pres" is not defined. | no-undef | → line 64, col 30: "$pres" is not defined. |
| 75 | 14 | 2 | Identifier '_reconnect' is not in camel case. | fecs-camelcase | → line 75, col 14: Identifier '_reconnect' is not in camel case. |
| 83 | 40 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 83, col 40: Unnecessary use of boolean literals in conditional expression |
| 87 | 5 | 2 | Missing JSDoc for parameter "delay". | fecs-valid-jsdoc | → line 87, col 5: Missing JSDoc for parameter "delay". |
| 90 | 14 | 2 | Identifier '_delayConnect' is not in camel case. | fecs-camelcase | → line 90, col 14: Identifier '_delayConnect' is not in camel case. |
| 92 | 13 | 2 | "webIm" is not defined. | no-undef | → line 92, col 13: "webIm" is not defined. |
| 99 | 14 | 2 | Identifier '_callRobot' is not in camel case. | fecs-camelcase | → line 99, col 14: Identifier '_callRobot' is not in camel case. |
| 100 | 13 | 2 | "robot" was used before it was defined | no-use-before-define | → line 100, col 13: "robot" was used before it was defined |
| 108 | 14 | 2 | Identifier '_countTimeout' is not in camel case. | fecs-camelcase | → line 108, col 14: Identifier '_countTimeout' is not in camel case. |
| 117 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 117, col 5: Missing JSDoc @return for function. |
| 119 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 119, col 6: Expected a blank comment line between description and tags. |
| 119 | 6 | 2 | Missing JSDoc parameter description for "p_text". | fecs-valid-jsdoc | → line 119, col 6: Missing JSDoc parameter description for "p_text". |
| 119 | 6 | 2 | Missing JSDoc parameter type for "p_text". | fecs-valid-jsdoc | → line 119, col 6: Missing JSDoc parameter type for "p_text". |
| 120 | 6 | 2 | Missing JSDoc parameter type for "p_type". | fecs-valid-jsdoc | → line 120, col 6: Missing JSDoc parameter type for "p_type". |
| 122 | 14 | 2 | Identifier '_escapeMesg' is not in camel case. | fecs-camelcase | → line 122, col 14: Identifier '_escapeMesg' is not in camel case. |
| 122 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 122, col 26: Identifier 'p_text' is not in camel case. |
| 122 | 34 | 2 | Identifier 'p_type' is not in camel case. | fecs-camelcase | → line 122, col 34: Identifier 'p_type' is not in camel case. |
| 161 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 161, col 26: Identifier 'p_text' is not in camel case. |
| 165 | 22 | 1 | "i" is already defined | no-redeclare | → line 165, col 22: "i" is already defined |
| 166 | 26 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 166, col 26: Identifier 'p_text' is not in camel case. |
| 180 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 180, col 14: Unexpected 'else' after 'return'. |
| 190 | 10 | 2 | Missing JSDoc parameter type for "p_config". | fecs-valid-jsdoc | → line 190, col 10: Missing JSDoc parameter type for "p_config". |
| 190 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 190, col 10: Expected a blank comment line between description and tags. |
| 192 | 25 | 2 | Identifier 'p_config' is not in camel case. | fecs-camelcase | → line 192, col 25: Identifier 'p_config' is not in camel case. |
| 199 | 44 | 2 | Identifier 'p_token' is not in camel case. | fecs-camelcase | → line 199, col 44: Identifier 'p_token' is not in camel case. |
| 202 | 43 | 2 | "Openfire" is not defined. | no-undef | → line 202, col 43: "Openfire" is not defined. |
| 214 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 214, col 9: Missing JSDoc @return for function. |
| 216 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 216, col 10: Expected a blank comment line between description and tags. |
| 216 | 10 | 2 | Missing JSDoc parameter type for "p_text". | fecs-valid-jsdoc | → line 216, col 10: Missing JSDoc parameter type for "p_text". |
| 216 | 10 | 2 | Missing JSDoc parameter description for "p_text". | fecs-valid-jsdoc | → line 216, col 10: Missing JSDoc parameter description for "p_text". |
| 217 | 10 | 2 | Missing JSDoc parameter type for "type". | fecs-valid-jsdoc | → line 217, col 10: Missing JSDoc parameter type for "type". |
| 217 | 19 | 2 | Expected JSDoc for "p_type" but found "type". | fecs-valid-jsdoc | → line 217, col 19: Expected JSDoc for "p_type" but found "type". |
| 219 | 34 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 219, col 34: Identifier 'p_text' is not in camel case. |
| 219 | 42 | 2 | Identifier 'p_type' is not in camel case. | fecs-camelcase | → line 219, col 42: Identifier 'p_type' is not in camel case. |
| 274 | 30 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 274, col 30: Identifier 'p_text' is not in camel case. |
| 278 | 26 | 1 | "i" is already defined | no-redeclare | → line 278, col 26: "i" is already defined |
| 279 | 30 | 2 | Identifier 'p_text' is not in camel case. | fecs-camelcase | → line 279, col 30: Identifier 'p_text' is not in camel case. |
| 285 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 285, col 9: Missing JSDoc @return for function. |
| 287 | 10 | 2 | Missing JSDoc parameter type for "p_msg". | fecs-valid-jsdoc | → line 287, col 10: Missing JSDoc parameter type for "p_msg". |
| 287 | 10 | 2 | Missing JSDoc parameter description for "p_msg". | fecs-valid-jsdoc | → line 287, col 10: Missing JSDoc parameter description for "p_msg". |
| 287 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 287, col 10: Expected a blank comment line between description and tags. |
| 289 | 33 | 2 | Identifier 'p_msg' is not in camel case. | fecs-camelcase | → line 289, col 33: Identifier 'p_msg' is not in camel case. |
| 306 | 1 | 2 | Line 306 exceeds the maximum line length of 120. | max-len | → line 306, col 1: Line 306 exceeds the maximum line length of 120. |
| 342 | 3 | 2 | "Strophe" is not defined. | no-undef | → line 342, col 3: "Strophe" is not defined. |
| 344 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 344, col 1: Expected exception block, space or tab after "/*" in comment. |
| 446 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 446, col 17: "bbhybrid" is not defined. |
| 451 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 451, col 21: "bbhybrid" is not defined. |
| 454 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 454, col 17: "bbhybrid" is not defined. |
| 461 | 25 | 2 | "bbhybrid" is not defined. | no-undef | → line 461, col 25: "bbhybrid" is not defined. |
| 477 | 51 | 2 | Missing radix parameter. | radix | → line 477, col 51: Missing radix parameter. |
| 501 | 9 | 2 | "webIm" is not defined. | no-undef | → line 501, col 9: "webIm" is not defined. |
| 504 | 25 | 2 | Identifier 'p_callback' is not in camel case. | fecs-camelcase | → line 504, col 25: Identifier 'p_callback' is not in camel case. |
| 538 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 538, col 17: Property 'entity_type' is not in camel case. |
| 543 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 543, col 21: Property 'block_name' is not in camel case. |
| 552 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 552, col 17: Property 'entity_type' is not in camel case. |
| 557 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 557, col 21: Property 'block_name' is not in camel case. |
| 571 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 571, col 17: Property 'entity_type' is not in camel case. |
| 576 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 576, col 21: Property 'block_name' is not in camel case. |
| 587 | 13 | 2 | "$this" is not defined. | no-undef | → line 587, col 13: "$this" is not defined. |
| 588 | 13 | 2 | "$toolBox" is not defined. | no-undef | → line 588, col 13: "$toolBox" is not defined. |
| 589 | 26 | 2 | "$this" is not defined. | no-undef | → line 589, col 26: "$this" is not defined. |
| 591 | 17 | 2 | "$this" is not defined. | no-undef | → line 591, col 17: "$this" is not defined. |
| 595 | 17 | 2 | "$this" is not defined. | no-undef | → line 595, col 17: "$this" is not defined. |
| 607 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 607, col 17: Property 'entity_type' is not in camel case. |
| 630 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 630, col 25: Property 'entity_type' is not in camel case. |
| 635 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 635, col 29: Property 'block_name' is not in camel case. |
| 642 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 642, col 25: Property 'entity_type' is not in camel case. |
| 647 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 647, col 29: Property 'block_name' is not in camel case. |
| 657 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 657, col 25: Property 'entity_type' is not in camel case. |
| 662 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 662, col 29: Property 'block_name' is not in camel case. |
| 672 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 672, col 25: Property 'entity_type' is not in camel case. |
| 677 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 677, col 29: Property 'block_name' is not in camel case. |
| 689 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 689, col 25: Property 'entity_type' is not in camel case. |
| 694 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 694, col 29: Property 'block_name' is not in camel case. |
| 727 | 43 | 2 | Identifier 'p_json' is not in camel case. | fecs-camelcase | → line 727, col 43: Identifier 'p_json' is not in camel case. |
| 728 | 17 | 2 | Identifier 'p_json' is not in camel case. | fecs-camelcase | → line 728, col 17: Identifier 'p_json' is not in camel case. |
| 730 | 46 | 2 | Identifier 'p_json' is not in camel case. | fecs-camelcase | → line 730, col 46: Identifier 'p_json' is not in camel case. |
| 760 | 26 | 2 | Identifier 'p_tab' is not in camel case. | fecs-camelcase | → line 760, col 26: Identifier 'p_tab' is not in camel case. |
| 847 | 26 | 2 | Identifier 'p_selector' is not in camel case. | fecs-camelcase | → line 847, col 26: Identifier 'p_selector' is not in camel case. |
| 847 | 38 | 2 | Identifier 'p_callback' is not in camel case. | fecs-camelcase | → line 847, col 38: Identifier 'p_callback' is not in camel case. |
| 848 | 13 | 2 | Identifier '_start' is not in camel case. | fecs-camelcase | → line 848, col 13: Identifier '_start' is not in camel case. |
| 849 | 13 | 2 | Identifier '_end' is not in camel case. | fecs-camelcase | → line 849, col 13: Identifier '_end' is not in camel case. |
| 850 | 13 | 2 | Identifier '_content' is not in camel case. | fecs-camelcase | → line 850, col 13: Identifier '_content' is not in camel case. |
| 950 | 27 | 2 | "webIm" is not defined. | no-undef | → line 950, col 27: "webIm" is not defined. |
| 1078 | 14 | 2 | "webIm" is not defined. | no-undef | → line 1078, col 14: "webIm" is not defined. |
| 1088 | 24 | 2 | "webIm" is not defined. | no-undef | → line 1088, col 24: "webIm" is not defined. |
| 1091 | 19 | 2 | "$msg" is not defined. | no-undef | → line 1091, col 19: "$msg" is not defined. |
| 1093 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1093, col 19: "webIm" is not defined. |
| 1094 | 17 | 2 | "webIm" is not defined. | no-undef | → line 1094, col 17: "webIm" is not defined. |
| 1097 | 9 | 2 | "webIm" is not defined. | no-undef | → line 1097, col 9: "webIm" is not defined. |
| 1117 | 22 | 2 | "webIm" is not defined. | no-undef | → line 1117, col 22: "webIm" is not defined. |
| 1125 | 13 | 1 | "showFeedback" is already defined | no-redeclare | → line 1125, col 13: "showFeedback" is already defined |
| 1125 | 51 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 1125, col 51: Unnecessary use of boolean literals in conditional expression |
| 1131 | 13 | 1 | "withTel" is defined but never used | no-unused-vars | → line 1131, col 13: "withTel" is defined but never used |
| 1251 | 9 | 2 | Expected { after 'for-in'. | curly | → line 1251, col 9: Expected { after 'for-in'. |
| 1253 | 1 | 2 | Line 1253 exceeds the maximum line length of 120. | max-len | → line 1253, col 1: Line 1253 exceeds the maximum line length of 120. |
| 1254 | 10 | 2 | Bad indentation (8 instead 12). | fecs-indent | → line 1254, col 10: Bad indentation (8 instead 12). |
| 1259 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 1259, col 5: Expected exception block, space or tab after "/*" in comment. |
| 1268 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 1268, col 17: Property 'page_size' is not in camel case. |
| 1283 | 28 | 2 | Identifier 'p_data' is not in camel case. | fecs-camelcase | → line 1283, col 28: Identifier 'p_data' is not in camel case. |
| 1285 | 22 | 2 | Identifier 'p_data' is not in camel case. | fecs-camelcase | → line 1285, col 22: Identifier 'p_data' is not in camel case. |
| 1287 | 13 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 1287, col 13: Property 'order_items' is not in camel case. |
| 1314 | 28 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1314, col 28: Identifier 'p_dom' is not in camel case. |
| 1316 | 1 | 2 | Line 1316 exceeds the maximum line length of 120. | max-len | → line 1316, col 1: Line 1316 exceeds the maximum line length of 120. |
| 1319 | 26 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1319, col 26: Identifier 'p_dom' is not in camel case. |
| 1325 | 1 | 2 | Line 1325 exceeds the maximum line length of 120. | max-len | → line 1325, col 1: Line 1325 exceeds the maximum line length of 120. |
| 1343 | 31 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1343, col 31: Identifier 'p_dom' is not in camel case. |
| 1349 | 1 | 2 | Line 1349 exceeds the maximum line length of 120. | max-len | → line 1349, col 1: Line 1349 exceeds the maximum line length of 120. |
| 1369 | 32 | 2 | Identifier 'p_dom' is not in camel case. | fecs-camelcase | → line 1369, col 32: Identifier 'p_dom' is not in camel case. |
| 1431 | 23 | 2 | ["greeting"] is better written in dot notation. | fecs-dot-notation | → line 1431, col 23: ["greeting"] is better written in dot notation. |
| 1436 | 19 | 2 | ["greeting"] is better written in dot notation. | fecs-dot-notation | → line 1436, col 19: ["greeting"] is better written in dot notation. |
| 1439 | 23 | 2 | ["source"] is better written in dot notation. | fecs-dot-notation | → line 1439, col 23: ["source"] is better written in dot notation. |
| 1439 | 71 | 2 | ["source"] is better written in dot notation. | fecs-dot-notation | → line 1439, col 71: ["source"] is better written in dot notation. |
| 1440 | 23 | 2 | ["sendType"] is better written in dot notation. | fecs-dot-notation | → line 1440, col 23: ["sendType"] is better written in dot notation. |
| 1440 | 73 | 2 | ["sendType"] is better written in dot notation. | fecs-dot-notation | → line 1440, col 73: ["sendType"] is better written in dot notation. |
| 1441 | 23 | 2 | ["priority"] is better written in dot notation. | fecs-dot-notation | → line 1441, col 23: ["priority"] is better written in dot notation. |
| 1441 | 73 | 2 | ["priority"] is better written in dot notation. | fecs-dot-notation | → line 1441, col 73: ["priority"] is better written in dot notation. |
| 1442 | 23 | 2 | ["selfHelp"] is better written in dot notation. | fecs-dot-notation | → line 1442, col 23: ["selfHelp"] is better written in dot notation. |
| 1550 | 19 | 2 | "webIm" is not defined. | no-undef | → line 1550, col 19: "webIm" is not defined. |
| 1551 | 13 | 1 | "type" is already defined | no-redeclare | → line 1551, col 13: "type" is already defined |
| 1552 | 24 | 2 | "Strophe" is not defined. | no-undef | → line 1552, col 24: "Strophe" is not defined. |
| 1555 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 1555, col 13: Property 'entity_type' is not in camel case. |
| 1567 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 1567, col 13: "that" is defined but never used |
| 1669 | 17 | 1 | Unexpected console statement. | no-console | → line 1669, col 17: Unexpected console statement. |
| 1691 | 24 | 2 | "Strophe" is not defined. | no-undef | → line 1691, col 24: "Strophe" is not defined. |
| 1691 | 51 | 2 | "webIm" is not defined. | no-undef | → line 1691, col 51: "webIm" is not defined. |
| 1693 | 13 | 2 | Expected key `resource` but `'resource'` found. | fecs-properties-quote | → line 1693, col 13: Expected key `resource` but `'resource'` found. |
| 1694 | 13 | 2 | Expected key `is_transfer` but `'is_transfer'` found. | fecs-properties-quote | → line 1694, col 13: Expected key `is_transfer` but `'is_transfer'` found. |
| 1708 | 17 | 1 | Unexpected console statement. | no-console | → line 1708, col 17: Unexpected console statement. |
| 1732 | 17 | 1 | Unexpected console statement. | no-console | → line 1732, col 17: Unexpected console statement. |
不规范数量:19
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 9 | 5 | 1 | "template" is defined but never used | no-unused-vars | → line 9, col 5: "template" is defined but never used |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 42 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 42, col 17: Property 'block_name' is not in camel case. |
| 56 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 56, col 17: Property 'block_name' is not in camel case. |
| 66 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 66, col 17: Property 'block_name' is not in camel case. |
| 74 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 74, col 17: Property 'block_name' is not in camel case. |
| 82 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 82, col 17: Property 'block_name' is not in camel case. |
| 90 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 90, col 17: Property 'block_name' is not in camel case. |
| 98 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 98, col 17: Property 'block_name' is not in camel case. |
| 106 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 106, col 17: Property 'block_name' is not in camel case. |
| 114 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 114, col 17: Property 'block_name' is not in camel case. |
| 134 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 134, col 17: Property 'block_name' is not in camel case. |
| 148 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 148, col 17: Property 'block_name' is not in camel case. |
| 151 | 1 | 2 | Line 151 exceeds the maximum line length of 120. | max-len | → line 151, col 1: Line 151 exceeds the maximum line length of 120. |
| 180 | 13 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 180, col 13: Identifier 'block_name' is not in camel case. |
| 180 | 13 | 1 | "block_name" is defined but never used | no-unused-vars | → line 180, col 13: "block_name" is defined but never used |
| 185 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 185, col 17: Property 'block_name' is not in camel case. |
| 191 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 191, col 13: "that" is defined but never used |
不规范数量:434
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 44 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 44, col 13: Missing JSDoc @return for function. |
| 46 | 14 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 46, col 14: Expected a blank comment line between description and tags. |
| 46 | 24 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 46, col 24: Expected JSDoc type name "string" but "String" found. |
| 77 | 1 | 2 | Line 77 exceeds the maximum line length of 120. | max-len | → line 77, col 1: Line 77 exceeds the maximum line length of 120. |
| 83 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 83, col 13: Missing JSDoc @return for function. |
| 85 | 14 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 85, col 14: Expected a blank comment line between description and tags. |
| 85 | 24 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 85, col 24: Expected JSDoc type name "string" but "String" found. |
| 158 | 18 | 2 | Identifier 'core_sha1' is not in camel case. | fecs-camelcase | → line 158, col 18: Identifier 'core_sha1' is not in camel case. |
| 220 | 18 | 2 | Identifier 'sha1_ft' is not in camel case. | fecs-camelcase | → line 220, col 18: Identifier 'sha1_ft' is not in camel case. |
| 239 | 18 | 2 | Identifier 'sha1_kt' is not in camel case. | fecs-camelcase | → line 239, col 18: Identifier 'sha1_kt' is not in camel case. |
| 246 | 18 | 2 | Identifier 'core_hmac_sha1' is not in camel case. | fecs-camelcase | → line 246, col 18: Identifier 'core_hmac_sha1' is not in camel case. |
| 267 | 18 | 2 | Identifier 'safe_add' is not in camel case. | fecs-camelcase | → line 267, col 18: Identifier 'safe_add' is not in camel case. |
| 314 | 1 | 2 | Line 314 exceeds the maximum line length of 120. | max-len | → line 314, col 1: Line 314 exceeds the maximum line length of 120. |
| 332 | 13 | 2 | Property 'b64_hmac_sha1' is not in camel case. | fecs-camelcase | → line 332, col 13: Property 'b64_hmac_sha1' is not in camel case. |
| 335 | 13 | 2 | Property 'b64_sha1' is not in camel case. | fecs-camelcase | → line 335, col 13: Property 'b64_sha1' is not in camel case. |
| 339 | 13 | 2 | Property 'core_hmac_sha1' is not in camel case. | fecs-camelcase | → line 339, col 13: Property 'core_hmac_sha1' is not in camel case. |
| 340 | 13 | 2 | Property 'str_hmac_sha1' is not in camel case. | fecs-camelcase | → line 340, col 13: Property 'str_hmac_sha1' is not in camel case. |
| 343 | 13 | 2 | Property 'str_sha1' is not in camel case. | fecs-camelcase | → line 343, col 13: Property 'str_sha1' is not in camel case. |
| 345 | 14 | 2 | Unexpected trailing comma. | comma-dangle | → line 345, col 14: Unexpected trailing comma. |
| 377 | 13 | 2 | Identifier 'safe_add' is not in camel case. | fecs-camelcase | → line 377, col 13: Identifier 'safe_add' is not in camel case. |
| 386 | 13 | 2 | Identifier 'bit_rol' is not in camel case. | fecs-camelcase | → line 386, col 13: Identifier 'bit_rol' is not in camel case. |
| 416 | 17 | 2 | Identifier 'hex_tab' is not in camel case. | fecs-camelcase | → line 416, col 17: Identifier 'hex_tab' is not in camel case. |
| 419 | 1 | 2 | Line 419 exceeds the maximum line length of 120. | max-len | → line 419, col 1: Line 419 exceeds the maximum line length of 120. |
| 419 | 24 | 2 | Identifier 'hex_tab' is not in camel case. | fecs-camelcase | → line 419, col 24: Identifier 'hex_tab' is not in camel case. |
| 419 | 88 | 2 | Identifier 'hex_tab' is not in camel case. | fecs-camelcase | → line 419, col 88: Identifier 'hex_tab' is not in camel case. |
| 427 | 13 | 2 | Identifier 'md5_cmn' is not in camel case. | fecs-camelcase | → line 427, col 13: Identifier 'md5_cmn' is not in camel case. |
| 431 | 13 | 2 | Identifier 'md5_ff' is not in camel case. | fecs-camelcase | → line 431, col 13: Identifier 'md5_ff' is not in camel case. |
| 431 | 22 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 431, col 22: This function has too many parameters (7). Maximum allowed is 6. |
| 435 | 13 | 2 | Identifier 'md5_gg' is not in camel case. | fecs-camelcase | → line 435, col 13: Identifier 'md5_gg' is not in camel case. |
| 435 | 22 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 435, col 22: This function has too many parameters (7). Maximum allowed is 6. |
| 439 | 13 | 2 | Identifier 'md5_hh' is not in camel case. | fecs-camelcase | → line 439, col 13: Identifier 'md5_hh' is not in camel case. |
| 439 | 22 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 439, col 22: This function has too many parameters (7). Maximum allowed is 6. |
| 443 | 13 | 2 | Identifier 'md5_ii' is not in camel case. | fecs-camelcase | → line 443, col 13: Identifier 'md5_ii' is not in camel case. |
| 443 | 22 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 443, col 22: This function has too many parameters (7). Maximum allowed is 6. |
| 450 | 13 | 2 | Identifier 'core_md5' is not in camel case. | fecs-camelcase | → line 450, col 13: Identifier 'core_md5' is not in camel case. |
| 450 | 24 | 1 | This function has too many statements (84). Maximum allowed is 50. | fecs-max-statements | → line 450, col 24: This function has too many statements (84). Maximum allowed is 50. |
| 634 | 17 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 634, col 17: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 634 | 37 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 634, col 37: There should be no spaces inside this paren. |
| 698 | 13 | 2 | Function prototype is read only, properties should not be added. | no-extend-native | → line 698, col 13: Function prototype is read only, properties should not be added. |
| 700 | 17 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 700, col 17: Expected exception block, space or tab after "/*" in comment. |
| 700 | 41 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 700, col 41: There should be no spaces inside this paren. |
| 702 | 21 | 2 | Identifier '_slice' is not in camel case. | fecs-camelcase | → line 702, col 21: Identifier '_slice' is not in camel case. |
| 703 | 21 | 2 | Identifier '_concat' is not in camel case. | fecs-camelcase | → line 703, col 21: Identifier '_concat' is not in camel case. |
| 704 | 21 | 2 | Identifier '_args' is not in camel case. | fecs-camelcase | → line 704, col 21: Identifier '_args' is not in camel case. |
| 736 | 13 | 2 | Array prototype is read only, properties should not be added. | no-extend-native | → line 736, col 13: Array prototype is read only, properties should not be added. |
| 738 | 17 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 738, col 17: Expected exception block, space or tab after "/*" in comment. |
| 738 | 29 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 738, col 29: There should be no spaces inside this paren. |
| 769 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 769, col 5: Expected exception block, space or tab after "/*" in comment. |
| 793 | 20 | 2 | Identifier 'b64_hmac_sha1' is not in camel case. | fecs-camelcase | → line 793, col 20: Identifier 'b64_hmac_sha1' is not in camel case. |
| 793 | 43 | 2 | Identifier 'b64_hmac_sha1' is not in camel case. | fecs-camelcase | → line 793, col 43: Identifier 'b64_hmac_sha1' is not in camel case. |
| 794 | 20 | 2 | Identifier 'b64_sha1' is not in camel case. | fecs-camelcase | → line 794, col 20: Identifier 'b64_sha1' is not in camel case. |
| 794 | 38 | 2 | Identifier 'b64_sha1' is not in camel case. | fecs-camelcase | → line 794, col 38: Identifier 'b64_sha1' is not in camel case. |
| 795 | 20 | 2 | Identifier 'str_hmac_sha1' is not in camel case. | fecs-camelcase | → line 795, col 20: Identifier 'str_hmac_sha1' is not in camel case. |
| 795 | 43 | 2 | Identifier 'str_hmac_sha1' is not in camel case. | fecs-camelcase | → line 795, col 43: Identifier 'str_hmac_sha1' is not in camel case. |
| 796 | 20 | 2 | Identifier 'str_sha1' is not in camel case. | fecs-camelcase | → line 796, col 20: Identifier 'str_sha1' is not in camel case. |
| 796 | 38 | 2 | Identifier 'str_sha1' is not in camel case. | fecs-camelcase | → line 796, col 38: Identifier 'str_sha1' is not in camel case. |
| 801 | 9 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 801, col 9: Missing JSDoc for parameter "name". |
| 801 | 9 | 2 | Missing JSDoc for parameter "attrs". | fecs-valid-jsdoc | → line 801, col 9: Missing JSDoc for parameter "attrs". |
| 801 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 801, col 9: Missing JSDoc @return for function. |
| 816 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 816, col 9: Missing JSDoc @return for function. |
| 816 | 9 | 2 | Missing JSDoc for parameter "attrs". | fecs-valid-jsdoc | → line 816, col 9: Missing JSDoc for parameter "attrs". |
| 829 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 829, col 9: Missing JSDoc @return for function. |
| 829 | 9 | 2 | Missing JSDoc for parameter "attrs". | fecs-valid-jsdoc | → line 829, col 9: Missing JSDoc for parameter "attrs". |
| 842 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 842, col 9: Missing JSDoc @return for function. |
| 842 | 9 | 2 | Missing JSDoc for parameter "attrs". | fecs-valid-jsdoc | → line 842, col 9: Missing JSDoc for parameter "attrs". |
| 933 | 21 | 2 | Expected key `a` but `'a'` found. | fecs-properties-quote | → line 933, col 21: Expected key `a` but `'a'` found. |
| 936 | 21 | 2 | Expected key `blockquote` but `'blockquote'` found. | fecs-properties-quote | → line 936, col 21: Expected key `blockquote` but `'blockquote'` found. |
| 939 | 21 | 2 | Expected key `br` but `'br'` found. | fecs-properties-quote | → line 939, col 21: Expected key `br` but `'br'` found. |
| 940 | 21 | 2 | Expected key `cite` but `'cite'` found. | fecs-properties-quote | → line 940, col 21: Expected key `cite` but `'cite'` found. |
| 943 | 21 | 2 | Expected key `em` but `'em'` found. | fecs-properties-quote | → line 943, col 21: Expected key `em` but `'em'` found. |
| 944 | 21 | 2 | Expected key `img` but `'img'` found. | fecs-properties-quote | → line 944, col 21: Expected key `img` but `'img'` found. |
| 951 | 21 | 2 | Expected key `li` but `'li'` found. | fecs-properties-quote | → line 951, col 21: Expected key `li` but `'li'` found. |
| 954 | 21 | 2 | Expected key `ol` but `'ol'` found. | fecs-properties-quote | → line 954, col 21: Expected key `ol` but `'ol'` found. |
| 957 | 21 | 2 | Expected key `p` but `'p'` found. | fecs-properties-quote | → line 957, col 21: Expected key `p` but `'p'` found. |
| 960 | 21 | 2 | Expected key `span` but `'span'` found. | fecs-properties-quote | → line 960, col 21: Expected key `span` but `'span'` found. |
| 963 | 21 | 2 | Expected key `strong` but `'strong'` found. | fecs-properties-quote | → line 963, col 21: Expected key `strong` but `'strong'` found. |
| 964 | 21 | 2 | Expected key `ul` but `'ul'` found. | fecs-properties-quote | → line 964, col 21: Expected key `ul` but `'ul'` found. |
| 967 | 21 | 2 | Expected key `body` but `'body'` found. | fecs-properties-quote | → line 967, col 21: Expected key `body` but `'body'` found. |
| 982 | 17 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 982, col 17: Missing JSDoc @return for function. |
| 982 | 17 | 2 | Missing JSDoc for parameter "tag". | fecs-valid-jsdoc | → line 982, col 17: Missing JSDoc for parameter "tag". |
| 999 | 17 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 999, col 17: Missing JSDoc @return for function. |
| 999 | 17 | 2 | Missing JSDoc for parameter "tag". | fecs-valid-jsdoc | → line 999, col 17: Missing JSDoc for parameter "tag". |
| 999 | 17 | 2 | Missing JSDoc for parameter "attribute". | fecs-valid-jsdoc | → line 999, col 17: Missing JSDoc for parameter "attribute". |
| 1007 | 1 | 2 | Line 1007 exceeds the maximum line length of 120. | max-len | → line 1007, col 1: Line 1007 exceeds the maximum line length of 120. |
| 1104 | 13 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 1104, col 13: Missing JSDoc for parameter "name". |
| 1104 | 13 | 2 | Missing JSDoc for parameter "value". | fecs-valid-jsdoc | → line 1104, col 13: Missing JSDoc for parameter "value". |
| 1120 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 1120, col 13: Missing JSDoc for parameter "elem". |
| 1120 | 13 | 2 | Missing JSDoc for parameter "func". | fecs-valid-jsdoc | → line 1120, col 13: Missing JSDoc for parameter "func". |
| 1120 | 13 | 2 | Missing JSDoc for parameter "elemName". | fecs-valid-jsdoc | → line 1120, col 13: Missing JSDoc for parameter "elemName". |
| 1140 | 1 | 2 | Line 1140 exceeds the maximum line length of 120. | max-len | → line 1140, col 1: Line 1140 exceeds the maximum line length of 120. |
| 1147 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1147, col 13: Missing JSDoc @return for function. |
| 1147 | 13 | 2 | Missing JSDoc for parameter "el". | fecs-valid-jsdoc | → line 1147, col 13: Missing JSDoc for parameter "el". |
| 1147 | 13 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 1147, col 13: Missing JSDoc for parameter "name". |
| 1170 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1170, col 13: Missing JSDoc @return for function. |
| 1180 | 1 | 2 | Line 1180 exceeds the maximum line length of 120. | max-len | → line 1180, col 1: Line 1180 exceeds the maximum line length of 120. |
| 1191 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1191, col 13: Missing JSDoc @return for function. |
| 1205 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1205, col 13: Missing JSDoc @return for function. |
| 1242 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1242, col 13: Missing JSDoc @return for function. |
| 1242 | 13 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 1242, col 13: Missing JSDoc for parameter "name". |
| 1284 | 1 | 2 | Line 1284 exceeds the maximum line length of 120. | max-len | → line 1284, col 1: Line 1284 exceeds the maximum line length of 120. |
| 1342 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1342, col 13: Missing JSDoc @return for function. |
| 1342 | 13 | 2 | Missing JSDoc for parameter "text". | fecs-valid-jsdoc | → line 1342, col 13: Missing JSDoc for parameter "text". |
| 1357 | 13 | 2 | Missing JSDoc for parameter "html". | fecs-valid-jsdoc | → line 1357, col 13: Missing JSDoc for parameter "html". |
| 1357 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1357, col 13: Missing JSDoc @return for function. |
| 1381 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1381, col 13: Missing JSDoc @return for function. |
| 1381 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 1381, col 13: Missing JSDoc for parameter "elem". |
| 1410 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1410, col 13: Missing JSDoc @return for function. |
| 1410 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 1410, col 13: Missing JSDoc for parameter "elem". |
| 1443 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 1443, col 13: Missing JSDoc for parameter "elem". |
| 1443 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1443, col 13: Missing JSDoc @return for function. |
| 1475 | 1 | 2 | Line 1475 exceeds the maximum line length of 120. | max-len | → line 1475, col 1: Line 1475 exceeds the maximum line length of 120. |
| 1492 | 41 | 1 | Blocks are nested too deeply (7). | max-depth | → line 1492, col 41: Blocks are nested too deeply (7). |
| 1536 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1536, col 13: Missing JSDoc @return for function. |
| 1536 | 13 | 2 | Missing JSDoc for parameter "node". | fecs-valid-jsdoc | → line 1536, col 13: Missing JSDoc for parameter "node". |
| 1550 | 1 | 2 | Line 1550 exceeds the maximum line length of 120. | max-len | → line 1550, col 1: Line 1550 exceeds the maximum line length of 120. |
| 1553 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1553, col 13: Missing JSDoc @return for function. |
| 1553 | 13 | 2 | Missing JSDoc for parameter "node". | fecs-valid-jsdoc | → line 1553, col 13: Missing JSDoc for parameter "node". |
| 1567 | 1 | 2 | Line 1567 exceeds the maximum line length of 120. | max-len | → line 1567, col 1: Line 1567 exceeds the maximum line length of 120. |
| 1570 | 13 | 2 | Missing JSDoc for parameter "jid". | fecs-valid-jsdoc | → line 1570, col 13: Missing JSDoc for parameter "jid". |
| 1570 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1570, col 13: Missing JSDoc @return for function. |
| 1587 | 13 | 2 | Missing JSDoc for parameter "jid". | fecs-valid-jsdoc | → line 1587, col 13: Missing JSDoc for parameter "jid". |
| 1587 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1587, col 13: Missing JSDoc @return for function. |
| 1608 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1608, col 13: Missing JSDoc @return for function. |
| 1608 | 13 | 2 | Missing JSDoc for parameter "jid". | fecs-valid-jsdoc | → line 1608, col 13: Missing JSDoc for parameter "jid". |
| 1627 | 13 | 2 | Missing JSDoc for parameter "jid". | fecs-valid-jsdoc | → line 1627, col 13: Missing JSDoc for parameter "jid". |
| 1627 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1627, col 13: Missing JSDoc @return for function. |
| 1677 | 13 | 2 | Missing JSDoc for parameter "msg". | fecs-valid-jsdoc | → line 1677, col 13: Missing JSDoc for parameter "msg". |
| 1687 | 13 | 2 | Missing JSDoc for parameter "msg". | fecs-valid-jsdoc | → line 1687, col 13: Missing JSDoc for parameter "msg". |
| 1697 | 13 | 2 | Missing JSDoc for parameter "msg". | fecs-valid-jsdoc | → line 1697, col 13: Missing JSDoc for parameter "msg". |
| 1707 | 13 | 2 | Missing JSDoc for parameter "msg". | fecs-valid-jsdoc | → line 1707, col 13: Missing JSDoc for parameter "msg". |
| 1717 | 13 | 2 | Missing JSDoc for parameter "msg". | fecs-valid-jsdoc | → line 1717, col 13: Missing JSDoc for parameter "msg". |
| 1727 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 1727, col 13: Missing JSDoc for parameter "elem". |
| 1727 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1727, col 13: Missing JSDoc @return for function. |
| 1758 | 1 | 2 | Line 1758 exceeds the maximum line length of 120. | max-len | → line 1758, col 1: Line 1758 exceeds the maximum line length of 120. |
| 1802 | 13 | 2 | Missing JSDoc for parameter "ptype". | fecs-valid-jsdoc | → line 1802, col 13: Missing JSDoc for parameter "ptype". |
| 1802 | 13 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 1802, col 13: Missing JSDoc for parameter "name". |
| 1840 | 9 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 1840, col 9: Missing JSDoc for parameter "name". |
| 1840 | 9 | 2 | Missing JSDoc for parameter "attrs". | fecs-valid-jsdoc | → line 1840, col 9: Missing JSDoc for parameter "attrs". |
| 1877 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1877, col 13: Missing JSDoc @return for function. |
| 1890 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1890, col 13: Missing JSDoc @return for function. |
| 1904 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1904, col 13: Missing JSDoc @return for function. |
| 1919 | 13 | 2 | Missing JSDoc for parameter "moreattrs". | fecs-valid-jsdoc | → line 1919, col 13: Missing JSDoc for parameter "moreattrs". |
| 1919 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1919, col 13: Missing JSDoc @return for function. |
| 1946 | 13 | 2 | Missing JSDoc for parameter "attrs". | fecs-valid-jsdoc | → line 1946, col 13: Missing JSDoc for parameter "attrs". |
| 1946 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1946, col 13: Missing JSDoc @return for function. |
| 1946 | 13 | 2 | Missing JSDoc for parameter "text". | fecs-valid-jsdoc | → line 1946, col 13: Missing JSDoc for parameter "text". |
| 1946 | 13 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 1946, col 13: Missing JSDoc for parameter "name". |
| 1972 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 1972, col 13: Missing JSDoc for parameter "elem". |
| 1972 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1972, col 13: Missing JSDoc @return for function. |
| 2001 | 13 | 2 | Missing JSDoc for parameter "text". | fecs-valid-jsdoc | → line 2001, col 13: Missing JSDoc for parameter "text". |
| 2001 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2001, col 13: Missing JSDoc @return for function. |
| 2019 | 13 | 2 | Missing JSDoc for parameter "html". | fecs-valid-jsdoc | → line 2019, col 13: Missing JSDoc for parameter "html". |
| 2019 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2019, col 13: Missing JSDoc @return for function. |
| 2060 | 9 | 2 | Missing JSDoc for parameter "from". | fecs-valid-jsdoc | → line 2060, col 9: Missing JSDoc for parameter "from". |
| 2060 | 9 | 2 | Missing JSDoc for parameter "id". | fecs-valid-jsdoc | → line 2060, col 9: Missing JSDoc for parameter "id". |
| 2060 | 9 | 2 | Missing JSDoc for parameter "type". | fecs-valid-jsdoc | → line 2060, col 9: Missing JSDoc for parameter "type". |
| 2060 | 9 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 2060, col 9: Missing JSDoc for parameter "name". |
| 2060 | 9 | 2 | Missing JSDoc for parameter "ns". | fecs-valid-jsdoc | → line 2060, col 9: Missing JSDoc for parameter "ns". |
| 2060 | 9 | 2 | Missing JSDoc for parameter "options". | fecs-valid-jsdoc | → line 2060, col 9: Missing JSDoc for parameter "options". |
| 2060 | 9 | 2 | Missing JSDoc for parameter "handler". | fecs-valid-jsdoc | → line 2060, col 9: Missing JSDoc for parameter "handler". |
| 2075 | 27 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2075, col 27: This function has too many parameters (7). Maximum allowed is 6. |
| 2103 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2103, col 13: Missing JSDoc @return for function. |
| 2103 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 2103, col 13: Missing JSDoc for parameter "elem". |
| 2139 | 21 | 2 | Identifier 'elem_type' is not in camel case. | fecs-camelcase | → line 2139, col 21: Identifier 'elem_type' is not in camel case. |
| 2140 | 1 | 2 | Line 2140 exceeds the maximum line length of 120. | max-len | → line 2140, col 1: Line 2140 exceeds the maximum line length of 120. |
| 2147 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 2147, col 13: Missing JSDoc for parameter "elem". |
| 2147 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2147, col 13: Missing JSDoc @return for function. |
| 2164 | 1 | 2 | Line 2164 exceeds the maximum line length of 120. | max-len | → line 2164, col 1: Line 2164 exceeds the maximum line length of 120. |
| 2168 | 29 | 1 | Unexpected console statement. | no-console | → line 2168, col 29: Unexpected console statement. |
| 2169 | 29 | 1 | Unexpected console statement. | no-console | → line 2169, col 29: Unexpected console statement. |
| 2172 | 1 | 2 | Line 2172 exceeds the maximum line length of 120. | max-len | → line 2172, col 1: Line 2172 exceeds the maximum line length of 120. |
| 2184 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2184, col 13: Missing JSDoc @return for function. |
| 2208 | 9 | 2 | Missing JSDoc for parameter "handler". | fecs-valid-jsdoc | → line 2208, col 9: Missing JSDoc for parameter "handler". |
| 2208 | 9 | 2 | Missing JSDoc for parameter "period". | fecs-valid-jsdoc | → line 2208, col 9: Missing JSDoc for parameter "period". |
| 2230 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2230, col 13: Missing JSDoc @return for function. |
| 2249 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2249, col 13: Missing JSDoc @return for function. |
| 2282 | 9 | 2 | Missing JSDoc for parameter "service". | fecs-valid-jsdoc | → line 2282, col 9: Missing JSDoc for parameter "service". |
| 2282 | 9 | 2 | Missing JSDoc for parameter "options". | fecs-valid-jsdoc | → line 2282, col 9: Missing JSDoc for parameter "options". |
| 2406 | 18 | 2 | Identifier '_sasl_data' is not in camel case. | fecs-camelcase | → line 2406, col 18: Identifier '_sasl_data' is not in camel case. |
| 2407 | 18 | 2 | Identifier 'do_session' is not in camel case. | fecs-camelcase | → line 2407, col 18: Identifier 'do_session' is not in camel case. |
| 2408 | 18 | 2 | Identifier 'do_bind' is not in camel case. | fecs-camelcase | → line 2408, col 18: Identifier 'do_bind' is not in camel case. |
| 2425 | 18 | 2 | Identifier 'do_authentication' is not in camel case. | fecs-camelcase | → line 2425, col 18: Identifier 'do_authentication' is not in camel case. |
| 2432 | 18 | 2 | Identifier '_sasl_success_handler' is not in camel case. | fecs-camelcase | → line 2432, col 18: Identifier '_sasl_success_handler' is not in camel case. |
| 2433 | 18 | 2 | Identifier '_sasl_failure_handler' is not in camel case. | fecs-camelcase | → line 2433, col 18: Identifier '_sasl_failure_handler' is not in camel case. |
| 2434 | 18 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 2434, col 18: Identifier '_sasl_challenge_handler' is not in camel case. |
| 2470 | 22 | 2 | Identifier 'do_session' is not in camel case. | fecs-camelcase | → line 2470, col 22: Identifier 'do_session' is not in camel case. |
| 2471 | 22 | 2 | Identifier 'do_bind' is not in camel case. | fecs-camelcase | → line 2471, col 22: Identifier 'do_bind' is not in camel case. |
| 2514 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2514, col 13: Missing JSDoc @return for function. |
| 2514 | 13 | 2 | Missing JSDoc for parameter "suffix". | fecs-valid-jsdoc | → line 2514, col 13: Missing JSDoc for parameter "suffix". |
| 2550 | 13 | 2 | Missing JSDoc for parameter "callback". | fecs-valid-jsdoc | → line 2550, col 13: Missing JSDoc for parameter "callback". |
| 2550 | 13 | 2 | Missing JSDoc for parameter "pass". | fecs-valid-jsdoc | → line 2550, col 13: Missing JSDoc for parameter "pass". |
| 2550 | 13 | 2 | Missing JSDoc for parameter "jid". | fecs-valid-jsdoc | → line 2550, col 13: Missing JSDoc for parameter "jid". |
| 2550 | 13 | 2 | Missing JSDoc for parameter "authcid". | fecs-valid-jsdoc | → line 2550, col 13: Missing JSDoc for parameter "authcid". |
| 2550 | 13 | 2 | Missing JSDoc for parameter "route". | fecs-valid-jsdoc | → line 2550, col 13: Missing JSDoc for parameter "route". |
| 2550 | 13 | 2 | Missing JSDoc for parameter "hold". | fecs-valid-jsdoc | → line 2550, col 13: Missing JSDoc for parameter "hold". |
| 2550 | 13 | 2 | Missing JSDoc for parameter "wait". | fecs-valid-jsdoc | → line 2550, col 13: Missing JSDoc for parameter "wait". |
| 2581 | 22 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2581, col 22: This function has too many parameters (7). Maximum allowed is 6. |
| 2603 | 22 | 2 | Identifier 'connect_callback' is not in camel case. | fecs-camelcase | → line 2603, col 22: Identifier 'connect_callback' is not in camel case. |
| 2617 | 13 | 2 | Missing JSDoc for parameter "wind". | fecs-valid-jsdoc | → line 2617, col 13: Missing JSDoc for parameter "wind". |
| 2617 | 13 | 2 | Missing JSDoc for parameter "jid". | fecs-valid-jsdoc | → line 2617, col 13: Missing JSDoc for parameter "jid". |
| 2617 | 13 | 2 | Missing JSDoc for parameter "sid". | fecs-valid-jsdoc | → line 2617, col 13: Missing JSDoc for parameter "sid". |
| 2617 | 13 | 2 | Missing JSDoc for parameter "rid". | fecs-valid-jsdoc | → line 2617, col 13: Missing JSDoc for parameter "rid". |
| 2617 | 13 | 2 | Missing JSDoc for parameter "callback". | fecs-valid-jsdoc | → line 2617, col 13: Missing JSDoc for parameter "callback". |
| 2617 | 13 | 2 | Missing JSDoc for parameter "wait". | fecs-valid-jsdoc | → line 2617, col 13: Missing JSDoc for parameter "wait". |
| 2617 | 13 | 2 | Missing JSDoc for parameter "hold". | fecs-valid-jsdoc | → line 2617, col 13: Missing JSDoc for parameter "hold". |
| 2641 | 21 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 2641, col 21: This function has too many parameters (7). Maximum allowed is 6. |
| 2653 | 13 | 2 | Missing JSDoc for parameter "wind". | fecs-valid-jsdoc | → line 2653, col 13: Missing JSDoc for parameter "wind". |
| 2653 | 13 | 2 | Missing JSDoc for parameter "hold". | fecs-valid-jsdoc | → line 2653, col 13: Missing JSDoc for parameter "hold". |
| 2653 | 13 | 2 | Missing JSDoc for parameter "jid". | fecs-valid-jsdoc | → line 2653, col 13: Missing JSDoc for parameter "jid". |
| 2653 | 13 | 2 | Missing JSDoc for parameter "wait". | fecs-valid-jsdoc | → line 2653, col 13: Missing JSDoc for parameter "wait". |
| 2653 | 13 | 2 | Missing JSDoc for parameter "callback". | fecs-valid-jsdoc | → line 2653, col 13: Missing JSDoc for parameter "callback". |
| 2692 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2692, col 13: Missing JSDoc @return for function. |
| 2826 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 2826, col 13: Missing JSDoc for parameter "elem". |
| 2873 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2873, col 13: Missing JSDoc @return for function. |
| 2873 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 2873, col 13: Missing JSDoc for parameter "elem". |
| 2873 | 13 | 2 | Missing JSDoc for parameter "callback". | fecs-valid-jsdoc | → line 2873, col 13: Missing JSDoc for parameter "callback". |
| 2873 | 13 | 2 | Missing JSDoc for parameter "errback". | fecs-valid-jsdoc | → line 2873, col 13: Missing JSDoc for parameter "errback". |
| 2873 | 13 | 2 | Missing JSDoc for parameter "timeout". | fecs-valid-jsdoc | → line 2873, col 13: Missing JSDoc for parameter "timeout". |
| 2914 | 1 | 2 | Line 2914 exceeds the maximum line length of 120. | max-len | → line 2914, col 1: Line 2914 exceeds the maximum line length of 120. |
| 2965 | 13 | 2 | Missing JSDoc for parameter "element". | fecs-valid-jsdoc | → line 2965, col 13: Missing JSDoc for parameter "element". |
| 2991 | 13 | 2 | Missing JSDoc for parameter "period". | fecs-valid-jsdoc | → line 2991, col 13: Missing JSDoc for parameter "period". |
| 2991 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 2991, col 13: Missing JSDoc @return for function. |
| 2991 | 13 | 2 | Missing JSDoc for parameter "handler". | fecs-valid-jsdoc | → line 2991, col 13: Missing JSDoc for parameter "handler". |
| 3019 | 13 | 2 | Missing JSDoc for parameter "handRef". | fecs-valid-jsdoc | → line 3019, col 13: Missing JSDoc for parameter "handRef". |
| 3035 | 13 | 2 | Missing JSDoc for parameter "ns". | fecs-valid-jsdoc | → line 3035, col 13: Missing JSDoc for parameter "ns". |
| 3035 | 13 | 2 | Missing JSDoc for parameter "handler". | fecs-valid-jsdoc | → line 3035, col 13: Missing JSDoc for parameter "handler". |
| 3035 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 3035, col 13: Missing JSDoc @return for function. |
| 3035 | 13 | 2 | Missing JSDoc for parameter "options". | fecs-valid-jsdoc | → line 3035, col 13: Missing JSDoc for parameter "options". |
| 3035 | 13 | 2 | Missing JSDoc for parameter "from". | fecs-valid-jsdoc | → line 3035, col 13: Missing JSDoc for parameter "from". |
| 3035 | 13 | 2 | Missing JSDoc for parameter "id". | fecs-valid-jsdoc | → line 3035, col 13: Missing JSDoc for parameter "id". |
| 3035 | 13 | 2 | Missing JSDoc for parameter "type". | fecs-valid-jsdoc | → line 3035, col 13: Missing JSDoc for parameter "type". |
| 3035 | 13 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 3035, col 13: Missing JSDoc for parameter "name". |
| 3073 | 25 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 3073, col 25: This function has too many parameters (7). Maximum allowed is 6. |
| 3079 | 13 | 2 | Missing JSDoc for parameter "handRef". | fecs-valid-jsdoc | → line 3079, col 13: Missing JSDoc for parameter "handRef". |
| 3102 | 13 | 2 | Missing JSDoc for parameter "reason". | fecs-valid-jsdoc | → line 3102, col 13: Missing JSDoc for parameter "reason". |
| 3142 | 13 | 2 | Missing JSDoc for parameter "status". | fecs-valid-jsdoc | → line 3142, col 13: Missing JSDoc for parameter "status". |
| 3142 | 13 | 2 | Missing JSDoc for parameter "condition". | fecs-valid-jsdoc | → line 3142, col 13: Missing JSDoc for parameter "condition". |
| 3180 | 13 | 2 | Missing JSDoc for parameter "condition". | fecs-valid-jsdoc | → line 3180, col 13: Missing JSDoc for parameter "condition". |
| 3217 | 13 | 2 | Missing JSDoc for parameter "req". | fecs-valid-jsdoc | → line 3217, col 13: Missing JSDoc for parameter "req". |
| 3217 | 13 | 2 | Missing JSDoc for parameter "raw". | fecs-valid-jsdoc | → line 3217, col 13: Missing JSDoc for parameter "raw". |
| 3340 | 13 | 2 | Missing JSDoc for parameter "_callback". | fecs-valid-jsdoc | → line 3340, col 13: Missing JSDoc for parameter "_callback". |
| 3340 | 13 | 2 | Missing JSDoc for parameter "req". | fecs-valid-jsdoc | → line 3340, col 13: Missing JSDoc for parameter "req". |
| 3340 | 13 | 2 | Missing JSDoc for parameter "raw". | fecs-valid-jsdoc | → line 3340, col 13: Missing JSDoc for parameter "raw". |
| 3356 | 13 | 2 | Property '_connect_cb' is not in camel case. | fecs-camelcase | → line 3356, col 13: Property '_connect_cb' is not in camel case. |
| 3356 | 26 | 1 | This function has too many statements (51). Maximum allowed is 50. | fecs-max-statements | → line 3356, col 26: This function has too many statements (51). Maximum allowed is 50. |
| 3356 | 41 | 2 | Identifier '_callback' is not in camel case. | fecs-camelcase | → line 3356, col 41: Identifier '_callback' is not in camel case. |
| 3400 | 38 | 2 | Identifier 'sasl_scram_sha1' is not in camel case. | fecs-camelcase | → line 3400, col 38: Identifier 'sasl_scram_sha1' is not in camel case. |
| 3401 | 38 | 2 | Identifier 'sasl_plain' is not in camel case. | fecs-camelcase | → line 3401, col 38: Identifier 'sasl_plain' is not in camel case. |
| 3402 | 38 | 2 | Identifier 'sasl_digest_md5' is not in camel case. | fecs-camelcase | → line 3402, col 38: Identifier 'sasl_digest_md5' is not in camel case. |
| 3403 | 38 | 2 | Identifier 'sasl_anonymous' is not in camel case. | fecs-camelcase | → line 3403, col 38: Identifier 'sasl_anonymous' is not in camel case. |
| 3405 | 38 | 2 | Identifier 'legacy_auth' is not in camel case. | fecs-camelcase | → line 3405, col 38: Identifier 'legacy_auth' is not in camel case. |
| 3413 | 1 | 2 | Line 3413 exceeds the maximum line length of 120. | max-len | → line 3413, col 1: Line 3413 exceeds the maximum line length of 120. |
| 3419 | 21 | 2 | Identifier 'found_authentication' is not in camel case. | fecs-camelcase | → line 3419, col 21: Identifier 'found_authentication' is not in camel case. |
| 3435 | 38 | 2 | Identifier 'legacy_auth' is not in camel case. | fecs-camelcase | → line 3435, col 38: Identifier 'legacy_auth' is not in camel case. |
| 3448 | 13 | 2 | Missing JSDoc for parameter "matched". | fecs-valid-jsdoc | → line 3448, col 13: Missing JSDoc for parameter "matched". |
| 3478 | 21 | 2 | Identifier 'mechanism_found' is not in camel case. | fecs-camelcase | → line 3478, col 21: Identifier 'mechanism_found' is not in camel case. |
| 3484 | 1 | 2 | Line 3484 exceeds the maximum line length of 120. | max-len | → line 3484, col 1: Line 3484 exceeds the maximum line length of 120. |
| 3484 | 26 | 2 | Identifier '_sasl_success_handler' is not in camel case. | fecs-camelcase | → line 3484, col 26: Identifier '_sasl_success_handler' is not in camel case. |
| 3485 | 1 | 2 | Line 3485 exceeds the maximum line length of 120. | max-len | → line 3485, col 1: Line 3485 exceeds the maximum line length of 120. |
| 3485 | 26 | 2 | Identifier '_sasl_failure_handler' is not in camel case. | fecs-camelcase | → line 3485, col 26: Identifier '_sasl_failure_handler' is not in camel case. |
| 3486 | 1 | 2 | Line 3486 exceeds the maximum line length of 120. | max-len | → line 3486, col 1: Line 3486 exceeds the maximum line length of 120. |
| 3486 | 26 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 3486, col 26: Identifier '_sasl_challenge_handler' is not in camel case. |
| 3488 | 26 | 2 | Identifier '_sasl_mechanism' is not in camel case. | fecs-camelcase | → line 3488, col 26: Identifier '_sasl_mechanism' is not in camel case. |
| 3491 | 25 | 2 | Identifier 'request_auth_exchange' is not in camel case. | fecs-camelcase | → line 3491, col 25: Identifier 'request_auth_exchange' is not in camel case. |
| 3498 | 25 | 2 | Identifier 'request_auth_exchange' is not in camel case. | fecs-camelcase | → line 3498, col 25: Identifier 'request_auth_exchange' is not in camel case. |
| 3501 | 31 | 2 | Identifier 'request_auth_exchange' is not in camel case. | fecs-camelcase | → line 3501, col 31: Identifier 'request_auth_exchange' is not in camel case. |
| 3532 | 13 | 2 | Property '_sasl_challenge_cb' is not in camel case. | fecs-camelcase | → line 3532, col 13: Property '_sasl_challenge_cb' is not in camel case. |
| 3563 | 13 | 2 | Property '_auth1_cb' is not in camel case. | fecs-camelcase | → line 3563, col 13: Property '_auth1_cb' is not in camel case. |
| 3590 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 3590, col 13: Missing JSDoc for parameter "elem". |
| 3590 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 3590, col 13: Missing JSDoc @return for function. |
| 3599 | 13 | 2 | Property '_sasl_success_cb' is not in camel case. | fecs-camelcase | → line 3599, col 13: Property '_sasl_success_cb' is not in camel case. |
| 3612 | 30 | 2 | Identifier '_sasl_failure_handler' is not in camel case. | fecs-camelcase | → line 3612, col 30: Identifier '_sasl_failure_handler' is not in camel case. |
| 3615 | 34 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 3615, col 34: Identifier '_sasl_challenge_handler' is not in camel case. |
| 3618 | 30 | 2 | Identifier '_sasl_data' is not in camel case. | fecs-camelcase | → line 3618, col 30: Identifier '_sasl_data' is not in camel case. |
| 3631 | 22 | 2 | Identifier '_sasl_failure_handler' is not in camel case. | fecs-camelcase | → line 3631, col 22: Identifier '_sasl_failure_handler' is not in camel case. |
| 3634 | 26 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 3634, col 26: Identifier '_sasl_challenge_handler' is not in camel case. |
| 3637 | 21 | 2 | Identifier 'streamfeature_handlers' is not in camel case. | fecs-camelcase | → line 3637, col 21: Identifier 'streamfeature_handlers' is not in camel case. |
| 3645 | 17 | 2 | Identifier 'streamfeature_handlers' is not in camel case. | fecs-camelcase | → line 3645, col 17: Identifier 'streamfeature_handlers' is not in camel case. |
| 3648 | 17 | 2 | Identifier 'streamfeature_handlers' is not in camel case. | fecs-camelcase | → line 3648, col 17: Identifier 'streamfeature_handlers' is not in camel case. |
| 3658 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 3658, col 13: Missing JSDoc @return for function. |
| 3658 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 3658, col 13: Missing JSDoc for parameter "elem". |
| 3667 | 13 | 2 | Property '_sasl_auth1_cb' is not in camel case. | fecs-camelcase | → line 3667, col 13: Property '_sasl_auth1_cb' is not in camel case. |
| 3677 | 30 | 2 | Identifier 'do_bind' is not in camel case. | fecs-camelcase | → line 3677, col 30: Identifier 'do_bind' is not in camel case. |
| 3681 | 30 | 2 | Identifier 'do_session' is not in camel case. | fecs-camelcase | → line 3681, col 30: Identifier 'do_session' is not in camel case. |
| 3714 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 3714, col 13: Missing JSDoc @return for function. |
| 3714 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 3714, col 13: Missing JSDoc for parameter "elem". |
| 3723 | 13 | 2 | Property '_sasl_bind_cb' is not in camel case. | fecs-camelcase | → line 3723, col 13: Property '_sasl_bind_cb' is not in camel case. |
| 3768 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 3768, col 13: Missing JSDoc for parameter "elem". |
| 3768 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 3768, col 13: Missing JSDoc @return for function. |
| 3780 | 13 | 2 | Property '_sasl_session_cb' is not in camel case. | fecs-camelcase | → line 3780, col 13: Property '_sasl_session_cb' is not in camel case. |
| 3805 | 13 | 2 | Property '_sasl_failure_cb' is not in camel case. | fecs-camelcase | → line 3805, col 13: Property '_sasl_failure_cb' is not in camel case. |
| 3809 | 26 | 2 | Identifier '_sasl_success_handler' is not in camel case. | fecs-camelcase | → line 3809, col 26: Identifier '_sasl_success_handler' is not in camel case. |
| 3814 | 26 | 2 | Identifier '_sasl_challenge_handler' is not in camel case. | fecs-camelcase | → line 3814, col 26: Identifier '_sasl_challenge_handler' is not in camel case. |
| 3827 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 3827, col 13: Missing JSDoc @return for function. |
| 3827 | 13 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 3827, col 13: Missing JSDoc for parameter "elem". |
| 3839 | 13 | 2 | Property '_auth2_cb' is not in camel case. | fecs-camelcase | → line 3839, col 13: Property '_auth2_cb' is not in camel case. |
| 3852 | 13 | 2 | Missing JSDoc for parameter "period". | fecs-valid-jsdoc | → line 3852, col 13: Missing JSDoc for parameter "period". |
| 3852 | 13 | 2 | Missing JSDoc for parameter "handler". | fecs-valid-jsdoc | → line 3852, col 13: Missing JSDoc for parameter "handler". |
| 3852 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 3852, col 13: Missing JSDoc @return for function. |
| 3870 | 13 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 3870, col 13: Missing JSDoc for parameter "name". |
| 3870 | 13 | 2 | Missing JSDoc for parameter "ns". | fecs-valid-jsdoc | → line 3870, col 13: Missing JSDoc for parameter "ns". |
| 3870 | 13 | 2 | Missing JSDoc for parameter "handler". | fecs-valid-jsdoc | → line 3870, col 13: Missing JSDoc for parameter "handler". |
| 3870 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 3870, col 13: Missing JSDoc @return for function. |
| 3870 | 13 | 2 | Missing JSDoc for parameter "type". | fecs-valid-jsdoc | → line 3870, col 13: Missing JSDoc for parameter "type". |
| 3870 | 13 | 2 | Missing JSDoc for parameter "id". | fecs-valid-jsdoc | → line 3870, col 13: Missing JSDoc for parameter "id". |
| 3891 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 3891, col 13: Missing JSDoc @return for function. |
| 3987 | 9 | 2 | Missing JSDoc for parameter "isClientFirst". | fecs-valid-jsdoc | → line 3987, col 9: Missing JSDoc for parameter "isClientFirst". |
| 3987 | 9 | 2 | Missing JSDoc for parameter "priority". | fecs-valid-jsdoc | → line 3987, col 9: Missing JSDoc for parameter "priority". |
| 3987 | 9 | 2 | Missing JSDoc for parameter "name". | fecs-valid-jsdoc | → line 3987, col 9: Missing JSDoc for parameter "name". |
| 4059 | 13 | 2 | Missing JSDoc for parameter "connection". | fecs-valid-jsdoc | → line 4059, col 13: Missing JSDoc for parameter "connection". |
| 4139 | 17 | 2 | Identifier 'auth_str' is not in camel case. | fecs-camelcase | → line 4139, col 17: Identifier 'auth_str' is not in camel case. |
| 4160 | 83 | 2 | Identifier 'test_cnonce' is not in camel case. | fecs-camelcase | → line 4160, col 83: Identifier 'test_cnonce' is not in camel case. |
| 4162 | 17 | 2 | Identifier 'auth_str' is not in camel case. | fecs-camelcase | → line 4162, col 17: Identifier 'auth_str' is not in camel case. |
| 4171 | 32 | 1 | The function binding is unnecessary. | no-extra-bind | → line 4171, col 32: The function binding is unnecessary. |
| 4177 | 21 | 2 | Identifier 'U_old' is not in camel case. | fecs-camelcase | → line 4177, col 21: Identifier 'U_old' is not in camel case. |
| 4206 | 32 | 2 | Identifier '_sasl_data' is not in camel case. | fecs-camelcase | → line 4206, col 32: Identifier '_sasl_data' is not in camel case. |
| 4256 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 4256, col 9: Missing JSDoc @return for function. |
| 4256 | 9 | 2 | Missing JSDoc for parameter "str". | fecs-valid-jsdoc | → line 4256, col 9: Missing JSDoc for parameter "str". |
| 4270 | 82 | 2 | Identifier 'test_cnonce' is not in camel case. | fecs-camelcase | → line 4270, col 82: Identifier 'test_cnonce' is not in camel case. |
| 4276 | 17 | 1 | "qop" is defined but never used | no-unused-vars | → line 4276, col 17: "qop" is defined but never used |
| 4299 | 17 | 2 | Identifier 'digest_uri' is not in camel case. | fecs-camelcase | → line 4299, col 17: Identifier 'digest_uri' is not in camel case. |
| 4316 | 1 | 2 | Line 4316 exceeds the maximum line length of 120. | max-len | → line 4316, col 1: Line 4316 exceeds the maximum line length of 120. |
| 4319 | 32 | 1 | The function binding is unnecessary. | no-extra-bind | → line 4319, col 32: The function binding is unnecessary. |
| 4336 | 21 | 2 | Unexpected trailing comma. | comma-dangle | → line 4336, col 21: Unexpected trailing comma. |
| 4372 | 9 | 2 | Missing JSDoc for parameter "rid". | fecs-valid-jsdoc | → line 4372, col 9: Missing JSDoc for parameter "rid". |
| 4372 | 9 | 2 | Missing JSDoc for parameter "elem". | fecs-valid-jsdoc | → line 4372, col 9: Missing JSDoc for parameter "elem". |
| 4372 | 9 | 2 | Missing JSDoc for parameter "func". | fecs-valid-jsdoc | → line 4372, col 9: Missing JSDoc for parameter "func". |
| 4372 | 9 | 2 | Missing JSDoc for parameter "sends". | fecs-valid-jsdoc | → line 4372, col 9: Missing JSDoc for parameter "sends". |
| 4418 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 4418, col 13: Missing JSDoc @return for function. |
| 4451 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 4451, col 13: Missing JSDoc @return for function. |
| 4492 | 9 | 2 | Missing JSDoc for parameter "connection". | fecs-valid-jsdoc | → line 4492, col 9: Missing JSDoc for parameter "connection". |
| 4534 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 4534, col 13: Missing JSDoc @return for function. |
| 4572 | 13 | 2 | Missing JSDoc for parameter "route". | fecs-valid-jsdoc | → line 4572, col 13: Missing JSDoc for parameter "route". |
| 4572 | 13 | 2 | Missing JSDoc for parameter "hold". | fecs-valid-jsdoc | → line 4572, col 13: Missing JSDoc for parameter "hold". |
| 4572 | 13 | 2 | Missing JSDoc for parameter "wait". | fecs-valid-jsdoc | → line 4572, col 13: Missing JSDoc for parameter "wait". |
| 4584 | 21 | 2 | Expected key `'to'` but `to` found. | fecs-properties-quote | → line 4584, col 21: Expected key `'to'` but `to` found. |
| 4586 | 21 | 2 | Expected key `'wait'` but `wait` found. | fecs-properties-quote | → line 4586, col 21: Expected key `'wait'` but `wait` found. |
| 4587 | 21 | 2 | Expected key `'hold'` but `hold` found. | fecs-properties-quote | → line 4587, col 21: Expected key `'hold'` but `hold` found. |
| 4588 | 21 | 2 | Expected key `'content'` but `content` found. | fecs-properties-quote | → line 4588, col 21: Expected key `'content'` but `content` found. |
| 4589 | 21 | 2 | Expected key `'ver'` but `ver` found. | fecs-properties-quote | → line 4589, col 21: Expected key `'ver'` but `ver` found. |
| 4600 | 21 | 2 | Identifier '_connect_cb' is not in camel case. | fecs-camelcase | → line 4600, col 21: Identifier '_connect_cb' is not in camel case. |
| 4602 | 1 | 2 | Line 4602 exceeds the maximum line length of 120. | max-len | → line 4602, col 1: Line 4602 exceeds the maximum line length of 120. |
| 4602 | 108 | 2 | Identifier '_connect_cb' is not in camel case. | fecs-camelcase | → line 4602, col 108: Identifier '_connect_cb' is not in camel case. |
| 4606 | 13 | 2 | Missing JSDoc for parameter "callback". | fecs-valid-jsdoc | → line 4606, col 13: Missing JSDoc for parameter "callback". |
| 4606 | 13 | 2 | Missing JSDoc for parameter "hold". | fecs-valid-jsdoc | → line 4606, col 13: Missing JSDoc for parameter "hold". |
| 4606 | 13 | 2 | Missing JSDoc for parameter "wind". | fecs-valid-jsdoc | → line 4606, col 13: Missing JSDoc for parameter "wind". |
| 4606 | 13 | 2 | Missing JSDoc for parameter "rid". | fecs-valid-jsdoc | → line 4606, col 13: Missing JSDoc for parameter "rid". |
| 4606 | 13 | 2 | Missing JSDoc for parameter "wait". | fecs-valid-jsdoc | → line 4606, col 13: Missing JSDoc for parameter "wait". |
| 4606 | 13 | 2 | Missing JSDoc for parameter "jid". | fecs-valid-jsdoc | → line 4606, col 13: Missing JSDoc for parameter "jid". |
| 4606 | 13 | 2 | Missing JSDoc for parameter "sid". | fecs-valid-jsdoc | → line 4606, col 13: Missing JSDoc for parameter "sid". |
| 4630 | 22 | 1 | This function has too many parameters (7). Maximum allowed is 6. | max-params | → line 4630, col 22: This function has too many parameters (7). Maximum allowed is 6. |
| 4635 | 28 | 2 | Identifier 'connect_callback' is not in camel case. | fecs-camelcase | → line 4635, col 28: Identifier 'connect_callback' is not in camel case. |
| 4649 | 13 | 2 | Missing JSDoc for parameter "jid". | fecs-valid-jsdoc | → line 4649, col 13: Missing JSDoc for parameter "jid". |
| 4649 | 13 | 2 | Missing JSDoc for parameter "wait". | fecs-valid-jsdoc | → line 4649, col 13: Missing JSDoc for parameter "wait". |
| 4649 | 13 | 2 | Missing JSDoc for parameter "callback". | fecs-valid-jsdoc | → line 4649, col 13: Missing JSDoc for parameter "callback". |
| 4649 | 13 | 2 | Missing JSDoc for parameter "wind". | fecs-valid-jsdoc | → line 4649, col 13: Missing JSDoc for parameter "wind". |
| 4649 | 13 | 2 | Missing JSDoc for parameter "hold". | fecs-valid-jsdoc | → line 4649, col 13: Missing JSDoc for parameter "hold". |
| 4670 | 1 | 2 | Line 4670 exceeds the maximum line length of 120. | max-len | → line 4670, col 1: Line 4670 exceeds the maximum line length of 120. |
| 4693 | 29 | 2 | Expected key `jid` but `'jid'` found. | fecs-properties-quote | → line 4693, col 29: Expected key `jid` but `'jid'` found. |
| 4694 | 29 | 2 | Expected key `rid` but `'rid'` found. | fecs-properties-quote | → line 4694, col 29: Expected key `rid` but `'rid'` found. |
| 4695 | 29 | 2 | Expected key `sid` but `'sid'` found. | fecs-properties-quote | → line 4695, col 29: Expected key `sid` but `'sid'` found. |
| 4704 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 4704, col 13: Missing JSDoc @return for function. |
| 4704 | 13 | 2 | Missing JSDoc for parameter "bodyWrap". | fecs-valid-jsdoc | → line 4704, col 13: Missing JSDoc for parameter "bodyWrap". |
| 4711 | 13 | 2 | Property '_connect_cb' is not in camel case. | fecs-camelcase | → line 4711, col 13: Property '_connect_cb' is not in camel case. |
| 4757 | 13 | 2 | Missing JSDoc for parameter "pres". | fecs-valid-jsdoc | → line 4757, col 13: Missing JSDoc for parameter "pres". |
| 4780 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 4780, col 13: Missing JSDoc @return for function. |
| 4790 | 13 | 2 | Missing JSDoc for parameter "reqStatus". | fecs-valid-jsdoc | → line 4790, col 13: Missing JSDoc for parameter "reqStatus". |
| 4809 | 13 | 2 | Missing JSDoc for parameter "_callback". | fecs-valid-jsdoc | → line 4809, col 13: Missing JSDoc for parameter "_callback". |
| 4814 | 13 | 2 | Property '_no_auth_received' is not in camel case. | fecs-camelcase | → line 4814, col 13: Property '_no_auth_received' is not in camel case. |
| 4814 | 42 | 2 | Identifier '_callback' is not in camel case. | fecs-camelcase | → line 4814, col 42: Identifier '_callback' is not in camel case. |
| 4822 | 1 | 2 | Line 4822 exceeds the maximum line length of 120. | max-len | → line 4822, col 1: Line 4822 exceeds the maximum line length of 120. |
| 4838 | 41 | 2 | Identifier '_abortAllRequests' is not in camel case. | fecs-camelcase | → line 4838, col 41: Identifier '_abortAllRequests' is not in camel case. |
| 4859 | 1 | 2 | Line 4859 exceeds the maximum line length of 120. | max-len | → line 4859, col 1: Line 4859 exceeds the maximum line length of 120. |
| 4874 | 37 | 2 | Expected key `'to'` but `to` found. | fecs-properties-quote | → line 4874, col 37: Expected key `'to'` but `to` found. |
| 4888 | 1 | 2 | Line 4888 exceeds the maximum line length of 120. | max-len | → line 4888, col 1: Line 4888 exceeds the maximum line length of 120. |
| 4893 | 25 | 2 | Identifier 'time_elapsed' is not in camel case. | fecs-camelcase | → line 4893, col 25: Identifier 'time_elapsed' is not in camel case. |
| 4901 | 1 | 2 | Line 4901 exceeds the maximum line length of 120. | max-len | → line 4901, col 1: Line 4901 exceeds the maximum line length of 120. |
| 4908 | 13 | 2 | Missing JSDoc for parameter "func". | fecs-valid-jsdoc | → line 4908, col 13: Missing JSDoc for parameter "func". |
| 4908 | 13 | 2 | Missing JSDoc for parameter "req". | fecs-valid-jsdoc | → line 4908, col 13: Missing JSDoc for parameter "req". |
| 4966 | 1 | 2 | Line 4966 exceeds the maximum line length of 120. | max-len | → line 4966, col 1: Line 4966 exceeds the maximum line length of 120. |
| 4995 | 13 | 2 | Missing JSDoc for parameter "i". | fecs-valid-jsdoc | → line 4995, col 13: Missing JSDoc for parameter "i". |
| 5029 | 21 | 2 | Identifier 'time_elapsed' is not in camel case. | fecs-camelcase | → line 5029, col 21: Identifier 'time_elapsed' is not in camel case. |
| 5031 | 1 | 2 | Line 5031 exceeds the maximum line length of 120. | max-len | → line 5031, col 1: Line 5031 exceeds the maximum line length of 120. |
| 5050 | 92 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 5050, col 92: Unnecessary use of boolean literals in conditional expression |
| 5112 | 1 | 2 | Line 5112 exceeds the maximum line length of 120. | max-len | → line 5112, col 1: Line 5112 exceeds the maximum line length of 120. |
| 5116 | 13 | 2 | Missing JSDoc for parameter "req". | fecs-valid-jsdoc | → line 5116, col 13: Missing JSDoc for parameter "req". |
| 5139 | 13 | 2 | Missing JSDoc for parameter "i". | fecs-valid-jsdoc | → line 5139, col 13: Missing JSDoc for parameter "i". |
| 5154 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 5154, col 13: Missing JSDoc @return for function. |
| 5154 | 13 | 2 | Missing JSDoc for parameter "req". | fecs-valid-jsdoc | → line 5154, col 13: Missing JSDoc for parameter "req". |
| 5179 | 13 | 2 | Missing JSDoc for parameter "pres". | fecs-valid-jsdoc | → line 5179, col 13: Missing JSDoc for parameter "pres". |
| 5196 | 1 | 2 | Line 5196 exceeds the maximum line length of 120. | max-len | → line 5196, col 1: Line 5196 exceeds the maximum line length of 120. |
| 5245 | 1 | 2 | Line 5245 exceeds the maximum line length of 120. | max-len | → line 5245, col 1: Line 5245 exceeds the maximum line length of 120. |
| 5297 | 9 | 2 | Missing JSDoc for parameter "connection". | fecs-valid-jsdoc | → line 5297, col 9: Missing JSDoc for parameter "connection". |
| 5315 | 21 | 2 | Identifier 'new_service' is not in camel case. | fecs-camelcase | → line 5315, col 21: Identifier 'new_service' is not in camel case. |
| 5340 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 5340, col 13: Missing JSDoc @return for function. |
| 5348 | 21 | 2 | Expected key `xmlns` but `'xmlns'` found. | fecs-properties-quote | → line 5348, col 21: Expected key `xmlns` but `'xmlns'` found. |
| 5349 | 21 | 2 | Expected key `to` but `'to'` found. | fecs-properties-quote | → line 5349, col 21: Expected key `to` but `'to'` found. |
| 5350 | 21 | 2 | Expected key `version` but `'version'` found. | fecs-properties-quote | → line 5350, col 21: Expected key `version` but `'version'` found. |
| 5354 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 5354, col 13: Missing JSDoc @return for function. |
| 5354 | 13 | 2 | Missing JSDoc for parameter "bodyWrap". | fecs-valid-jsdoc | → line 5354, col 13: Missing JSDoc for parameter "bodyWrap". |
| 5354 | 13 | 2 | Missing JSDoc for parameter "connectstatus". | fecs-valid-jsdoc | → line 5354, col 13: Missing JSDoc for parameter "connectstatus". |
| 5363 | 13 | 2 | Property '_check_streamerror' is not in camel case. | fecs-camelcase | → line 5363, col 13: Property '_check_streamerror' is not in camel case. |
| 5444 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 5444, col 13: Missing JSDoc @return for function. |
| 5444 | 13 | 2 | Missing JSDoc for parameter "bodyWrap". | fecs-valid-jsdoc | → line 5444, col 13: Missing JSDoc for parameter "bodyWrap". |
| 5452 | 13 | 2 | Property '_connect_cb' is not in camel case. | fecs-camelcase | → line 5452, col 13: Property '_connect_cb' is not in camel case. |
| 5460 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 5460, col 13: Missing JSDoc @return for function. |
| 5460 | 13 | 2 | Missing JSDoc for parameter "message". | fecs-valid-jsdoc | → line 5460, col 13: Missing JSDoc for parameter "message". |
| 5497 | 13 | 2 | Missing JSDoc for parameter "message". | fecs-valid-jsdoc | → line 5497, col 13: Missing JSDoc for parameter "message". |
| 5503 | 13 | 2 | Property '_connect_cb_wrapper' is not in camel case. | fecs-camelcase | → line 5503, col 13: Property '_connect_cb_wrapper' is not in camel case. |
| 5524 | 25 | 2 | Identifier 'see_uri' is not in camel case. | fecs-camelcase | → line 5524, col 25: Identifier 'see_uri' is not in camel case. |
| 5526 | 1 | 2 | Line 5526 exceeds the maximum line length of 120. | max-len | → line 5526, col 1: Line 5526 exceeds the maximum line length of 120. |
| 5544 | 13 | 2 | Missing JSDoc for parameter "pres". | fecs-valid-jsdoc | → line 5544, col 13: Missing JSDoc for parameter "pres". |
| 5559 | 25 | 2 | Expected key `xmlns` but `'xmlns'` found. | fecs-properties-quote | → line 5559, col 25: Expected key `xmlns` but `'xmlns'` found. |
| 5585 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 5585, col 13: Missing JSDoc @return for function. |
| 5585 | 13 | 2 | Missing JSDoc for parameter "stanza". | fecs-valid-jsdoc | → line 5585, col 13: Missing JSDoc for parameter "stanza". |
| 5609 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 5609, col 13: Missing JSDoc @return for function. |
| 5634 | 13 | 2 | Missing JSDoc for parameter "_callback". | fecs-valid-jsdoc | → line 5634, col 13: Missing JSDoc for parameter "_callback". |
| 5639 | 13 | 2 | Property '_no_auth_received' is not in camel case. | fecs-camelcase | → line 5639, col 13: Property '_no_auth_received' is not in camel case. |
| 5639 | 42 | 2 | Identifier '_callback' is not in camel case. | fecs-camelcase | → line 5639, col 42: Identifier '_callback' is not in camel case. |
| 5662 | 13 | 2 | Missing JSDoc for parameter "error". | fecs-valid-jsdoc | → line 5662, col 13: Missing JSDoc for parameter "error". |
| 5670 | 1 | 2 | Line 5670 exceeds the maximum line length of 120. | max-len | → line 5670, col 1: Line 5670 exceeds the maximum line length of 120. |
| 5704 | 13 | 2 | Missing JSDoc for parameter "message". | fecs-valid-jsdoc | → line 5704, col 13: Missing JSDoc for parameter "message". |
| 5731 | 41 | 2 | Strings must use singlequote. | quotes | → line 5731, col 41: Strings must use singlequote. |
| 5733 | 74 | 2 | Strings must use singlequote. | quotes | → line 5733, col 74: Strings must use singlequote. |
| 5741 | 66 | 2 | Strings must use singlequote. | quotes | → line 5741, col 66: Strings must use singlequote. |
| 5749 | 1 | 2 | Line 5749 exceeds the maximum line length of 120. | max-len | → line 5749, col 1: Line 5749 exceeds the maximum line length of 120. |
| 5775 | 13 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 5775, col 13: Missing JSDoc @return for function. |
| 5775 | 13 | 2 | Missing JSDoc for parameter "stanza". | fecs-valid-jsdoc | → line 5775, col 13: Missing JSDoc for parameter "stanza". |
| 5828 | 17 | 2 | Identifier 'n_callback' is not in camel case. | fecs-camelcase | → line 5828, col 17: Identifier 'n_callback' is not in camel case. |
| 5836 | 46 | 2 | "$msg" is not defined. | no-undef | → line 5836, col 46: "$msg" is not defined. |
| 5836 | 52 | 2 | "$iq" is not defined. | no-undef | → line 5836, col 52: "$iq" is not defined. |
| 5836 | 57 | 2 | "$pres" is not defined. | no-undef | → line 5836, col 57: "$pres" is not defined. |
不规范数量:15
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 9 | 2 | Identifier 'translate_X' is not in camel case. | fecs-camelcase | → line 8, col 9: Identifier 'translate_X' is not in camel case. |
| 9 | 9 | 2 | Identifier 'translate_Y' is not in camel case. | fecs-camelcase | → line 9, col 9: Identifier 'translate_Y' is not in camel case. |
| 17 | 23 | 2 | "Hammer" is not defined. | no-undef | → line 17, col 23: "Hammer" is not defined. |
| 26 | 13 | 2 | Identifier 'body_X' is not in camel case. | fecs-camelcase | → line 26, col 13: Identifier 'body_X' is not in camel case. |
| 27 | 13 | 2 | Identifier 'body_Y' is not in camel case. | fecs-camelcase | → line 27, col 13: Identifier 'body_Y' is not in camel case. |
| 28 | 13 | 2 | Identifier 'parent_X' is not in camel case. | fecs-camelcase | → line 28, col 13: Identifier 'parent_X' is not in camel case. |
| 29 | 13 | 2 | Identifier 'parent_Y' is not in camel case. | fecs-camelcase | → line 29, col 13: Identifier 'parent_Y' is not in camel case. |
| 30 | 13 | 2 | Identifier 'img_x' is not in camel case. | fecs-camelcase | → line 30, col 13: Identifier 'img_x' is not in camel case. |
| 31 | 13 | 2 | Identifier 'img_y' is not in camel case. | fecs-camelcase | → line 31, col 13: Identifier 'img_y' is not in camel case. |
| 103 | 13 | 1 | Unexpected console statement. | no-console | → line 103, col 13: Unexpected console statement. |
| 130 | 22 | 2 | "Hammer" is not defined. | no-undef | → line 130, col 22: "Hammer" is not defined. |
| 131 | 24 | 2 | "Hammer" is not defined. | no-undef | → line 131, col 24: "Hammer" is not defined. |
| 135 | 24 | 2 | "Hammer" is not defined. | no-undef | → line 135, col 24: "Hammer" is not defined. |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 10 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 10, col 5: "navbar" is defined but never used |
| 11 | 5 | 1 | "params" is defined but never used | no-unused-vars | → line 11, col 5: "params" is defined but never used |
| 55 | 17 | 1 | Unexpected console statement. | no-console | → line 55, col 17: Unexpected console statement. |
| 67 | 21 | 1 | Unexpected console statement. | no-console | → line 67, col 21: Unexpected console statement. |
不规范数量:17
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 17 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 17, col 5: "navbar" is defined but never used |
| 23 | 5 | 2 | Identifier 'address_modal' is not in camel case. | fecs-camelcase | → line 23, col 5: Identifier 'address_modal' is not in camel case. |
| 25 | 12 | 2 | Missing radix parameter. | radix | → line 25, col 12: Missing radix parameter. |
| 28 | 5 | 2 | Identifier 'address_manage' is not in camel case. | fecs-camelcase | → line 28, col 5: Identifier 'address_manage' is not in camel case. |
| 51 | 6 | 2 | Unexpected @return tag; function has no return statement. | fecs-valid-jsdoc | → line 51, col 6: Unexpected @return tag; function has no return statement. |
| 51 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 51, col 6: Expected a blank comment line between description and tags. |
| 51 | 17 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 51, col 17: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 90 | 13 | 2 | Identifier 'address_modal' is not in camel case. | fecs-camelcase | → line 90, col 13: Identifier 'address_modal' is not in camel case. |
| 100 | 17 | 2 | Identifier 'address_modal' is not in camel case. | fecs-camelcase | → line 100, col 17: Identifier 'address_modal' is not in camel case. |
| 112 | 13 | 2 | Identifier 'address_modal' is not in camel case. | fecs-camelcase | → line 112, col 13: Identifier 'address_modal' is not in camel case. |
| 140 | 17 | 2 | Property 'is_default' is not in camel case. | fecs-camelcase | → line 140, col 17: Property 'is_default' is not in camel case. |
| 144 | 13 | 2 | Identifier 'address_modal' is not in camel case. | fecs-camelcase | → line 144, col 13: Identifier 'address_modal' is not in camel case. |
| 164 | 16 | 2 | Identifier 'tdist_all' is not in camel case. | fecs-camelcase | → line 164, col 16: Identifier 'tdist_all' is not in camel case. |
| 164 | 16 | 2 | "tdist_all" is not defined. | no-undef | → line 164, col 16: "tdist_all" is not defined. |
| 168 | 1 | 2 | Identifier 'address_manage' is not in camel case. | fecs-camelcase | → line 168, col 1: Identifier 'address_manage' is not in camel case. |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 7, col 5: "env" is defined but never used |
| 35 | 18 | 2 | Missing radix parameter. | radix | → line 35, col 18: Missing radix parameter. |
| 77 | 24 | 2 | Identifier 'format_time' is not in camel case. | fecs-camelcase | → line 77, col 24: Identifier 'format_time' is not in camel case. |
| 80 | 17 | 2 | "rendered" is not defined. | no-undef | → line 80, col 17: "rendered" is not defined. |
| 83 | 48 | 2 | "rendered" is not defined. | no-undef | → line 83, col 48: "rendered" is not defined. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 9 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 9, col 5: "env" is defined but never used |
| 11 | 5 | 1 | "template" is defined but never used | no-unused-vars | → line 11, col 5: "template" is defined but never used |
不规范数量:19
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 7, col 5: "env" is defined but never used |
| 9 | 5 | 1 | "template" is defined but never used | no-unused-vars | → line 9, col 5: "template" is defined but never used |
| 61 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 61, col 17: Expected key `error` but `'error'` found. |
| 62 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 62, col 17: Expected key `errorText` but `'errorText'` found. |
| 68 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 68, col 17: Expected key `error` but `'error'` found. |
| 69 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 69, col 17: Expected key `errorText` but `'errorText'` found. |
| 100 | 31 | 2 | "rsp" is not defined. | no-undef | → line 100, col 31: "rsp" is not defined. |
| 119 | 31 | 2 | "rsp" is not defined. | no-undef | → line 119, col 31: "rsp" is not defined. |
| 145 | 17 | 2 | Expected key `phoneNumber` but `'phoneNumber'` found. | fecs-properties-quote | → line 145, col 17: Expected key `phoneNumber` but `'phoneNumber'` found. |
| 150 | 21 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 150, col 21: Expected key `key` but `'key'` found. |
| 151 | 21 | 2 | Expected key `tel` but `'tel'` found. | fecs-properties-quote | → line 151, col 21: Expected key `tel` but `'tel'` found. |
| 160 | 17 | 1 | "$errorInfo" is defined but never used | no-unused-vars | → line 160, col 17: "$errorInfo" is defined but never used |
| 169 | 13 | 2 | "resultPhone" is not defined. | no-undef | → line 169, col 13: "resultPhone" is not defined. |
| 170 | 17 | 2 | Expected key `phoneNumber` but `'phoneNumber'` found. | fecs-properties-quote | → line 170, col 17: Expected key `phoneNumber` but `'phoneNumber'` found. |
| 174 | 17 | 2 | Expected key `code` but `'code'` found. | fecs-properties-quote | → line 174, col 17: Expected key `code` but `'code'` found. |
| 177 | 18 | 2 | "resultPhone" is not defined. | no-undef | → line 177, col 18: "resultPhone" is not defined. |
| 184 | 21 | 2 | Expected key `tel` but `'tel'` found. | fecs-properties-quote | → line 184, col 21: Expected key `tel` but `'tel'` found. |
| 185 | 21 | 2 | Expected key `code` but `'code'` found. | fecs-properties-quote | → line 185, col 21: Expected key `code` but `'code'` found. |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 41 | 37 | 2 | "$get" is not defined. | no-undef | → line 41, col 37: "$get" is not defined. |
| 101 | 1 | 2 | Line 101 exceeds the maximum line length of 120. | max-len | → line 101, col 1: Line 101 exceeds the maximum line length of 120. |
| 126 | 17 | 1 | "url" is defined but never used | no-unused-vars | → line 126, col 17: "url" is defined but never used |
| 146 | 17 | 2 | Identifier 'real_name' is not in camel case. | fecs-camelcase | → line 146, col 17: Identifier 'real_name' is not in camel case. |
| 153 | 1 | 2 | Line 153 exceeds the maximum line length of 120. | max-len | → line 153, col 1: Line 153 exceeds the maximum line length of 120. |
| 172 | 37 | 2 | Property 'real_name' is not in camel case. | fecs-camelcase | → line 172, col 37: Property 'real_name' is not in camel case. |
不规范数量:70
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 16 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 16, col 1: Expected exception block, space or tab after "/*" in comment. |
| 48 | 9 | 2 | Identifier '_d' is not in camel case. | fecs-camelcase | → line 48, col 9: Identifier '_d' is not in camel case. |
| 54 | 17 | 2 | Expected key `padding` but `'padding'` found. | fecs-properties-quote | → line 54, col 17: Expected key `padding` but `'padding'` found. |
| 77 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 77, col 1: Expected exception block, space or tab after "/*" in comment. |
| 82 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 82, col 17: Identifier '_t' is not in camel case. |
| 93 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 93, col 17: Identifier '_t' is not in camel case. |
| 102 | 9 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 102, col 9: Reserved word "do" used as key. |
| 102 | 9 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 102, col 9: Expected key `'do'` but `do` found. |
| 103 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 103, col 17: Identifier '_t' is not in camel case. |
| 116 | 9 | 2 | Expected key `'setCb'` but `setCb` found. | fecs-properties-quote | → line 116, col 9: Expected key `'setCb'` but `setCb` found. |
| 120 | 9 | 2 | Expected key `'hide'` but `hide` found. | fecs-properties-quote | → line 120, col 9: Expected key `'hide'` but `hide` found. |
| 126 | 9 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 126, col 9: Expected key `'do'` but `do` found. |
| 126 | 9 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 126, col 9: Reserved word "do" used as key. |
| 127 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 127, col 17: Identifier '_t' is not in camel case. |
| 133 | 9 | 2 | Expected key `'setCb'` but `setCb` found. | fecs-properties-quote | → line 133, col 9: Expected key `'setCb'` but `setCb` found. |
| 139 | 9 | 2 | Identifier 'login_freeLoad' is not in camel case. | fecs-camelcase | → line 139, col 9: Identifier 'login_freeLoad' is not in camel case. |
| 140 | 9 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 140, col 9: Expected key `'do'` but `do` found. |
| 140 | 9 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 140, col 9: Reserved word "do" used as key. |
| 141 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 141, col 17: Identifier '_t' is not in camel case. |
| 148 | 9 | 2 | Expected key `'func'` but `func` found. | fecs-properties-quote | → line 148, col 9: Expected key `'func'` but `func` found. |
| 150 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 150, col 17: Identifier '_t' is not in camel case. |
| 150 | 22 | 2 | Identifier 'login_freeLoad' is not in camel case. | fecs-camelcase | → line 150, col 22: Identifier 'login_freeLoad' is not in camel case. |
| 164 | 9 | 2 | Expected key `'cb'` but `cb` found. | fecs-properties-quote | → line 164, col 9: Expected key `'cb'` but `cb` found. |
| 165 | 9 | 2 | Expected key `'setCb'` but `setCb` found. | fecs-properties-quote | → line 165, col 9: Expected key `'setCb'` but `setCb` found. |
| 166 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 166, col 17: Identifier '_t' is not in camel case. |
| 174 | 9 | 2 | Property 'login_freeLoad' is not in camel case. | fecs-camelcase | → line 174, col 9: Property 'login_freeLoad' is not in camel case. |
| 178 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 178, col 1: Expected exception block, space or tab after "/*" in comment. |
| 184 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 184, col 1: Expected exception block, space or tab after "/*" in comment. |
| 185 | 5 | 2 | Identifier 'page_edit' is not in camel case. | fecs-camelcase | → line 185, col 5: Identifier 'page_edit' is not in camel case. |
| 186 | 9 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 186, col 9: Identifier '_data' is not in camel case. |
| 188 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 188, col 5: Expected exception block, space or tab after "/*" in comment. |
| 229 | 18 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 229, col 18: Unexpected 'else' after 'return'. |
| 245 | 13 | 2 | "birthdaySelect" was used before it was defined | no-use-before-define | → line 245, col 13: "birthdaySelect" was used before it was defined |
| 255 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 255, col 5: Expected exception block, space or tab after "/*" in comment. |
| 352 | 1 | 2 | Line 352 exceeds the maximum line length of 120. | max-len | → line 352, col 1: Line 352 exceeds the maximum line length of 120. |
| 369 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 369, col 5: Expected exception block, space or tab after "/*" in comment. |
| 370 | 9 | 1 | "btnSave" is defined but never used | no-unused-vars | → line 370, col 9: "btnSave" is defined but never used |
| 371 | 13 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 371, col 13: Identifier '_lock' is not in camel case. |
| 389 | 22 | 2 | Identifier 'baby_gender' is not in camel case. | fecs-camelcase | → line 389, col 22: Identifier 'baby_gender' is not in camel case. |
| 390 | 22 | 2 | Identifier 'baby_birthday' is not in camel case. | fecs-camelcase | → line 390, col 22: Identifier 'baby_birthday' is not in camel case. |
| 394 | 34 | 2 | "page_show" was used before it was defined | no-use-before-define | → line 394, col 34: "page_show" was used before it was defined |
| 394 | 34 | 2 | Identifier 'page_show' is not in camel case. | fecs-camelcase | → line 394, col 34: Identifier 'page_show' is not in camel case. |
| 410 | 21 | 2 | Property 'baby_gender' is not in camel case. | fecs-camelcase | → line 410, col 21: Property 'baby_gender' is not in camel case. |
| 411 | 21 | 2 | Property 'baby_birthday' is not in camel case. | fecs-camelcase | → line 411, col 21: Property 'baby_birthday' is not in camel case. |
| 412 | 21 | 2 | Property 'baby_name' is not in camel case. | fecs-camelcase | → line 412, col 21: Property 'baby_name' is not in camel case. |
| 454 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 454, col 1: Expected exception block, space or tab after "/*" in comment. |
| 455 | 5 | 2 | Identifier 'page_show' is not in camel case. | fecs-camelcase | → line 455, col 5: Identifier 'page_show' is not in camel case. |
| 456 | 9 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 456, col 9: Identifier '_data' is not in camel case. |
| 485 | 17 | 2 | Identifier '_b' is not in camel case. | fecs-camelcase | → line 485, col 17: Identifier '_b' is not in camel case. |
| 486 | 17 | 2 | Identifier '_s' is not in camel case. | fecs-camelcase | → line 486, col 17: Identifier '_s' is not in camel case. |
| 487 | 17 | 2 | Identifier '_r' is not in camel case. | fecs-camelcase | → line 487, col 17: Identifier '_r' is not in camel case. |
| 540 | 1 | 2 | Line 540 exceeds the maximum line length of 120. | max-len | → line 540, col 1: Line 540 exceeds the maximum line length of 120. |
| 543 | 1 | 2 | Line 543 exceeds the maximum line length of 120. | max-len | → line 543, col 1: Line 543 exceeds the maximum line length of 120. |
| 569 | 51 | 1 | Missing '()' invoking a constructor | new-parens | → line 569, col 51: Missing '()' invoking a constructor |
| 595 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 595, col 5: Expected exception block, space or tab after "/*" in comment. |
| 596 | 9 | 1 | "editBtn" is defined but never used | no-unused-vars | → line 596, col 9: "editBtn" is defined but never used |
| 598 | 13 | 2 | Identifier 'page_edit' is not in camel case. | fecs-camelcase | → line 598, col 13: Identifier 'page_edit' is not in camel case. |
| 609 | 9 | 2 | Identifier 'page_show' is not in camel case. | fecs-camelcase | → line 609, col 9: Identifier 'page_show' is not in camel case. |
| 612 | 9 | 2 | Identifier 'page_edit' is not in camel case. | fecs-camelcase | → line 612, col 9: Identifier 'page_edit' is not in camel case. |
| 628 | 26 | 2 | Identifier 'baby_gender' is not in camel case. | fecs-camelcase | → line 628, col 26: Identifier 'baby_gender' is not in camel case. |
| 628 | 41 | 1 | Redundant double negation in a ternary condition. | no-extra-boolean-cast | → line 628, col 41: Redundant double negation in a ternary condition. |
| 629 | 26 | 2 | Identifier 'baby_birthday' is not in camel case. | fecs-camelcase | → line 629, col 26: Identifier 'baby_birthday' is not in camel case. |
| 629 | 43 | 1 | Redundant double negation in a ternary condition. | no-extra-boolean-cast | → line 629, col 43: Redundant double negation in a ternary condition. |
| 630 | 26 | 2 | Identifier 'baby_name' is not in camel case. | fecs-camelcase | → line 630, col 26: Identifier 'baby_name' is not in camel case. |
| 630 | 39 | 1 | Redundant double negation in a ternary condition. | no-extra-boolean-cast | → line 630, col 39: Redundant double negation in a ternary condition. |
| 631 | 34 | 1 | Redundant double negation in a ternary condition. | no-extra-boolean-cast | → line 631, col 34: Redundant double negation in a ternary condition. |
| 632 | 36 | 1 | Redundant double negation in a ternary condition. | no-extra-boolean-cast | → line 632, col 36: Redundant double negation in a ternary condition. |
| 633 | 39 | 1 | Redundant double negation in a ternary condition. | no-extra-boolean-cast | → line 633, col 39: Redundant double negation in a ternary condition. |
| 634 | 38 | 1 | Redundant double negation in a ternary condition. | no-extra-boolean-cast | → line 634, col 38: Redundant double negation in a ternary condition. |
不规范数量:57
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 8, col 5: "env" is defined but never used |
| 10 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 10, col 5: "BB" is defined but never used |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 20 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 20, col 1: Expected exception block, space or tab after "/*" in comment. |
| 22 | 9 | 2 | Identifier '_tmpl_item' is not in camel case. | fecs-camelcase | → line 22, col 9: Identifier '_tmpl_item' is not in camel case. |
| 23 | 9 | 2 | Identifier '_tmpl_event' is not in camel case. | fecs-camelcase | → line 23, col 9: Identifier '_tmpl_event' is not in camel case. |
| 24 | 9 | 2 | Identifier '_html_empty' is not in camel case. | fecs-camelcase | → line 24, col 9: Identifier '_html_empty' is not in camel case. |
| 27 | 20 | 2 | Identifier '_html_empty' is not in camel case. | fecs-camelcase | → line 27, col 20: Identifier '_html_empty' is not in camel case. |
| 32 | 13 | 2 | Identifier 'page_main' is not in camel case. | fecs-camelcase | → line 32, col 13: Identifier 'page_main' is not in camel case. |
| 35 | 20 | 2 | Identifier '_tmpl_item' is not in camel case. | fecs-camelcase | → line 35, col 20: Identifier '_tmpl_item' is not in camel case. |
| 42 | 20 | 2 | Identifier '_html_empty' is not in camel case. | fecs-camelcase | → line 42, col 20: Identifier '_html_empty' is not in camel case. |
| 47 | 13 | 2 | Identifier 'page_main' is not in camel case. | fecs-camelcase | → line 47, col 13: Identifier 'page_main' is not in camel case. |
| 50 | 20 | 2 | Identifier '_tmpl_event' is not in camel case. | fecs-camelcase | → line 50, col 20: Identifier '_tmpl_event' is not in camel case. |
| 75 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 75, col 1: Expected exception block, space or tab after "/*" in comment. |
| 76 | 5 | 2 | Identifier 'page_main' is not in camel case. | fecs-camelcase | → line 76, col 5: Identifier 'page_main' is not in camel case. |
| 78 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 78, col 5: Expected exception block, space or tab after "/*" in comment. |
| 79 | 9 | 2 | Identifier 'btn_edit' is not in camel case. | fecs-camelcase | → line 79, col 9: Identifier 'btn_edit' is not in camel case. |
| 81 | 13 | 2 | Identifier '_class_edit' is not in camel case. | fecs-camelcase | → line 81, col 13: Identifier '_class_edit' is not in camel case. |
| 103 | 13 | 2 | Identifier 'view_name' is not in camel case. | fecs-camelcase | → line 103, col 13: Identifier 'view_name' is not in camel case. |
| 103 | 13 | 2 | "view_name" was used before it was defined | no-use-before-define | → line 103, col 13: "view_name" was used before it was defined |
| 137 | 21 | 1 | "$view" is already defined | no-redeclare | → line 137, col 21: "$view" is already defined |
| 171 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 171, col 5: Expected exception block, space or tab after "/*" in comment. |
| 172 | 9 | 2 | Identifier 'view_name' is not in camel case. | fecs-camelcase | → line 172, col 9: Identifier 'view_name' is not in camel case. |
| 190 | 13 | 2 | Identifier 'btn_edit' is not in camel case. | fecs-camelcase | → line 190, col 13: Identifier 'btn_edit' is not in camel case. |
| 209 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 209, col 5: Expected exception block, space or tab after "/*" in comment. |
| 210 | 9 | 2 | Identifier 'view_item' is not in camel case. | fecs-camelcase | → line 210, col 9: Identifier 'view_item' is not in camel case. |
| 210 | 9 | 1 | "view_item" is defined but never used | no-unused-vars | → line 210, col 9: "view_item" is defined but never used |
| 216 | 17 | 2 | Property 'flag_begining' is not in camel case. | fecs-camelcase | → line 216, col 17: Property 'flag_begining' is not in camel case. |
| 217 | 17 | 2 | Property 'flag_waiting' is not in camel case. | fecs-camelcase | → line 217, col 17: Property 'flag_waiting' is not in camel case. |
| 218 | 17 | 2 | Property 'flag_finished' is not in camel case. | fecs-camelcase | → line 218, col 17: Property 'flag_finished' is not in camel case. |
| 227 | 17 | 2 | Identifier '_base' is not in camel case. | fecs-camelcase | → line 227, col 17: Identifier '_base' is not in camel case. |
| 249 | 71 | 1 | Missing '()' invoking a constructor | new-parens | → line 249, col 71: Missing '()' invoking a constructor |
| 253 | 1 | 2 | Line 253 exceeds the maximum line length of 120. | max-len | → line 253, col 1: Line 253 exceeds the maximum line length of 120. |
| 294 | 13 | 2 | Identifier 'view_name' is not in camel case. | fecs-camelcase | → line 294, col 13: Identifier 'view_name' is not in camel case. |
| 303 | 32 | 2 | Identifier 'btn_edit' is not in camel case. | fecs-camelcase | → line 303, col 32: Identifier 'btn_edit' is not in camel case. |
| 326 | 17 | 2 | Identifier 'btn_edit' is not in camel case. | fecs-camelcase | → line 326, col 17: Identifier 'btn_edit' is not in camel case. |
| 336 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 336, col 5: Expected exception block, space or tab after "/*" in comment. |
| 337 | 9 | 1 | "view_event" is defined but never used | no-unused-vars | → line 337, col 9: "view_event" is defined but never used |
| 337 | 9 | 2 | Identifier 'view_event' is not in camel case. | fecs-camelcase | → line 337, col 9: Identifier 'view_event' is not in camel case. |
| 343 | 17 | 2 | Property 'flag_begining' is not in camel case. | fecs-camelcase | → line 343, col 17: Property 'flag_begining' is not in camel case. |
| 344 | 17 | 2 | Property 'flag_waiting' is not in camel case. | fecs-camelcase | → line 344, col 17: Property 'flag_waiting' is not in camel case. |
| 353 | 17 | 2 | Identifier '_base' is not in camel case. | fecs-camelcase | → line 353, col 17: Identifier '_base' is not in camel case. |
| 359 | 17 | 2 | Identifier '_current' is not in camel case. | fecs-camelcase | → line 359, col 17: Identifier '_current' is not in camel case. |
| 359 | 29 | 1 | Missing '()' invoking a constructor | new-parens | → line 359, col 29: Missing '()' invoking a constructor |
| 388 | 21 | 2 | Identifier 'b_month' is not in camel case. | fecs-camelcase | → line 388, col 21: Identifier 'b_month' is not in camel case. |
| 389 | 21 | 2 | Identifier 'b_date' is not in camel case. | fecs-camelcase | → line 389, col 21: Identifier 'b_date' is not in camel case. |
| 390 | 21 | 2 | Identifier 'b_hour' is not in camel case. | fecs-camelcase | → line 390, col 21: Identifier 'b_hour' is not in camel case. |
| 391 | 21 | 2 | Identifier 'b_minute' is not in camel case. | fecs-camelcase | → line 391, col 21: Identifier 'b_minute' is not in camel case. |
| 393 | 21 | 2 | Identifier 'today_end' is not in camel case. | fecs-camelcase | → line 393, col 21: Identifier 'today_end' is not in camel case. |
| 394 | 21 | 2 | Identifier 'tomorrow_end' is not in camel case. | fecs-camelcase | → line 394, col 21: Identifier 'tomorrow_end' is not in camel case. |
| 402 | 22 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 402, col 22: Unexpected 'else' after 'return'. |
| 403 | 1 | 2 | Line 403 exceeds the maximum line length of 120. | max-len | → line 403, col 1: Line 403 exceeds the maximum line length of 120. |
| 485 | 13 | 2 | Identifier 'view_name' is not in camel case. | fecs-camelcase | → line 485, col 13: Identifier 'view_name' is not in camel case. |
| 495 | 32 | 2 | Identifier 'btn_edit' is not in camel case. | fecs-camelcase | → line 495, col 32: Identifier 'btn_edit' is not in camel case. |
| 520 | 17 | 2 | Identifier 'btn_edit' is not in camel case. | fecs-camelcase | → line 520, col 17: Identifier 'btn_edit' is not in camel case. |
| 531 | 9 | 2 | Property 'btn_edit' is not in camel case. | fecs-camelcase | → line 531, col 9: Property 'btn_edit' is not in camel case. |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 8, col 5: "env" is defined but never used |
| 10 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 10, col 5: "navbar" is defined but never used |
| 28 | 13 | 2 | "pageMax" is not defined. | no-undef | → line 28, col 13: "pageMax" is not defined. |
| 28 | 33 | 2 | Missing radix parameter. | radix | → line 28, col 33: Missing radix parameter. |
| 41 | 9 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 41, col 9: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 42 | 33 | 2 | Missing radix parameter. | radix | → line 42, col 33: Missing radix parameter. |
| 46 | 1 | 2 | Line 46 exceeds the maximum line length of 120. | max-len | → line 46, col 1: Line 46 exceeds the maximum line length of 120. |
| 46 | 25 | 2 | Identifier 'start_time' is not in camel case. | fecs-camelcase | → line 46, col 25: Identifier 'start_time' is not in camel case. |
| 47 | 33 | 2 | Missing radix parameter. | radix | → line 47, col 33: Missing radix parameter. |
| 48 | 1 | 2 | Line 48 exceeds the maximum line length of 120. | max-len | → line 48, col 1: Line 48 exceeds the maximum line length of 120. |
| 48 | 25 | 2 | Identifier 'end_time' is not in camel case. | fecs-camelcase | → line 48, col 25: Identifier 'end_time' is not in camel case. |
| 50 | 34 | 2 | Missing radix parameter. | radix | → line 50, col 34: Missing radix parameter. |
| 66 | 1 | 2 | Line 66 exceeds the maximum line length of 120. | max-len | → line 66, col 1: Line 66 exceeds the maximum line length of 120. |
| 68 | 37 | 2 | "pageMax" is not defined. | no-undef | → line 68, col 37: "pageMax" is not defined. |
| 96 | 17 | 1 | Unexpected console statement. | no-console | → line 96, col 17: Unexpected console statement. |
不规范数量:65
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 29 | 5 | 2 | Property 'has_more' is not in camel case. | fecs-camelcase | → line 29, col 5: Property 'has_more' is not in camel case. |
| 82 | 13 | 2 | Identifier 'current_category' is not in camel case. | fecs-camelcase | → line 82, col 13: Identifier 'current_category' is not in camel case. |
| 137 | 1 | 2 | Line 137 exceeds the maximum line length of 120. | max-len | → line 137, col 1: Line 137 exceeds the maximum line length of 120. |
| 170 | 9 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 170, col 9: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 172 | 26 | 2 | Identifier 'coupon_value' is not in camel case. | fecs-camelcase | → line 172, col 26: Identifier 'coupon_value' is not in camel case. |
| 173 | 26 | 2 | Identifier 'gmt_begin' is not in camel case. | fecs-camelcase | → line 173, col 26: Identifier 'gmt_begin' is not in camel case. |
| 174 | 26 | 2 | Identifier 'gmt_end' is not in camel case. | fecs-camelcase | → line 174, col 26: Identifier 'gmt_end' is not in camel case. |
| 175 | 24 | 2 | Missing radix parameter. | radix | → line 175, col 24: Missing radix parameter. |
| 178 | 13 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 178, col 13: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 180 | 39 | 2 | Identifier 'item_img' is not in camel case. | fecs-camelcase | → line 180, col 39: Identifier 'item_img' is not in camel case. |
| 182 | 39 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 182, col 39: Identifier 'price_ori' is not in camel case. |
| 196 | 13 | 2 | Property 'temai_coupon_list' is not in camel case. | fecs-camelcase | → line 196, col 13: Property 'temai_coupon_list' is not in camel case. |
| 203 | 9 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 203, col 9: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 205 | 26 | 2 | Identifier 'coupon_value' is not in camel case. | fecs-camelcase | → line 205, col 26: Identifier 'coupon_value' is not in camel case. |
| 206 | 26 | 2 | Identifier 'gmt_begin' is not in camel case. | fecs-camelcase | → line 206, col 26: Identifier 'gmt_begin' is not in camel case. |
| 207 | 26 | 2 | Identifier 'gmt_end' is not in camel case. | fecs-camelcase | → line 207, col 26: Identifier 'gmt_end' is not in camel case. |
| 208 | 24 | 2 | Missing radix parameter. | radix | → line 208, col 24: Missing radix parameter. |
| 209 | 24 | 2 | Missing radix parameter. | radix | → line 209, col 24: Missing radix parameter. |
| 219 | 13 | 2 | Property 'quaner_coupon_list' is not in camel case. | fecs-camelcase | → line 219, col 13: Property 'quaner_coupon_list' is not in camel case. |
| 226 | 9 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 226, col 9: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 228 | 27 | 2 | Identifier 'coupon_value' is not in camel case. | fecs-camelcase | → line 228, col 27: Identifier 'coupon_value' is not in camel case. |
| 229 | 27 | 2 | Identifier 'gmt_begin' is not in camel case. | fecs-camelcase | → line 229, col 27: Identifier 'gmt_begin' is not in camel case. |
| 230 | 27 | 2 | Identifier 'gmt_end' is not in camel case. | fecs-camelcase | → line 230, col 27: Identifier 'gmt_end' is not in camel case. |
| 231 | 24 | 2 | Missing radix parameter. | radix | → line 231, col 24: Missing radix parameter. |
| 232 | 24 | 2 | Missing radix parameter. | radix | → line 232, col 24: Missing radix parameter. |
| 252 | 22 | 2 | Identifier 'has_more' is not in camel case. | fecs-camelcase | → line 252, col 22: Identifier 'has_more' is not in camel case. |
| 252 | 40 | 2 | Identifier 'has_more' is not in camel case. | fecs-camelcase | → line 252, col 40: Identifier 'has_more' is not in camel case. |
| 256 | 17 | 1 | Unexpected console statement. | no-console | → line 256, col 17: Unexpected console statement. |
| 275 | 17 | 1 | Unexpected console statement. | no-console | → line 275, col 17: Unexpected console statement. |
| 283 | 13 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 283, col 13: Identifier 'event_id' is not in camel case. |
| 284 | 13 | 2 | Identifier 'coupon_id' is not in camel case. | fecs-camelcase | → line 284, col 13: Identifier 'coupon_id' is not in camel case. |
| 285 | 13 | 1 | "obtainResult" is defined but never used | no-unused-vars | → line 285, col 13: "obtainResult" is defined but never used |
| 295 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 295, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 298 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 298, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 305 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 305, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 308 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 308, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 315 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 315, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 322 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 322, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 338 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 338, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 341 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 341, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 348 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 348, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 351 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 351, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 358 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 358, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 365 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 365, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 381 | 13 | 2 | Identifier 'activity_id' is not in camel case. | fecs-camelcase | → line 381, col 13: Identifier 'activity_id' is not in camel case. |
| 391 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 391, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 394 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 394, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 424 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 424, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 433 | 35 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 433, col 35: Identifier 'event_id' is not in camel case. |
| 433 | 45 | 2 | Identifier 'coupon_id' is not in camel case. | fecs-camelcase | → line 433, col 45: Identifier 'coupon_id' is not in camel case. |
| 439 | 17 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 439, col 17: Property 'event_id' is not in camel case. |
| 440 | 17 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 440, col 17: Property 'coupon_id' is not in camel case. |
| 452 | 17 | 1 | Unexpected console statement. | no-console | → line 452, col 17: Unexpected console statement. |
| 457 | 36 | 2 | Identifier 'activity_id' is not in camel case. | fecs-camelcase | → line 457, col 36: Identifier 'activity_id' is not in camel case. |
| 462 | 17 | 2 | Property 'activity_id' is not in camel case. | fecs-camelcase | → line 462, col 17: Property 'activity_id' is not in camel case. |
| 469 | 17 | 1 | Unexpected console statement. | no-console | → line 469, col 17: Unexpected console statement. |
| 479 | 32 | 2 | ["end_time"] is better written in dot notation. | fecs-dot-notation | → line 479, col 32: ["end_time"] is better written in dot notation. |
| 485 | 17 | 1 | "endTime" is already defined | no-redeclare | → line 485, col 17: "endTime" is already defined |
| 485 | 32 | 2 | ["end_time"] is better written in dot notation. | fecs-dot-notation | → line 485, col 32: ["end_time"] is better written in dot notation. |
| 498 | 13 | 2 | Expected key `day` but `'day'` found. | fecs-properties-quote | → line 498, col 13: Expected key `day` but `'day'` found. |
| 499 | 13 | 2 | Expected key `fullTime` but `'fullTime'` found. | fecs-properties-quote | → line 499, col 13: Expected key `fullTime` but `'fullTime'` found. |
| 503 | 33 | 2 | Missing radix parameter. | radix | → line 503, col 33: Missing radix parameter. |
| 509 | 16 | 2 | Missing radix parameter. | radix | → line 509, col 16: Missing radix parameter. |
| 519 | 16 | 2 | Missing radix parameter. | radix | → line 519, col 16: Missing radix parameter. |
不规范数量:12
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 7, col 5: "httpurl" is defined but never used |
| 8 | 5 | 1 | "template" is defined but never used | no-unused-vars | → line 8, col 5: "template" is defined but never used |
| 9 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 9, col 5: "env" is defined but never used |
| 11 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 11, col 5: "navbar" is defined but never used |
| 57 | 26 | 2 | Missing radix parameter. | radix | → line 57, col 26: Missing radix parameter. |
| 81 | 24 | 2 | Missing radix parameter. | radix | → line 81, col 24: Missing radix parameter. |
| 82 | 25 | 2 | Missing radix parameter. | radix | → line 82, col 25: Missing radix parameter. |
| 83 | 24 | 2 | Missing radix parameter. | radix | → line 83, col 24: Missing radix parameter. |
| 112 | 17 | 2 | Property 'baby_name' is not in camel case. | fecs-camelcase | → line 112, col 17: Property 'baby_name' is not in camel case. |
| 115 | 17 | 2 | Property 'baby_birthday' is not in camel case. | fecs-camelcase | → line 115, col 17: Property 'baby_birthday' is not in camel case. |
| 116 | 17 | 2 | Property 'baby_gender' is not in camel case. | fecs-camelcase | → line 116, col 17: Property 'baby_gender' is not in camel case. |
不规范数量:19
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 7, col 5: "httpurl" is defined but never used |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 45 | 17 | 2 | Expected key `year` but `'year'` found. | fecs-properties-quote | → line 45, col 17: Expected key `year` but `'year'` found. |
| 46 | 17 | 2 | Expected key `months` but `'months'` found. | fecs-properties-quote | → line 46, col 17: Expected key `months` but `'months'` found. |
| 47 | 17 | 2 | Expected key `days` but `'days'` found. | fecs-properties-quote | → line 47, col 17: Expected key `days` but `'days'` found. |
| 65 | 17 | 2 | "resultStr" is not defined. | no-undef | → line 65, col 17: "resultStr" is not defined. |
| 68 | 17 | 2 | "resultStr" is not defined. | no-undef | → line 68, col 17: "resultStr" is not defined. |
| 71 | 17 | 2 | "resultStr" is not defined. | no-undef | → line 71, col 17: "resultStr" is not defined. |
| 74 | 17 | 2 | "resultStr" is not defined. | no-undef | → line 74, col 17: "resultStr" is not defined. |
| 77 | 17 | 2 | "resultStr" is not defined. | no-undef | → line 77, col 17: "resultStr" is not defined. |
| 81 | 13 | 2 | "resultStr" is not defined. | no-undef | → line 81, col 13: "resultStr" is not defined. |
| 84 | 16 | 2 | "resultStr" is not defined. | no-undef | → line 84, col 16: "resultStr" is not defined. |
| 118 | 25 | 2 | Missing radix parameter. | radix | → line 118, col 25: Missing radix parameter. |
| 144 | 34 | 2 | Identifier 'baby_birthday' is not in camel case. | fecs-camelcase | → line 144, col 34: Identifier 'baby_birthday' is not in camel case. |
| 147 | 34 | 2 | Identifier 'baby_birthday' is not in camel case. | fecs-camelcase | → line 147, col 34: Identifier 'baby_birthday' is not in camel case. |
| 170 | 21 | 1 | Unexpected console statement. | no-console | → line 170, col 21: Unexpected console statement. |
| 181 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 181, col 13: "that" is defined but never used |
| 192 | 1 | 2 | Line 192 exceeds the maximum line length of 120. | max-len | → line 192, col 1: Line 192 exceeds the maximum line length of 120. |
不规范数量:19
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 7 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 7, col 5: "httpurl" is defined but never used |
| 8 | 5 | 1 | "template" is defined but never used | no-unused-vars | → line 8, col 5: "template" is defined but never used |
| 9 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 9, col 5: "env" is defined but never used |
| 11 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 11, col 5: "navbar" is defined but never used |
| 19 | 13 | 2 | Expected key `opacity` but `'opacity'` found. | fecs-properties-quote | → line 19, col 13: Expected key `opacity` but `'opacity'` found. |
| 99 | 1 | 2 | Line 99 exceeds the maximum line length of 120. | max-len | → line 99, col 1: Line 99 exceeds the maximum line length of 120. |
| 106 | 1 | 2 | Line 106 exceeds the maximum line length of 120. | max-len | → line 106, col 1: Line 106 exceeds the maximum line length of 120. |
| 115 | 35 | 1 | Missing '()' invoking a constructor | new-parens | → line 115, col 35: Missing '()' invoking a constructor |
| 135 | 17 | 2 | Expected key `top` but `'top'` found. | fecs-properties-quote | → line 135, col 17: Expected key `top` but `'top'` found. |
| 151 | 21 | 2 | Expected key `opacity` but `'opacity'` found. | fecs-properties-quote | → line 151, col 21: Expected key `opacity` but `'opacity'` found. |
| 179 | 17 | 2 | Expected key `opacity` but `'opacity'` found. | fecs-properties-quote | → line 179, col 17: Expected key `opacity` but `'opacity'` found. |
| 239 | 1 | 2 | Line 239 exceeds the maximum line length of 120. | max-len | → line 239, col 1: Line 239 exceeds the maximum line length of 120. |
| 262 | 13 | 2 | Identifier 'birth_year' is not in camel case. | fecs-camelcase | → line 262, col 13: Identifier 'birth_year' is not in camel case. |
| 263 | 13 | 2 | Identifier 'birth_month' is not in camel case. | fecs-camelcase | → line 263, col 13: Identifier 'birth_month' is not in camel case. |
| 264 | 13 | 2 | Identifier 'birth_day' is not in camel case. | fecs-camelcase | → line 264, col 13: Identifier 'birth_day' is not in camel case. |
| 279 | 17 | 2 | Property 'baby_birthday' is not in camel case. | fecs-camelcase | → line 279, col 17: Property 'baby_birthday' is not in camel case. |
| 280 | 17 | 2 | Property 'baby_gender' is not in camel case. | fecs-camelcase | → line 280, col 17: Property 'baby_gender' is not in camel case. |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 11 | 9 | 2 | Identifier 'btn_getCode' is not in camel case. | fecs-camelcase | → line 11, col 9: Identifier 'btn_getCode' is not in camel case. |
| 11 | 9 | 1 | "btn_getCode" is defined but never used | no-unused-vars | → line 11, col 9: "btn_getCode" is defined but never used |
| 87 | 9 | 2 | Identifier 'btn_submit' is not in camel case. | fecs-camelcase | → line 87, col 9: Identifier 'btn_submit' is not in camel case. |
| 87 | 9 | 1 | "btn_submit" is defined but never used | no-unused-vars | → line 87, col 9: "btn_submit" is defined but never used |
| 118 | 13 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 118, col 13: Identifier '_lock' is not in camel case. |
| 162 | 45 | 1 | Unexpected console statement. | no-console | → line 162, col 45: Unexpected console statement. |
| 176 | 29 | 1 | Unexpected console statement. | no-console | → line 176, col 29: Unexpected console statement. |
| 180 | 25 | 1 | Unexpected console statement. | no-console | → line 180, col 25: Unexpected console statement. |
| 195 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 195, col 4: "Zepto" is not defined. |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 11 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 11, col 5: "BB" is defined but never used |
| 14 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 14, col 5: "navbar" is defined but never used |
| 36 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 36, col 1: Expected exception block, space or tab after "/*" in comment. |
| 60 | 13 | 2 | "filterBarExtraY" is not defined. | no-undef | → line 60, col 13: "filterBarExtraY" is not defined. |
| 178 | 21 | 2 | Property 'martshow_items' is not in camel case. | fecs-camelcase | → line 178, col 21: Property 'martshow_items' is not in camel case. |
| 187 | 30 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 187, col 30: Identifier 'price_ori' is not in camel case. |
| 199 | 30 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 199, col 30: Identifier 'main_img' is not in camel case. |
| 217 | 29 | 2 | Property 'martshow_item_categories' is not in camel case. | fecs-camelcase | → line 217, col 29: Property 'martshow_item_categories' is not in camel case. |
| 218 | 29 | 2 | Property 'coupon_brand' is not in camel case. | fecs-camelcase | → line 218, col 29: Property 'coupon_brand' is not in camel case. |
| 223 | 1 | 2 | Line 223 exceeds the maximum line length of 120. | max-len | → line 223, col 1: Line 223 exceeds the maximum line length of 120. |
| 230 | 25 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 230, col 25: Property 'gmt_begin' is not in camel case. |
| 231 | 25 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 231, col 25: Property 'gmt_end' is not in camel case. |
| 234 | 52 | 2 | Missing radix parameter. | radix | → line 234, col 52: Missing radix parameter. |
| 329 | 36 | 2 | Unexpected trailing comma. | comma-dangle | → line 329, col 36: Unexpected trailing comma. |
| 353 | 13 | 2 | Expected key `rid` but `'rid'` found. | fecs-properties-quote | → line 353, col 13: Expected key `rid` but `'rid'` found. |
| 354 | 13 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 354, col 13: Expected key `entity_type` but `'entity_type'` found. |
| 355 | 13 | 2 | Expected key `entity_list` but `'entity_list'` found. | fecs-properties-quote | → line 355, col 13: Expected key `entity_list` but `'entity_list'` found. |
| 356 | 13 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 356, col 13: Expected key `et` but `'et'` found. |
| 358 | 17 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 358, col 17: Expected key `tab` but `'tab'` found. |
| 364 | 17 | 1 | "tab" is defined but never used | no-unused-vars | → line 364, col 17: "tab" is defined but never used |
| 365 | 17 | 1 | "title" is defined but never used | no-unused-vars | → line 365, col 17: "title" is defined but never used |
| 367 | 17 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 367, col 17: Expected key `entity_type` but `'entity_type'` found. |
| 368 | 17 | 2 | Expected key `entity_list` but `'entity_list'` found. | fecs-properties-quote | → line 368, col 17: Expected key `entity_list` but `'entity_list'` found. |
| 369 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 369, col 17: Expected key `et` but `'et'` found. |
不规范数量:8
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 32 | 9 | 2 | Identifier 'G_counter' is not in camel case. | fecs-camelcase | → line 32, col 9: Identifier 'G_counter' is not in camel case. |
| 33 | 9 | 2 | Identifier 'G_loading' is not in camel case. | fecs-camelcase | → line 33, col 9: Identifier 'G_loading' is not in camel case. |
| 34 | 9 | 2 | Identifier 'G_title' is not in camel case. | fecs-camelcase | → line 34, col 9: Identifier 'G_title' is not in camel case. |
| 35 | 9 | 2 | Identifier 'G_categoryName' is not in camel case. | fecs-camelcase | → line 35, col 9: Identifier 'G_categoryName' is not in camel case. |
| 36 | 9 | 2 | Identifier 'G_pageEmpty' is not in camel case. | fecs-camelcase | → line 36, col 9: Identifier 'G_pageEmpty' is not in camel case. |
| 152 | 17 | 2 | Identifier 'W_scrollTop' is not in camel case. | fecs-camelcase | → line 152, col 17: Identifier 'W_scrollTop' is not in camel case. |
| 200 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 200, col 4: "Zepto" is not defined. |
不规范数量:17
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 8, col 5: "env" is defined but never used |
| 14 | 5 | 2 | Identifier '_mobile' is not in camel case. | fecs-camelcase | → line 14, col 5: Identifier '_mobile' is not in camel case. |
| 58 | 17 | 2 | Expected key `ispass` but `'ispass'` found. | fecs-properties-quote | → line 58, col 17: Expected key `ispass` but `'ispass'` found. |
| 59 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 59, col 17: Expected key `error` but `'error'` found. |
| 60 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 60, col 17: Expected key `errorText` but `'errorText'` found. |
| 69 | 17 | 2 | Expected key `ispass` but `'ispass'` found. | fecs-properties-quote | → line 69, col 17: Expected key `ispass` but `'ispass'` found. |
| 70 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 70, col 17: Expected key `error` but `'error'` found. |
| 71 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 71, col 17: Expected key `errorText` but `'errorText'` found. |
| 80 | 17 | 2 | Expected key `ispass` but `'ispass'` found. | fecs-properties-quote | → line 80, col 17: Expected key `ispass` but `'ispass'` found. |
| 166 | 13 | 1 | "$icheckcode" is defined but never used | no-unused-vars | → line 166, col 13: "$icheckcode" is defined but never used |
| 183 | 17 | 2 | Expected key `phone` but `'phone'` found. | fecs-properties-quote | → line 183, col 17: Expected key `phone` but `'phone'` found. |
| 184 | 17 | 2 | Expected key `msgPin` but `'msgPin'` found. | fecs-properties-quote | → line 184, col 17: Expected key `msgPin` but `'msgPin'` found. |
| 190 | 21 | 2 | Expected key `tel` but `'tel'` found. | fecs-properties-quote | → line 190, col 21: Expected key `tel` but `'tel'` found. |
| 191 | 21 | 2 | Expected key `code` but `'code'` found. | fecs-properties-quote | → line 191, col 21: Expected key `code` but `'code'` found. |
| 192 | 21 | 2 | Expected key `rams_device_id` but `'rams_device_id'` found. | fecs-properties-quote | → line 192, col 21: Expected key `rams_device_id` but `'rams_device_id'` found. |
| 231 | 13 | 2 | Identifier '_mobile' is not in camel case. | fecs-camelcase | → line 231, col 13: Identifier '_mobile' is not in camel case. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 84 | 17 | 2 | Expected key `tel` but `'tel'` found. | fecs-properties-quote | → line 84, col 17: Expected key `tel` but `'tel'` found. |
不规范数量:26
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 53 | 17 | 2 | Expected key `ispass` but `'ispass'` found. | fecs-properties-quote | → line 53, col 17: Expected key `ispass` but `'ispass'` found. |
| 54 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 54, col 17: Expected key `error` but `'error'` found. |
| 55 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 55, col 17: Expected key `errorText` but `'errorText'` found. |
| 64 | 17 | 2 | Expected key `ispass` but `'ispass'` found. | fecs-properties-quote | → line 64, col 17: Expected key `ispass` but `'ispass'` found. |
| 65 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 65, col 17: Expected key `error` but `'error'` found. |
| 66 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 66, col 17: Expected key `errorText` but `'errorText'` found. |
| 75 | 17 | 2 | Expected key `ispass` but `'ispass'` found. | fecs-properties-quote | → line 75, col 17: Expected key `ispass` but `'ispass'` found. |
| 76 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 76, col 17: Expected key `error` but `'error'` found. |
| 77 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 77, col 17: Expected key `errorText` but `'errorText'` found. |
| 86 | 17 | 2 | Expected key `ispass` but `'ispass'` found. | fecs-properties-quote | → line 86, col 17: Expected key `ispass` but `'ispass'` found. |
| 229 | 17 | 2 | Expected key `email` but `'email'` found. | fecs-properties-quote | → line 229, col 17: Expected key `email` but `'email'` found. |
| 230 | 17 | 2 | Expected key `password` but `'password'` found. | fecs-properties-quote | → line 230, col 17: Expected key `password` but `'password'` found. |
| 231 | 17 | 2 | Expected key `checkcode` but `'checkcode'` found. | fecs-properties-quote | → line 231, col 17: Expected key `checkcode` but `'checkcode'` found. |
| 237 | 21 | 2 | Expected key `username` but `'username'` found. | fecs-properties-quote | → line 237, col 21: Expected key `username` but `'username'` found. |
| 238 | 21 | 2 | Expected key `passwd` but `'passwd'` found. | fecs-properties-quote | → line 238, col 21: Expected key `passwd` but `'passwd'` found. |
| 239 | 21 | 2 | Expected key `remember_me` but `'remember_me'` found. | fecs-properties-quote | → line 239, col 21: Expected key `remember_me` but `'remember_me'` found. |
| 240 | 21 | 2 | Expected key `checkcode` but `'checkcode'` found. | fecs-properties-quote | → line 240, col 21: Expected key `checkcode` but `'checkcode'` found. |
| 241 | 21 | 2 | Expected key `rams_device_id` but `'rams_device_id'` found. | fecs-properties-quote | → line 241, col 21: Expected key `rams_device_id` but `'rams_device_id'` found. |
| 288 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 288, col 5: Expected exception block, space or tab after "/*" in comment. |
| 310 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 310, col 5: Expected exception block, space or tab after "/*" in comment. |
| 318 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 318, col 5: Expected exception block, space or tab after "/*" in comment. |
| 325 | 13 | 2 | Identifier '_appId' is not in camel case. | fecs-camelcase | → line 325, col 13: Identifier '_appId' is not in camel case. |
| 328 | 32 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 328, col 32: A constructor name should not start with a lowercase letter. |
| 332 | 13 | 2 | Property 'redirect_uri' is not in camel case. | fecs-camelcase | → line 332, col 13: Property 'redirect_uri' is not in camel case. |
| 333 | 13 | 2 | Property 'response_type' is not in camel case. | fecs-camelcase | → line 333, col 13: Property 'response_type' is not in camel case. |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 10 | 5 | 2 | Identifier '_mobile' is not in camel case. | fecs-camelcase | → line 10, col 5: Identifier '_mobile' is not in camel case. |
| 145 | 21 | 2 | Property 'tel_code' is not in camel case. | fecs-camelcase | → line 145, col 21: Property 'tel_code' is not in camel case. |
| 146 | 21 | 2 | Property 'new_passwd' is not in camel case. | fecs-camelcase | → line 146, col 21: Property 'new_passwd' is not in camel case. |
不规范数量:33
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 12 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 12, col 1: Expected exception block, space or tab after "/*" in comment. |
| 36 | 13 | 1 | "$emailInput" is defined but never used | no-unused-vars | → line 36, col 13: "$emailInput" is defined but never used |
| 42 | 9 | 2 | "that" is not defined. | no-undef | → line 42, col 9: "that" is not defined. |
| 44 | 9 | 2 | "that" is not defined. | no-undef | → line 44, col 9: "that" is not defined. |
| 54 | 22 | 2 | "that" is not defined. | no-undef | → line 54, col 22: "that" is not defined. |
| 55 | 17 | 2 | Expected key `phoneNumber` but `'phoneNumber'` found. | fecs-properties-quote | → line 55, col 17: Expected key `phoneNumber` but `'phoneNumber'` found. |
| 56 | 17 | 2 | Expected key `pinCode` but `'pinCode'` found. | fecs-properties-quote | → line 56, col 17: Expected key `pinCode` but `'pinCode'` found. |
| 57 | 17 | 2 | Expected key `password` but `'password'` found. | fecs-properties-quote | → line 57, col 17: Expected key `password` but `'password'` found. |
| 61 | 17 | 2 | "that" is not defined. | no-undef | → line 61, col 17: "that" is not defined. |
| 62 | 21 | 2 | Expected key `tel` but `'tel'` found. | fecs-properties-quote | → line 62, col 21: Expected key `tel` but `'tel'` found. |
| 63 | 21 | 2 | Expected key `tel_code` but `'tel_code'` found. | fecs-properties-quote | → line 63, col 21: Expected key `tel_code` but `'tel_code'` found. |
| 64 | 21 | 2 | Expected key `passwd` but `'passwd'` found. | fecs-properties-quote | → line 64, col 21: Expected key `passwd` but `'passwd'` found. |
| 65 | 21 | 2 | Expected key `checkcode` but `'checkcode'` found. | fecs-properties-quote | → line 65, col 21: Expected key `checkcode` but `'checkcode'` found. |
| 66 | 21 | 2 | Expected key `rams_device_id` but `'rams_device_id'` found. | fecs-properties-quote | → line 66, col 21: Expected key `rams_device_id` but `'rams_device_id'` found. |
| 83 | 26 | 2 | "that" is not defined. | no-undef | → line 83, col 26: "that" is not defined. |
| 84 | 17 | 2 | Expected key `phoneNumber` but `'phoneNumber'` found. | fecs-properties-quote | → line 84, col 17: Expected key `phoneNumber` but `'phoneNumber'` found. |
| 101 | 9 | 2 | "that" is not defined. | no-undef | → line 101, col 9: "that" is not defined. |
| 104 | 9 | 2 | "that" is not defined. | no-undef | → line 104, col 9: "that" is not defined. |
| 107 | 9 | 2 | "that" is not defined. | no-undef | → line 107, col 9: "that" is not defined. |
| 116 | 13 | 2 | Identifier '_mobile' is not in camel case. | fecs-camelcase | → line 116, col 13: Identifier '_mobile' is not in camel case. |
| 158 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 158, col 17: Expected key `error` but `'error'` found. |
| 159 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 159, col 17: Expected key `errorText` but `'errorText'` found. |
| 168 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 168, col 17: Expected key `error` but `'error'` found. |
| 169 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 169, col 17: Expected key `errorText` but `'errorText'` found. |
| 178 | 17 | 2 | Expected key `error` but `'error'` found. | fecs-properties-quote | → line 178, col 17: Expected key `error` but `'error'` found. |
| 179 | 17 | 2 | Expected key `errorText` but `'errorText'` found. | fecs-properties-quote | → line 179, col 17: Expected key `errorText` but `'errorText'` found. |
| 348 | 9 | 2 | Identifier '_needCountDown' is not in camel case. | fecs-camelcase | → line 348, col 9: Identifier '_needCountDown' is not in camel case. |
| 348 | 9 | 1 | "_needCountDown" is defined but never used | no-unused-vars | → line 348, col 9: "_needCountDown" is defined but never used |
| 349 | 9 | 2 | Expected key `checkcode` but `'checkcode'` found. | fecs-properties-quote | → line 349, col 9: Expected key `checkcode` but `'checkcode'` found. |
| 350 | 9 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 350, col 9: Expected key `key` but `'key'` found. |
| 351 | 9 | 2 | Expected key `tel` but `'tel'` found. | fecs-properties-quote | → line 351, col 9: Expected key `tel` but `'tel'` found. |
不规范数量:151
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 6 | 43 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 6, col 43: Expected exception block, space or tab after "//" in comment. |
| 10 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 10, col 5: "navbar" is defined but never used |
| 11 | 5 | 1 | "fingerprint" is defined but never used | no-unused-vars | → line 11, col 5: "fingerprint" is defined but never used |
| 13 | 1 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 13, col 1: Expected exception block, space or tab after "//" in comment. |
| 14 | 1 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 14, col 1: Split 'var' declarations into multiple statements. |
| 14 | 5 | 2 | Identifier '_code' is not in camel case. | fecs-camelcase | → line 14, col 5: Identifier '_code' is not in camel case. |
| 15 | 5 | 2 | Identifier '_redirect' is not in camel case. | fecs-camelcase | → line 15, col 5: Identifier '_redirect' is not in camel case. |
| 16 | 5 | 2 | Identifier '_indexUrl' is not in camel case. | fecs-camelcase | → line 16, col 5: Identifier '_indexUrl' is not in camel case. |
| 17 | 1 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 17, col 1: Expected exception block, space or tab after "//" in comment. |
| 19 | 5 | 2 | Identifier '_token' is not in camel case. | fecs-camelcase | → line 19, col 5: Identifier '_token' is not in camel case. |
| 19 | 13 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 19, col 13: Expected exception block, space or tab after "//" in comment. |
| 22 | 25 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 22, col 25: Expected exception block, space or tab after "//" in comment. |
| 26 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 26, col 1: Expected exception block, space or tab after "/*" in comment. |
| 27 | 5 | 2 | Identifier 'page_wait' is not in camel case. | fecs-camelcase | → line 27, col 5: Identifier 'page_wait' is not in camel case. |
| 28 | 9 | 2 | Identifier '_$page' is not in camel case. | fecs-camelcase | → line 28, col 9: Identifier '_$page' is not in camel case. |
| 30 | 24 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 30, col 24: Expected exception block, space or tab after "//" in comment. |
| 43 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 43, col 1: Expected exception block, space or tab after "/*" in comment. |
| 45 | 1 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 45, col 1: Missing JSDoc @return for function. |
| 45 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 45, col 1: Expected exception block, space or tab after "/*" in comment. |
| 45 | 1 | 2 | Missing JSDoc for parameter "_$page". | fecs-valid-jsdoc | → line 45, col 1: Missing JSDoc for parameter "_$page". |
| 46 | 24 | 2 | Identifier '_$page' is not in camel case. | fecs-camelcase | → line 46, col 24: Identifier '_$page' is not in camel case. |
| 58 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 58, col 1: Expected exception block, space or tab after "/*" in comment. |
| 58 | 1 | 2 | Missing JSDoc for parameter "_$page". | fecs-valid-jsdoc | → line 58, col 1: Missing JSDoc for parameter "_$page". |
| 58 | 1 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 58, col 1: Missing JSDoc @return for function. |
| 59 | 23 | 2 | Identifier '_$page' is not in camel case. | fecs-camelcase | → line 59, col 23: Identifier '_$page' is not in camel case. |
| 60 | 5 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 60, col 5: Split 'var' declarations into multiple statements. |
| 60 | 9 | 2 | Identifier '_isInit' is not in camel case. | fecs-camelcase | → line 60, col 9: Identifier '_isInit' is not in camel case. |
| 60 | 26 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 60, col 26: Expected exception block, space or tab after "//" in comment. |
| 62 | 9 | 2 | Identifier '_isShow' is not in camel case. | fecs-camelcase | → line 62, col 9: Identifier '_isShow' is not in camel case. |
| 62 | 26 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 62, col 26: Expected exception block, space or tab after "//" in comment. |
| 70 | 9 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 70, col 9: Expected exception block, space or tab after "//" in comment. |
| 79 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 79, col 9: Split 'var' declarations into multiple statements. |
| 107 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 107, col 9: Split 'var' declarations into multiple statements. |
| 131 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 131, col 1: Expected exception block, space or tab after "/*" in comment. |
| 132 | 5 | 2 | Identifier 'page_new' is not in camel case. | fecs-camelcase | → line 132, col 5: Identifier 'page_new' is not in camel case. |
| 133 | 5 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 133, col 5: Split 'var' declarations into multiple statements. |
| 133 | 9 | 2 | Identifier '_$page' is not in camel case. | fecs-camelcase | → line 133, col 9: Identifier '_$page' is not in camel case. |
| 134 | 9 | 2 | Identifier '_isInit' is not in camel case. | fecs-camelcase | → line 134, col 9: Identifier '_isInit' is not in camel case. |
| 136 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 136, col 5: Expected exception block, space or tab after "/*" in comment. |
| 139 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 139, col 5: Expected exception block, space or tab after "/*" in comment. |
| 140 | 9 | 2 | Identifier 'pin_btn' is not in camel case. | fecs-camelcase | → line 140, col 9: Identifier 'pin_btn' is not in camel case. |
| 143 | 13 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 143, col 13: Identifier '_lock' is not in camel case. |
| 143 | 23 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 143, col 23: Expected exception block, space or tab after "//" in comment. |
| 156 | 9 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 156, col 9: Expected exception block, space or tab after "/*" in comment. |
| 185 | 21 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 185, col 21: Split 'var' declarations into multiple statements. |
| 200 | 9 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 200, col 9: Expected exception block, space or tab after "//" in comment. |
| 202 | 17 | 2 | Identifier '_tel' is not in camel case. | fecs-camelcase | → line 202, col 17: Identifier '_tel' is not in camel case. |
| 247 | 13 | 2 | Identifier '_st' is not in camel case. | fecs-camelcase | → line 247, col 13: Identifier '_st' is not in camel case. |
| 247 | 18 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 247, col 18: Expected exception block, space or tab after "//" in comment. |
| 248 | 9 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 248, col 9: Expected exception block, space or tab after "//" in comment. |
| 252 | 27 | 2 | Strings must use singlequote. | quotes | → line 252, col 27: Strings must use singlequote. |
| 264 | 26 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 264, col 26: Unexpected 'else' after 'return'. |
| 279 | 21 | 2 | Identifier '_tel' is not in camel case. | fecs-camelcase | → line 279, col 21: Identifier '_tel' is not in camel case. |
| 294 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 294, col 5: Expected exception block, space or tab after "/*" in comment. |
| 295 | 9 | 2 | Identifier 'signup_btn' is not in camel case. | fecs-camelcase | → line 295, col 9: Identifier 'signup_btn' is not in camel case. |
| 298 | 13 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 298, col 13: Identifier '_lock' is not in camel case. |
| 298 | 23 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 298, col 23: Expected exception block, space or tab after "//" in comment. |
| 311 | 40 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 311, col 40: Expected exception block, space or tab after "//" in comment. |
| 315 | 9 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 315, col 9: Expected exception block, space or tab after "//" in comment. |
| 321 | 13 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 321, col 13: Split 'var' declarations into multiple statements. |
| 321 | 17 | 2 | Identifier '_tel' is not in camel case. | fecs-camelcase | → line 321, col 17: Identifier '_tel' is not in camel case. |
| 322 | 17 | 2 | Identifier '_validCode' is not in camel case. | fecs-camelcase | → line 322, col 17: Identifier '_validCode' is not in camel case. |
| 323 | 17 | 2 | Identifier '_pwd' is not in camel case. | fecs-camelcase | → line 323, col 17: Identifier '_pwd' is not in camel case. |
| 324 | 17 | 2 | Identifier '_checkCode' is not in camel case. | fecs-camelcase | → line 324, col 17: Identifier '_checkCode' is not in camel case. |
| 325 | 1 | 2 | Line 325 exceeds the maximum line length of 120. | max-len | → line 325, col 1: Line 325 exceeds the maximum line length of 120. |
| 325 | 127 | 2 | "check" was used before it was defined | no-use-before-define | → line 325, col 127: "check" was used before it was defined |
| 330 | 13 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 330, col 13: Split 'var' declarations into multiple statements. |
| 333 | 21 | 2 | Property 'tel_code' is not in camel case. | fecs-camelcase | → line 333, col 21: Property 'tel_code' is not in camel case. |
| 345 | 46 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 345, col 46: Expected exception block, space or tab after "//" in comment. |
| 349 | 25 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 349, col 25: Expected exception block, space or tab after "//" in comment. |
| 355 | 25 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 355, col 25: Expected exception block, space or tab after "//" in comment. |
| 382 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 382, col 5: Expected exception block, space or tab after "/*" in comment. |
| 383 | 9 | 2 | Identifier 'go_login_btn' is not in camel case. | fecs-camelcase | → line 383, col 9: Identifier 'go_login_btn' is not in camel case. |
| 386 | 17 | 2 | "page_old" was used before it was defined | no-use-before-define | → line 386, col 17: "page_old" was used before it was defined |
| 386 | 17 | 2 | Identifier 'page_old' is not in camel case. | fecs-camelcase | → line 386, col 17: Identifier 'page_old' is not in camel case. |
| 395 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 395, col 5: Expected exception block, space or tab after "/*" in comment. |
| 398 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 398, col 5: Expected exception block, space or tab after "/*" in comment. |
| 398 | 5 | 2 | Missing JSDoc for parameter "val". | fecs-valid-jsdoc | → line 398, col 5: Missing JSDoc for parameter "val". |
| 398 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 398, col 5: Missing JSDoc @return for function. |
| 400 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 400, col 9: Split 'var' declarations into multiple statements. |
| 420 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 420, col 5: Missing JSDoc @return for function. |
| 420 | 5 | 2 | Missing JSDoc for parameter "val". | fecs-valid-jsdoc | → line 420, col 5: Missing JSDoc for parameter "val". |
| 420 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 420, col 5: Expected exception block, space or tab after "/*" in comment. |
| 422 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 422, col 9: Split 'var' declarations into multiple statements. |
| 442 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 442, col 5: Missing JSDoc @return for function. |
| 442 | 5 | 2 | Missing JSDoc for parameter "val". | fecs-valid-jsdoc | → line 442, col 5: Missing JSDoc for parameter "val". |
| 442 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 442, col 5: Expected exception block, space or tab after "/*" in comment. |
| 444 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 444, col 9: Split 'var' declarations into multiple statements. |
| 464 | 24 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 464, col 24: Expected exception block, space or tab after "//" in comment. |
| 468 | 9 | 2 | Identifier 'pin_btn' is not in camel case. | fecs-camelcase | → line 468, col 9: Identifier 'pin_btn' is not in camel case. |
| 478 | 9 | 2 | Identifier 'pin_btn' is not in camel case. | fecs-camelcase | → line 478, col 9: Identifier 'pin_btn' is not in camel case. |
| 479 | 9 | 2 | Identifier 'signup_btn' is not in camel case. | fecs-camelcase | → line 479, col 9: Identifier 'signup_btn' is not in camel case. |
| 480 | 9 | 2 | Identifier 'go_login_btn' is not in camel case. | fecs-camelcase | → line 480, col 9: Identifier 'go_login_btn' is not in camel case. |
| 484 | 23 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 484, col 23: Expected exception block, space or tab after "//" in comment. |
| 485 | 13 | 2 | Identifier 'page_wait' is not in camel case. | fecs-camelcase | → line 485, col 13: Identifier 'page_wait' is not in camel case. |
| 485 | 35 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 485, col 35: Expected '!==' and instead saw '!='. |
| 486 | 13 | 2 | Identifier 'page_wait' is not in camel case. | fecs-camelcase | → line 486, col 13: Identifier 'page_wait' is not in camel case. |
| 489 | 9 | 2 | Identifier 'page_old' is not in camel case. | fecs-camelcase | → line 489, col 9: Identifier 'page_old' is not in camel case. |
| 489 | 9 | 2 | "page_old" was used before it was defined | no-use-before-define | → line 489, col 9: "page_old" was used before it was defined |
| 502 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 502, col 1: Expected exception block, space or tab after "/*" in comment. |
| 503 | 5 | 2 | Identifier 'page_old' is not in camel case. | fecs-camelcase | → line 503, col 5: Identifier 'page_old' is not in camel case. |
| 504 | 5 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 504, col 5: Split 'var' declarations into multiple statements. |
| 504 | 9 | 2 | Identifier '_$page' is not in camel case. | fecs-camelcase | → line 504, col 9: Identifier '_$page' is not in camel case. |
| 505 | 9 | 2 | Identifier '_isInit' is not in camel case. | fecs-camelcase | → line 505, col 9: Identifier '_isInit' is not in camel case. |
| 507 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 507, col 5: Expected exception block, space or tab after "/*" in comment. |
| 510 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 510, col 5: Expected exception block, space or tab after "/*" in comment. |
| 511 | 9 | 2 | Identifier 'login_btn' is not in camel case. | fecs-camelcase | → line 511, col 9: Identifier 'login_btn' is not in camel case. |
| 514 | 13 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 514, col 13: Identifier '_lock' is not in camel case. |
| 514 | 23 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 514, col 23: Expected exception block, space or tab after "//" in comment. |
| 527 | 40 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 527, col 40: Expected exception block, space or tab after "//" in comment. |
| 531 | 9 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 531, col 9: Expected exception block, space or tab after "//" in comment. |
| 537 | 13 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 537, col 13: Split 'var' declarations into multiple statements. |
| 537 | 17 | 2 | Identifier '_userName' is not in camel case. | fecs-camelcase | → line 537, col 17: Identifier '_userName' is not in camel case. |
| 538 | 17 | 2 | Identifier '_pwd' is not in camel case. | fecs-camelcase | → line 538, col 17: Identifier '_pwd' is not in camel case. |
| 539 | 17 | 2 | Identifier '_checkCode' is not in camel case. | fecs-camelcase | → line 539, col 17: Identifier '_checkCode' is not in camel case. |
| 540 | 1 | 2 | Line 540 exceeds the maximum line length of 120. | max-len | → line 540, col 1: Line 540 exceeds the maximum line length of 120. |
| 540 | 97 | 2 | "check" was used before it was defined | no-use-before-define | → line 540, col 97: "check" was used before it was defined |
| 545 | 13 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 545, col 13: Split 'var' declarations into multiple statements. |
| 550 | 21 | 2 | Property 'remember_me' is not in camel case. | fecs-camelcase | → line 550, col 21: Property 'remember_me' is not in camel case. |
| 560 | 46 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 560, col 46: Expected exception block, space or tab after "//" in comment. |
| 564 | 25 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 564, col 25: Expected exception block, space or tab after "//" in comment. |
| 570 | 25 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 570, col 25: Expected exception block, space or tab after "//" in comment. |
| 597 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 597, col 5: Expected exception block, space or tab after "/*" in comment. |
| 598 | 9 | 2 | Identifier 'go_signup_btn' is not in camel case. | fecs-camelcase | → line 598, col 9: Identifier 'go_signup_btn' is not in camel case. |
| 601 | 17 | 2 | Identifier 'page_new' is not in camel case. | fecs-camelcase | → line 601, col 17: Identifier 'page_new' is not in camel case. |
| 610 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 610, col 5: Expected exception block, space or tab after "/*" in comment. |
| 613 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 613, col 5: Expected exception block, space or tab after "/*" in comment. |
| 613 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 613, col 5: Missing JSDoc @return for function. |
| 613 | 5 | 2 | Missing JSDoc for parameter "val". | fecs-valid-jsdoc | → line 613, col 5: Missing JSDoc for parameter "val". |
| 615 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 615, col 9: Split 'var' declarations into multiple statements. |
| 635 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 635, col 5: Expected exception block, space or tab after "/*" in comment. |
| 635 | 5 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 635, col 5: Missing JSDoc @return for function. |
| 635 | 5 | 2 | Missing JSDoc for parameter "val". | fecs-valid-jsdoc | → line 635, col 5: Missing JSDoc for parameter "val". |
| 637 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 637, col 9: Split 'var' declarations into multiple statements. |
| 670 | 9 | 2 | Identifier 'login_btn' is not in camel case. | fecs-camelcase | → line 670, col 9: Identifier 'login_btn' is not in camel case. |
| 671 | 9 | 2 | Identifier 'go_signup_btn' is not in camel case. | fecs-camelcase | → line 671, col 9: Identifier 'go_signup_btn' is not in camel case. |
| 676 | 13 | 2 | Identifier 'page_wait' is not in camel case. | fecs-camelcase | → line 676, col 13: Identifier 'page_wait' is not in camel case. |
| 676 | 35 | 2 | Expected '!==' and instead saw '!='. | eqeqeq | → line 676, col 35: Expected '!==' and instead saw '!='. |
| 677 | 13 | 2 | Identifier 'page_wait' is not in camel case. | fecs-camelcase | → line 677, col 13: Identifier 'page_wait' is not in camel case. |
| 680 | 9 | 2 | Identifier 'page_new' is not in camel case. | fecs-camelcase | → line 680, col 9: Identifier 'page_new' is not in camel case. |
| 699 | 1 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 699, col 1: Expected exception block, space or tab after "//" in comment. |
| 701 | 5 | 2 | Identifier 'page_wait' is not in camel case. | fecs-camelcase | → line 701, col 5: Identifier 'page_wait' is not in camel case. |
| 705 | 1 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 705, col 1: Expected exception block, space or tab after "//" in comment. |
| 706 | 1 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 706, col 1: Split 'var' declarations into multiple statements. |
| 720 | 17 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 720, col 17: Expected exception block, space or tab after "//" in comment. |
| 722 | 17 | 2 | Identifier 'page_new' is not in camel case. | fecs-camelcase | → line 722, col 17: Identifier 'page_new' is not in camel case. |
| 725 | 44 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 725, col 44: Expected exception block, space or tab after "//" in comment. |
| 729 | 13 | 2 | Identifier 'page_wait' is not in camel case. | fecs-camelcase | → line 729, col 13: Identifier 'page_wait' is not in camel case. |
| 729 | 32 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 729, col 32: Expected exception block, space or tab after "//" in comment. |
| 733 | 9 | 2 | Identifier 'page_wait' is not in camel case. | fecs-camelcase | → line 733, col 9: Identifier 'page_wait' is not in camel case. |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 8, col 5: "popup" is defined but never used |
| 10 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 10, col 5: "navbar" is defined but never used |
| 11 | 5 | 1 | "fingerprint" is defined but never used | no-unused-vars | → line 11, col 5: "fingerprint" is defined but never used |
| 12 | 5 | 1 | "redirect" is defined but never used | no-unused-vars | → line 12, col 5: "redirect" is defined but never used |
| 28 | 32 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 28, col 32: A constructor name should not start with a lowercase letter. |
| 32 | 13 | 2 | Property 'redirect_uri' is not in camel case. | fecs-camelcase | → line 32, col 13: Property 'redirect_uri' is not in camel case. |
| 33 | 13 | 2 | Property 'response_type' is not in camel case. | fecs-camelcase | → line 33, col 13: Property 'response_type' is not in camel case. |
| 58 | 35 | 2 | "uri" is not defined. | no-undef | → line 58, col 35: "uri" is not defined. |
| 66 | 17 | 1 | Unexpected console statement. | no-console | → line 66, col 17: Unexpected console statement. |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 7, col 5: "BB" is defined but never used |
| 10 | 5 | 2 | Identifier 'search_str' is not in camel case. | fecs-camelcase | → line 10, col 5: Identifier 'search_str' is not in camel case. |
| 11 | 5 | 2 | Identifier 'param_pos' is not in camel case. | fecs-camelcase | → line 11, col 5: Identifier 'param_pos' is not in camel case. |
| 11 | 17 | 2 | Identifier 'search_str' is not in camel case. | fecs-camelcase | → line 11, col 17: Identifier 'search_str' is not in camel case. |
| 12 | 5 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 12, col 5: Identifier 'utm_str' is not in camel case. |
| 12 | 15 | 2 | Identifier 'search_str' is not in camel case. | fecs-camelcase | → line 12, col 15: Identifier 'search_str' is not in camel case. |
| 14 | 5 | 1 | "appname" is defined but never used | no-unused-vars | → line 14, col 5: "appname" is defined but never used |
| 19 | 9 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 19, col 9: Identifier 'utm_str' is not in camel case. |
| 20 | 13 | 2 | Identifier 'utm_source_str' is not in camel case. | fecs-camelcase | → line 20, col 13: Identifier 'utm_source_str' is not in camel case. |
| 20 | 30 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 20, col 30: Identifier 'utm_str' is not in camel case. |
| 20 | 62 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 20, col 62: Identifier 'utm_str' is not in camel case. |
| 20 | 88 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 20, col 88: Identifier 'utm_str' is not in camel case. |
| 23 | 13 | 2 | Identifier 'utm_source_str' is not in camel case. | fecs-camelcase | → line 23, col 13: Identifier 'utm_source_str' is not in camel case. |
| 23 | 30 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 23, col 30: Identifier 'utm_str' is not in camel case. |
| 23 | 48 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 23, col 48: Identifier 'utm_str' is not in camel case. |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 7, col 5: "BB" is defined but never used |
| 10 | 5 | 2 | Identifier 'search_str' is not in camel case. | fecs-camelcase | → line 10, col 5: Identifier 'search_str' is not in camel case. |
| 11 | 5 | 2 | Identifier 'param_pos' is not in camel case. | fecs-camelcase | → line 11, col 5: Identifier 'param_pos' is not in camel case. |
| 11 | 17 | 2 | Identifier 'search_str' is not in camel case. | fecs-camelcase | → line 11, col 17: Identifier 'search_str' is not in camel case. |
| 12 | 5 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 12, col 5: Identifier 'utm_str' is not in camel case. |
| 12 | 15 | 2 | Identifier 'search_str' is not in camel case. | fecs-camelcase | → line 12, col 15: Identifier 'search_str' is not in camel case. |
| 14 | 5 | 1 | "appname" is defined but never used | no-unused-vars | → line 14, col 5: "appname" is defined but never used |
| 19 | 9 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 19, col 9: Identifier 'utm_str' is not in camel case. |
| 20 | 13 | 2 | Identifier 'utm_source_str' is not in camel case. | fecs-camelcase | → line 20, col 13: Identifier 'utm_source_str' is not in camel case. |
| 20 | 30 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 20, col 30: Identifier 'utm_str' is not in camel case. |
| 20 | 62 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 20, col 62: Identifier 'utm_str' is not in camel case. |
| 20 | 88 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 20, col 88: Identifier 'utm_str' is not in camel case. |
| 23 | 13 | 2 | Identifier 'utm_source_str' is not in camel case. | fecs-camelcase | → line 23, col 13: Identifier 'utm_source_str' is not in camel case. |
| 23 | 30 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 23, col 30: Identifier 'utm_str' is not in camel case. |
| 23 | 48 | 2 | Identifier 'utm_str' is not in camel case. | fecs-camelcase | → line 23, col 48: Identifier 'utm_str' is not in camel case. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 6 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 6, col 5: "BB" is defined but never used |
不规范数量:98
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 6 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 6, col 5: "popup" is defined but never used |
| 13 | 5 | 1 | "$win" is defined but never used | no-unused-vars | → line 13, col 5: "$win" is defined but never used |
| 14 | 5 | 1 | "$tab" is defined but never used | no-unused-vars | → line 14, col 5: "$tab" is defined but never used |
| 15 | 5 | 1 | "$product" is defined but never used | no-unused-vars | → line 15, col 5: "$product" is defined but never used |
| 20 | 5 | 2 | "_tab" is not defined. | no-undef | → line 20, col 5: "_tab" is not defined. |
| 21 | 5 | 2 | "_page" is not defined. | no-undef | → line 21, col 5: "_page" is not defined. |
| 30 | 9 | 1 | "toIntFormat" is defined but never used | no-unused-vars | → line 30, col 9: "toIntFormat" is defined but never used |
| 30 | 23 | 2 | Missing radix parameter. | radix | → line 30, col 23: Missing radix parameter. |
| 32 | 9 | 2 | "result" is not defined. | no-undef | → line 32, col 9: "result" is not defined. |
| 35 | 9 | 2 | "result" is not defined. | no-undef | → line 35, col 9: "result" is not defined. |
| 37 | 12 | 2 | "result" is not defined. | no-undef | → line 37, col 12: "result" is not defined. |
| 41 | 5 | 1 | "yiYuanGou" is defined but never used | no-unused-vars | → line 41, col 5: "yiYuanGou" is defined but never used |
| 51 | 21 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 51, col 21: Identifier 'search_items' is not in camel case. |
| 52 | 39 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 52, col 39: Identifier 'search_items' is not in camel case. |
| 53 | 21 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 53, col 21: Identifier 'search_items' is not in camel case. |
| 54 | 21 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 54, col 21: Identifier 'search_items' is not in camel case. |
| 54 | 48 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 54, col 48: Identifier 'search_items' is not in camel case. |
| 55 | 21 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 55, col 21: Identifier 'search_items' is not in camel case. |
| 55 | 43 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 55, col 43: Identifier 'search_items' is not in camel case. |
| 56 | 21 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 56, col 21: Identifier 'search_items' is not in camel case. |
| 56 | 46 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 56, col 46: Identifier 'search_items' is not in camel case. |
| 57 | 21 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 57, col 21: Identifier 'search_items' is not in camel case. |
| 57 | 37 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 57, col 37: Identifier 'price_ori' is not in camel case. |
| 57 | 50 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 57, col 50: Identifier 'search_items' is not in camel case. |
| 58 | 1 | 2 | Line 58 exceeds the maximum line length of 120. | max-len | → line 58, col 1: Line 58 exceeds the maximum line length of 120. |
| 58 | 21 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 58, col 21: Identifier 'search_items' is not in camel case. |
| 58 | 50 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 58, col 50: Identifier 'search_items' is not in camel case. |
| 58 | 77 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 58, col 77: Identifier 'search_items' is not in camel case. |
| 59 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 59, col 25: Identifier 'search_items' is not in camel case. |
| 60 | 29 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 60, col 29: Identifier 'search_items' is not in camel case. |
| 61 | 29 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 61, col 29: Identifier 'search_items' is not in camel case. |
| 61 | 45 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 61, col 45: Identifier 'btn_txt' is not in camel case. |
| 64 | 29 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 64, col 29: Identifier 'search_items' is not in camel case. |
| 64 | 45 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 64, col 45: Identifier 'btn_txt' is not in camel case. |
| 68 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 68, col 25: Identifier 'search_items' is not in camel case. |
| 68 | 41 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 68, col 41: Identifier 'btn_txt' is not in camel case. |
| 83 | 13 | 1 | Unexpected console statement. | no-console | → line 83, col 13: Unexpected console statement. |
| 90 | 5 | 1 | "xianLiangMiaoSha" is defined but never used | no-unused-vars | → line 90, col 5: "xianLiangMiaoSha" is defined but never used |
| 102 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 102, col 17: Identifier 'tuan_items' is not in camel case. |
| 103 | 35 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 103, col 35: Identifier 'tuan_items' is not in camel case. |
| 104 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 104, col 17: Identifier 'tuan_items' is not in camel case. |
| 104 | 42 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 104, col 42: Identifier 'tuan_items' is not in camel case. |
| 105 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 105, col 17: Identifier 'tuan_items' is not in camel case. |
| 105 | 37 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 105, col 37: Identifier 'tuan_items' is not in camel case. |
| 106 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 106, col 17: Identifier 'tuan_items' is not in camel case. |
| 106 | 50 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 106, col 50: Identifier 'tuan_items' is not in camel case. |
| 107 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 107, col 17: Identifier 'tuan_items' is not in camel case. |
| 107 | 31 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 107, col 31: Identifier 'price_ori' is not in camel case. |
| 107 | 54 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 107, col 54: Identifier 'tuan_items' is not in camel case. |
| 108 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 108, col 17: Identifier 'tuan_items' is not in camel case. |
| 108 | 44 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 108, col 44: Identifier 'tuan_items' is not in camel case. |
| 108 | 69 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 108, col 69: Identifier 'tuan_items' is not in camel case. |
| 109 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 109, col 17: Identifier 'tuan_items' is not in camel case. |
| 109 | 31 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 109, col 31: Identifier 'btn_txt' is not in camel case. |
| 109 | 41 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 109, col 41: Identifier 'tuan_items' is not in camel case. |
| 122 | 13 | 1 | Unexpected console statement. | no-console | → line 122, col 13: Unexpected console statement. |
| 129 | 5 | 1 | "songShengHuoFei" is defined but never used | no-unused-vars | → line 129, col 5: "songShengHuoFei" is defined but never used |
| 141 | 17 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 141, col 17: Identifier 'group_items' is not in camel case. |
| 142 | 35 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 142, col 35: Identifier 'group_items' is not in camel case. |
| 143 | 17 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 143, col 17: Identifier 'group_items' is not in camel case. |
| 143 | 86 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 143, col 86: Identifier 'group_items' is not in camel case. |
| 143 | 153 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 143, col 153: Identifier 'group_items' is not in camel case. |
| 144 | 17 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 144, col 17: Identifier 'group_items' is not in camel case. |
| 144 | 43 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 144, col 43: Identifier 'group_items' is not in camel case. |
| 145 | 17 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 145, col 17: Identifier 'group_items' is not in camel case. |
| 145 | 38 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 145, col 38: Identifier 'group_items' is not in camel case. |
| 146 | 17 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 146, col 17: Identifier 'group_items' is not in camel case. |
| 146 | 51 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 146, col 51: Identifier 'group_items' is not in camel case. |
| 147 | 17 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 147, col 17: Identifier 'group_items' is not in camel case. |
| 147 | 32 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 147, col 32: Identifier 'price_ori' is not in camel case. |
| 147 | 55 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 147, col 55: Identifier 'group_items' is not in camel case. |
| 148 | 17 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 148, col 17: Identifier 'group_items' is not in camel case. |
| 148 | 40 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 148, col 40: Identifier 'group_items' is not in camel case. |
| 148 | 67 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 148, col 67: Identifier 'group_items' is not in camel case. |
| 149 | 17 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 149, col 17: Identifier 'group_items' is not in camel case. |
| 149 | 32 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 149, col 32: Identifier 'btn_txt' is not in camel case. |
| 149 | 42 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 149, col 42: Identifier 'group_items' is not in camel case. |
| 162 | 13 | 1 | Unexpected console statement. | no-console | → line 162, col 13: Unexpected console statement. |
| 168 | 5 | 1 | "haiTaoBaoKuan" is defined but never used | no-unused-vars | → line 168, col 5: "haiTaoBaoKuan" is defined but never used |
| 180 | 17 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 180, col 17: Identifier 'oversea_items' is not in camel case. |
| 181 | 35 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 181, col 35: Identifier 'oversea_items' is not in camel case. |
| 182 | 17 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 182, col 17: Identifier 'oversea_items' is not in camel case. |
| 182 | 88 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 182, col 88: Identifier 'oversea_items' is not in camel case. |
| 182 | 157 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 182, col 157: Identifier 'oversea_items' is not in camel case. |
| 183 | 17 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 183, col 17: Identifier 'oversea_items' is not in camel case. |
| 183 | 40 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 183, col 40: Identifier 'oversea_items' is not in camel case. |
| 184 | 17 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 184, col 17: Identifier 'oversea_items' is not in camel case. |
| 184 | 43 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 184, col 43: Identifier 'oversea_items' is not in camel case. |
| 185 | 17 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 185, col 17: Identifier 'oversea_items' is not in camel case. |
| 185 | 34 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 185, col 34: Identifier 'price_ori' is not in camel case. |
| 185 | 47 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 185, col 47: Identifier 'oversea_items' is not in camel case. |
| 186 | 17 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 186, col 17: Identifier 'oversea_items' is not in camel case. |
| 186 | 34 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 186, col 34: Identifier 'btn_txt' is not in camel case. |
| 186 | 44 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 186, col 44: Identifier 'oversea_items' is not in camel case. |
| 200 | 13 | 1 | Unexpected console statement. | no-console | → line 200, col 13: Unexpected console statement. |
| 206 | 5 | 2 | Identifier 'down_link' is not in camel case. | fecs-camelcase | → line 206, col 5: Identifier 'down_link' is not in camel case. |
不规范数量:34
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 13 | 5 | 1 | "callapp" is defined but never used | no-unused-vars | → line 13, col 5: "callapp" is defined but never used |
| 16 | 5 | 1 | "slider" is defined but never used | no-unused-vars | → line 16, col 5: "slider" is defined but never used |
| 17 | 5 | 1 | "adsHelper" is defined but never used | no-unused-vars | → line 17, col 5: "adsHelper" is defined but never used |
| 27 | 1 | 2 | "$TPLbrandStory" is not defined. | no-undef | → line 27, col 1: "$TPLbrandStory" is not defined. |
| 65 | 14 | 2 | Unexpected trailing comma. | comma-dangle | → line 65, col 14: Unexpected trailing comma. |
| 72 | 13 | 2 | Property 'main_img' is not in camel case. | fecs-camelcase | → line 72, col 13: Property 'main_img' is not in camel case. |
| 73 | 13 | 2 | Property 'brand_logo' is not in camel case. | fecs-camelcase | → line 73, col 13: Property 'brand_logo' is not in camel case. |
| 74 | 13 | 2 | Property 'brand_name' is not in camel case. | fecs-camelcase | → line 74, col 13: Property 'brand_name' is not in camel case. |
| 76 | 12 | 2 | "$TPLbrandStory" is not defined. | no-undef | → line 76, col 12: "$TPLbrandStory" is not defined. |
| 94 | 13 | 1 | "tpl" is defined but never used | no-unused-vars | → line 94, col 13: "tpl" is defined but never used |
| 95 | 13 | 1 | "hostName" is defined but never used | no-unused-vars | → line 95, col 13: "hostName" is defined but never used |
| 96 | 13 | 1 | "html" is defined but never used | no-unused-vars | → line 96, col 13: "html" is defined but never used |
| 100 | 21 | 2 | Identifier 'price_int' is not in camel case. | fecs-camelcase | → line 100, col 21: Identifier 'price_int' is not in camel case. |
| 101 | 21 | 2 | Identifier 'price_decimal' is not in camel case. | fecs-camelcase | → line 101, col 21: Identifier 'price_decimal' is not in camel case. |
| 103 | 25 | 2 | Identifier 'price_decimal' is not in camel case. | fecs-camelcase | → line 103, col 25: Identifier 'price_decimal' is not in camel case. |
| 106 | 21 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 106, col 21: Identifier 'price_ori' is not in camel case. |
| 110 | 21 | 2 | Identifier 'sale_num' is not in camel case. | fecs-camelcase | → line 110, col 21: Identifier 'sale_num' is not in camel case. |
| 128 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 128, col 6: Missing JSDoc description. |
| 129 | 6 | 2 | Missing JSDoc parameter type for "data". | fecs-valid-jsdoc | → line 129, col 6: Missing JSDoc parameter type for "data". |
| 130 | 6 | 2 | Missing JSDoc parameter type for "temp". | fecs-valid-jsdoc | → line 130, col 6: Missing JSDoc parameter type for "temp". |
| 131 | 6 | 2 | Missing JSDoc parameter type for "eleList". | fecs-valid-jsdoc | → line 131, col 6: Missing JSDoc parameter type for "eleList". |
| 132 | 6 | 2 | Missing JSDoc parameter type for "ele". | fecs-valid-jsdoc | → line 132, col 6: Missing JSDoc parameter type for "ele". |
| 151 | 13 | 1 | "$info" is defined but never used | no-unused-vars | → line 151, col 13: "$info" is defined but never used |
| 152 | 13 | 1 | "$filterbar" is defined but never used | no-unused-vars | → line 152, col 13: "$filterbar" is defined but never used |
| 199 | 21 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 199, col 21: Property 'brand_id' is not in camel case. |
| 200 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 200, col 21: Property 'item_id' is not in camel case. |
| 201 | 21 | 2 | Property 'e_name' is not in camel case. | fecs-camelcase | → line 201, col 21: Property 'e_name' is not in camel case. |
| 218 | 21 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 218, col 21: Property 'brand_id' is not in camel case. |
| 220 | 21 | 2 | Property 'e_name' is not in camel case. | fecs-camelcase | → line 220, col 21: Property 'e_name' is not in camel case. |
| 230 | 40 | 2 | Unexpected trailing comma. | comma-dangle | → line 230, col 40: Unexpected trailing comma. |
| 232 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 232, col 13: "bbhybrid" is not defined. |
| 240 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 240, col 21: Expected key `title` but `'title'` found. |
| 245 | 6 | 2 | Unexpected trailing comma. | comma-dangle | → line 245, col 6: Unexpected trailing comma. |
不规范数量:50
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 14 | 5 | 1 | "callapp" is defined but never used | no-unused-vars | → line 14, col 5: "callapp" is defined but never used |
| 18 | 5 | 1 | "adsHelper" is defined but never used | no-unused-vars | → line 18, col 5: "adsHelper" is defined but never used |
| 49 | 5 | 2 | Identifier 'N_counter' is not in camel case. | fecs-camelcase | → line 49, col 5: Identifier 'N_counter' is not in camel case. |
| 49 | 5 | 1 | "N_counter" is defined but never used | no-unused-vars | → line 49, col 5: "N_counter" is defined but never used |
| 72 | 21 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 72, col 21: "sliderPic" is defined but never used |
| 72 | 37 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 72, col 37: A constructor name should not start with a lowercase letter. |
| 92 | 5 | 2 | Missing JSDoc for parameter "callback". | fecs-valid-jsdoc | → line 92, col 5: Missing JSDoc for parameter "callback". |
| 93 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 93, col 6: Missing JSDoc description. |
| 96 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 96, col 13: "self" is defined but never used |
| 109 | 17 | 1 | Unexpected console statement. | no-console | → line 109, col 17: Unexpected console statement. |
| 115 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 115, col 6: Missing JSDoc description. |
| 151 | 14 | 2 | Unexpected trailing comma. | comma-dangle | → line 151, col 14: Unexpected trailing comma. |
| 175 | 17 | 2 | Identifier 'W_brand' is not in camel case. | fecs-camelcase | → line 175, col 17: Identifier 'W_brand' is not in camel case. |
| 192 | 21 | 2 | Identifier 'now_index' is not in camel case. | fecs-camelcase | → line 192, col 21: Identifier 'now_index' is not in camel case. |
| 200 | 25 | 2 | Property 'e_name' is not in camel case. | fecs-camelcase | → line 200, col 25: Property 'e_name' is not in camel case. |
| 220 | 21 | 2 | Identifier 'price_int' is not in camel case. | fecs-camelcase | → line 220, col 21: Identifier 'price_int' is not in camel case. |
| 221 | 21 | 2 | Identifier 'price_decimal' is not in camel case. | fecs-camelcase | → line 221, col 21: Identifier 'price_decimal' is not in camel case. |
| 223 | 25 | 2 | Identifier 'price_decimal' is not in camel case. | fecs-camelcase | → line 223, col 25: Identifier 'price_decimal' is not in camel case. |
| 226 | 21 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 226, col 21: Identifier 'price_ori' is not in camel case. |
| 230 | 21 | 2 | Identifier 'sale_num' is not in camel case. | fecs-camelcase | → line 230, col 21: Identifier 'sale_num' is not in camel case. |
| 258 | 14 | 2 | Unexpected trailing comma. | comma-dangle | → line 258, col 14: Unexpected trailing comma. |
| 280 | 5 | 2 | Missing JSDoc for parameter "container". | fecs-valid-jsdoc | → line 280, col 5: Missing JSDoc for parameter "container". |
| 281 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 281, col 6: Missing JSDoc description. |
| 282 | 6 | 2 | Missing JSDoc parameter name. | fecs-valid-jsdoc | → line 282, col 6: Missing JSDoc parameter name. |
| 282 | 6 | 2 | Missing JSDoc parameter type for "undefined". | fecs-valid-jsdoc | → line 282, col 6: Missing JSDoc parameter type for "undefined". |
| 289 | 5 | 2 | Missing JSDoc for parameter "kinds". | fecs-valid-jsdoc | → line 289, col 5: Missing JSDoc for parameter "kinds". |
| 290 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 290, col 6: Missing JSDoc description. |
| 291 | 6 | 2 | Missing JSDoc parameter type for "data". | fecs-valid-jsdoc | → line 291, col 6: Missing JSDoc parameter type for "data". |
| 292 | 6 | 2 | Missing JSDoc parameter type for "temp". | fecs-valid-jsdoc | → line 292, col 6: Missing JSDoc parameter type for "temp". |
| 293 | 6 | 2 | Missing JSDoc parameter type for "eleList". | fecs-valid-jsdoc | → line 293, col 6: Missing JSDoc parameter type for "eleList". |
| 294 | 6 | 2 | Missing JSDoc parameter type for "ele". | fecs-valid-jsdoc | → line 294, col 6: Missing JSDoc parameter type for "ele". |
| 316 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 316, col 6: Missing JSDoc description. |
| 322 | 13 | 1 | "$info" is defined but never used | no-unused-vars | → line 322, col 13: "$info" is defined but never used |
| 323 | 13 | 1 | "$filterbar" is defined but never used | no-unused-vars | → line 323, col 13: "$filterbar" is defined but never used |
| 325 | 13 | 1 | "$empty" is defined but never used | no-unused-vars | → line 325, col 13: "$empty" is defined but never used |
| 347 | 6 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 347, col 6: Missing JSDoc description. |
| 348 | 6 | 2 | Unexpected @return tag; function has no return statement. | fecs-valid-jsdoc | → line 348, col 6: Unexpected @return tag; function has no return statement. |
| 348 | 17 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 348, col 17: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 364 | 21 | 2 | Property 'ad_name' is not in camel case. | fecs-camelcase | → line 364, col 21: Property 'ad_name' is not in camel case. |
| 366 | 21 | 2 | Property 'e_name' is not in camel case. | fecs-camelcase | → line 366, col 21: Property 'e_name' is not in camel case. |
| 381 | 21 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 381, col 21: Property 'brand_id' is not in camel case. |
| 383 | 21 | 2 | Property 'e_name' is not in camel case. | fecs-camelcase | → line 383, col 21: Property 'e_name' is not in camel case. |
| 398 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 398, col 21: Property 'item_id' is not in camel case. |
| 401 | 21 | 2 | Property 'e_name' is not in camel case. | fecs-camelcase | → line 401, col 21: Property 'e_name' is not in camel case. |
| 419 | 21 | 2 | Property 'e_name' is not in camel case. | fecs-camelcase | → line 419, col 21: Property 'e_name' is not in camel case. |
| 429 | 40 | 2 | Unexpected trailing comma. | comma-dangle | → line 429, col 40: Unexpected trailing comma. |
| 431 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 431, col 13: "bbhybrid" is not defined. |
| 439 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 439, col 21: Expected key `title` but `'title'` found. |
| 444 | 6 | 2 | Unexpected trailing comma. | comma-dangle | → line 444, col 6: Unexpected trailing comma. |
不规范数量:24
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 10 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 10, col 5: "env" is defined but never used |
| 29 | 5 | 1 | "hostName" is defined but never used | no-unused-vars | → line 29, col 5: "hostName" is defined but never used |
| 117 | 17 | 1 | Unexpected console statement. | no-console | → line 117, col 17: Unexpected console statement. |
| 136 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 136, col 17: Property 'entity_type' is not in camel case. |
| 138 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 138, col 21: Property 'block_name' is not in camel case. |
| 145 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 145, col 17: Property 'entity_type' is not in camel case. |
| 147 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 147, col 21: Property 'block_name' is not in camel case. |
| 156 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 156, col 13: Property 'entity_type' is not in camel case. |
| 158 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 158, col 17: Property 'block_name' is not in camel case. |
| 167 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 167, col 13: Property 'entity_type' is not in camel case. |
| 169 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 169, col 17: Property 'block_name' is not in camel case. |
| 210 | 13 | 2 | Property 'is_try' is not in camel case. | fecs-camelcase | → line 210, col 13: Property 'is_try' is not in camel case. |
| 215 | 18 | 2 | Identifier 'check_code_ms' is not in camel case. | fecs-camelcase | → line 215, col 18: Identifier 'check_code_ms' is not in camel case. |
| 216 | 18 | 2 | Identifier 'opt_type' is not in camel case. | fecs-camelcase | → line 216, col 18: Identifier 'opt_type' is not in camel case. |
| 219 | 18 | 2 | Identifier 'opt_type' is not in camel case. | fecs-camelcase | → line 219, col 18: Identifier 'opt_type' is not in camel case. |
| 385 | 17 | 2 | Property 'share_sign' is not in camel case. | fecs-camelcase | → line 385, col 17: Property 'share_sign' is not in camel case. |
| 406 | 21 | 1 | Unexpected console statement. | no-console | → line 406, col 21: Unexpected console statement. |
| 491 | 40 | 2 | "goods" was used before it was defined | no-use-before-define | → line 491, col 40: "goods" was used before it was defined |
| 606 | 16 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 606, col 16: Identifier 'origin_price' is not in camel case. |
| 607 | 16 | 2 | Identifier 'origin_img' is not in camel case. | fecs-camelcase | → line 607, col 16: Identifier 'origin_img' is not in camel case. |
| 613 | 20 | 2 | Identifier 'apply_count_tips' is not in camel case. | fecs-camelcase | → line 613, col 20: Identifier 'apply_count_tips' is not in camel case. |
| 620 | 24 | 2 | Identifier 'apply_count_tips' is not in camel case. | fecs-camelcase | → line 620, col 24: Identifier 'apply_count_tips' is not in camel case. |
| 623 | 24 | 2 | Identifier 'apply_count_tips' is not in camel case. | fecs-camelcase | → line 623, col 24: Identifier 'apply_count_tips' is not in camel case. |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 14 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 14, col 5: "env" is defined but never used |
| 16 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 16, col 5: "navbar" is defined but never used |
| 17 | 5 | 1 | "statistics" is defined but never used | no-unused-vars | → line 17, col 5: "statistics" is defined but never used |
| 21 | 5 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 21, col 5: Identifier '_lock' is not in camel case. |
| 49 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 49, col 13: "self" is defined but never used |
| 66 | 21 | 1 | "items" is defined but never used | no-unused-vars | → line 66, col 21: "items" is defined but never used |
| 67 | 21 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 67, col 21: Identifier '_template' is not in camel case. |
| 80 | 29 | 2 | Identifier 'options_str' is not in camel case. | fecs-camelcase | → line 80, col 29: Identifier 'options_str' is not in camel case. |
| 125 | 17 | 2 | Property 'out_sid' is not in camel case. | fecs-camelcase | → line 125, col 17: Property 'out_sid' is not in camel case. |
| 136 | 1 | 2 | Line 136 exceeds the maximum line length of 120. | max-len | → line 136, col 1: Line 136 exceeds the maximum line length of 120. |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 16 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 16, col 5: "navbar" is defined but never used |
| 17 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 17, col 5: "env" is defined but never used |
| 51 | 1 | 2 | Line 51 exceeds the maximum line length of 120. | max-len | → line 51, col 1: Line 51 exceeds the maximum line length of 120. |
| 77 | 18 | 2 | Identifier 'money_toFixed' is not in camel case. | fecs-camelcase | → line 77, col 18: Identifier 'money_toFixed' is not in camel case. |
| 80 | 14 | 2 | Identifier 'gmt_create' is not in camel case. | fecs-camelcase | → line 80, col 14: Identifier 'gmt_create' is not in camel case. |
| 84 | 14 | 2 | Identifier 'invoice_type_des' is not in camel case. | fecs-camelcase | → line 84, col 14: Identifier 'invoice_type_des' is not in camel case. |
| 86 | 14 | 2 | Identifier 'total_fee' is not in camel case. | fecs-camelcase | → line 86, col 14: Identifier 'total_fee' is not in camel case. |
| 93 | 17 | 2 | Property 'event_type' is not in camel case. | fecs-camelcase | → line 93, col 17: Property 'event_type' is not in camel case. |
| 105 | 1 | 2 | Line 105 exceeds the maximum line length of 120. | max-len | → line 105, col 1: Line 105 exceeds the maximum line length of 120. |
不规范数量:46
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 9 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 9, col 5: "navbar" is defined but never used |
| 10 | 5 | 1 | "statistics" is defined but never used | no-unused-vars | → line 10, col 5: "statistics" is defined but never used |
| 24 | 5 | 1 | "loading" is defined but never used | no-unused-vars | → line 24, col 5: "loading" is defined but never used |
| 27 | 5 | 2 | Identifier 'group_code' is not in camel case. | fecs-camelcase | → line 27, col 5: Identifier 'group_code' is not in camel case. |
| 30 | 5 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 30, col 5: Identifier '_lock' is not in camel case. |
| 50 | 5 | 2 | Property 'bank_id' is not in camel case. | fecs-camelcase | → line 50, col 5: Property 'bank_id' is not in camel case. |
| 55 | 26 | 2 | "nowTime" is not defined. | no-undef | → line 55, col 26: "nowTime" is not defined. |
| 69 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 69, col 17: Property 'page_size' is not in camel case. |
| 76 | 22 | 1 | This function has too many statements (53). Maximum allowed is 50. | fecs-max-statements | → line 76, col 22: This function has too many statements (53). Maximum allowed is 50. |
| 77 | 39 | 2 | Missing radix parameter. | radix | → line 77, col 39: Missing radix parameter. |
| 82 | 21 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 82, col 21: Identifier 'order_data' is not in camel case. |
| 83 | 21 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 83, col 21: Property 'order_items' is not in camel case. |
| 85 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 85, col 21: Identifier 'order_items' is not in camel case. |
| 85 | 35 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 85, col 35: Identifier 'order_data' is not in camel case. |
| 86 | 21 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 86, col 21: Identifier 'order_list_template' is not in camel case. |
| 88 | 21 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 88, col 21: Identifier 'order_item' is not in camel case. |
| 93 | 21 | 2 | Identifier 'order_list_html' is not in camel case. | fecs-camelcase | → line 93, col 21: Identifier 'order_list_html' is not in camel case. |
| 105 | 39 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 105, col 39: Identifier 'order_items' is not in camel case. |
| 106 | 34 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 106, col 34: Identifier 'order_items' is not in camel case. |
| 107 | 21 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 107, col 21: Identifier 'order_item' is not in camel case. |
| 107 | 70 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 107, col 70: Identifier 'order_item' is not in camel case. |
| 108 | 21 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 108, col 21: Identifier 'order_item' is not in camel case. |
| 108 | 44 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 108, col 44: Identifier 'order_item' is not in camel case. |
| 108 | 74 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 108, col 74: Identifier 'order_item' is not in camel case. |
| 110 | 30 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 110, col 30: Identifier 'order_item' is not in camel case. |
| 111 | 35 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 111, col 35: Identifier 'order_item' is not in camel case. |
| 112 | 25 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 112, col 25: Identifier 'order_item' is not in camel case. |
| 115 | 25 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 115, col 25: Identifier 'order_item' is not in camel case. |
| 130 | 46 | 2 | Missing radix parameter. | radix | → line 130, col 46: Missing radix parameter. |
| 134 | 41 | 2 | Missing radix parameter. | radix | → line 134, col 41: Missing radix parameter. |
| 176 | 17 | 2 | Identifier '_isPintuan' is not in camel case. | fecs-camelcase | → line 176, col 17: Identifier '_isPintuan' is not in camel case. |
| 235 | 22 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 235, col 22: Identifier 'bank_id' is not in camel case. |
| 245 | 17 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 245, col 17: Identifier 'bank_id' is not in camel case. |
| 251 | 36 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 251, col 36: Identifier 'bank_id' is not in camel case. |
| 252 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 252, col 13: "that" is defined but never used |
| 256 | 13 | 1 | "ts" is defined but never used | no-unused-vars | → line 256, col 13: "ts" is defined but never used |
| 257 | 13 | 1 | "sign" is defined but never used | no-unused-vars | → line 257, col 13: "sign" is defined but never used |
| 294 | 17 | 2 | Property 'bank_id' is not in camel case. | fecs-camelcase | → line 294, col 17: Property 'bank_id' is not in camel case. |
| 371 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 371, col 13: "$doc" is defined but never used |
| 384 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 384, col 13: "that" is defined but never used |
| 391 | 17 | 2 | "nowTime" is not defined. | no-undef | → line 391, col 17: "nowTime" is not defined. |
| 391 | 27 | 2 | Missing radix parameter. | radix | → line 391, col 27: Missing radix parameter. |
| 394 | 17 | 2 | "nowTime" is not defined. | no-undef | → line 394, col 17: "nowTime" is not defined. |
| 398 | 30 | 2 | "nowTime" is not defined. | no-undef | → line 398, col 30: "nowTime" is not defined. |
不规范数量:29
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 11 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 11, col 5: "env" is defined but never used |
| 16 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 16, col 5: "navbar" is defined but never used |
| 29 | 9 | 2 | "itemImgSize" is not defined. | no-undef | → line 29, col 9: "itemImgSize" is not defined. |
| 39 | 21 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 39, col 21: Identifier 'order_data' is not in camel case. |
| 40 | 21 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 40, col 21: Property 'order_items' is not in camel case. |
| 42 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 42, col 21: Identifier 'order_items' is not in camel case. |
| 42 | 35 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 42, col 35: Identifier 'order_data' is not in camel case. |
| 43 | 21 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 43, col 21: Identifier 'order_list_template' is not in camel case. |
| 44 | 21 | 1 | "hostName" is defined but never used | no-unused-vars | → line 44, col 21: "hostName" is defined but never used |
| 45 | 21 | 2 | Identifier 'order_list_html' is not in camel case. | fecs-camelcase | → line 45, col 21: Identifier 'order_list_html' is not in camel case. |
| 51 | 43 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 51, col 43: Identifier 'order_items' is not in camel case. |
| 52 | 1 | 2 | Line 52 exceeds the maximum line length of 120. | max-len | → line 52, col 1: Line 52 exceeds the maximum line length of 120. |
| 52 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 52, col 25: Identifier 'order_items' is not in camel case. |
| 52 | 78 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 52, col 78: Identifier 'order_items' is not in camel case. |
| 53 | 1 | 2 | Line 53 exceeds the maximum line length of 120. | max-len | → line 53, col 1: Line 53 exceeds the maximum line length of 120. |
| 53 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 53, col 25: Identifier 'order_items' is not in camel case. |
| 53 | 52 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 53, col 52: Identifier 'order_items' is not in camel case. |
| 53 | 86 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 53, col 86: Identifier 'order_items' is not in camel case. |
| 54 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 54, col 25: Identifier 'order_items' is not in camel case. |
| 56 | 49 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 56, col 49: Identifier 'order_items' is not in camel case. |
| 57 | 1 | 2 | Line 57 exceeds the maximum line length of 120. | max-len | → line 57, col 1: Line 57 exceeds the maximum line length of 120. |
| 57 | 29 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 57, col 29: Identifier 'order_items' is not in camel case. |
| 57 | 59 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 57, col 59: Identifier 'order_items' is not in camel case. |
| 57 | 95 | 2 | "itemImgSize" is not defined. | no-undef | → line 57, col 95: "itemImgSize" is not defined. |
| 57 | 115 | 2 | "itemImgSize" is not defined. | no-undef | → line 57, col 115: "itemImgSize" is not defined. |
| 58 | 29 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 58, col 29: Identifier 'order_items' is not in camel case. |
| 58 | 66 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 58, col 66: Identifier 'order_items' is not in camel case. |
| 92 | 1 | 2 | Line 92 exceeds the maximum line length of 120. | max-len | → line 92, col 1: Line 92 exceeds the maximum line length of 120. |
不规范数量:64
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 6 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 6, col 5: "BB" is defined but never used |
| 7 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 7, col 5: "navbar" is defined but never used |
| 8 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 8, col 5: "env" is defined but never used |
| 25 | 9 | 2 | "itemImgSize" is not defined. | no-undef | → line 25, col 9: "itemImgSize" is not defined. |
| 33 | 21 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 33, col 21: Identifier 'order_data' is not in camel case. |
| 34 | 21 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 34, col 21: Property 'order_items' is not in camel case. |
| 36 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 36, col 21: Identifier 'order_items' is not in camel case. |
| 36 | 35 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 36, col 35: Identifier 'order_data' is not in camel case. |
| 37 | 21 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 37, col 21: Identifier 'order_list_template' is not in camel case. |
| 38 | 21 | 2 | Identifier 'order_list_html' is not in camel case. | fecs-camelcase | → line 38, col 21: Identifier 'order_list_html' is not in camel case. |
| 39 | 21 | 2 | Identifier 'trade_data' is not in camel case. | fecs-camelcase | → line 39, col 21: Identifier 'trade_data' is not in camel case. |
| 40 | 21 | 2 | Property 'trade_items' is not in camel case. | fecs-camelcase | → line 40, col 21: Property 'trade_items' is not in camel case. |
| 42 | 21 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 42, col 21: Identifier 'trade_items' is not in camel case. |
| 42 | 35 | 2 | Identifier 'trade_data' is not in camel case. | fecs-camelcase | → line 42, col 35: Identifier 'trade_data' is not in camel case. |
| 43 | 21 | 2 | Identifier 'trade_list_template' is not in camel case. | fecs-camelcase | → line 43, col 21: Identifier 'trade_list_template' is not in camel case. |
| 44 | 21 | 2 | Identifier 'trade_list_html' is not in camel case. | fecs-camelcase | → line 44, col 21: Identifier 'trade_list_html' is not in camel case. |
| 46 | 1 | 2 | Line 46 exceeds the maximum line length of 120. | max-len | → line 46, col 1: Line 46 exceeds the maximum line length of 120. |
| 53 | 39 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 53, col 39: Identifier 'trade_items' is not in camel case. |
| 54 | 1 | 2 | Line 54 exceeds the maximum line length of 120. | max-len | → line 54, col 1: Line 54 exceeds the maximum line length of 120. |
| 54 | 21 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 54, col 21: Identifier 'trade_items' is not in camel case. |
| 54 | 74 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 54, col 74: Identifier 'trade_items' is not in camel case. |
| 55 | 1 | 2 | Line 55 exceeds the maximum line length of 120. | max-len | → line 55, col 1: Line 55 exceeds the maximum line length of 120. |
| 55 | 21 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 55, col 21: Identifier 'trade_items' is not in camel case. |
| 55 | 48 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 55, col 48: Identifier 'trade_items' is not in camel case. |
| 55 | 82 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 55, col 82: Identifier 'trade_items' is not in camel case. |
| 57 | 45 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 57, col 45: Identifier 'trade_items' is not in camel case. |
| 58 | 1 | 2 | Line 58 exceeds the maximum line length of 120. | max-len | → line 58, col 1: Line 58 exceeds the maximum line length of 120. |
| 58 | 25 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 58, col 25: Identifier 'trade_items' is not in camel case. |
| 58 | 56 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 58, col 56: Identifier 'trade_items' is not in camel case. |
| 58 | 93 | 2 | "itemImgSize" is not defined. | no-undef | → line 58, col 93: "itemImgSize" is not defined. |
| 58 | 113 | 2 | "itemImgSize" is not defined. | no-undef | → line 58, col 113: "itemImgSize" is not defined. |
| 59 | 1 | 2 | Line 59 exceeds the maximum line length of 120. | max-len | → line 59, col 1: Line 59 exceeds the maximum line length of 120. |
| 59 | 25 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 59, col 25: Identifier 'trade_items' is not in camel case. |
| 59 | 63 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 59, col 63: Identifier 'trade_items' is not in camel case. |
| 59 | 97 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 59, col 97: Identifier 'trade_items' is not in camel case. |
| 60 | 25 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 60, col 25: Identifier 'trade_items' is not in camel case. |
| 69 | 26 | 1 | "i" is already defined | no-redeclare | → line 69, col 26: "i" is already defined |
| 69 | 33 | 1 | "len" is already defined | no-redeclare | → line 69, col 33: "len" is already defined |
| 69 | 39 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 69, col 39: Identifier 'order_items' is not in camel case. |
| 70 | 1 | 2 | Line 70 exceeds the maximum line length of 120. | max-len | → line 70, col 1: Line 70 exceeds the maximum line length of 120. |
| 70 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 70, col 21: Identifier 'order_items' is not in camel case. |
| 70 | 74 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 70, col 74: Identifier 'order_items' is not in camel case. |
| 71 | 1 | 2 | Line 71 exceeds the maximum line length of 120. | max-len | → line 71, col 1: Line 71 exceeds the maximum line length of 120. |
| 71 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 71, col 21: Identifier 'order_items' is not in camel case. |
| 71 | 48 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 71, col 48: Identifier 'order_items' is not in camel case. |
| 71 | 82 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 71, col 82: Identifier 'order_items' is not in camel case. |
| 73 | 30 | 1 | "j" is already defined | no-redeclare | → line 73, col 30: "j" is already defined |
| 73 | 37 | 1 | "inlen" is already defined | no-redeclare | → line 73, col 37: "inlen" is already defined |
| 73 | 45 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 73, col 45: Identifier 'order_items' is not in camel case. |
| 74 | 1 | 2 | Line 74 exceeds the maximum line length of 120. | max-len | → line 74, col 1: Line 74 exceeds the maximum line length of 120. |
| 74 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 74, col 25: Identifier 'order_items' is not in camel case. |
| 74 | 55 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 74, col 55: Identifier 'order_items' is not in camel case. |
| 74 | 91 | 2 | "itemImgSize" is not defined. | no-undef | → line 74, col 91: "itemImgSize" is not defined. |
| 74 | 111 | 2 | "itemImgSize" is not defined. | no-undef | → line 74, col 111: "itemImgSize" is not defined. |
| 75 | 1 | 2 | Line 75 exceeds the maximum line length of 120. | max-len | → line 75, col 1: Line 75 exceeds the maximum line length of 120. |
| 75 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 75, col 25: Identifier 'order_items' is not in camel case. |
| 75 | 62 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 75, col 62: Identifier 'order_items' is not in camel case. |
| 75 | 96 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 75, col 96: Identifier 'order_items' is not in camel case. |
| 76 | 29 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 76, col 29: Identifier 'order_items' is not in camel case. |
| 77 | 29 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 77, col 29: Identifier 'order_items' is not in camel case. |
| 80 | 29 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 80, col 29: Identifier 'order_items' is not in camel case. |
| 152 | 1 | 2 | Line 152 exceeds the maximum line length of 120. | max-len | → line 152, col 1: Line 152 exceeds the maximum line length of 120. |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 12, col 5: "popup" is defined but never used |
| 24 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 24, col 13: "self" is defined but never used |
| 30 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 30, col 17: Property 'page_size' is not in camel case. |
| 38 | 21 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 38, col 21: Identifier 'order_data' is not in camel case. |
| 39 | 21 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 39, col 21: Property 'order_items' is not in camel case. |
| 41 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 41, col 21: Identifier 'order_items' is not in camel case. |
| 41 | 35 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 41, col 35: Identifier 'order_data' is not in camel case. |
| 42 | 21 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 42, col 21: Identifier 'order_list_template' is not in camel case. |
| 43 | 21 | 1 | "hostName" is defined but never used | no-unused-vars | → line 43, col 21: "hostName" is defined but never used |
| 44 | 21 | 2 | Identifier 'order_list_html' is not in camel case. | fecs-camelcase | → line 44, col 21: Identifier 'order_list_html' is not in camel case. |
| 50 | 43 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 50, col 43: Identifier 'order_items' is not in camel case. |
| 51 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 51, col 25: Identifier 'order_items' is not in camel case. |
| 51 | 50 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 51, col 50: Identifier 'order_items' is not in camel case. |
| 52 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 52, col 25: Identifier 'order_items' is not in camel case. |
| 52 | 46 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 52, col 46: Identifier 'order_items' is not in camel case. |
不规范数量:13
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 18 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 18, col 5: "navbar" is defined but never used |
| 19 | 5 | 1 | "params" is defined but never used | no-unused-vars | → line 19, col 5: "params" is defined but never used |
| 22 | 5 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 22, col 5: Identifier '_lock' is not in camel case. |
| 40 | 5 | 1 | "page" is defined but never used | no-unused-vars | → line 40, col 5: "page" is defined but never used |
| 46 | 9 | 1 | "init" is defined but never used | no-unused-vars | → line 46, col 9: "init" is defined but never used |
| 62 | 27 | 2 | Missing radix parameter. | radix | → line 62, col 27: Missing radix parameter. |
| 84 | 29 | 2 | Property 'event_type' is not in camel case. | fecs-camelcase | → line 84, col 29: Property 'event_type' is not in camel case. |
| 89 | 33 | 2 | Property 'refund_reasons' is not in camel case. | fecs-camelcase | → line 89, col 33: Property 'refund_reasons' is not in camel case. |
| 119 | 9 | 1 | "submitBtn" is defined but never used | no-unused-vars | → line 119, col 9: "submitBtn" is defined but never used |
| 128 | 18 | 1 | Redundant double negation in an if statement condition. | no-extra-boolean-cast | → line 128, col 18: Redundant double negation in an if statement condition. |
| 158 | 29 | 2 | Strings must use singlequote. | quotes | → line 158, col 29: Strings must use singlequote. |
| 195 | 1 | 2 | Line 195 exceeds the maximum line length of 120. | max-len | → line 195, col 1: Line 195 exceeds the maximum line length of 120. |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 16 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 16, col 5: "navbar" is defined but never used |
| 29 | 5 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 29, col 5: Identifier '_lock' is not in camel case. |
| 63 | 22 | 2 | Missing radix parameter. | radix | → line 63, col 22: Missing radix parameter. |
| 72 | 13 | 2 | Missing radix parameter. | radix | → line 72, col 13: Missing radix parameter. |
| 135 | 13 | 2 | Property 'sku_properties' is not in camel case. | fecs-camelcase | → line 135, col 13: Property 'sku_properties' is not in camel case. |
| 137 | 13 | 2 | Property 'origin_price' is not in camel case. | fecs-camelcase | → line 137, col 13: Property 'origin_price' is not in camel case. |
| 138 | 41 | 2 | Unexpected trailing comma. | comma-dangle | → line 138, col 41: Unexpected trailing comma. |
| 141 | 9 | 2 | "html" is not defined. | no-undef | → line 141, col 9: "html" is not defined. |
| 144 | 32 | 2 | "html" is not defined. | no-undef | → line 144, col 32: "html" is not defined. |
| 185 | 1 | 2 | Line 185 exceeds the maximum line length of 120. | max-len | → line 185, col 1: Line 185 exceeds the maximum line length of 120. |
不规范数量:65
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 23 | 28 | 2 | "nowTime" is not defined. | no-undef | → line 23, col 28: "nowTime" is not defined. |
| 30 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 30, col 13: "that" is defined but never used |
| 38 | 17 | 2 | "nowTime" is not defined. | no-undef | → line 38, col 17: "nowTime" is not defined. |
| 38 | 27 | 2 | Missing radix parameter. | radix | → line 38, col 27: Missing radix parameter. |
| 41 | 17 | 2 | "nowTime" is not defined. | no-undef | → line 41, col 17: "nowTime" is not defined. |
| 45 | 30 | 2 | "nowTime" is not defined. | no-undef | → line 45, col 30: "nowTime" is not defined. |
| 54 | 9 | 2 | "itemImgSize" is not defined. | no-undef | → line 54, col 9: "itemImgSize" is not defined. |
| 64 | 21 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 64, col 21: Identifier 'order_data' is not in camel case. |
| 65 | 21 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 65, col 21: Property 'order_items' is not in camel case. |
| 67 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 67, col 21: Identifier 'order_items' is not in camel case. |
| 67 | 35 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 67, col 35: Identifier 'order_data' is not in camel case. |
| 68 | 21 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 68, col 21: Identifier 'order_list_template' is not in camel case. |
| 69 | 21 | 2 | Identifier 'order_list_html' is not in camel case. | fecs-camelcase | → line 69, col 21: Identifier 'order_list_html' is not in camel case. |
| 70 | 21 | 2 | Identifier 'trade_data' is not in camel case. | fecs-camelcase | → line 70, col 21: Identifier 'trade_data' is not in camel case. |
| 71 | 21 | 2 | Property 'trade_items' is not in camel case. | fecs-camelcase | → line 71, col 21: Property 'trade_items' is not in camel case. |
| 73 | 21 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 73, col 21: Identifier 'trade_items' is not in camel case. |
| 73 | 35 | 2 | Identifier 'trade_data' is not in camel case. | fecs-camelcase | → line 73, col 35: Identifier 'trade_data' is not in camel case. |
| 74 | 21 | 2 | Identifier 'trade_list_template' is not in camel case. | fecs-camelcase | → line 74, col 21: Identifier 'trade_list_template' is not in camel case. |
| 75 | 21 | 2 | Identifier 'trade_list_html' is not in camel case. | fecs-camelcase | → line 75, col 21: Identifier 'trade_list_html' is not in camel case. |
| 77 | 1 | 2 | Line 77 exceeds the maximum line length of 120. | max-len | → line 77, col 1: Line 77 exceeds the maximum line length of 120. |
| 84 | 39 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 84, col 39: Identifier 'trade_items' is not in camel case. |
| 85 | 1 | 2 | Line 85 exceeds the maximum line length of 120. | max-len | → line 85, col 1: Line 85 exceeds the maximum line length of 120. |
| 85 | 21 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 85, col 21: Identifier 'trade_items' is not in camel case. |
| 85 | 74 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 85, col 74: Identifier 'trade_items' is not in camel case. |
| 86 | 1 | 2 | Line 86 exceeds the maximum line length of 120. | max-len | → line 86, col 1: Line 86 exceeds the maximum line length of 120. |
| 86 | 21 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 86, col 21: Identifier 'trade_items' is not in camel case. |
| 86 | 48 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 86, col 48: Identifier 'trade_items' is not in camel case. |
| 86 | 82 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 86, col 82: Identifier 'trade_items' is not in camel case. |
| 88 | 45 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 88, col 45: Identifier 'trade_items' is not in camel case. |
| 89 | 1 | 2 | Line 89 exceeds the maximum line length of 120. | max-len | → line 89, col 1: Line 89 exceeds the maximum line length of 120. |
| 89 | 25 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 89, col 25: Identifier 'trade_items' is not in camel case. |
| 89 | 56 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 89, col 56: Identifier 'trade_items' is not in camel case. |
| 89 | 93 | 2 | "itemImgSize" is not defined. | no-undef | → line 89, col 93: "itemImgSize" is not defined. |
| 89 | 113 | 2 | "itemImgSize" is not defined. | no-undef | → line 89, col 113: "itemImgSize" is not defined. |
| 90 | 1 | 2 | Line 90 exceeds the maximum line length of 120. | max-len | → line 90, col 1: Line 90 exceeds the maximum line length of 120. |
| 90 | 25 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 90, col 25: Identifier 'trade_items' is not in camel case. |
| 90 | 63 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 90, col 63: Identifier 'trade_items' is not in camel case. |
| 90 | 97 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 90, col 97: Identifier 'trade_items' is not in camel case. |
| 91 | 25 | 2 | Identifier 'trade_items' is not in camel case. | fecs-camelcase | → line 91, col 25: Identifier 'trade_items' is not in camel case. |
| 101 | 26 | 1 | "i" is already defined | no-redeclare | → line 101, col 26: "i" is already defined |
| 101 | 33 | 1 | "len" is already defined | no-redeclare | → line 101, col 33: "len" is already defined |
| 101 | 39 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 101, col 39: Identifier 'order_items' is not in camel case. |
| 102 | 1 | 2 | Line 102 exceeds the maximum line length of 120. | max-len | → line 102, col 1: Line 102 exceeds the maximum line length of 120. |
| 102 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 102, col 21: Identifier 'order_items' is not in camel case. |
| 102 | 74 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 102, col 74: Identifier 'order_items' is not in camel case. |
| 103 | 1 | 2 | Line 103 exceeds the maximum line length of 120. | max-len | → line 103, col 1: Line 103 exceeds the maximum line length of 120. |
| 103 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 103, col 21: Identifier 'order_items' is not in camel case. |
| 103 | 48 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 103, col 48: Identifier 'order_items' is not in camel case. |
| 103 | 82 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 103, col 82: Identifier 'order_items' is not in camel case. |
| 105 | 30 | 1 | "j" is already defined | no-redeclare | → line 105, col 30: "j" is already defined |
| 105 | 37 | 1 | "inlen" is already defined | no-redeclare | → line 105, col 37: "inlen" is already defined |
| 105 | 45 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 105, col 45: Identifier 'order_items' is not in camel case. |
| 106 | 1 | 2 | Line 106 exceeds the maximum line length of 120. | max-len | → line 106, col 1: Line 106 exceeds the maximum line length of 120. |
| 106 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 106, col 25: Identifier 'order_items' is not in camel case. |
| 106 | 55 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 106, col 55: Identifier 'order_items' is not in camel case. |
| 106 | 91 | 2 | "itemImgSize" is not defined. | no-undef | → line 106, col 91: "itemImgSize" is not defined. |
| 106 | 111 | 2 | "itemImgSize" is not defined. | no-undef | → line 106, col 111: "itemImgSize" is not defined. |
| 107 | 1 | 2 | Line 107 exceeds the maximum line length of 120. | max-len | → line 107, col 1: Line 107 exceeds the maximum line length of 120. |
| 107 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 107, col 25: Identifier 'order_items' is not in camel case. |
| 107 | 62 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 107, col 62: Identifier 'order_items' is not in camel case. |
| 107 | 96 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 107, col 96: Identifier 'order_items' is not in camel case. |
| 108 | 25 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 108, col 25: Identifier 'order_items' is not in camel case. |
| 146 | 33 | 2 | Missing radix parameter. | radix | → line 146, col 33: Missing radix parameter. |
不规范数量:29
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 11 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 11, col 5: "BB" is defined but never used |
| 21 | 5 | 1 | "loading" is defined but never used | no-unused-vars | → line 21, col 5: "loading" is defined but never used |
| 26 | 5 | 2 | Identifier 'group_code' is not in camel case. | fecs-camelcase | → line 26, col 5: Identifier 'group_code' is not in camel case. |
| 28 | 5 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 28, col 5: Identifier '_lock' is not in camel case. |
| 47 | 5 | 2 | Property 'bank_id' is not in camel case. | fecs-camelcase | → line 47, col 5: Property 'bank_id' is not in camel case. |
| 72 | 9 | 2 | "itemImgSize" is not defined. | no-undef | → line 72, col 9: "itemImgSize" is not defined. |
| 83 | 43 | 2 | Missing radix parameter. | radix | → line 83, col 43: Missing radix parameter. |
| 89 | 25 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 89, col 25: Identifier 'order_list_template' is not in camel case. |
| 91 | 25 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 91, col 25: Identifier 'order_item' is not in camel case. |
| 91 | 25 | 1 | "order_item" is defined but never used | no-unused-vars | → line 91, col 25: "order_item" is defined but never used |
| 94 | 25 | 1 | "item" is defined but never used | no-unused-vars | → line 94, col 25: "item" is defined but never used |
| 95 | 25 | 2 | Identifier 'order_list_html' is not in camel case. | fecs-camelcase | → line 95, col 25: Identifier 'order_list_html' is not in camel case. |
| 111 | 69 | 2 | Missing radix parameter. | radix | → line 111, col 69: Missing radix parameter. |
| 114 | 61 | 2 | "itemImgSize" is not defined. | no-undef | → line 114, col 61: "itemImgSize" is not defined. |
| 114 | 81 | 2 | "itemImgSize" is not defined. | no-undef | → line 114, col 81: "itemImgSize" is not defined. |
| 143 | 46 | 2 | Missing radix parameter. | radix | → line 143, col 46: Missing radix parameter. |
| 147 | 41 | 2 | Missing radix parameter. | radix | → line 147, col 41: Missing radix parameter. |
| 152 | 25 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 152, col 25: Property 'order_items' is not in camel case. |
| 254 | 22 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 254, col 22: Identifier 'bank_id' is not in camel case. |
| 264 | 17 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 264, col 17: Identifier 'bank_id' is not in camel case. |
| 269 | 36 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 269, col 36: Identifier 'bank_id' is not in camel case. |
| 270 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 270, col 13: "that" is defined but never used |
| 274 | 13 | 1 | "ts" is defined but never used | no-unused-vars | → line 274, col 13: "ts" is defined but never used |
| 275 | 13 | 1 | "sign" is defined but never used | no-unused-vars | → line 275, col 13: "sign" is defined but never used |
| 312 | 17 | 2 | Property 'bank_id' is not in camel case. | fecs-camelcase | → line 312, col 17: Property 'bank_id' is not in camel case. |
| 390 | 17 | 2 | Identifier '$shipment_id' is not in camel case. | fecs-camelcase | → line 390, col 17: Identifier '$shipment_id' is not in camel case. |
| 390 | 17 | 1 | "$shipment_id" is defined but never used | no-unused-vars | → line 390, col 17: "$shipment_id" is defined but never used |
| 426 | 1 | 2 | Line 426 exceeds the maximum line length of 120. | max-len | → line 426, col 1: Line 426 exceeds the maximum line length of 120. |
不规范数量:39
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 9 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 9, col 5: "navbar" is defined but never used |
| 23 | 5 | 2 | Identifier 'group_code' is not in camel case. | fecs-camelcase | → line 23, col 5: Identifier 'group_code' is not in camel case. |
| 26 | 5 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 26, col 5: Identifier '_lock' is not in camel case. |
| 45 | 5 | 2 | Property 'bank_id' is not in camel case. | fecs-camelcase | → line 45, col 5: Property 'bank_id' is not in camel case. |
| 57 | 9 | 2 | "itemImgSize" is not defined. | no-undef | → line 57, col 9: "itemImgSize" is not defined. |
| 67 | 21 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 67, col 21: Identifier 'order_data' is not in camel case. |
| 68 | 21 | 2 | Property 'order_items' is not in camel case. | fecs-camelcase | → line 68, col 21: Property 'order_items' is not in camel case. |
| 70 | 21 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 70, col 21: Identifier 'order_items' is not in camel case. |
| 70 | 35 | 2 | Identifier 'order_data' is not in camel case. | fecs-camelcase | → line 70, col 35: Identifier 'order_data' is not in camel case. |
| 71 | 21 | 2 | Identifier 'order_list_template' is not in camel case. | fecs-camelcase | → line 71, col 21: Identifier 'order_list_template' is not in camel case. |
| 73 | 21 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 73, col 21: Identifier 'order_item' is not in camel case. |
| 77 | 21 | 1 | "item" is defined but never used | no-unused-vars | → line 77, col 21: "item" is defined but never used |
| 78 | 21 | 2 | Identifier 'order_list_html' is not in camel case. | fecs-camelcase | → line 78, col 21: Identifier 'order_list_html' is not in camel case. |
| 80 | 21 | 2 | Missing radix parameter. | radix | → line 80, col 21: Missing radix parameter. |
| 86 | 39 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 86, col 39: Identifier 'order_items' is not in camel case. |
| 87 | 34 | 2 | Identifier 'order_items' is not in camel case. | fecs-camelcase | → line 87, col 34: Identifier 'order_items' is not in camel case. |
| 89 | 21 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 89, col 21: Identifier 'order_item' is not in camel case. |
| 89 | 70 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 89, col 70: Identifier 'order_item' is not in camel case. |
| 90 | 21 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 90, col 21: Identifier 'order_item' is not in camel case. |
| 90 | 44 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 90, col 44: Identifier 'order_item' is not in camel case. |
| 90 | 74 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 90, col 74: Identifier 'order_item' is not in camel case. |
| 92 | 30 | 2 | Identifier 'order_item' is not in camel case. | fecs-camelcase | → line 92, col 30: Identifier 'order_item' is not in camel case. |
| 101 | 61 | 2 | "itemImgSize" is not defined. | no-undef | → line 101, col 61: "itemImgSize" is not defined. |
| 101 | 81 | 2 | "itemImgSize" is not defined. | no-undef | → line 101, col 81: "itemImgSize" is not defined. |
| 107 | 46 | 2 | Missing radix parameter. | radix | → line 107, col 46: Missing radix parameter. |
| 111 | 41 | 2 | Missing radix parameter. | radix | → line 111, col 41: Missing radix parameter. |
| 180 | 22 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 180, col 22: Identifier 'bank_id' is not in camel case. |
| 194 | 17 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 194, col 17: Identifier 'bank_id' is not in camel case. |
| 199 | 36 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 199, col 36: Identifier 'bank_id' is not in camel case. |
| 200 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 200, col 13: "that" is defined but never used |
| 204 | 13 | 1 | "ts" is defined but never used | no-unused-vars | → line 204, col 13: "ts" is defined but never used |
| 205 | 13 | 1 | "sign" is defined but never used | no-unused-vars | → line 205, col 13: "sign" is defined but never used |
| 220 | 21 | 2 | Property 'rams_device_id' is not in camel case. | fecs-camelcase | → line 220, col 21: Property 'rams_device_id' is not in camel case. |
| 243 | 17 | 2 | Property 'bank_id' is not in camel case. | fecs-camelcase | → line 243, col 17: Property 'bank_id' is not in camel case. |
| 248 | 17 | 2 | Property 'rams_device_id' is not in camel case. | fecs-camelcase | → line 248, col 17: Property 'rams_device_id' is not in camel case. |
| 296 | 21 | 2 | Property 'rams_device_id' is not in camel case. | fecs-camelcase | → line 296, col 21: Property 'rams_device_id' is not in camel case. |
| 335 | 1 | 2 | Line 335 exceeds the maximum line length of 120. | max-len | → line 335, col 1: Line 335 exceeds the maximum line length of 120. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 10 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 10, col 5: "navbar" is defined but never used |
| 51 | 25 | 1 | Unexpected console statement. | no-console | → line 51, col 25: Unexpected console statement. |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 34 | 30 | 2 | Identifier 'oversea_categorys_ads' is not in camel case. | fecs-camelcase | → line 34, col 30: Identifier 'oversea_categorys_ads' is not in camel case. |
| 36 | 13 | 2 | Identifier 'ads_type' is not in camel case. | fecs-camelcase | → line 36, col 13: Identifier 'ads_type' is not in camel case. |
| 37 | 13 | 2 | Expected key `babythings_diaper` but `'babythings_diaper'` found. | fecs-properties-quote | → line 37, col 13: Expected key `babythings_diaper` but `'babythings_diaper'` found. |
| 38 | 13 | 2 | Expected key `milk_powder` but `'milk_powder'` found. | fecs-properties-quote | → line 38, col 13: Expected key `milk_powder` but `'milk_powder'` found. |
| 39 | 13 | 2 | Expected key `supplies_home` but `'supplies_home'` found. | fecs-properties-quote | → line 39, col 13: Expected key `supplies_home` but `'supplies_home'` found. |
| 40 | 13 | 2 | Expected key `imported_food` but `'imported_food'` found. | fecs-properties-quote | → line 40, col 13: Expected key `imported_food` but `'imported_food'` found. |
| 41 | 13 | 2 | Expected key `health` but `'health'` found. | fecs-properties-quote | → line 41, col 13: Expected key `health` but `'health'` found. |
| 42 | 13 | 2 | Expected key `beauty_makeup` but `'beauty_makeup'` found. | fecs-properties-quote | → line 42, col 13: Expected key `beauty_makeup` but `'beauty_makeup'` found. |
| 45 | 13 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 45, col 13: Identifier '_template' is not in camel case. |
| 47 | 13 | 2 | Property 'oversea_categorys_ads' is not in camel case. | fecs-camelcase | → line 47, col 13: Property 'oversea_categorys_ads' is not in camel case. |
| 48 | 13 | 2 | Property 'oversea_categorys_ads_type' is not in camel case. | fecs-camelcase | → line 48, col 13: Property 'oversea_categorys_ads_type' is not in camel case. |
| 48 | 41 | 2 | Identifier 'ads_type' is not in camel case. | fecs-camelcase | → line 48, col 41: Identifier 'ads_type' is not in camel case. |
| 53 | 32 | 2 | Identifier 'sub_cats' is not in camel case. | fecs-camelcase | → line 53, col 32: Identifier 'sub_cats' is not in camel case. |
| 55 | 13 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 55, col 13: Identifier '_template' is not in camel case. |
| 57 | 13 | 2 | Property 'sub_cats' is not in camel case. | fecs-camelcase | → line 57, col 13: Property 'sub_cats' is not in camel case. |
| 63 | 34 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 63, col 34: Identifier 'oversea_items' is not in camel case. |
| 65 | 13 | 2 | Property 'oversea_items' is not in camel case. | fecs-camelcase | → line 65, col 13: Property 'oversea_items' is not in camel case. |
| 68 | 13 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 68, col 13: Identifier '_template' is not in camel case. |
| 73 | 22 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 73, col 22: Identifier 'price_ori' is not in camel case. |
| 83 | 1 | 2 | Line 83 exceeds the maximum line length of 120. | max-len | → line 83, col 1: Line 83 exceeds the maximum line length of 120. |
| 217 | 1 | 2 | Line 217 exceeds the maximum line length of 120. | max-len | → line 217, col 1: Line 217 exceeds the maximum line length of 120. |
| 217 | 31 | 2 | Missing radix parameter. | radix | → line 217, col 31: Missing radix parameter. |
| 217 | 102 | 2 | Missing radix parameter. | radix | → line 217, col 102: Missing radix parameter. |
不规范数量:21
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 15 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 15, col 5: "env" is defined but never used |
| 22 | 5 | 2 | Identifier 'oversea_id' is not in camel case. | fecs-camelcase | → line 22, col 5: Identifier 'oversea_id' is not in camel case. |
| 41 | 21 | 2 | Property 'start_tip' is not in camel case. | fecs-camelcase | → line 41, col 21: Property 'start_tip' is not in camel case. |
| 111 | 13 | 2 | Identifier 'promotion_begin' is not in camel case. | fecs-camelcase | → line 111, col 13: Identifier 'promotion_begin' is not in camel case. |
| 112 | 13 | 2 | Identifier 'promotion_begin_hour' is not in camel case. | fecs-camelcase | → line 112, col 13: Identifier 'promotion_begin_hour' is not in camel case. |
| 113 | 13 | 2 | Identifier 'promotion_end' is not in camel case. | fecs-camelcase | → line 113, col 13: Identifier 'promotion_end' is not in camel case. |
| 115 | 18 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 115, col 18: Identifier 'btn_txt' is not in camel case. |
| 116 | 18 | 2 | Identifier 'btn_status' is not in camel case. | fecs-camelcase | → line 116, col 18: Identifier 'btn_status' is not in camel case. |
| 119 | 18 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 119, col 18: Identifier 'btn_txt' is not in camel case. |
| 120 | 18 | 2 | Identifier 'btn_status' is not in camel case. | fecs-camelcase | → line 120, col 18: Identifier 'btn_status' is not in camel case. |
| 123 | 18 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 123, col 18: Identifier 'btn_txt' is not in camel case. |
| 124 | 18 | 2 | Identifier 'btn_status' is not in camel case. | fecs-camelcase | → line 124, col 18: Identifier 'btn_status' is not in camel case. |
| 139 | 28 | 1 | Missing '()' invoking a constructor | new-parens | → line 139, col 28: Missing '()' invoking a constructor |
| 140 | 13 | 1 | "i" is already defined | no-redeclare | → line 140, col 13: "i" is already defined |
| 183 | 13 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 183, col 13: Property 'gmt_begin' is not in camel case. |
| 184 | 13 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 184, col 13: Property 'gmt_end' is not in camel case. |
| 187 | 1 | 2 | Line 187 exceeds the maximum line length of 120. | max-len | → line 187, col 1: Line 187 exceeds the maximum line length of 120. |
| 188 | 1 | 2 | Line 188 exceeds the maximum line length of 120. | max-len | → line 188, col 1: Line 188 exceeds the maximum line length of 120. |
| 215 | 25 | 2 | Missing radix parameter. | radix | → line 215, col 25: Missing radix parameter. |
不规范数量:14
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 14 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 14, col 5: "env" is defined but never used |
| 61 | 5 | 2 | Identifier 'N_counter' is not in camel case. | fecs-camelcase | → line 61, col 5: Identifier 'N_counter' is not in camel case. |
| 73 | 13 | 2 | Expected key `rid` but `'rid'` found. | fecs-properties-quote | → line 73, col 13: Expected key `rid` but `'rid'` found. |
| 74 | 13 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 74, col 13: Expected key `entity_type` but `'entity_type'` found. |
| 75 | 13 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 75, col 13: Expected key `et` but `'et'` found. |
| 77 | 17 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 77, col 17: Expected key `tab` but `'tab'` found. |
| 102 | 25 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 102, col 25: "sliderPic" is defined but never used |
| 102 | 41 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 102, col 41: A constructor name should not start with a lowercase letter. |
| 121 | 21 | 1 | Unexpected console statement. | no-console | → line 121, col 21: Unexpected console statement. |
| 140 | 1 | 2 | Line 140 exceeds the maximum line length of 120. | max-len | → line 140, col 1: Line 140 exceeds the maximum line length of 120. |
| 140 | 25 | 2 | Identifier 'W_country' is not in camel case. | fecs-camelcase | → line 140, col 25: Identifier 'W_country' is not in camel case. |
| 152 | 34 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 152, col 34: Identifier 'main_img' is not in camel case. |
不规范数量:13
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 15 | 5 | 1 | "webApi" is defined but never used | no-unused-vars | → line 15, col 5: "webApi" is defined but never used |
| 35 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 35, col 1: Expected exception block, space or tab after "/*" in comment. |
| 65 | 13 | 2 | Expected key `rid` but `'rid'` found. | fecs-properties-quote | → line 65, col 13: Expected key `rid` but `'rid'` found. |
| 66 | 13 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 66, col 13: Expected key `entity_type` but `'entity_type'` found. |
| 67 | 13 | 2 | Expected key `entity_list` but `'entity_list'` found. | fecs-properties-quote | → line 67, col 13: Expected key `entity_list` but `'entity_list'` found. |
| 68 | 13 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 68, col 13: Expected key `et` but `'et'` found. |
| 70 | 17 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 70, col 17: Expected key `tab` but `'tab'` found. |
| 93 | 21 | 2 | Property 'oversea_items' is not in camel case. | fecs-camelcase | → line 93, col 21: Property 'oversea_items' is not in camel case. |
| 101 | 30 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 101, col 30: Identifier 'price_ori' is not in camel case. |
| 110 | 1 | 2 | Line 110 exceeds the maximum line length of 120. | max-len | → line 110, col 1: Line 110 exceeds the maximum line length of 120. |
| 116 | 34 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 116, col 34: Identifier 'main_img' is not in camel case. |
| 119 | 34 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 119, col 34: Identifier 'main_img' is not in camel case. |
不规范数量:8
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 33 | 5 | 2 | Property 'filter_brands_cache' is not in camel case. | fecs-camelcase | → line 33, col 5: Property 'filter_brands_cache' is not in camel case. |
| 34 | 5 | 2 | Property 'filter_cates_cache' is not in camel case. | fecs-camelcase | → line 34, col 5: Property 'filter_cates_cache' is not in camel case. |
| 60 | 13 | 2 | Identifier '_self' is not in camel case. | fecs-camelcase | → line 60, col 13: Identifier '_self' is not in camel case. |
| 263 | 21 | 1 | Unexpected console statement. | no-console | → line 263, col 21: Unexpected console statement. |
| 276 | 21 | 1 | Unexpected console statement. | no-console | → line 276, col 21: Unexpected console statement. |
| 296 | 25 | 2 | Identifier 'filter_cates_cache' is not in camel case. | fecs-camelcase | → line 296, col 25: Identifier 'filter_cates_cache' is not in camel case. |
| 301 | 25 | 2 | Identifier 'filter_brands_cache' is not in camel case. | fecs-camelcase | → line 301, col 25: Identifier 'filter_brands_cache' is not in camel case. |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 19 | 13 | 2 | Identifier '_self' is not in camel case. | fecs-camelcase | → line 19, col 13: Identifier '_self' is not in camel case. |
| 24 | 13 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 24, col 13: Expected key `entity_type` but `'entity_type'` found. |
| 25 | 13 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 25, col 13: Expected key `et` but `'et'` found. |
| 27 | 17 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 27, col 17: Expected key `tab` but `'tab'` found. |
| 53 | 13 | 2 | Identifier '_self' is not in camel case. | fecs-camelcase | → line 53, col 13: Identifier '_self' is not in camel case. |
| 66 | 17 | 1 | Unexpected console statement. | no-console | → line 66, col 17: Unexpected console statement. |
不规范数量:58
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 8, col 5: "env" is defined but never used |
| 9 | 5 | 2 | Identifier '_callapp' is not in camel case. | fecs-camelcase | → line 9, col 5: Identifier '_callapp' is not in camel case. |
| 10 | 5 | 2 | Identifier '_statistics' is not in camel case. | fecs-camelcase | → line 10, col 5: Identifier '_statistics' is not in camel case. |
| 11 | 5 | 2 | Identifier '_popup' is not in camel case. | fecs-camelcase | → line 11, col 5: Identifier '_popup' is not in camel case. |
| 12 | 5 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 12, col 5: Identifier '_template' is not in camel case. |
| 13 | 5 | 2 | Identifier '_ajax' is not in camel case. | fecs-camelcase | → line 13, col 5: Identifier '_ajax' is not in camel case. |
| 14 | 5 | 2 | Identifier '_lazyload' is not in camel case. | fecs-camelcase | → line 14, col 5: Identifier '_lazyload' is not in camel case. |
| 20 | 5 | 2 | Identifier '_cartIds' is not in camel case. | fecs-camelcase | → line 20, col 5: Identifier '_cartIds' is not in camel case. |
| 21 | 5 | 2 | Identifier '_my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 21, col 5: Identifier '_my_coupon_brand_ids' is not in camel case. |
| 22 | 5 | 2 | Identifier '_tmpl_list' is not in camel case. | fecs-camelcase | → line 22, col 5: Identifier '_tmpl_list' is not in camel case. |
| 23 | 5 | 2 | Identifier '_tmpl_bar' is not in camel case. | fecs-camelcase | → line 23, col 5: Identifier '_tmpl_bar' is not in camel case. |
| 24 | 5 | 2 | Identifier '_tmpl_invalid' is not in camel case. | fecs-camelcase | → line 24, col 5: Identifier '_tmpl_invalid' is not in camel case. |
| 25 | 5 | 2 | Identifier '_tmpl_login' is not in camel case. | fecs-camelcase | → line 25, col 5: Identifier '_tmpl_login' is not in camel case. |
| 26 | 5 | 2 | Identifier '_tmpl_empty' is not in camel case. | fecs-camelcase | → line 26, col 5: Identifier '_tmpl_empty' is not in camel case. |
| 28 | 5 | 2 | Expected key `'status'` but `status` found. | fecs-properties-quote | → line 28, col 5: Expected key `'status'` but `status` found. |
| 29 | 5 | 2 | Expected key `'loading'` but `loading` found. | fecs-properties-quote | → line 29, col 5: Expected key `'loading'` but `loading` found. |
| 30 | 5 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 30, col 5: Reserved word "do" used as key. |
| 30 | 5 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 30, col 5: Expected key `'do'` but `do` found. |
| 39 | 5 | 2 | Expected key `'undo'` but `undo` found. | fecs-properties-quote | → line 39, col 5: Expected key `'undo'` but `undo` found. |
| 43 | 5 | 2 | Expected key `'value'` but `value` found. | fecs-properties-quote | → line 43, col 5: Expected key `'value'` but `value` found. |
| 73 | 17 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 73, col 17: Property 'cart_ids' is not in camel case. |
| 74 | 17 | 2 | Property 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 74, col 17: Property 'my_coupon_brand_ids' is not in camel case. |
| 112 | 22 | 2 | Identifier 'coupon_brand_fee' is not in camel case. | fecs-camelcase | → line 112, col 22: Identifier 'coupon_brand_fee' is not in camel case. |
| 116 | 17 | 2 | Identifier '_my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 116, col 17: Identifier '_my_coupon_brand_ids' is not in camel case. |
| 121 | 1 | 2 | Line 121 exceeds the maximum line length of 120. | max-len | → line 121, col 1: Line 121 exceeds the maximum line length of 120. |
| 130 | 18 | 2 | Identifier 'promotion_fee' is not in camel case. | fecs-camelcase | → line 130, col 18: Identifier 'promotion_fee' is not in camel case. |
| 138 | 23 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 138, col 23: Identifier 'origin_price' is not in camel case. |
| 254 | 21 | 2 | Identifier 'buy_cnt' is not in camel case. | fecs-camelcase | → line 254, col 21: Identifier 'buy_cnt' is not in camel case. |
| 255 | 21 | 2 | Identifier 'cart_cnt' is not in camel case. | fecs-camelcase | → line 255, col 21: Identifier 'cart_cnt' is not in camel case. |
| 256 | 21 | 2 | Identifier 'buy_ids' is not in camel case. | fecs-camelcase | → line 256, col 21: Identifier 'buy_ids' is not in camel case. |
| 262 | 33 | 2 | Missing radix parameter. | radix | → line 262, col 33: Missing radix parameter. |
| 265 | 21 | 2 | Identifier 'buy_ids' is not in camel case. | fecs-camelcase | → line 265, col 21: Identifier 'buy_ids' is not in camel case. |
| 266 | 32 | 2 | Missing radix parameter. | radix | → line 266, col 32: Missing radix parameter. |
| 269 | 21 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 269, col 21: Expected key `entity_type` but `'entity_type'` found. |
| 270 | 21 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 270, col 21: Expected key `et` but `'et'` found. |
| 272 | 25 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 272, col 25: Expected key `block_name` but `'block_name'` found. |
| 273 | 25 | 2 | Expected key `buy_ids` but `'buy_ids'` found. | fecs-properties-quote | → line 273, col 25: Expected key `buy_ids` but `'buy_ids'` found. |
| 274 | 25 | 2 | Expected key `buy_cnt` but `'buy_cnt'` found. | fecs-properties-quote | → line 274, col 25: Expected key `buy_cnt` but `'buy_cnt'` found. |
| 275 | 25 | 2 | Expected key `cart_cnt` but `'cart_cnt'` found. | fecs-properties-quote | → line 275, col 25: Expected key `cart_cnt` but `'cart_cnt'` found. |
| 278 | 1 | 2 | Line 278 exceeds the maximum line length of 120. | max-len | → line 278, col 1: Line 278 exceeds the maximum line length of 120. |
| 278 | 63 | 2 | Identifier '_my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 278, col 63: Identifier '_my_coupon_brand_ids' is not in camel case. |
| 307 | 17 | 2 | Identifier '_my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 307, col 17: Identifier '_my_coupon_brand_ids' is not in camel case. |
| 311 | 25 | 2 | Identifier '_my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 311, col 25: Identifier '_my_coupon_brand_ids' is not in camel case. |
| 318 | 21 | 2 | Identifier '_my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 318, col 21: Identifier '_my_coupon_brand_ids' is not in camel case. |
| 323 | 17 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 323, col 17: Property 'cart_ids' is not in camel case. |
| 324 | 17 | 2 | Property 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 324, col 17: Property 'my_coupon_brand_ids' is not in camel case. |
| 337 | 17 | 2 | Property 'cart_id' is not in camel case. | fecs-camelcase | → line 337, col 17: Property 'cart_id' is not in camel case. |
| 355 | 17 | 2 | Property 'cart_id' is not in camel case. | fecs-camelcase | → line 355, col 17: Property 'cart_id' is not in camel case. |
| 420 | 17 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 420, col 17: Property 'cart_ids' is not in camel case. |
| 421 | 17 | 2 | Property 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 421, col 17: Property 'my_coupon_brand_ids' is not in camel case. |
| 439 | 17 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 439, col 17: Property 'cart_ids' is not in camel case. |
| 440 | 17 | 2 | Property 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 440, col 17: Property 'my_coupon_brand_ids' is not in camel case. |
| 458 | 17 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 458, col 17: Property 'cart_ids' is not in camel case. |
| 459 | 17 | 2 | Property 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 459, col 17: Property 'my_coupon_brand_ids' is not in camel case. |
| 477 | 13 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 477, col 13: Property 'cart_ids' is not in camel case. |
| 478 | 13 | 2 | Property 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 478, col 13: Property 'my_coupon_brand_ids' is not in camel case. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 5 | 2 | Identifier '_cookie' is not in camel case. | fecs-camelcase | → line 8, col 5: Identifier '_cookie' is not in camel case. |
| 14 | 5 | 1 | "$get" is defined but never used | no-unused-vars | → line 14, col 5: "$get" is defined but never used |
| 46 | 33 | 1 | Move function declaration to function body root. | no-inner-declarations | → line 46, col 33: Move function declaration to function body root. |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 8, col 5: "navbar" is defined but never used |
| 12 | 5 | 1 | "getFullUrl" is defined but never used | no-unused-vars | → line 12, col 5: "getFullUrl" is defined but never used |
| 51 | 17 | 2 | Property 'shipment_id' is not in camel case. | fecs-camelcase | → line 51, col 17: Property 'shipment_id' is not in camel case. |
| 64 | 1 | 2 | Line 64 exceeds the maximum line length of 120. | max-len | → line 64, col 1: Line 64 exceeds the maximum line length of 120. |
| 75 | 17 | 1 | Unexpected console statement. | no-console | → line 75, col 17: Unexpected console statement. |
不规范数量:124
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 10 | 5 | 2 | Identifier '_popup' is not in camel case. | fecs-camelcase | → line 10, col 5: Identifier '_popup' is not in camel case. |
| 11 | 5 | 2 | Identifier '_callapp' is not in camel case. | fecs-camelcase | → line 11, col 5: Identifier '_callapp' is not in camel case. |
| 13 | 5 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 13, col 5: Identifier '_template' is not in camel case. |
| 16 | 5 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 16, col 5: Identifier 'area_limit' is not in camel case. |
| 22 | 5 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 22, col 5: Identifier '_lock' is not in camel case. |
| 43 | 12 | 2 | Missing radix parameter. | radix | → line 43, col 12: Missing radix parameter. |
| 51 | 5 | 2 | Identifier 'group_code' is not in camel case. | fecs-camelcase | → line 51, col 5: Identifier 'group_code' is not in camel case. |
| 52 | 5 | 2 | Identifier '_cart_id' is not in camel case. | fecs-camelcase | → line 52, col 5: Identifier '_cart_id' is not in camel case. |
| 55 | 5 | 1 | "address_Modal" is defined but never used | no-unused-vars | → line 55, col 5: "address_Modal" is defined but never used |
| 55 | 5 | 2 | Identifier 'address_Modal' is not in camel case. | fecs-camelcase | → line 55, col 5: Identifier 'address_Modal' is not in camel case. |
| 67 | 5 | 2 | Property 'default_address' is not in camel case. | fecs-camelcase | → line 67, col 5: Property 'default_address' is not in camel case. |
| 68 | 5 | 2 | Property 'serial_id' is not in camel case. | fecs-camelcase | → line 68, col 5: Property 'serial_id' is not in camel case. |
| 71 | 5 | 2 | Property 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 71, col 5: Property 'my_coupon_brand_ids' is not in camel case. |
| 81 | 5 | 2 | Property 'bank_id' is not in camel case. | fecs-camelcase | → line 81, col 5: Property 'bank_id' is not in camel case. |
| 83 | 5 | 2 | Property 'total_taxes_price' is not in camel case. | fecs-camelcase | → line 83, col 5: Property 'total_taxes_price' is not in camel case. |
| 84 | 5 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 84, col 5: Property 'cart_ids' is not in camel case. |
| 85 | 5 | 2 | Property 'is_arealimit' is not in camel case. | fecs-camelcase | → line 85, col 5: Property 'is_arealimit' is not in camel case. |
| 99 | 25 | 2 | Identifier 'pay_direct_type' is not in camel case. | fecs-camelcase | → line 99, col 25: Identifier 'pay_direct_type' is not in camel case. |
| 100 | 25 | 2 | Identifier 'pay_direct' is not in camel case. | fecs-camelcase | → line 100, col 25: Identifier 'pay_direct' is not in camel case. |
| 101 | 25 | 2 | Identifier 'group_code' is not in camel case. | fecs-camelcase | → line 101, col 25: Identifier 'group_code' is not in camel case. |
| 102 | 25 | 2 | Identifier 'cart_ids' is not in camel case. | fecs-camelcase | → line 102, col 25: Identifier 'cart_ids' is not in camel case. |
| 125 | 22 | 2 | Identifier 'bank_id' is not in camel case. | fecs-camelcase | → line 125, col 22: Identifier 'bank_id' is not in camel case. |
| 135 | 17 | 2 | Identifier 'cart_ids' is not in camel case. | fecs-camelcase | → line 135, col 17: Identifier 'cart_ids' is not in camel case. |
| 146 | 21 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 146, col 21: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 146 | 30 | 2 | Identifier 'cart_id' is not in camel case. | fecs-camelcase | → line 146, col 30: Identifier 'cart_id' is not in camel case. |
| 147 | 25 | 2 | Identifier 'cart_ids' is not in camel case. | fecs-camelcase | → line 147, col 25: Identifier 'cart_ids' is not in camel case. |
| 155 | 70 | 2 | Identifier 'cart_ids' is not in camel case. | fecs-camelcase | → line 155, col 70: Identifier 'cart_ids' is not in camel case. |
| 159 | 22 | 2 | Identifier 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 159, col 22: Identifier 'my_coupon_brand_ids' is not in camel case. |
| 167 | 21 | 2 | Missing radix parameter. | radix | → line 167, col 21: Missing radix parameter. |
| 169 | 25 | 2 | Identifier 'logout_url' is not in camel case. | fecs-camelcase | → line 169, col 25: Identifier 'logout_url' is not in camel case. |
| 206 | 1 | 2 | Line 206 exceeds the maximum line length of 120. | max-len | → line 206, col 1: Line 206 exceeds the maximum line length of 120. |
| 217 | 25 | 2 | Property 'check_shipping' is not in camel case. | fecs-camelcase | → line 217, col 25: Property 'check_shipping' is not in camel case. |
| 218 | 25 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 218, col 25: Property 'cart_ids' is not in camel case. |
| 220 | 1 | 2 | Line 220 exceeds the maximum line length of 120. | max-len | → line 220, col 1: Line 220 exceeds the maximum line length of 120. |
| 220 | 25 | 2 | Property 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 220, col 25: Property 'my_coupon_brand_ids' is not in camel case. |
| 232 | 17 | 1 | "data" is already defined | no-redeclare | → line 232, col 17: "data" is already defined |
| 233 | 17 | 2 | Property 'pay_direct' is not in camel case. | fecs-camelcase | → line 233, col 17: Property 'pay_direct' is not in camel case. |
| 234 | 17 | 2 | Property 'check_shipping' is not in camel case. | fecs-camelcase | → line 234, col 17: Property 'check_shipping' is not in camel case. |
| 262 | 35 | 2 | Identifier 'cart_ids' is not in camel case. | fecs-camelcase | → line 262, col 35: Identifier 'cart_ids' is not in camel case. |
| 265 | 13 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 265, col 13: Property 'cart_ids' is not in camel case. |
| 265 | 23 | 2 | Identifier 'cart_ids' is not in camel case. | fecs-camelcase | → line 265, col 23: Identifier 'cart_ids' is not in camel case. |
| 269 | 9 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 269, col 9: Identifier 'area_limit' is not in camel case. |
| 271 | 22 | 2 | Identifier 'is_arealimit' is not in camel case. | fecs-camelcase | → line 271, col 22: Identifier 'is_arealimit' is not in camel case. |
| 276 | 17 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 276, col 17: Identifier 'area_limit' is not in camel case. |
| 277 | 17 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 277, col 17: Identifier 'area_limit' is not in camel case. |
| 278 | 17 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 278, col 17: Identifier 'area_limit' is not in camel case. |
| 286 | 17 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 286, col 17: Identifier 'area_limit' is not in camel case. |
| 295 | 18 | 2 | Identifier 'default_address' is not in camel case. | fecs-camelcase | → line 295, col 18: Identifier 'default_address' is not in camel case. |
| 295 | 40 | 2 | Identifier 'default_address' is not in camel case. | fecs-camelcase | → line 295, col 40: Identifier 'default_address' is not in camel case. |
| 302 | 14 | 2 | Identifier 'cart_items' is not in camel case. | fecs-camelcase | → line 302, col 14: Identifier 'cart_items' is not in camel case. |
| 302 | 31 | 2 | Identifier 'cart_items' is not in camel case. | fecs-camelcase | → line 302, col 31: Identifier 'cart_items' is not in camel case. |
| 303 | 14 | 2 | Identifier 'total_price' is not in camel case. | fecs-camelcase | → line 303, col 14: Identifier 'total_price' is not in camel case. |
| 303 | 32 | 2 | Identifier 'total_price' is not in camel case. | fecs-camelcase | → line 303, col 32: Identifier 'total_price' is not in camel case. |
| 304 | 14 | 2 | Identifier 'total_discount_fee' is not in camel case. | fecs-camelcase | → line 304, col 14: Identifier 'total_discount_fee' is not in camel case. |
| 304 | 39 | 2 | Identifier 'total_discount_fee' is not in camel case. | fecs-camelcase | → line 304, col 39: Identifier 'total_discount_fee' is not in camel case. |
| 305 | 14 | 2 | Identifier 'total_taxes_price' is not in camel case. | fecs-camelcase | → line 305, col 14: Identifier 'total_taxes_price' is not in camel case. |
| 307 | 14 | 2 | Identifier 'shipping_fee_map' is not in camel case. | fecs-camelcase | → line 307, col 14: Identifier 'shipping_fee_map' is not in camel case. |
| 307 | 37 | 2 | Identifier 'shipping_fee_map' is not in camel case. | fecs-camelcase | → line 307, col 37: Identifier 'shipping_fee_map' is not in camel case. |
| 308 | 14 | 2 | Identifier 'shipping_tax_fee_map' is not in camel case. | fecs-camelcase | → line 308, col 14: Identifier 'shipping_tax_fee_map' is not in camel case. |
| 308 | 41 | 2 | Identifier 'shipping_tax_fee_map' is not in camel case. | fecs-camelcase | → line 308, col 41: Identifier 'shipping_tax_fee_map' is not in camel case. |
| 311 | 14 | 2 | Identifier 'is_allow_weixin_pay' is not in camel case. | fecs-camelcase | → line 311, col 14: Identifier 'is_allow_weixin_pay' is not in camel case. |
| 316 | 18 | 2 | Identifier 'serial_id' is not in camel case. | fecs-camelcase | → line 316, col 18: Identifier 'serial_id' is not in camel case. |
| 316 | 44 | 2 | Identifier 'serial_id' is not in camel case. | fecs-camelcase | → line 316, col 44: Identifier 'serial_id' is not in camel case. |
| 325 | 17 | 2 | Property 'default_address' is not in camel case. | fecs-camelcase | → line 325, col 17: Property 'default_address' is not in camel case. |
| 331 | 1 | 2 | Line 331 exceeds the maximum line length of 120. | max-len | → line 331, col 1: Line 331 exceeds the maximum line length of 120. |
| 341 | 17 | 2 | Identifier 'address_Modal' is not in camel case. | fecs-camelcase | → line 341, col 17: Identifier 'address_Modal' is not in camel case. |
| 342 | 17 | 2 | Identifier 'address_Modal' is not in camel case. | fecs-camelcase | → line 342, col 17: Identifier 'address_Modal' is not in camel case. |
| 348 | 17 | 2 | Identifier 'address_Modal' is not in camel case. | fecs-camelcase | → line 348, col 17: Identifier 'address_Modal' is not in camel case. |
| 351 | 17 | 1 | "html" is already defined | no-redeclare | → line 351, col 17: "html" is already defined |
| 352 | 17 | 2 | Property 'default_address' is not in camel case. | fecs-camelcase | → line 352, col 17: Property 'default_address' is not in camel case. |
| 381 | 41 | 2 | Missing radix parameter. | radix | → line 381, col 41: Missing radix parameter. |
| 384 | 30 | 2 | Missing radix parameter. | radix | → line 384, col 30: Missing radix parameter. |
| 387 | 49 | 2 | Missing radix parameter. | radix | → line 387, col 49: Missing radix parameter. |
| 394 | 31 | 2 | Identifier 'tax_fee' is not in camel case. | fecs-camelcase | → line 394, col 31: Identifier 'tax_fee' is not in camel case. |
| 394 | 61 | 2 | Missing radix parameter. | radix | → line 394, col 61: Missing radix parameter. |
| 402 | 49 | 1 | Don't make functions within a loop | no-loop-func | → line 402, col 49: Don't make functions within a loop |
| 405 | 40 | 2 | Missing radix parameter. | radix | → line 405, col 40: Missing radix parameter. |
| 407 | 49 | 2 | Missing radix parameter. | radix | → line 407, col 49: Missing radix parameter. |
| 412 | 40 | 2 | Missing radix parameter. | radix | → line 412, col 40: Missing radix parameter. |
| 414 | 71 | 2 | Missing radix parameter. | radix | → line 414, col 71: Missing radix parameter. |
| 445 | 33 | 2 | Missing radix parameter. | radix | → line 445, col 33: Missing radix parameter. |
| 453 | 13 | 2 | Property 'cart_items' is not in camel case. | fecs-camelcase | → line 453, col 13: Property 'cart_items' is not in camel case. |
| 461 | 1 | 2 | Line 461 exceeds the maximum line length of 120. | max-len | → line 461, col 1: Line 461 exceeds the maximum line length of 120. |
| 465 | 13 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 465, col 13: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 466 | 61 | 2 | Missing radix parameter. | radix | → line 466, col 61: Missing radix parameter. |
| 472 | 1 | 2 | Line 472 exceeds the maximum line length of 120. | max-len | → line 472, col 1: Line 472 exceeds the maximum line length of 120. |
| 475 | 9 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 475, col 9: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 475 | 14 | 2 | "feeKey" is not defined. | no-undef | → line 475, col 14: "feeKey" is not defined. |
| 476 | 51 | 2 | Missing radix parameter. | radix | → line 476, col 51: Missing radix parameter. |
| 476 | 82 | 2 | "feeKey" is not defined. | no-undef | → line 476, col 82: "feeKey" is not defined. |
| 484 | 17 | 1 | "allFee" is already defined | no-redeclare | → line 484, col 17: "allFee" is already defined |
| 504 | 9 | 2 | Missing JSDoc for parameter "res". | fecs-valid-jsdoc | → line 504, col 9: Missing JSDoc for parameter "res". |
| 506 | 10 | 2 | Unexpected @return tag; function has no return statement. | fecs-valid-jsdoc | → line 506, col 10: Unexpected @return tag; function has no return statement. |
| 506 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 506, col 10: Expected a blank comment line between description and tags. |
| 506 | 21 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 506, col 21: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 533 | 9 | 2 | JSDoc syntax error: Missing or invalid tag type. | fecs-valid-jsdoc | → line 533, col 9: JSDoc syntax error: Missing or invalid tag type. |
| 539 | 17 | 2 | Property 'total_fee' is not in camel case. | fecs-camelcase | → line 539, col 17: Property 'total_fee' is not in camel case. |
| 592 | 17 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 592, col 17: Identifier 'area_limit' is not in camel case. |
| 597 | 17 | 2 | Property 'mf_coupon_id' is not in camel case. | fecs-camelcase | → line 597, col 17: Property 'mf_coupon_id' is not in camel case. |
| 598 | 17 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 598, col 17: Property 'coupon_id' is not in camel case. |
| 602 | 17 | 2 | Property 'cart_ids' is not in camel case. | fecs-camelcase | → line 602, col 17: Property 'cart_ids' is not in camel case. |
| 604 | 17 | 2 | Property 'shipping_fee' is not in camel case. | fecs-camelcase | → line 604, col 17: Property 'shipping_fee' is not in camel case. |
| 606 | 17 | 2 | Property 'bank_id' is not in camel case. | fecs-camelcase | → line 606, col 17: Property 'bank_id' is not in camel case. |
| 609 | 17 | 2 | Property 'rams_device_id' is not in camel case. | fecs-camelcase | → line 609, col 17: Property 'rams_device_id' is not in camel case. |
| 610 | 17 | 2 | Property 'my_coupon_brand_ids' is not in camel case. | fecs-camelcase | → line 610, col 17: Property 'my_coupon_brand_ids' is not in camel case. |
| 616 | 13 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 616, col 13: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 621 | 18 | 2 | ["remark"] is better written in dot notation. | fecs-dot-notation | → line 621, col 18: ["remark"] is better written in dot notation. |
| 715 | 20 | 2 | Identifier 'status_class' is not in camel case. | fecs-camelcase | → line 715, col 20: Identifier 'status_class' is not in camel case. |
| 718 | 20 | 2 | Identifier 'status_class' is not in camel case. | fecs-camelcase | → line 718, col 20: Identifier 'status_class' is not in camel case. |
| 721 | 38 | 2 | Missing radix parameter. | radix | → line 721, col 38: Missing radix parameter. |
| 722 | 1 | 2 | Line 722 exceeds the maximum line length of 120. | max-len | → line 722, col 1: Line 722 exceeds the maximum line length of 120. |
| 722 | 16 | 2 | Identifier 'start_time' is not in camel case. | fecs-camelcase | → line 722, col 16: Identifier 'start_time' is not in camel case. |
| 723 | 36 | 2 | Missing radix parameter. | radix | → line 723, col 36: Missing radix parameter. |
| 724 | 1 | 2 | Line 724 exceeds the maximum line length of 120. | max-len | → line 724, col 1: Line 724 exceeds the maximum line length of 120. |
| 724 | 16 | 2 | Identifier 'end_time' is not in camel case. | fecs-camelcase | → line 724, col 16: Identifier 'end_time' is not in camel case. |
| 729 | 20 | 2 | Identifier 'status_desc' is not in camel case. | fecs-camelcase | → line 729, col 20: Identifier 'status_desc' is not in camel case. |
| 818 | 17 | 1 | "fee" is already defined | no-redeclare | → line 818, col 17: "fee" is already defined |
| 851 | 25 | 2 | Expected key `value` but `'value'` found. | fecs-properties-quote | → line 851, col 25: Expected key `value` but `'value'` found. |
| 852 | 25 | 2 | Expected key `exception_type` but `'exception_type'` found. | fecs-properties-quote | → line 852, col 25: Expected key `exception_type` but `'exception_type'` found. |
| 853 | 25 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 853, col 25: Expected key `type` but `'type'` found. |
| 884 | 25 | 2 | Expected key `key` but `'key'` found. | fecs-properties-quote | → line 884, col 25: Expected key `key` but `'key'` found. |
| 885 | 25 | 2 | Expected key `tel` but `'tel'` found. | fecs-properties-quote | → line 885, col 25: Expected key `tel` but `'tel'` found. |
不规范数量:9
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 16 | 9 | 2 | "WeixinJSBridge" is not defined. | no-undef | → line 16, col 9: "WeixinJSBridge" is not defined. |
| 26 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 26, col 29: Property 'entity_type' is not in camel case. |
| 28 | 29 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 28, col 29: Property 'entity_list' is not in camel case. |
| 85 | 13 | 2 | Property 'redirect_uri' is not in camel case. | fecs-camelcase | → line 85, col 13: Property 'redirect_uri' is not in camel case. |
| 86 | 13 | 2 | Property 'response_type' is not in camel case. | fecs-camelcase | → line 86, col 13: Property 'response_type' is not in camel case. |
| 125 | 9 | 2 | Identifier 'group_code' is not in camel case. | fecs-camelcase | → line 125, col 9: Identifier 'group_code' is not in camel case. |
| 128 | 9 | 2 | Identifier 'foreign_pay_app_id' is not in camel case. | fecs-camelcase | → line 128, col 9: Identifier 'foreign_pay_app_id' is not in camel case. |
不规范数量:158
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 3 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 3, col 5: "env" is defined but never used |
| 13 | 65 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 13, col 65: Expected exception block, space or tab after "//" in comment. |
| 19 | 1 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 19, col 1: Split 'var' declarations into multiple statements. |
| 20 | 26 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 20, col 26: Missing space before function parentheses. |
| 21 | 40 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 21, col 40: Trailing spaces not allowed. |
| 22 | 17 | 2 | Expected { after 'if' condition. | curly | → line 22, col 17: Expected { after 'if' condition. |
| 22 | 19 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 22, col 19: Keyword "if" must be followed by whitespace. |
| 22 | 37 | 2 | Strings must use singlequote. | quotes | → line 22, col 37: Strings must use singlequote. |
| 22 | 41 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 22, col 41: Infix operators must be spaced. |
| 22 | 42 | 2 | Strings must use singlequote. | quotes | → line 22, col 42: Strings must use singlequote. |
| 22 | 44 | 2 | Infix operators must be spaced. | fecs-space-infix-ops | → line 22, col 44: Infix operators must be spaced. |
| 22 | 50 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 22, col 50: Trailing spaces not allowed. |
| 23 | 17 | 2 | Expected { after 'else'. | curly | → line 23, col 17: Expected { after 'else'. |
| 23 | 22 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 23, col 22: Unexpected 'else' after 'return'. |
| 23 | 33 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 23, col 33: Trailing spaces not allowed. |
| 24 | 14 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 24, col 14: Trailing spaces not allowed. |
| 26 | 13 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 26, col 13: Split 'var' declarations into multiple statements. |
| 29 | 13 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 29, col 13: Split 'var' declarations into multiple statements. |
| 32 | 29 | 2 | A function with a name starting with an uppercase letter should only be used as a constructor. | new-cap | → line 32, col 29: A function with a name starting with an uppercase letter should only be used as a constructor. |
| 32 | 48 | 2 | Strings must use singlequote. | quotes | → line 32, col 48: Strings must use singlequote. |
| 34 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 34, col 15: Keyword "if" must be followed by whitespace. |
| 34 | 45 | 2 | Missing space before opening brace. | space-before-blocks | → line 34, col 45: Missing space before opening brace. |
| 35 | 20 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 35, col 20: Closing curly brace appears on the same line as the subsequent block. |
| 35 | 22 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 35, col 22: Keyword "if" must be followed by whitespace. |
| 36 | 29 | 2 | Strings must use singlequote. | quotes | → line 36, col 29: Strings must use singlequote. |
| 37 | 20 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 37, col 20: Closing curly brace appears on the same line as the subsequent block. |
| 38 | 29 | 2 | A function with a name starting with an uppercase letter should only be used as a constructor. | new-cap | → line 38, col 29: A function with a name starting with an uppercase letter should only be used as a constructor. |
| 38 | 49 | 2 | Strings must use singlequote. | quotes | → line 38, col 49: Strings must use singlequote. |
| 38 | 55 | 2 | A function with a name starting with an uppercase letter should only be used as a constructor. | new-cap | → line 38, col 55: A function with a name starting with an uppercase letter should only be used as a constructor. |
| 38 | 74 | 2 | Strings must use singlequote. | quotes | → line 38, col 74: Strings must use singlequote. |
| 45 | 5 | 1 | "list" is defined but never used | no-unused-vars | → line 45, col 5: "list" is defined but never used |
| 45 | 12 | 2 | Wrap an immediate function invocation in parentheses. | wrap-iife | → line 45, col 12: Wrap an immediate function invocation in parentheses. |
| 45 | 20 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 45, col 20: Missing space before function parentheses. |
| 47 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 47, col 9: Split 'var' declarations into multiple statements. |
| 51 | 24 | 2 | Strings must use singlequote. | quotes | → line 51, col 24: Strings must use singlequote. |
| 55 | 28 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 55, col 28: Missing space before function parentheses. |
| 57 | 13 | 2 | "getCategories" was used before it was defined | no-use-before-define | → line 57, col 13: "getCategories" was used before it was defined |
| 58 | 13 | 2 | "getItemList" was used before it was defined | no-use-before-define | → line 58, col 13: "getItemList" was used before it was defined |
| 58 | 25 | 2 | Strings must use singlequote. | quotes | → line 58, col 25: Strings must use singlequote. |
| 59 | 13 | 2 | "bindEvents" was used before it was defined | no-use-before-define | → line 59, col 13: "bindEvents" was used before it was defined |
| 63 | 37 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 63, col 37: Missing space before function parentheses. |
| 65 | 22 | 2 | Strings must use singlequote. | quotes | → line 65, col 22: Strings must use singlequote. |
| 66 | 27 | 2 | Strings must use singlequote. | quotes | → line 66, col 27: Strings must use singlequote. |
| 67 | 32 | 2 | Strings must use singlequote. | quotes | → line 67, col 32: Strings must use singlequote. |
| 68 | 37 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 68, col 37: Missing space before function parentheses. |
| 71 | 34 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 71, col 34: Missing space before function parentheses. |
| 72 | 25 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 72, col 25: Identifier '_data' is not in camel case. |
| 74 | 43 | 2 | Strings must use singlequote. | quotes | → line 74, col 43: Strings must use singlequote. |
| 75 | 23 | 2 | Strings must use singlequote. | quotes | → line 75, col 23: Strings must use singlequote. |
| 87 | 47 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 87, col 47: Missing space before function parentheses. |
| 96 | 44 | 2 | Strings must use singlequote. | quotes | → line 96, col 44: Strings must use singlequote. |
| 97 | 36 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 97, col 36: Closing curly brace appears on the same line as the subsequent block. |
| 97 | 53 | 2 | Strings must use singlequote. | quotes | → line 97, col 53: Strings must use singlequote. |
| 100 | 36 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 100, col 36: Closing curly brace appears on the same line as the subsequent block. |
| 102 | 53 | 2 | A space is required after ','. | comma-spacing | → line 102, col 53: A space is required after ','. |
| 107 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 107, col 1: Trailing spaces not allowed. |
| 112 | 68 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 112, col 68: Missing space before function parentheses. |
| 118 | 35 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 118, col 35: Missing space before function parentheses. |
| 118 | 44 | 2 | A space is required after ','. | comma-spacing | → line 118, col 44: A space is required after ','. |
| 120 | 22 | 2 | Strings must use singlequote. | quotes | → line 120, col 22: Strings must use singlequote. |
| 120 | 80 | 2 | Strings must use singlequote. | quotes | → line 120, col 80: Strings must use singlequote. |
| 120 | 97 | 2 | Strings must use singlequote. | quotes | → line 120, col 97: Strings must use singlequote. |
| 120 | 114 | 2 | Strings must use singlequote. | quotes | → line 120, col 114: Strings must use singlequote. |
| 121 | 27 | 2 | Strings must use singlequote. | quotes | → line 121, col 27: Strings must use singlequote. |
| 122 | 32 | 2 | Strings must use singlequote. | quotes | → line 122, col 32: Strings must use singlequote. |
| 123 | 34 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 123, col 34: Missing space before function parentheses. |
| 124 | 1 | 2 | Line 124 exceeds the maximum line length of 120. | max-len | → line 124, col 1: Line 124 exceeds the maximum line length of 120. |
| 126 | 27 | 2 | Strings must use singlequote. | quotes | → line 126, col 27: Strings must use singlequote. |
| 129 | 23 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 129, col 23: Keyword "if" must be followed by whitespace. |
| 129 | 24 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 129, col 24: There should be no spaces inside this paren. |
| 129 | 52 | 2 | Strings must use singlequote. | quotes | → line 129, col 52: Strings must use singlequote. |
| 133 | 21 | 2 | "renderList" was used before it was defined | no-use-before-define | → line 133, col 21: "renderList" was used before it was defined |
| 135 | 35 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 135, col 35: Missing space before function parentheses. |
| 142 | 41 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 142, col 41: Missing space before function parentheses. |
| 144 | 22 | 2 | Strings must use singlequote. | quotes | → line 144, col 22: Strings must use singlequote. |
| 144 | 80 | 2 | Strings must use singlequote. | quotes | → line 144, col 80: Strings must use singlequote. |
| 144 | 97 | 2 | Strings must use singlequote. | quotes | → line 144, col 97: Strings must use singlequote. |
| 145 | 27 | 2 | Strings must use singlequote. | quotes | → line 145, col 27: Strings must use singlequote. |
| 146 | 32 | 2 | Strings must use singlequote. | quotes | → line 146, col 32: Strings must use singlequote. |
| 147 | 37 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 147, col 37: Missing space before function parentheses. |
| 150 | 34 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 150, col 34: Missing space before function parentheses. |
| 151 | 1 | 2 | Line 151 exceeds the maximum line length of 120. | max-len | → line 151, col 1: Line 151 exceeds the maximum line length of 120. |
| 153 | 27 | 2 | Strings must use singlequote. | quotes | → line 153, col 27: Strings must use singlequote. |
| 155 | 21 | 2 | "renderList" was used before it was defined | no-use-before-define | → line 155, col 21: "renderList" was used before it was defined |
| 155 | 61 | 2 | Strings must use singlequote. | quotes | → line 155, col 61: Strings must use singlequote. |
| 157 | 35 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 157, col 35: Missing space before function parentheses. |
| 163 | 9 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 163, col 9: Expected exception block, space or tab after "//" in comment. |
| 164 | 39 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 164, col 39: Missing space before function parentheses. |
| 164 | 44 | 2 | A space is required after ','. | comma-spacing | → line 164, col 44: A space is required after ','. |
| 165 | 15 | 2 | Keyword "if" must be followed by whitespace. | space-after-keywords | → line 165, col 15: Keyword "if" must be followed by whitespace. |
| 166 | 16 | 2 | Bad indentation (15 instead 16). | fecs-indent | → line 166, col 16: Bad indentation (15 instead 16). |
| 167 | 16 | 2 | Bad indentation (15 instead 16). | fecs-indent | → line 167, col 16: Bad indentation (15 instead 16). |
| 167 | 20 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 167, col 20: Identifier '_data' is not in camel case. |
| 168 | 16 | 2 | Bad indentation (15 instead 16). | fecs-indent | → line 168, col 16: Bad indentation (15 instead 16). |
| 168 | 55 | 2 | Strings must use singlequote. | quotes | → line 168, col 55: Strings must use singlequote. |
| 169 | 16 | 2 | Bad indentation (15 instead 16). | fecs-indent | → line 169, col 16: Bad indentation (15 instead 16). |
| 172 | 1 | 2 | Line 172 exceeds the maximum line length of 120. | max-len | → line 172, col 1: Line 172 exceeds the maximum line length of 120. |
| 172 | 49 | 2 | Strings must use singlequote. | quotes | → line 172, col 49: Strings must use singlequote. |
| 177 | 16 | 2 | Bad indentation (15 instead 16). | fecs-indent | → line 177, col 16: Bad indentation (15 instead 16). |
| 178 | 20 | 2 | Expected key `selectedList` but `'selectedList'` found. | fecs-properties-quote | → line 178, col 20: Expected key `selectedList` but `'selectedList'` found. |
| 178 | 20 | 2 | Strings must use singlequote. | quotes | → line 178, col 20: Strings must use singlequote. |
| 180 | 16 | 2 | Bad indentation (15 instead 16). | fecs-indent | → line 180, col 16: Bad indentation (15 instead 16). |
| 180 | 18 | 2 | Strings must use singlequote. | quotes | → line 180, col 18: Strings must use singlequote. |
| 182 | 16 | 2 | Bad indentation (15 instead 16). | fecs-indent | → line 182, col 16: Bad indentation (15 instead 16). |
| 184 | 16 | 2 | Bad indentation (15 instead 16). | fecs-indent | → line 184, col 16: Bad indentation (15 instead 16). |
| 185 | 16 | 2 | Bad indentation (15 instead 16). | fecs-indent | → line 185, col 16: Bad indentation (15 instead 16). |
| 185 | 18 | 2 | Strings must use singlequote. | quotes | → line 185, col 18: Strings must use singlequote. |
| 188 | 1 | 2 | Trailing spaces not allowed. | no-trailing-spaces | → line 188, col 1: Trailing spaces not allowed. |
| 189 | 9 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 189, col 9: Expected exception block, space or tab after "//" in comment. |
| 190 | 34 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 190, col 34: Missing space before function parentheses. |
| 192 | 21 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 192, col 21: Identifier '_data' is not in camel case. |
| 193 | 56 | 2 | Strings must use singlequote. | quotes | → line 193, col 56: Strings must use singlequote. |
| 196 | 21 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 196, col 21: Expected exception block, space or tab after "//" in comment. |
| 198 | 1 | 2 | Line 198 exceeds the maximum line length of 120. | max-len | → line 198, col 1: Line 198 exceeds the maximum line length of 120. |
| 198 | 55 | 2 | Strings must use singlequote. | quotes | → line 198, col 55: Strings must use singlequote. |
| 200 | 21 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 200, col 21: Expected exception block, space or tab after "//" in comment. |
| 203 | 21 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 203, col 21: Expected exception block, space or tab after "//" in comment. |
| 204 | 30 | 2 | Identifier 'buy_btn_message' is not in camel case. | fecs-camelcase | → line 204, col 30: Identifier 'buy_btn_message' is not in camel case. |
| 204 | 97 | 2 | Strings must use singlequote. | quotes | → line 204, col 97: Strings must use singlequote. |
| 204 | 105 | 2 | Strings must use singlequote. | quotes | → line 204, col 105: Strings must use singlequote. |
| 206 | 21 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 206, col 21: Expected exception block, space or tab after "//" in comment. |
| 207 | 21 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 207, col 21: Split 'var' declarations into multiple statements. |
| 214 | 21 | 2 | Expected key `items` but `'items'` found. | fecs-properties-quote | → line 214, col 21: Expected key `items` but `'items'` found. |
| 214 | 21 | 2 | Strings must use singlequote. | quotes | → line 214, col 21: Strings must use singlequote. |
| 216 | 19 | 2 | Strings must use singlequote. | quotes | → line 216, col 19: Strings must use singlequote. |
| 222 | 20 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 222, col 20: Closing curly brace appears on the same line as the subsequent block. |
| 222 | 38 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 222, col 38: Expected exception block, space or tab after "//" in comment. |
| 223 | 19 | 2 | Strings must use singlequote. | quotes | → line 223, col 19: Strings must use singlequote. |
| 223 | 39 | 2 | Strings must use singlequote. | quotes | → line 223, col 39: Strings must use singlequote. |
| 228 | 29 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 228, col 29: Missing space before function parentheses. |
| 229 | 15 | 2 | Strings must use singlequote. | quotes | → line 229, col 15: Strings must use singlequote. |
| 232 | 15 | 2 | Strings must use singlequote. | quotes | → line 232, col 15: Strings must use singlequote. |
| 235 | 34 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 235, col 34: Missing space before function parentheses. |
| 237 | 38 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 237, col 38: Missing space before function parentheses. |
| 238 | 1 | 2 | Line 238 exceeds the maximum line length of 120. | max-len | → line 238, col 1: Line 238 exceeds the maximum line length of 120. |
| 240 | 38 | 2 | Strings must use singlequote. | quotes | → line 240, col 38: Strings must use singlequote. |
| 242 | 28 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 242, col 28: Closing curly brace appears on the same line as the subsequent block. |
| 248 | 49 | 2 | Strings must use singlequote. | quotes | → line 248, col 49: Strings must use singlequote. |
| 249 | 65 | 2 | Strings must use singlequote. | quotes | → line 249, col 65: Strings must use singlequote. |
| 250 | 23 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 250, col 23: Closing curly brace appears on the same line as the subsequent block. |
| 251 | 49 | 2 | Strings must use singlequote. | quotes | → line 251, col 49: Strings must use singlequote. |
| 252 | 65 | 2 | Strings must use singlequote. | quotes | → line 252, col 65: Strings must use singlequote. |
| 257 | 15 | 2 | Strings must use singlequote. | quotes | → line 257, col 15: Strings must use singlequote. |
| 257 | 31 | 2 | Strings must use singlequote. | quotes | → line 257, col 31: Strings must use singlequote. |
| 257 | 40 | 2 | Strings must use singlequote. | quotes | → line 257, col 40: Strings must use singlequote. |
| 257 | 62 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 257, col 62: Missing space before function parentheses. |
| 258 | 40 | 2 | Strings must use singlequote. | quotes | → line 258, col 40: Strings must use singlequote. |
| 260 | 17 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 260, col 17: Expected exception block, space or tab after "//" in comment. |
| 261 | 39 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 261, col 39: Missing space before function parentheses. |
| 262 | 21 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 262, col 21: Expected exception block, space or tab after "//" in comment. |
| 264 | 33 | 2 | Strings must use singlequote. | quotes | → line 264, col 33: Strings must use singlequote. |
| 265 | 31 | 2 | Strings must use singlequote. | quotes | → line 265, col 31: Strings must use singlequote. |
| 269 | 42 | 2 | Missing space before function parentheses. | space-before-function-paren | → line 269, col 42: Missing space before function parentheses. |
| 271 | 44 | 2 | Strings must use singlequote. | quotes | → line 271, col 44: Strings must use singlequote. |
| 272 | 36 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 272, col 36: Closing curly brace appears on the same line as the subsequent block. |
| 274 | 36 | 1 | Closing curly brace appears on the same line as the subsequent block. | brace-style | → line 274, col 36: Closing curly brace appears on the same line as the subsequent block. |
不规范数量:9
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 13 | 9 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 13, col 9: Property 'gmt_begin' is not in camel case. |
| 14 | 9 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 14, col 9: Property 'gmt_end' is not in camel case. |
| 77 | 38 | 1 | Missing '()' invoking a constructor | new-parens | → line 77, col 38: Missing '()' invoking a constructor |
| 102 | 23 | 1 | Missing '()' invoking a constructor | new-parens | → line 102, col 23: Missing '()' invoking a constructor |
| 128 | 47 | 1 | Missing '()' invoking a constructor | new-parens | → line 128, col 47: Missing '()' invoking a constructor |
| 182 | 38 | 2 | "countdown" is not defined. | no-undef | → line 182, col 38: "countdown" is not defined. |
| 183 | 19 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 183, col 19: ["lib"] is better written in dot notation. |
| 183 | 37 | 2 | ["lib"] is better written in dot notation. | fecs-dot-notation | → line 183, col 37: ["lib"] is better written in dot notation. |
不规范数量:148
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 13 | 5 | 1 | "filterbar" is defined but never used | no-unused-vars | → line 13, col 5: "filterbar" is defined but never used |
| 25 | 5 | 1 | "list" is defined but never used | no-unused-vars | → line 25, col 5: "list" is defined but never used |
| 28 | 5 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 28, col 5: Split 'var' declarations into multiple statements. |
| 28 | 9 | 2 | Identifier 'time_slot_id' is not in camel case. | fecs-camelcase | → line 28, col 9: Identifier 'time_slot_id' is not in camel case. |
| 35 | 20 | 2 | Strings must use singlequote. | quotes | → line 35, col 20: Strings must use singlequote. |
| 39 | 9 | 2 | "getTimeTab" was used before it was defined | no-use-before-define | → line 39, col 9: "getTimeTab" was used before it was defined |
| 39 | 20 | 2 | "getItemList" was used before it was defined | no-use-before-define | → line 39, col 20: "getItemList" was used before it was defined |
| 40 | 9 | 2 | "getCatTab" was used before it was defined | no-use-before-define | → line 40, col 9: "getCatTab" was used before it was defined |
| 41 | 9 | 2 | "loadMore" was used before it was defined | no-use-before-define | → line 41, col 9: "loadMore" was used before it was defined |
| 42 | 9 | 2 | "sendSpot" was used before it was defined | no-use-before-define | → line 42, col 9: "sendSpot" was used before it was defined |
| 48 | 18 | 2 | Strings must use singlequote. | quotes | → line 48, col 18: Strings must use singlequote. |
| 49 | 23 | 2 | Strings must use singlequote. | quotes | → line 49, col 23: Strings must use singlequote. |
| 50 | 28 | 2 | Strings must use singlequote. | quotes | → line 50, col 28: Strings must use singlequote. |
| 57 | 25 | 2 | Property 'start_time' is not in camel case. | fecs-camelcase | → line 57, col 25: Property 'start_time' is not in camel case. |
| 58 | 25 | 2 | Property 'end_time' is not in camel case. | fecs-camelcase | → line 58, col 25: Property 'end_time' is not in camel case. |
| 63 | 21 | 1 | "i" is already defined | no-redeclare | → line 63, col 21: "i" is already defined |
| 64 | 32 | 1 | Missing '()' invoking a constructor | new-parens | → line 64, col 32: Missing '()' invoking a constructor |
| 66 | 17 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 66, col 17: Expected exception block, space or tab after "//" in comment. |
| 98 | 17 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 98, col 17: Split 'var' declarations into multiple statements. |
| 103 | 21 | 2 | Expected key `width` but `'width'` found. | fecs-properties-quote | → line 103, col 21: Expected key `width` but `'width'` found. |
| 115 | 9 | 1 | "bindTimeTabEvent" is defined but never used | no-unused-vars | → line 115, col 9: "bindTimeTabEvent" is defined but never used |
| 123 | 13 | 2 | "reset" was used before it was defined | no-use-before-define | → line 123, col 13: "reset" was used before it was defined |
| 124 | 26 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 124, col 26: Expected '===' and instead saw '=='. |
| 125 | 19 | 2 | Strings must use singlequote. | quotes | → line 125, col 19: Strings must use singlequote. |
| 126 | 19 | 2 | Strings must use singlequote. | quotes | → line 126, col 19: Strings must use singlequote. |
| 126 | 35 | 2 | Strings must use singlequote. | quotes | → line 126, col 35: Strings must use singlequote. |
| 126 | 49 | 2 | Strings must use singlequote. | quotes | → line 126, col 49: Strings must use singlequote. |
| 129 | 19 | 2 | Strings must use singlequote. | quotes | → line 129, col 19: Strings must use singlequote. |
| 130 | 19 | 2 | Strings must use singlequote. | quotes | → line 130, col 19: Strings must use singlequote. |
| 130 | 35 | 2 | Strings must use singlequote. | quotes | → line 130, col 35: Strings must use singlequote. |
| 130 | 49 | 2 | Strings must use singlequote. | quotes | → line 130, col 49: Strings must use singlequote. |
| 133 | 13 | 2 | "getItemList" was used before it was defined | no-use-before-define | → line 133, col 13: "getItemList" was used before it was defined |
| 136 | 17 | 2 | Expected key `left` but `'left'` found. | fecs-properties-quote | → line 136, col 17: Expected key `left` but `'left'` found. |
| 143 | 18 | 2 | Strings must use singlequote. | quotes | → line 143, col 18: Strings must use singlequote. |
| 144 | 23 | 2 | Strings must use singlequote. | quotes | → line 144, col 23: Strings must use singlequote. |
| 145 | 28 | 2 | Strings must use singlequote. | quotes | → line 145, col 28: Strings must use singlequote. |
| 147 | 21 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 147, col 21: Identifier '_data' is not in camel case. |
| 148 | 39 | 2 | Strings must use singlequote. | quotes | → line 148, col 39: Strings must use singlequote. |
| 149 | 19 | 2 | Strings must use singlequote. | quotes | → line 149, col 19: Strings must use singlequote. |
| 157 | 21 | 2 | Identifier 'tab_block' is not in camel case. | fecs-camelcase | → line 157, col 21: Identifier 'tab_block' is not in camel case. |
| 157 | 35 | 2 | Strings must use singlequote. | quotes | → line 157, col 35: Strings must use singlequote. |
| 158 | 21 | 2 | Identifier 'one_space' is not in camel case. | fecs-camelcase | → line 158, col 21: Identifier 'one_space' is not in camel case. |
| 158 | 33 | 2 | Identifier 'tab_block' is not in camel case. | fecs-camelcase | → line 158, col 33: Identifier 'tab_block' is not in camel case. |
| 158 | 66 | 2 | Identifier 'tab_block' is not in camel case. | fecs-camelcase | → line 158, col 66: Identifier 'tab_block' is not in camel case. |
| 159 | 21 | 2 | Identifier 'now_index' is not in camel case. | fecs-camelcase | → line 159, col 21: Identifier 'now_index' is not in camel case. |
| 160 | 19 | 2 | Strings must use singlequote. | quotes | → line 160, col 19: Strings must use singlequote. |
| 161 | 25 | 2 | Identifier 'mb_nav' is not in camel case. | fecs-camelcase | → line 161, col 25: Identifier 'mb_nav' is not in camel case. |
| 162 | 25 | 2 | Identifier 'origin_index' is not in camel case. | fecs-camelcase | → line 162, col 25: Identifier 'origin_index' is not in camel case. |
| 162 | 42 | 2 | Strings must use singlequote. | quotes | → line 162, col 42: Strings must use singlequote. |
| 166 | 21 | 2 | "reset" was used before it was defined | no-use-before-define | → line 166, col 21: "reset" was used before it was defined |
| 167 | 34 | 2 | Strings must use singlequote. | quotes | → line 167, col 34: Strings must use singlequote. |
| 167 | 63 | 2 | Strings must use singlequote. | quotes | → line 167, col 63: Strings must use singlequote. |
| 168 | 21 | 2 | "getItemList" was used before it was defined | no-use-before-define | → line 168, col 21: "getItemList" was used before it was defined |
| 172 | 29 | 2 | Identifier 'mb_nav' is not in camel case. | fecs-camelcase | → line 172, col 29: Identifier 'mb_nav' is not in camel case. |
| 172 | 47 | 2 | Identifier 'mb_nav' is not in camel case. | fecs-camelcase | → line 172, col 47: Identifier 'mb_nav' is not in camel case. |
| 175 | 29 | 2 | Identifier 'mb_nav' is not in camel case. | fecs-camelcase | → line 175, col 29: Identifier 'mb_nav' is not in camel case. |
| 175 | 47 | 2 | Identifier 'mb_nav' is not in camel case. | fecs-camelcase | → line 175, col 47: Identifier 'mb_nav' is not in camel case. |
| 186 | 11 | 2 | Strings must use singlequote. | quotes | → line 186, col 11: Strings must use singlequote. |
| 196 | 19 | 2 | Strings must use singlequote. | quotes | → line 196, col 19: Strings must use singlequote. |
| 196 | 69 | 2 | Strings must use singlequote. | quotes | → line 196, col 69: Strings must use singlequote. |
| 196 | 86 | 2 | Strings must use singlequote. | quotes | → line 196, col 86: Strings must use singlequote. |
| 196 | 103 | 2 | Strings must use singlequote. | quotes | → line 196, col 103: Strings must use singlequote. |
| 196 | 119 | 2 | Strings must use singlequote. | quotes | → line 196, col 119: Strings must use singlequote. |
| 196 | 140 | 2 | Strings must use singlequote. | quotes | → line 196, col 140: Strings must use singlequote. |
| 197 | 29 | 2 | Strings must use singlequote. | quotes | → line 197, col 29: Strings must use singlequote. |
| 198 | 26 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 198, col 26: Expected '===' and instead saw '=='. |
| 199 | 19 | 2 | Strings must use singlequote. | quotes | → line 199, col 19: Strings must use singlequote. |
| 199 | 83 | 2 | Strings must use singlequote. | quotes | → line 199, col 83: Strings must use singlequote. |
| 200 | 29 | 2 | Strings must use singlequote. | quotes | → line 200, col 29: Strings must use singlequote. |
| 206 | 23 | 2 | Strings must use singlequote. | quotes | → line 206, col 23: Strings must use singlequote. |
| 211 | 21 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 211, col 21: Split 'var' declarations into multiple statements. |
| 218 | 25 | 2 | Expected { after 'if' condition. | curly | → line 218, col 25: Expected { after 'if' condition. |
| 219 | 1 | 2 | Line 219 exceeds the maximum line length of 120. | max-len | → line 219, col 1: Line 219 exceeds the maximum line length of 120. |
| 222 | 94 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 222, col 94: Unnecessary use of boolean literals in conditional expression |
| 224 | 34 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 224, col 34: Identifier 'price_ori' is not in camel case. |
| 228 | 38 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 228, col 38: Identifier 'btn_txt' is not in camel case. |
| 231 | 38 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 231, col 38: Identifier 'btn_txt' is not in camel case. |
| 242 | 17 | 1 | Unexpected console statement. | no-console | → line 242, col 17: Unexpected console statement. |
| 243 | 14 | 2 | Unexpected trailing comma. | comma-dangle | → line 243, col 14: Unexpected trailing comma. |
| 248 | 9 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 248, col 9: Split 'var' declarations into multiple statements. |
| 259 | 19 | 2 | Strings must use singlequote. | quotes | → line 259, col 19: Strings must use singlequote. |
| 259 | 34 | 2 | Strings must use singlequote. | quotes | → line 259, col 34: Strings must use singlequote. |
| 259 | 41 | 2 | Strings must use singlequote. | quotes | → line 259, col 41: Strings must use singlequote. |
| 260 | 19 | 2 | Strings must use singlequote. | quotes | → line 260, col 19: Strings must use singlequote. |
| 260 | 46 | 2 | Strings must use singlequote. | quotes | → line 260, col 46: Strings must use singlequote. |
| 260 | 53 | 2 | Strings must use singlequote. | quotes | → line 260, col 53: Strings must use singlequote. |
| 261 | 19 | 2 | Strings must use singlequote. | quotes | → line 261, col 19: Strings must use singlequote. |
| 261 | 35 | 2 | Strings must use singlequote. | quotes | → line 261, col 35: Strings must use singlequote. |
| 261 | 47 | 2 | Strings must use singlequote. | quotes | → line 261, col 47: Strings must use singlequote. |
| 263 | 55 | 2 | Strings must use singlequote. | quotes | → line 263, col 55: Strings must use singlequote. |
| 267 | 39 | 2 | Strings must use singlequote. | quotes | → line 267, col 39: Strings must use singlequote. |
| 268 | 38 | 2 | Strings must use singlequote. | quotes | → line 268, col 38: Strings must use singlequote. |
| 269 | 36 | 2 | Strings must use singlequote. | quotes | → line 269, col 36: Strings must use singlequote. |
| 270 | 27 | 2 | Strings must use singlequote. | quotes | → line 270, col 27: Strings must use singlequote. |
| 271 | 27 | 2 | Strings must use singlequote. | quotes | → line 271, col 27: Strings must use singlequote. |
| 272 | 35 | 2 | Strings must use singlequote. | quotes | → line 272, col 35: Strings must use singlequote. |
| 274 | 55 | 2 | Strings must use singlequote. | quotes | → line 274, col 55: Strings must use singlequote. |
| 277 | 55 | 2 | Strings must use singlequote. | quotes | → line 277, col 55: Strings must use singlequote. |
| 280 | 55 | 2 | Strings must use singlequote. | quotes | → line 280, col 55: Strings must use singlequote. |
| 280 | 69 | 2 | Strings must use singlequote. | quotes | → line 280, col 69: Strings must use singlequote. |
| 286 | 33 | 2 | "countdown" was used before it was defined | no-use-before-define | → line 286, col 33: "countdown" was used before it was defined |
| 291 | 27 | 2 | Strings must use singlequote. | quotes | → line 291, col 27: Strings must use singlequote. |
| 291 | 58 | 2 | Strings must use singlequote. | quotes | → line 291, col 58: Strings must use singlequote. |
| 291 | 65 | 2 | Strings must use singlequote. | quotes | → line 291, col 65: Strings must use singlequote. |
| 296 | 19 | 2 | Strings must use singlequote. | quotes | → line 296, col 19: Strings must use singlequote. |
| 296 | 34 | 2 | Strings must use singlequote. | quotes | → line 296, col 34: Strings must use singlequote. |
| 296 | 41 | 2 | Strings must use singlequote. | quotes | → line 296, col 41: Strings must use singlequote. |
| 297 | 19 | 2 | Strings must use singlequote. | quotes | → line 297, col 19: Strings must use singlequote. |
| 297 | 46 | 2 | Strings must use singlequote. | quotes | → line 297, col 46: Strings must use singlequote. |
| 297 | 53 | 2 | Strings must use singlequote. | quotes | → line 297, col 53: Strings must use singlequote. |
| 298 | 19 | 2 | Strings must use singlequote. | quotes | → line 298, col 19: Strings must use singlequote. |
| 298 | 35 | 2 | Strings must use singlequote. | quotes | → line 298, col 35: Strings must use singlequote. |
| 298 | 47 | 2 | Strings must use singlequote. | quotes | → line 298, col 47: Strings must use singlequote. |
| 299 | 19 | 2 | Strings must use singlequote. | quotes | → line 299, col 19: Strings must use singlequote. |
| 316 | 37 | 2 | Strings must use singlequote. | quotes | → line 316, col 37: Strings must use singlequote. |
| 319 | 37 | 2 | Strings must use singlequote. | quotes | → line 319, col 37: Strings must use singlequote. |
| 327 | 1 | 2 | Line 327 exceeds the maximum line length of 120. | max-len | → line 327, col 1: Line 327 exceeds the maximum line length of 120. |
| 327 | 17 | 2 | Identifier 'time_delay' is not in camel case. | fecs-camelcase | → line 327, col 17: Identifier 'time_delay' is not in camel case. |
| 328 | 13 | 2 | "h" is not defined. | no-undef | → line 328, col 13: "h" is not defined. |
| 329 | 13 | 2 | "m" is not defined. | no-undef | → line 329, col 13: "m" is not defined. |
| 330 | 13 | 2 | "s" is not defined. | no-undef | → line 330, col 13: "s" is not defined. |
| 331 | 1 | 2 | Line 331 exceeds the maximum line length of 120. | max-len | → line 331, col 1: Line 331 exceeds the maximum line length of 120. |
| 331 | 27 | 2 | Strings must use singlequote. | quotes | → line 331, col 27: Strings must use singlequote. |
| 331 | 53 | 2 | "h" is not defined. | no-undef | → line 331, col 53: "h" is not defined. |
| 331 | 57 | 2 | Strings must use singlequote. | quotes | → line 331, col 57: Strings must use singlequote. |
| 331 | 93 | 2 | "m" is not defined. | no-undef | → line 331, col 93: "m" is not defined. |
| 331 | 97 | 2 | Strings must use singlequote. | quotes | → line 331, col 97: Strings must use singlequote. |
| 331 | 133 | 2 | "s" is not defined. | no-undef | → line 331, col 133: "s" is not defined. |
| 331 | 137 | 2 | Strings must use singlequote. | quotes | → line 331, col 137: Strings must use singlequote. |
| 332 | 15 | 2 | Strings must use singlequote. | quotes | → line 332, col 15: Strings must use singlequote. |
| 333 | 13 | 2 | Expected { after 'if' condition. | curly | → line 333, col 13: Expected { after 'if' condition. |
| 334 | 46 | 2 | Strings must use singlequote. | quotes | → line 334, col 46: Strings must use singlequote. |
| 335 | 13 | 2 | Expected { after 'else'. | curly | → line 335, col 13: Expected { after 'else'. |
| 336 | 46 | 2 | Strings must use singlequote. | quotes | → line 336, col 46: Strings must use singlequote. |
| 343 | 17 | 2 | Identifier 'cur_category' is not in camel case. | fecs-camelcase | → line 343, col 17: Identifier 'cur_category' is not in camel case. |
| 343 | 46 | 2 | Strings must use singlequote. | quotes | → line 343, col 46: Strings must use singlequote. |
| 343 | 52 | 2 | Strings must use singlequote. | quotes | → line 343, col 52: Strings must use singlequote. |
| 344 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 344, col 17: Identifier 'block_name' is not in camel case. |
| 347 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 347, col 17: Property 'entity_type' is not in camel case. |
| 349 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 349, col 21: Property 'block_name' is not in camel case. |
| 358 | 1 | 2 | Expected { after 'if' condition. | curly | → line 358, col 1: Expected { after 'if' condition. |
| 361 | 9 | 2 | Identifier 'down_link' is not in camel case. | fecs-camelcase | → line 361, col 9: Identifier 'down_link' is not in camel case. |
| 365 | 30 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 365, col 30: Expected exception block, space or tab after "//" in comment. |
| 368 | 34 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 368, col 34: Expected exception block, space or tab after "//" in comment. |
| 371 | 12 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 371, col 12: Expected exception block, space or tab after "//" in comment. |
| 388 | 5 | 1 | Unexpected console statement. | no-console | → line 388, col 5: Unexpected console statement. |
| 388 | 19 | 2 | Strings must use singlequote. | quotes | → line 388, col 19: Strings must use singlequote. |
不规范数量:26
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 48 | 10 | 2 | "app" was used before it was defined | no-use-before-define | → line 48, col 10: "app" was used before it was defined |
| 59 | 22 | 2 | "CloudVodPlayer" is not defined. | no-undef | → line 59, col 22: "CloudVodPlayer" is not defined. |
| 80 | 13 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 80, col 13: A constructor name should not start with a lowercase letter. |
| 94 | 9 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 94, col 9: Identifier '_data' is not in camel case. |
| 103 | 9 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 103, col 9: Identifier '_data' is not in camel case. |
| 105 | 9 | 2 | Property 'gmt_create' is not in camel case. | fecs-camelcase | → line 105, col 9: Property 'gmt_create' is not in camel case. |
| 107 | 9 | 2 | Property 'long_article_title' is not in camel case. | fecs-camelcase | → line 107, col 9: Property 'long_article_title' is not in camel case. |
| 108 | 9 | 2 | Property 'long_article_contents' is not in camel case. | fecs-camelcase | → line 108, col 9: Property 'long_article_contents' is not in camel case. |
| 116 | 9 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 116, col 9: Identifier '_data' is not in camel case. |
| 140 | 10 | 2 | Identifier 'fans_count' is not in camel case. | fecs-camelcase | → line 140, col 10: Identifier 'fans_count' is not in camel case. |
| 141 | 10 | 2 | Identifier 'total_sales' is not in camel case. | fecs-camelcase | → line 141, col 10: Identifier 'total_sales' is not in camel case. |
| 143 | 9 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 143, col 9: Identifier '_data' is not in camel case. |
| 145 | 32 | 2 | "defaultAvatar" was used before it was defined | no-use-before-define | → line 145, col 32: "defaultAvatar" was used before it was defined |
| 146 | 9 | 2 | Property 'fans_count' is not in camel case. | fecs-camelcase | → line 146, col 9: Property 'fans_count' is not in camel case. |
| 147 | 9 | 2 | Property 'total_sales' is not in camel case. | fecs-camelcase | → line 147, col 9: Property 'total_sales' is not in camel case. |
| 162 | 9 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 162, col 9: Identifier '_data' is not in camel case. |
| 163 | 9 | 2 | Property 'like_users_count' is not in camel case. | fecs-camelcase | → line 163, col 9: Property 'like_users_count' is not in camel case. |
| 164 | 9 | 2 | Property 'like_users' is not in camel case. | fecs-camelcase | → line 164, col 9: Property 'like_users' is not in camel case. |
| 186 | 9 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 186, col 9: Identifier '_data' is not in camel case. |
| 187 | 9 | 2 | Property 'comment_count' is not in camel case. | fecs-camelcase | → line 187, col 9: Property 'comment_count' is not in camel case. |
| 220 | 9 | 2 | "callapp" was used before it was defined | no-use-before-define | → line 220, col 9: "callapp" was used before it was defined |
| 238 | 5 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 238, col 5: Expected exception block, space or tab after "/*" in comment. |
| 266 | 21 | 2 | Missing radix parameter. | radix | → line 266, col 21: Missing radix parameter. |
| 267 | 20 | 2 | Missing radix parameter. | radix | → line 267, col 20: Missing radix parameter. |
不规范数量:12
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 6 | 1 | `@import "../../../unit/common/widget/address-modal/address-modal.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../unit/common/widget/address-modal/address-modal.less";` must be appear in the beginning of the file | |
| 1 | `/*-- list --*/` Single Comment should be use `//` | single-comment | → `/*-- list --*/` Single Comment should be use `//` | ||
| 65 | 1 | `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `padding: 36/@base 24/@base 0 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `padding: 36/@base 24/@base 0 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `padding: 36/@base 24/@base 0 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `padding: 36/@base 24/@base 0 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `padding: 36/@base 24/@base 0 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `padding: 36/@base 24/@base 0 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `border-radius: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `border-radius: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 1 | `padding: 12/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 112: `padding: 12/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 1 | `padding: 12/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 112: `padding: 12/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:22
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 14 | 1 | `padding: 80rem/@g-base 40rem/@g-base 100rem/@g-base 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `padding: 80rem/@g-base 40rem/@g-base 100rem/@g-base 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 14 | 1 | `padding: 80rem/@g-base 40rem/@g-base 100rem/@g-base 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `padding: 80rem/@g-base 40rem/@g-base 100rem/@g-base 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 14 | 1 | `padding: 80rem/@g-base 40rem/@g-base 100rem/@g-base 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `padding: 80rem/@g-base 40rem/@g-base 100rem/@g-base 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 14 | 1 | `padding: 80rem/@g-base 40rem/@g-base 100rem/@g-base 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `padding: 80rem/@g-base 40rem/@g-base 100rem/@g-base 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 1 | `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `width: 640rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `width: 640rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 1 | `width: 600rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `width: 600rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `height: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `height: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `width: 0%;` Values of 0 shouldn't have units specified | zero-unit | → line 50: `width: 0%;` Values of 0 shouldn't have units specified | |
| 54 | 25 | 1 | ` animation: progressbar-check 7s;` Expected indentation of 16 spaces. | block-indent | → line 54, col 25: ` animation: progressbar-check 7s;` Expected indentation of 16 spaces. |
| 60 | 25 | 1 | ` animation: progressbar-send 5s;` Expected indentation of 16 spaces. | block-indent | → line 60, col 25: ` animation: progressbar-send 5s;` Expected indentation of 16 spaces. |
| 74 | 17 | 1 | ` animation: circleShow 0.5s;` Expected indentation of 8 spaces. | block-indent | → line 74, col 17: ` animation: circleShow 0.5s;` Expected indentation of 8 spaces. |
| 79 | 1 | `border-radius: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `border-radius: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `height: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `height: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `width: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `width: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `margin-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `margin-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `height: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `height: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `top: 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `top: 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `width: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `width: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:4
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 146 | 13 | 1 | ` border-radius: 3px;` Expected indentation of 4 spaces. | block-indent | → line 146, col 13: ` border-radius: 3px;` Expected indentation of 4 spaces. |
| 183 | 13 | 1 | ` animation: poprotate 1500ms linear 0s infinite normal;` Expected indentation of 4 spaces. | block-indent | → line 183, col 13: ` animation: poprotate 1500ms linear 0s infinite normal;` Expected indentation of 4 spaces. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 9 | 1 | 1 | LESS `File` Error, '../../../../../../h5_lib/trunk/veryless/very.less' wasn't found: @import "../../../../../../h5_lib/trunk/veryless/very.less"; | syntax | → line 9, col 1: LESS `File` Error, '../../../../../../h5_lib/trunk/veryless/very.less' wasn't found: @import "../../../../../../h5_lib/trunk/veryless/very.less"; |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 8 | 1 | `@import "../../../unit/common/less/itemlistBox.less";` must be appear in the beginning of the file | import | → line 8: `@import "../../../unit/common/less/itemlistBox.less";` must be appear in the beginning of the file | |
| 10 | 14 | 1 | `@color-gray1:#333;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 10, col 14: `@color-gray1:#333;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 11 | 14 | 1 | `@color-gray2:#666;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 11, col 14: `@color-gray2:#666;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 12 | 14 | 1 | `@color-gray3:#e4e4e4;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 12, col 14: `@color-gray3:#e4e4e4;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 13 | 1 | `@color-purple1:rgb(93,41,159);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 13: `@color-purple1:rgb(93,41,159);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 13 | 16 | 1 | `@color-purple1:rgb(93,41,159);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 13, col 16: `@color-purple1:rgb(93,41,159);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 75 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 75, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 88 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRTUzNEU5NURCOEJFNDExOTVBNkU1NDJGNzMxRjJGOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RkIyQ0VENDlCMDQxMUU0OEJBMzhGNTRDQkY3RDQ2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RkIyQ0VEMzlCMDQxMUU0OEJBMzhGNTRDQkY3RDQ2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMzNDFBOURFQjU5NEU0MTE5ODFEQzU2MUY1MzdCQUQ5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNFNTM0RTk1REI4QkU0MTE5NUE2RTU0MkY3MzFGMkY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZhL+aAAAAnZJREFUeNq0VktrE2EUvfNIU7RRapOCrwYrXWi6CEJXrupexY1WcetaXIj+A3Uh4t6lj+hGcFUQrJti1Y1g0400kmgj2hQfsQWTyYz3zNwpk8n3jfF14ZAhd3LOfHfuPTfGwu0NSogxxhnGNOMgI8doM94zqoynjPuMtzoCQyMA4quMkwyLksMVkcuMWjxpKn5wjLHION0HeciBe8vymShwnvGQkaHfjyHGHcaF6Jd25PoU4wbKpvp1OmPQ4FCQWl/zyGl5ypIzrjPqUrZNAdT8lop864hJ+UM2ZXLdh21UO1R96aiEDOF6hncSClyRI3bFjrxFE4dT1Gl7tLLkUPOj63+fHbcoy7nhXSa9nm3Rj6anKtc1vBN0UZ4vKvH3YQ8YVDw+4F+rSEYnLNo3laLmqktLj1u67hoH6Yyqm3JMYKUMqr1yVE9In950/DKhdCijprtmTBminsDxQyJdNCpBbnivqbtlGplJVQZPhuMnxdcPQX5bTiswiUyW/l/opf9VQKChSqA8mV/ob98Z5L/pS7lqiof0xOe6u9mO8fbEVIfz4N/7TiuwCIEnSmnuHgzYWNHuasPdBZuKR9O0nwcQw4aTrq9pBeZM8YyeO2ABlReOPwsHjqRoDwuhJJXnbWpteD45HmB5oZ1o4+E+uCcDR/160Zd6MGQd5l8pO6p5KYVWEZpdWeVHSW4KO8lP2ZTeYsTt4jujEDU7bKJzjLs6u4ZdxC0DIsvzPSXyhKsWXzglWRbuX7Q9yC8Kl3Kj3WScwBj8ATnKclYWTuJOfiT+VOrzNK7cW5ASk25lRqMmC/xS5G8LCEZDt5ammGM8kH2ijJ8CDAC7b9iTBYPklQAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 88: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRTUzNEU5NURCOEJFNDExOTVBNkU1NDJGNzMxRjJGOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RkIyQ0VENDlCMDQxMUU0OEJBMzhGNTRDQkY3RDQ2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RkIyQ0VEMzlCMDQxMUU0OEJBMzhGNTRDQkY3RDQ2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMzNDFBOURFQjU5NEU0MTE5ODFEQzU2MUY1MzdCQUQ5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNFNTM0RTk1REI4QkU0MTE5NUE2RTU0MkY3MzFGMkY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZhL+aAAAAnZJREFUeNq0VktrE2EUvfNIU7RRapOCrwYrXWi6CEJXrupexY1WcetaXIj+A3Uh4t6lj+hGcFUQrJti1Y1g0400kmgj2hQfsQWTyYz3zNwpk8n3jfF14ZAhd3LOfHfuPTfGwu0NSogxxhnGNOMgI8doM94zqoynjPuMtzoCQyMA4quMkwyLksMVkcuMWjxpKn5wjLHION0HeciBe8vymShwnvGQkaHfjyHGHcaF6Jd25PoU4wbKpvp1OmPQ4FCQWl/zyGl5ypIzrjPqUrZNAdT8lop864hJ+UM2ZXLdh21UO1R96aiEDOF6hncSClyRI3bFjrxFE4dT1Gl7tLLkUPOj63+fHbcoy7nhXSa9nm3Rj6anKtc1vBN0UZ4vKvH3YQ8YVDw+4F+rSEYnLNo3laLmqktLj1u67hoH6Yyqm3JMYKUMqr1yVE9In950/DKhdCijprtmTBminsDxQyJdNCpBbnivqbtlGplJVQZPhuMnxdcPQX5bTiswiUyW/l/opf9VQKChSqA8mV/ob98Z5L/pS7lqiof0xOe6u9mO8fbEVIfz4N/7TiuwCIEnSmnuHgzYWNHuasPdBZuKR9O0nwcQw4aTrq9pBeZM8YyeO2ABlReOPwsHjqRoDwuhJJXnbWpteD45HmB5oZ1o4+E+uCcDR/160Zd6MGQd5l8pO6p5KYVWEZpdWeVHSW4KO8lP2ZTeYsTt4jujEDU7bKJzjLs6u4ZdxC0DIsvzPSXyhKsWXzglWRbuX7Q9yC8Kl3Kj3WScwBj8ATnKclYWTuJOfiT+VOrzNK7cW5ASk25lRqMmC/xS5G8LCEZDt5ammGM8kH2ijJ8CDAC7b9iTBYPklQAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | |
| 89 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNpi/P//PwMtARMDjcGoBQNvAQuMcefOnQIgZQDEBSoqKh/IMQxohgCQmgDED4BmNIDEGGHJFCgJMpQfiC8CsQOplkANPwDE+iA+UD8jehAVQGmQggNQDWQZDgQTYXKMyBkNqDABSM2HconyCRbDFwL1JGCNZKDEAiCVSKxPCBmONRURawkxhuNMpoQsIdZwjDjA4kqMOIGyiTKcoAU4LGEg1nCiLMBiCQOxhhNdVKDFCdGGE+0DNJ8YAA0vIFYP42iNNmoBxQAgwAA7tHYUw43e4wAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 89: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNpi/P//PwMtARMDjcGoBQNvAQuMcefOnQIgZQDEBSoqKh/IMQxohgCQmgDED4BmNIDEGGHJFCgJMpQfiC8CsQOplkANPwDE+iA+UD8jehAVQGmQggNQDWQZDgQTYXKMyBkNqDABSM2HconyCRbDFwL1JGCNZKDEAiCVSKxPCBmONRURawkxhuNMpoQsIdZwjDjA4kqMOIGyiTKcoAU4LGEg1nCiLMBiCQOxhhNdVKDFCdGGE+0DNJ8YAA0vIFYP42iNNmoBxQAgwAA7tHYUw43e4wAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | |
| 90 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJVJREFUeNpiYBgFo4Cu4Pbt2xOAOIEUPYwkGL4ASMVDuYmqqqoLqGYBmuEMpFjCSKLhF6G0PrGWMJJouAOUfYBYSxhJMRxo0AeonACxljCSajiSGqIsYSTHcFIsYSTXcGItYULORKQaDgJQNQ5IKWw+cmZkQlKbT6rheCyZgM2CRiBeSKrhWCwBmdEwWrCOAuoBgAADALcxYHEe/VoMAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 90: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJVJREFUeNpiYBgFo4Cu4Pbt2xOAOIEUPYwkGL4ASMVDuYmqqqoLqGYBmuEMpFjCSKLhF6G0PrGWMJJouAOUfYBYSxhJMRxo0AeonACxljCSajiSGqIsYSTHcFIsYSTXcGItYULORKQaDgJQNQ5IKWw+cmZkQlKbT6rheCyZgM2CRiBeSKrhWCwBmdEwWrCOAuoBgAADALcxYHEe/VoMAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` |
不规范数量:15
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 9 | 1 | ` -ms-text-size-adjust: 100%;` Expected indentation of 4 spaces. | block-indent | → line 6, col 9: ` -ms-text-size-adjust: 100%;` Expected indentation of 4 spaces. |
| 7 | 13 | 1 | ` text-size-adjust: 100%;` Expected indentation of 4 spaces. | block-indent | → line 7, col 13: ` text-size-adjust: 100%;` Expected indentation of 4 spaces. |
| 1 | `/* Chrome all / Safari all */` Single Comment should be use `//` | single-comment | → `/* Chrome all / Safari all */` Single Comment should be use `//` | ||
| 171 | 9 | 1 | ` -ms-user-select: none;` Expected indentation of 4 spaces. | block-indent | → line 171, col 9: ` -ms-user-select: none;` Expected indentation of 4 spaces. |
| 1 | `/* IE 10+ */` Single Comment should be use `//` | single-comment | → `/* IE 10+ */` Single Comment should be use `//` | ||
| 173 | 13 | 1 | ` user-select: none;` Expected indentation of 4 spaces. | block-indent | → line 173, col 13: ` user-select: none;` Expected indentation of 4 spaces. |
| 272 | 8 | 1 | ` text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 272, col 8: ` text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 1 | `/* IE 9 */` Single Comment should be use `//` | single-comment | → `/* IE 9 */` Single Comment should be use `//` | ||
| 1 | `/* Opera */` Single Comment should be use `//` | single-comment | → `/* Opera */` Single Comment should be use `//` | ||
| 389 | 8 | 1 | ` -moz-transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 389, col 8: ` -moz-transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
| 390 | 9 | 1 | ` -ms-transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 390, col 9: ` -ms-transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
| 1 | `/* Safari and Chrome */` Single Comment should be use `//` | single-comment | → `/* Safari and Chrome */` Single Comment should be use `//` | ||
| 392 | 10 | 1 | ` -o-transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 392, col 10: ` -o-transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
| 393 | 13 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 393, col 13: ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
| 1 | `/* Firefox */` Single Comment should be use `//` | single-comment | → `/* Firefox */` Single Comment should be use `//` |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 22 | 1 | `height: 220rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `height: 220rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 1 | `left: 150rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `left: 150rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `top: 315rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `top: 315rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `width: 472rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `width: 472rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `height: 175rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `height: 175rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `width: 175rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `width: 175rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `margin-left: 210rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `margin-left: 210rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `font-size: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `font-size: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 1 | `font-size: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `font-size: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `line-height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `line-height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `font-size: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `font-size: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:43
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 23 | 1 | `font-size: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `font-size: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `line-height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `line-height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `padding: 0 21rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `padding: 0 21rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `font-size: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `font-size: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `font-size: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `font-size: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `height: 420rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `height: 420rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `left: 73rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `left: 73rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `top: 313rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `top: 313rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `width: 610rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `width: 610rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `height: 175rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `height: 175rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `width: 175rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `width: 175rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `margin-left: 210rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `margin-left: 210rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `font-size: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `font-size: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `font-size: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `font-size: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `line-height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `line-height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `font-size: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `font-size: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `bottom: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `bottom: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `font-size: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `font-size: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `padding: 15rem/@g-base 34rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `padding: 15rem/@g-base 34rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `padding: 15rem/@g-base 34rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `padding: 15rem/@g-base 34rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `right: 0rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `right: 0rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 1 | `height: 410rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `height: 410rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 127 | 1 | `margin-left: -252.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `margin-left: -252.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `margin-top: -205rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `margin-top: -205rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 1 | `width: 505/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `width: 505/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `bottom: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `bottom: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 1 | `height: 72rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `height: 72rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `left: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `left: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 1 | `width: 414rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `width: 414rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `bottom: 140rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `bottom: 140rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `font-size: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `font-size: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 1 | `width: 505rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 150: `width: 505rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 158 | 1 | `width: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `width: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:68
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 10 | 1 | `.image, .link {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 10: `.image, .link {` When multiple selectors share a statement block, each selector statement must be per line | |
| 14 | 1 | `padding-bottom: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `padding-bottom: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 1 | `height: 414/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `height: 414/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `height: 160/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 160/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `padding: 30/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `padding: 30/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `padding: 30/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `padding: 30/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `height: 160/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `height: 160/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `width: 440/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `width: 440/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `margin-top: 6/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `margin-top: 6/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `font-size: 48/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `font-size: 48/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `margin-right: 5/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `margin-right: 5/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `right: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `right: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `top: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `top: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `padding: 24/@bs 45/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `padding: 24/@bs 45/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `padding: 24/@bs 45/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `padding: 24/@bs 45/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `font-size: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `font-size: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `border-radius: 6/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `border-radius: 6/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `top: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `top: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `left: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `left: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `width: 6/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `width: 6/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `height: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `height: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `font-size: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `font-size: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `padding: 0 0 24/@bs 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `padding: 0 0 24/@bs 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `padding: 0 0 24/@bs 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `padding: 0 0 24/@bs 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `margin: 24/@bs 0 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `margin: 24/@bs 0 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `margin: 24/@bs 0 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `margin: 24/@bs 0 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `margin: 24/@bs 0 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `margin: 24/@bs 0 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `font-size: 26/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `font-size: 26/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `padding: 0 24/@bs 24/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 119 | 1 | `font-size: @mk/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 119: `font-size: @mk/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 123: `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | |
| 123 | 1 | `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 123: `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | |
| 123 | 1 | `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 123: `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | |
| 123 | 1 | `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 123: `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | |
| 123 | 1 | `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 123: `h1, h2, h3, h4, h5, h6 {` When multiple selectors share a statement block, each selector statement must be per line | |
| 128 | 1 | `font-size: @mk*1.8/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `font-size: @mk*1.8/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `font-size: @mk*1.8/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `font-size: @mk*1.8/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 1 | `font-size: @mk*1.5/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `font-size: @mk*1.5/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 1 | `font-size: @mk*1.5/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `font-size: @mk*1.5/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `font-size: @mk*1.4/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `font-size: @mk*1.4/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `font-size: @mk*1.4/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `font-size: @mk*1.4/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `font-size: @mk*1.2/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `font-size: @mk*1.2/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `font-size: @mk*1.2/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `font-size: @mk*1.2/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `font-size: @mk*1.1/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `font-size: @mk*1.1/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `font-size: @mk*1.1/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `font-size: @mk*1.1/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `font-size: @mk/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `font-size: @mk/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `height: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `height: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 1 | `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 166: `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `width: 570/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `width: 570/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `margin-left: -285/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `margin-left: -285/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `margin-top: -233/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `margin-top: -233/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `width: 240/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `width: 240/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 204 | 1 | `height: 240/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 204: `height: 240/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 1 | `font-size: 32/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `font-size: 32/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `margin-top: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `margin-top: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* OLD 2009版 - Android 4.4- */` Single Comment should be use `//` | single-comment | → `/* OLD 2009版 - Android 4.4- */` Single Comment should be use `//` | ||
| 1 | `/* OLD - iOS 6-, Safari 3.1-6 */` Single Comment should be use `//` | single-comment | → `/* OLD - iOS 6-, Safari 3.1-6 */` Single Comment should be use `//` | ||
| 1 | `/* NEW - Chrome */` Single Comment should be use `//` | single-comment | → `/* NEW - Chrome */` Single Comment should be use `//` |
不规范数量:26
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 20 | 1 | `padding: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `padding: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `height: 110/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `height: 110/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `width: 200/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `width: 200/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `margin-left: 218/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `margin-left: 218/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `margin-left: 218/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `margin-left: 218/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `padding: 30/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `padding: 30/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `padding: 30/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `padding: 30/@bs 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `margin-top: 31/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `margin-top: 31/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `padding: 0 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `padding: 0 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `height: 68/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `height: 68/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `line-height: 55/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `line-height: 55/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `margin: 0 36/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `margin: 0 36/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `font-size: 42/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `font-size: 42/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `padding-top: 48/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `padding-top: 48/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `margin-top: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `margin-top: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `padding-bottom: 60/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `padding-bottom: 60/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 1 | `margin: 0 36/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `margin: 0 36/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 127 | 1 | `font-size: 34/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `font-size: 34/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `height: 98/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `height: 98/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:22
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 20 | 1 | `padding-bottom: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `padding-bottom: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `padding: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `padding: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `height: 110/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `height: 110/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `margin-right: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `margin-right: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `width: 200/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `width: 200/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `width: 440/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `width: 440/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `margin-top: 6/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `margin-top: 6/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `margin-top: 12/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `margin-top: 12/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `margin-top: 12/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `margin-top: 12/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `height: 23/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `height: 23/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `margin-top: -12/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `margin-top: -12/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `right: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `right: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `width: 15/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `width: 15/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `height: 233/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `height: 233/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `left: 73/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `left: 73/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `top: 313/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `top: 313/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `width: 609/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `width: 609/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `height: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `height: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:21
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 17 | 1 | `padding-bottom: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `padding-bottom: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 13 | 1 | ` transition: height 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 31, col 13: ` transition: height 0.5s linear;` Expected indentation of 4 spaces. |
| 41 | 13 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 41, col 13: ` transition: opacity 0.5s linear;` Expected indentation of 4 spaces. |
| 51 | 1 | `height: 90/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `height: 90/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `font-size: 26/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `font-size: 26/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `height: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `height: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `width: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `width: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `font-size: 26/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `font-size: 26/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `margin: 36/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `margin: 36/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `height: 320/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `height: 320/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `padding: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `padding: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `font-size: 28/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `font-size: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `font-size: 30/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `height: 180rem/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `height: 180rem/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 144 | 1 | `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `margin-top: 18/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `width: 609/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `width: 609/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `font-size: 24/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `height: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `height: 74/@bs;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 73 | 13 | 1 | ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. | block-indent | → line 73, col 13: ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. |
不规范数量:15
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 75 | 13 | 1 | ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. | block-indent | → line 75, col 13: ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. |
| 87 | 13 | 1 | ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. | block-indent | → line 87, col 13: ` transform: translateX(-50%) translateY(-50%);` Expected indentation of 4 spaces. |
| 137 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 138: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `padding: 2/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `padding: 2/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `padding: 2/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `padding: 2/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 150: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 168, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 178 | 13 | 1 | ` transform: translate3d(0, 0, 0);` Expected indentation of 4 spaces. | block-indent | → line 178, col 13: ` transform: translate3d(0, 0, 0);` Expected indentation of 4 spaces. |
| 184 | 13 | 1 | ` transform: translate3d(-100%, 0, 0);` Expected indentation of 4 spaces. | block-indent | → line 184, col 13: ` transform: translate3d(-100%, 0, 0);` Expected indentation of 4 spaces. |
| 191 | 13 | 1 | ` transform: translate3d(100%, 0, 0);` Expected indentation of 4 spaces. | block-indent | → line 191, col 13: ` transform: translate3d(100%, 0, 0);` Expected indentation of 4 spaces. |
| 195 | 1 | `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 195: `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 200 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 200: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:37
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 37 | 9 | 1 | ` -ms-flex: 1;` Expected indentation of 4 spaces. | block-indent | → line 37, col 9: ` -ms-flex: 1;` Expected indentation of 4 spaces. |
| 38 | 13 | 1 | ` flex: 1;` Expected indentation of 4 spaces. | block-indent | → line 38, col 13: ` flex: 1;` Expected indentation of 4 spaces. |
| 73 | 8 | 1 | ` text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 73, col 8: ` text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 79 | 1 | `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `height: 216/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `height: 216/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `width: 216/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `width: 216/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `margin-left: (216+18)/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `margin-left: (216+18)/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `margin-left: (216+18)/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `margin-left: (216+18)/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `font-size: 28/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `font-size: 28/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `line-height: 37/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `line-height: 37/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `margin-top: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `margin-top: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 21 | 1 | ` border-radius: 0.15rem 0 0 0.15rem;` Expected indentation of 12 spaces. | block-indent | → line 109, col 21: ` border-radius: 0.15rem 0 0 0.15rem;` Expected indentation of 12 spaces. |
| 110 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 110, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 112 | 1 | `font-size: 18/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 112: `font-size: 18/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `line-height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `line-height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `padding: 0 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `padding: 0 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `padding: 0 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `padding: 0 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 1 | `height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 121: `height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 1 | `width: 18.75/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `width: 18.75/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 130 | 16 | 1 | ` color: black;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 130, col 16: ` color: black;` Color value can be abbreviated, must use the abbreviation form |
| 131 | 1 | `font-size: 36/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `font-size: 36/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `margin-top: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `margin-top: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 1 | `font-size: 24/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `font-size: 24/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `top: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `top: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 144 | 1 | `width: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `width: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 153 | 21 | 1 | ` border-radius: 0.15rem 0.15rem 0 0;` Expected indentation of 12 spaces. | block-indent | → line 153, col 21: ` border-radius: 0.15rem 0.15rem 0 0;` Expected indentation of 12 spaces. |
| 155 | 1 | `font-size: 18/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `font-size: 18/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 156 | 1 | `line-height: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 156: `line-height: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 21 | 1 | ` border-radius: 0.15rem 0 0 0;` Expected indentation of 12 spaces. | block-indent | → line 161, col 21: ` border-radius: 0.15rem 0 0 0;` Expected indentation of 12 spaces. |
| 163 | 1 | `height: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `height: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 172 | 21 | 1 | ` border-radius: 0 0 0.15rem 0.15rem;` Expected indentation of 12 spaces. | block-indent | → line 172, col 21: ` border-radius: 0 0 0.15rem 0.15rem;` Expected indentation of 12 spaces. |
| 173 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 173, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 174 | 1 | `font-size: 28/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `font-size: 28/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `line-height: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `line-height: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 181 | 1 | `background-color: rgb( 125, 204, 8);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 181: `background-color: rgb( 125, 204, 8);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 17 | 1 | `height: 350/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `height: 350/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:64
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 34 | 2 | 1 | ` .activate-container{` Expected indentation of 4 spaces. | block-indent | → line 34, col 2: ` .activate-container{` Expected indentation of 4 spaces. |
| 42 | 2 | 1 | ` .activate-left{` Expected indentation of 4 spaces. | block-indent | → line 42, col 2: ` .activate-left{` Expected indentation of 4 spaces. |
| 50 | 3 | 1 | ` input{` Expected indentation of 8 spaces. | block-indent | → line 50, col 3: ` input{` Expected indentation of 8 spaces. |
| 59 | 2 | 1 | ` .activate-right{` Expected indentation of 4 spaces. | block-indent | → line 59, col 2: ` .activate-right{` Expected indentation of 4 spaces. |
| 20 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 20: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 7 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 12 | 2 | 1 | ` background: #F2F2F2;` Expected indentation of 4 spaces. | block-indent | → line 12, col 2: ` background: #F2F2F2;` Expected indentation of 4 spaces. |
| 13 | 2 | 1 | ` .user-select-none();` Expected indentation of 4 spaces. | block-indent | → line 13, col 2: ` .user-select-none();` Expected indentation of 4 spaces. |
| 14 | 2 | 1 | ` width: 100%;` Expected indentation of 4 spaces. | block-indent | → line 14, col 2: ` width: 100%;` Expected indentation of 4 spaces. |
| 20 | 3 | 1 | ` color: #999;` Expected indentation of 4 spaces. | block-indent | → line 20, col 3: ` color: #999;` Expected indentation of 4 spaces. |
| 19 | 9 | 1 | `.loading{` Must contain spaces before the `{` | require-before-space | → line 19, col 9: `.loading{` Must contain spaces before the `{` |
| 21 | 3 | 1 | ` line-height: 1.2rem;` Expected indentation of 4 spaces. | block-indent | → line 21, col 3: ` line-height: 1.2rem;` Expected indentation of 4 spaces. |
| 22 | 3 | 1 | ` font-size: .6rem;` Expected indentation of 4 spaces. | block-indent | → line 22, col 3: ` font-size: .6rem;` Expected indentation of 4 spaces. |
| 23 | 3 | 1 | ` text-align: center;` Expected indentation of 4 spaces. | block-indent | → line 23, col 3: ` text-align: center;` Expected indentation of 4 spaces. |
| 30 | 2 | 1 | ` height: 102/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 30, col 2: ` height: 102/@g-base;` Expected indentation of 4 spaces. |
| 30 | 1 | `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 10 | 1 | `.activate{` Must contain spaces before the `{` | require-before-space | → line 29, col 10: `.activate{` Must contain spaces before the `{` |
| 31 | 2 | 1 | ` padding-top: 24/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 31, col 2: ` padding-top: 24/@g-base;` Expected indentation of 4 spaces. |
| 31 | 1 | `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 2 | 1 | ` border-bottom: 1px solid #E4E4E4;` Expected indentation of 4 spaces. | block-indent | → line 32, col 2: ` border-bottom: 1px solid #E4E4E4;` Expected indentation of 4 spaces. |
| 33 | 2 | 1 | ` margin-bottom: 20/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 33, col 2: ` margin-bottom: 20/@g-base;` Expected indentation of 4 spaces. |
| 33 | 1 | `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 3 | 1 | ` width: (750-36)/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 35, col 3: ` width: (750-36)/@g-base;` Expected indentation of 8 spaces. |
| 35 | 1 | `width: (750-36)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `width: (750-36)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `width: (750-36)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `width: (750-36)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 21 | 1 | ` .activate-container{` Must contain spaces before the `{` | require-before-space | → line 34, col 21: ` .activate-container{` Must contain spaces before the `{` |
| 36 | 3 | 1 | ` height: 78/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 36, col 3: ` height: 78/@g-base;` Expected indentation of 8 spaces. |
| 36 | 1 | `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 3 | 1 | ` overflow: hidden;` Expected indentation of 8 spaces. | block-indent | → line 37, col 3: ` overflow: hidden;` Expected indentation of 8 spaces. |
| 38 | 3 | 1 | ` .flexbox();` Expected indentation of 8 spaces. | block-indent | → line 38, col 3: ` .flexbox();` Expected indentation of 8 spaces. |
| 39 | 3 | 1 | ` margin: 0 auto;` Expected indentation of 8 spaces. | block-indent | → line 39, col 3: ` margin: 0 auto;` Expected indentation of 8 spaces. |
| 40 | 3 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 40, col 3: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 43 | 3 | 1 | ` background-color: #fff;` Expected indentation of 8 spaces. | block-indent | → line 43, col 3: ` background-color: #fff;` Expected indentation of 8 spaces. |
| 42 | 16 | 1 | ` .activate-left{` Must contain spaces before the `{` | require-before-space | → line 42, col 16: ` .activate-left{` Must contain spaces before the `{` |
| 44 | 3 | 1 | ` overflow: hidden;` Expected indentation of 8 spaces. | block-indent | → line 44, col 3: ` overflow: hidden;` Expected indentation of 8 spaces. |
| 45 | 3 | 1 | ` border: 1px solid #E4E4E4;` Expected indentation of 8 spaces. | block-indent | → line 45, col 3: ` border: 1px solid #E4E4E4;` Expected indentation of 8 spaces. |
| 46 | 3 | 1 | ` border-right: transparent;` Expected indentation of 8 spaces. | block-indent | → line 46, col 3: ` border-right: transparent;` Expected indentation of 8 spaces. |
| 47 | 3 | 1 | ` border-bottom-left-radius: 6/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 47, col 3: ` border-bottom-left-radius: 6/@g-base;` Expected indentation of 8 spaces. |
| 47 | 1 | `border-bottom-left-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `border-bottom-left-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 3 | 1 | ` border-top-left-radius: 6/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 48, col 3: ` border-top-left-radius: 6/@g-base;` Expected indentation of 8 spaces. |
| 48 | 1 | `border-top-left-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `border-top-left-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 3 | 1 | ` .flex((714-160)/160);` Expected indentation of 8 spaces. | block-indent | → line 49, col 3: ` .flex((714-160)/160);` Expected indentation of 8 spaces. |
| 51 | 4 | 1 | ` height: 78/@g-base;` Expected indentation of 12 spaces. | block-indent | → line 51, col 4: ` height: 78/@g-base;` Expected indentation of 12 spaces. |
| 51 | 1 | `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 8 | 1 | ` input{` Must contain spaces before the `{` | require-before-space | → line 50, col 8: ` input{` Must contain spaces before the `{` |
| 52 | 4 | 1 | ` line-height: 78/@g-base;` Expected indentation of 12 spaces. | block-indent | → line 52, col 4: ` line-height: 78/@g-base;` Expected indentation of 12 spaces. |
| 52 | 1 | `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 4 | 1 | ` border: 0 none;` Expected indentation of 12 spaces. | block-indent | → line 53, col 4: ` border: 0 none;` Expected indentation of 12 spaces. |
| 54 | 4 | 1 | ` outline: none;` Expected indentation of 12 spaces. | block-indent | → line 54, col 4: ` outline: none;` Expected indentation of 12 spaces. |
| 55 | 4 | 1 | ` width: 90%;` Expected indentation of 12 spaces. | block-indent | → line 55, col 4: ` width: 90%;` Expected indentation of 12 spaces. |
| 56 | 4 | 1 | ` padding-left: 5%;` Expected indentation of 12 spaces. | block-indent | → line 56, col 4: ` padding-left: 5%;` Expected indentation of 12 spaces. |
| 60 | 3 | 1 | ` .flex(1);` Expected indentation of 8 spaces. | block-indent | → line 60, col 3: ` .flex(1);` Expected indentation of 8 spaces. |
| 59 | 17 | 1 | ` .activate-right{` Must contain spaces before the `{` | require-before-space | → line 59, col 17: ` .activate-right{` Must contain spaces before the `{` |
| 61 | 3 | 1 | ` background-color: #FF4965;` Expected indentation of 8 spaces. | block-indent | → line 61, col 3: ` background-color: #FF4965;` Expected indentation of 8 spaces. |
| 62 | 3 | 1 | ` color: #fff;` Expected indentation of 8 spaces. | block-indent | → line 62, col 3: ` color: #fff;` Expected indentation of 8 spaces. |
| 63 | 3 | 1 | ` font-size: 30/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 63, col 3: ` font-size: 30/@g-base;` Expected indentation of 8 spaces. |
| 63 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 3 | 1 | ` line-height: 78/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 64, col 3: ` line-height: 78/@g-base;` Expected indentation of 8 spaces. |
| 64 | 1 | `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 3 | 1 | ` text-align: center;` Expected indentation of 8 spaces. | block-indent | → line 65, col 3: ` text-align: center;` Expected indentation of 8 spaces. |
| 66 | 3 | 1 | ` border-bottom-right-radius: 6/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 66, col 3: ` border-bottom-right-radius: 6/@g-base;` Expected indentation of 8 spaces. |
| 66 | 1 | `border-bottom-right-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `border-bottom-right-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 3 | 1 | ` border-top-right-radius: 6/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 67, col 3: ` border-top-right-radius: 6/@g-base;` Expected indentation of 8 spaces. |
| 67 | 1 | `border-top-right-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `border-top-right-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:472
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 49 | 1 | `padding-left: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 49: `padding-left: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 52 | 1 | `left: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 52: `left: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 86 | 1 | `border-radius: .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 86: `border-radius: .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 130 | 1 | `padding-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 130: `padding-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 137 | 1 | `padding-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 137: `padding-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 156 | 1 | `padding-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 156: `padding-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 159 | 1 | `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 159: `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 189 | 1 | `padding:.05rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 189: `padding:.05rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 189 | 1 | `padding:.05rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 189: `padding:.05rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 190 | 1 | `border-radius: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 190: `border-radius: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 201 | 1 | `margin-bottom: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 201: `margin-bottom: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 211 | 1 | `width: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 211: `width: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 235 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 235: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 263 | 1 | `margin-right: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 263: `margin-right: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 268 | 1 | `font-size: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 268: `font-size: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 272 | 1 | `padding:.05rem .08rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 272: `padding:.05rem .08rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 272 | 1 | `padding:.05rem .08rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 272: `padding:.05rem .08rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 273 | 1 | `border-radius: .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 273: `border-radius: .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 297 | 1 | `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 297: `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 327 | 1 | `margin-left: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 327: `margin-left: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 333 | 1 | `border-radius: .24rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 333: `border-radius: .24rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 335 | 1 | `padding: 0.3rem .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 335: `padding: 0.3rem .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 371 | 1 | `padding-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 371: `padding-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 373 | 1 | `margin-bottom: .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 373: `margin-bottom: .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 395 | 1 | `margin-right: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 395: `margin-right: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 396 | 1 | `margin-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 396: `margin-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 459 | 1 | `margin-bottom: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 459: `margin-bottom: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 483 | 1 | `padding-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 483: `padding-top: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 487 | 1 | `padding-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 487: `padding-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 497 | 1 | `border-radius: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 497: `border-radius: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 501 | 1 | `right: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 501: `right: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 513 | 1 | `font-size: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 513: `font-size: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 520 | 1 | `padding-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 520: `padding-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 523 | 1 | `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 523: `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 523 | 1 | `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 523: `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 524 | 1 | `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 524: `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 526 | 1 | `font-size: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 526: `font-size: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 534 | 1 | `font-size: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 534: `font-size: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 536 | 1 | `margin-right: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 536: `margin-right: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 540 | 1 | `margin-bottom: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 540: `margin-bottom: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 583 | 1 | `padding-top: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 583: `padding-top: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 584 | 1 | `padding-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 584: `padding-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 592 | 1 | `border-bottom: solid .1rem #F92D58;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 592: `border-bottom: solid .1rem #F92D58;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 598 | 1 | `padding-top: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 598: `padding-top: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 645 | 1 | `padding-top: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 645: `padding-top: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 650 | 1 | `margin-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 650: `margin-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 665 | 1 | `margin-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 665: `margin-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 773 | 1 | `padding: 0 .85rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 773: `padding: 0 .85rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 774 | 1 | `background-color: rgba(0,0,0,.7);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 774: `background-color: rgba(0,0,0,.7);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 776 | 1 | `-moz-border-radius-topleft: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 776: `-moz-border-radius-topleft: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 777 | 1 | `-webkit-border-top-left-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 777: `-webkit-border-top-left-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 778 | 1 | `-moz-border-radius-topright: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 778: `-moz-border-radius-topright: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 779 | 1 | `-webkit-border-top-right-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 779: `-webkit-border-top-right-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 785 | 1 | `left: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 785: `left: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 789 | 1 | `transition:height .5s;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 789: `transition:height .5s;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 823 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 823: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 840 | 1 | `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 840: `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 841 | 1 | `height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 841: `height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 842 | 1 | `line-height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 842: `line-height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 846 | 1 | `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 846: `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 847 | 1 | `height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 847: `height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 848 | 1 | `line-height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 848: `line-height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 851 | 1 | `-webkit-transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 851: `-webkit-transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 852 | 1 | `-moz-transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 852: `-moz-transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 853 | 1 | `-ms-transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 853: `-ms-transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 854 | 1 | `-o-transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 854: `-o-transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 855 | 1 | `transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 855: `transform:scale(.625);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 860 | 1 | `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 860: `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 863 | 1 | `font-size: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 863: `font-size: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 871 | 1 | `font-size: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 871: `font-size: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 917 | 1 | `border-bottom: solid .1rem @beibeizi !important;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 917: `border-bottom: solid .1rem @beibeizi !important;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 940 | 1 | `top: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 940: `top: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 941 | 1 | `left: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 941: `left: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 945 | 1 | `font-size: .65rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 945: `font-size: .65rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 952 | 1 | `padding: .5rem .7rem .5rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 952: `padding: .5rem .7rem .5rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 952 | 1 | `padding: .5rem .7rem .5rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 952: `padding: .5rem .7rem .5rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 952 | 1 | `padding: .5rem .7rem .5rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 952: `padding: .5rem .7rem .5rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 957 | 1 | `padding-left: .5rem !important;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 957: `padding-left: .5rem !important;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 962 | 1 | `right: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 962: `right: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 963 | 1 | `margin-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 963: `margin-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 965 | 1 | `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 965: `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 975 | 1 | `right: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 975: `right: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 976 | 1 | `margin-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 976: `margin-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 978 | 1 | `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 978: `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 996 | 1 | `margin-left: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 996: `margin-left: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 997 | 1 | `padding-left: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 997: `padding-left: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 998 | 1 | `border-left: .05rem solid #999;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 998: `border-left: .05rem solid #999;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1002 | 1 | `left: -.525rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1002: `left: -.525rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1011 | 1 | `margin-bottom: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1011: `margin-bottom: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1015 | 1 | `margin-bottom: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1015: `margin-bottom: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1023 | 1 | `width: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1023: `width: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1024 | 1 | `height: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1024: `height: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1026 | 1 | `left: -.925rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1026: `left: -.925rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1027 | 1 | `top: .425rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1027: `top: .425rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1034 | 1 | `margin-bottom: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1034: `margin-bottom: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1076 | 1 | `font-size: .9rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1076: `font-size: .9rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1099 | 1 | `top: -.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1099: `top: -.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1100 | 1 | `left: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1100: `left: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 1109 | 1 | `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 1109: `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 7 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 11 | 12 | 1 | `@star-grey:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAAQCAMAAAAMNICTAAAAPFBMVEUAAADl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eWddtTNAAAAE3RSTlMACI7tvnAtEqz03baYfWtcVU8dGJDSDwAAAIhJREFUOMu9lEkSwCAIBAWNmn3h/3/NUpUh5gHDhaK7z4R3NPyHqDbb/GArGWwQXGzVmVmHi6xKvEgsDmgqr5oucKOka0ZFUZO1MyGlqNqA6i1FyfgBo6AkKUkAqWk56gA5vKOpDJJR8dQOsqNiKH8+fe2bF8RTanEuoczRFBVP6SLPlsVjjjoBnWUr36OeoV8AAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 11, col 12: `@star-grey:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAAQCAMAAAAMNICTAAAAPFBMVEUAAADl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eWddtTNAAAAE3RSTlMACI7tvnAtEqz03baYfWtcVU8dGJDSDwAAAIhJREFUOMu9lEkSwCAIBAWNmn3h/3/NUpUh5gHDhaK7z4R3NPyHqDbb/GArGWwQXGzVmVmHi6xKvEgsDmgqr5oucKOka0ZFUZO1MyGlqNqA6i1FyfgBo6AkKUkAqWk56gA5vKOpDJJR8dQOsqNiKH8+fe2bF8RTanEuoczRFBVP6SLPlsVjjjoBnWUr36OeoV8AAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 12 | 11 | 1 | `@star-red:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAAQCAMAAAAMNICTAAAAP1BMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWVniqhrAAAAFHRSTlMABY7tvnAtEgqs9N22mH1rXFVPHbGeruwAAACLSURBVDjLvZTHEcAgDASRwATnoP5rdZjxYVzA6cPc7r5x76n7H1FtttXBVjLYIFhs1ZlZh0VWyV/EJ2yakrhquMCNgq5RkDHUZO1NaBlKSgOKoKUoGT9g/LQclQNAyLVkqQPkqB1NRZCIiqd2kB0VReHz6UvffEE8pebn5NLsTVHxlC75efNSY446AQh4LtIiRnnOAAAAAElFTkSuQmCC';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 12, col 11: `@star-red:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAAQCAMAAAAMNICTAAAAP1BMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWVniqhrAAAAFHRSTlMABY7tvnAtEgqs9N22mH1rXFVPHbGeruwAAACLSURBVDjLvZTHEcAgDASRwATnoP5rdZjxYVzA6cPc7r5x76n7H1FtttXBVjLYIFhs1ZlZh0VWyV/EJ2yakrhquMCNgq5RkDHUZO1NaBlKSgOKoKUoGT9g/LQclQNAyLVkqQPkqB1NRZCIiqd2kB0VReHz6UvffEE8pebn5NLsTVHxlC75efNSY446AQh4LtIiRnnOAAAAAElFTkSuQmCC';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 13 | 1 | `: 0.6rem;//内边距Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 13: `: 0.6rem;//内边距Variable name must be like this `@foo-bar or @foobar` | |
| 26 | 9 | 1 | `.wrapper{` Must contain spaces before the `{` | require-before-space | → line 26, col 9: `.wrapper{` Must contain spaces before the `{` |
| 29 | 12 | 1 | ` .slider{` Must contain spaces before the `{` | require-before-space | → line 29, col 12: ` .slider{` Must contain spaces before the `{` |
| 34 | 31 | 1 | ` .slider-outer,.slider-wrap{` Must contain spaces before the `{` | require-before-space | → line 34, col 31: ` .slider-outer,.slider-wrap{` Must contain spaces before the `{` |
| 34 | 1 | `.slider-outer,.slider-wrap{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 34: `.slider-outer,.slider-wrap{` When multiple selectors share a statement block, each selector statement must be per line | |
| 37 | 25 | 1 | ` .countdown-container{` Must contain spaces before the `{` | require-before-space | → line 37, col 25: ` .countdown-container{` Must contain spaces before the `{` |
| 39 | 1 | `padding: 0 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `padding: 0 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `border-radius: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `border-radius: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `line-height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `line-height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `top: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `top: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 15 | 1 | ` .item-base{` Must contain spaces before the `{` | require-before-space | → line 108, col 15: ` .item-base{` Must contain spaces before the `{` |
| 113 | 1 | `padding: 24/@g-base 26/@g-base 26/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `padding: 24/@g-base 26/@g-base 26/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `padding: 24/@g-base 26/@g-base 26/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `padding: 24/@g-base 26/@g-base 26/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `padding: 24/@g-base 26/@g-base 26/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `padding: 24/@g-base 26/@g-base 26/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `padding: 24/@g-base 26/@g-base 26/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `padding: 24/@g-base 26/@g-base 26/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 19 | 1 | ` .base-info{` Must contain spaces before the `{` | require-before-space | → line 112, col 19: ` .base-info{` Must contain spaces before the `{` |
| 118 | 1 | `padding-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `padding-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 19 | 1 | ` .left-desc{` Must contain spaces before the `{` | require-before-space | → line 117, col 19: ` .left-desc{` Must contain spaces before the `{` |
| 119 | 1 | `width: 590/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 119: `width: 590/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 24 | 1 | ` .desc-title{` Must contain spaces before the `{` | require-before-space | → line 120, col 24: ` .desc-title{` Must contain spaces before the `{` |
| 122 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 124 | 35 | 1 | ` .span-unprocessing{` Must contain spaces before the `{` | require-before-space | → line 124, col 35: ` .span-unprocessing{` Must contain spaces before the `{` |
| 125 | 28 | 1 | ` color: green;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 125, col 28: ` color: green;` Color value can be abbreviated, must use the abbreviation form |
| 128 | 17 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 128, col 17: ` span{` Must contain spaces before the `{` |
| 131 | 19 | 1 | ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 131, col 19: ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 132 | 18 | 1 | ` .desc{` Must contain spaces before the `{` | require-before-space | → line 132, col 18: ` .desc{` Must contain spaces before the `{` |
| 136 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 26 | 1 | ` .right-collection{` Must contain spaces before the `{` | require-before-space | → line 139, col 26: ` .right-collection{` Must contain spaces before the `{` |
| 141 | 24 | 1 | ` .collection{` Must contain spaces before the `{` | require-before-space | → line 141, col 24: ` .collection{` Must contain spaces before the `{` |
| 144 | 1 | `width: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `width: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 47 | 1 | ` .collection.collect_checked:before{` Must contain spaces before the `{` | require-before-space | → line 154, col 47: ` .collection.collect_checked:before{` Must contain spaces before the `{` |
| 158 | 17 | 1 | ` .col{` Must contain spaces before the `{` | require-before-space | → line 158, col 17: ` .col{` Must contain spaces before the `{` |
| 164 | 1 | `padding-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `padding-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `width: (120-30)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `width: (120-30)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `width: (120-30)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `width: (120-30)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 19 | 1 | ` float:right;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 166, col 19: ` float:right;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 167 | 25 | 1 | ` border-left:1px solid #ccc;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 167, col 25: ` border-left:1px solid #ccc;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 169 | 28 | 1 | ` .oversea-base-price{` Must contain spaces before the `{` | require-before-space | → line 169, col 28: ` .oversea-base-price{` Must contain spaces before the `{` |
| 172 | 1 | `padding-top: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 172: `padding-top: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 171 | 32 | 1 | ` .oversea-price-wrap{` Must contain spaces before the `{` | require-before-space | → line 171, col 32: ` .oversea-price-wrap{` Must contain spaces before the `{` |
| 173 | 1 | `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 31 | 1 | ` .oversea-now-price{` Must contain spaces before the `{` | require-before-space | → line 178, col 31: ` .oversea-now-price{` Must contain spaces before the `{` |
| 182 | 1 | `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 182: `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 31 | 1 | ` .oversea-brand{` Must contain spaces before the `{` | require-before-space | → line 184, col 31: ` .oversea-brand{` Must contain spaces before the `{` |
| 188 | 1 | `font-size: 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `font-size: 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 31 | 1 | ` .oversea-price{` Must contain spaces before the `{` | require-before-space | → line 187, col 31: ` .oversea-price{` Must contain spaces before the `{` |
| 191 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 34 | 1 | ` .oversea-discount{` Must contain spaces before the `{` | require-before-space | → line 190, col 34: ` .oversea-discount{` Must contain spaces before the `{` |
| 192 | 29 | 1 | ` padding:.05rem .15rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 192, col 29: ` padding:.05rem .15rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 200 | 34 | 1 | ` .oversea-origin-price{` Must contain spaces before the `{` | require-before-space | → line 200, col 34: ` .oversea-origin-price{` Must contain spaces before the `{` |
| 202 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 205 | 31 | 1 | ` .oversea-price{` Must contain spaces before the `{` | require-before-space | → line 205, col 31: ` .oversea-price{` Must contain spaces before the `{` |
| 209 | 31 | 1 | ` .oversea-shipments{` Must contain spaces before the `{` | require-before-space | → line 209, col 31: ` .oversea-shipments{` Must contain spaces before the `{` |
| 211 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `line-height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `line-height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 213 | 20 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 213, col 20: ` img{` Must contain spaces before the `{` |
| 216 | 21 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 216, col 21: ` span{` Must contain spaces before the `{` |
| 219 | 32 | 1 | ` .shipments-wrap{` Must contain spaces before the `{` | require-before-space | → line 219, col 32: ` .shipments-wrap{` Must contain spaces before the `{` |
| 221 | 1 | `width: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 221: `width: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 222 | 1 | `padding-right: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `padding-right: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 27 | 1 | ` .texas-tip{` Must contain spaces before the `{` | require-before-space | → line 226, col 27: ` .texas-tip{` Must contain spaces before the `{` |
| 234 | 22 | 1 | ` i{` Must contain spaces before the `{` | require-before-space | → line 234, col 22: ` i{` Must contain spaces before the `{` |
| 244 | 20 | 1 | ` .base-price{` Must contain spaces before the `{` | require-before-space | → line 244, col 20: ` .base-price{` Must contain spaces before the `{` |
| 247 | 1 | `padding-top: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 247: `padding-top: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 246 | 24 | 1 | ` .price-wrap{` Must contain spaces before the `{` | require-before-space | → line 246, col 24: ` .price-wrap{` Must contain spaces before the `{` |
| 248 | 1 | `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 248: `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 249 | 1 | `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 249: `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 23 | 1 | ` .now-price{` Must contain spaces before the `{` | require-before-space | → line 254, col 23: ` .now-price{` Must contain spaces before the `{` |
| 257 | 1 | `font-size: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 257: `font-size: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 259 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 259: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 258 | 21 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 258, col 21: ` span{` Must contain spaces before the `{` |
| 262 | 26 | 1 | ` .origin-price{` Must contain spaces before the `{` | require-before-space | → line 262, col 26: ` .origin-price{` Must contain spaces before the `{` |
| 265 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 265: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 269 | 22 | 1 | ` .discount{` Must contain spaces before the `{` | require-before-space | → line 269, col 22: ` .discount{` Must contain spaces before the `{` |
| 275 | 25 | 1 | ` padding:.05rem .08rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 275, col 25: ` padding:.05rem .08rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 280 | 21 | 1 | ` .base-rebate{` Must contain spaces before the `{` | require-before-space | → line 280, col 21: ` .base-rebate{` Must contain spaces before the `{` |
| 284 | 1 | `padding-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 284: `padding-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 283 | 29 | 1 | ` &:last-child{` Must contain spaces before the `{` | require-before-space | → line 283, col 29: ` &:last-child{` Must contain spaces before the `{` |
| 286 | 1 | `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 286: `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 282 | 24 | 1 | ` .promotions{` Must contain spaces before the `{` | require-before-space | → line 282, col 24: ` .promotions{` Must contain spaces before the `{` |
| 288 | 17 | 1 | ` padding-top :18/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 288, col 17: ` padding-top :18/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 288 | 1 | `padding-top :18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `padding-top :18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 290 | 24 | 1 | ` .rebate-ico{` Must contain spaces before the `{` | require-before-space | → line 290, col 24: ` .rebate-ico{` Must contain spaces before the `{` |
| 295 | 1 | `width: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 295: `width: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 305 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 305: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 304 | 17 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 304, col 17: ` span{` Must contain spaces before the `{` |
| 311 | 17 | 1 | ` .item-praise{` Must contain spaces before the `{` | require-before-space | → line 311, col 17: ` .item-praise{` Must contain spaces before the `{` |
| 316 | 11 | 1 | ` h5{` Must contain spaces before the `{` | require-before-space | → line 316, col 11: ` h5{` Must contain spaces before the `{` |
| 318 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 318: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 324 | 19 | 1 | ` .praise-button{` Must contain spaces before the `{` | require-before-space | → line 324, col 19: ` .praise-button{` Must contain spaces before the `{` |
| 326 | 11 | 1 | ` li{` Must contain spaces before the `{` | require-before-space | → line 326, col 11: ` li{` Must contain spaces before the `{` |
| 332 | 10 | 1 | ` a{` Must contain spaces before the `{` | require-before-space | → line 332, col 10: ` a{` Must contain spaces before the `{` |
| 335 | 20 | 1 | ` border:1px solid #e4e4e4;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 335, col 20: ` border:1px solid #e4e4e4;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 343 | 13 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 343, col 13: ` span{` Must contain spaces before the `{` |
| 345 | 1 | `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 345: `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 349 | 1 | `width: 66/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 349: `width: 66/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 354 | 16 | 1 | ` .active{` Must contain spaces before the `{` | require-before-space | → line 354, col 16: ` .active{` Must contain spaces before the `{` |
| 358 | 17 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 358, col 17: ` span{` Must contain spaces before the `{` |
| 364 | 34 | 1 | ` .item-discuss,#praise-wrapper{` Must contain spaces before the `{` | require-before-space | → line 364, col 34: ` .item-discuss,#praise-wrapper{` Must contain spaces before the `{` |
| 364 | 1 | `.item-discuss,#praise-wrapper{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 364: `.item-discuss,#praise-wrapper{` When multiple selectors share a statement block, each selector statement must be per line | |
| 368 | 1 | `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 368: `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 367 | 17 | 1 | ` .discuss{` Must contain spaces before the `{` | require-before-space | → line 367, col 17: ` .discuss{` Must contain spaces before the `{` |
| 371 | 1 | `padding-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 371: `padding-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 373 | 23 | 1 | ` .discuss-title{` Must contain spaces before the `{` | require-before-space | → line 373, col 23: ` .discuss-title{` Must contain spaces before the `{` |
| 379 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 379: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 378 | 25 | 1 | ` .discuss-content{` Must contain spaces before the `{` | require-before-space | → line 378, col 25: ` .discuss-content{` Must contain spaces before the `{` |
| 383 | 17 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 383, col 17: ` span{` Must contain spaces before the `{` |
| 385 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 385: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 388 | 29 | 1 | ` .stars-grey,.account{` Must contain spaces before the `{` | require-before-space | → line 388, col 29: ` .stars-grey,.account{` Must contain spaces before the `{` |
| 388 | 1 | `.stars-grey,.account{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 388: `.stars-grey,.account{` When multiple selectors share a statement block, each selector statement must be per line | |
| 392 | 16 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 392, col 16: ` img{` Must contain spaces before the `{` |
| 397 | 20 | 1 | ` .stars-grey{` Must contain spaces before the `{` | require-before-space | → line 397, col 20: ` .stars-grey{` Must contain spaces before the `{` |
| 400 | 1 | `width: 129/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 400: `width: 129/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 401 | 1 | `height: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 401: `height: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 405 | 26 | 1 | ` @stars-width:17.5/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 405, col 26: ` @stars-width:17.5/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 405 | 1 | `@stars-width:17.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 405: `@stars-width:17.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 406 | 24 | 1 | ` @collspace:10/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 406, col 24: ` @collspace:10/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 406 | 1 | `@collspace:10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 406: `@collspace:10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 407 | 21 | 1 | ` .stars-0{` Must contain spaces before the `{` | require-before-space | → line 407, col 21: ` .stars-0{` Must contain spaces before the `{` |
| 411 | 1 | `width: 1*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 411: `width: 1*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 411 | 1 | `width: 1*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 411: `width: 1*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 410 | 21 | 1 | ` .stars-1{` Must contain spaces before the `{` | require-before-space | → line 410, col 21: ` .stars-1{` Must contain spaces before the `{` |
| 414 | 1 | `width: 2*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 414: `width: 2*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 414 | 1 | `width: 2*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 414: `width: 2*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 413 | 21 | 1 | ` .stars-2{` Must contain spaces before the `{` | require-before-space | → line 413, col 21: ` .stars-2{` Must contain spaces before the `{` |
| 417 | 1 | `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 417: `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 417 | 1 | `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 417: `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 417 | 1 | `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 417: `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 417 | 1 | `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 417: `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 416 | 21 | 1 | ` .stars-3{` Must contain spaces before the `{` | require-before-space | → line 416, col 21: ` .stars-3{` Must contain spaces before the `{` |
| 420 | 1 | `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 420: `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 420 | 1 | `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 420: `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 420 | 1 | `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 420: `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 420 | 1 | `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 420: `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 419 | 21 | 1 | ` .stars-4{` Must contain spaces before the `{` | require-before-space | → line 419, col 21: ` .stars-4{` Must contain spaces before the `{` |
| 423 | 1 | `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 423: `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 423 | 1 | `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 423: `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 423 | 1 | `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 423: `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 423 | 1 | `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 423: `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 422 | 21 | 1 | ` .stars-5{` Must contain spaces before the `{` | require-before-space | → line 422, col 21: ` .stars-5{` Must contain spaces before the `{` |
| 426 | 1 | `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 426: `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 426 | 1 | `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 426: `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 426 | 1 | `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 426: `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 426 | 1 | `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 426: `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 425 | 21 | 1 | ` .stars-6{` Must contain spaces before the `{` | require-before-space | → line 425, col 21: ` .stars-6{` Must contain spaces before the `{` |
| 429 | 1 | `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 429: `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 429 | 1 | `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 429: `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 429 | 1 | `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 429: `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 429 | 1 | `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 429: `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 428 | 21 | 1 | ` .stars-7{` Must contain spaces before the `{` | require-before-space | → line 428, col 21: ` .stars-7{` Must contain spaces before the `{` |
| 432 | 1 | `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 432: `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 432 | 1 | `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 432: `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 432 | 1 | `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 432: `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 432 | 1 | `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 432: `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 431 | 21 | 1 | ` .stars-8{` Must contain spaces before the `{` | require-before-space | → line 431, col 21: ` .stars-8{` Must contain spaces before the `{` |
| 435 | 23 | 1 | ` width:4*@collspace+9*@stars-width/2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 435, col 23: ` width:4*@collspace+9*@stars-width/2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 435 | 1 | `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 435: `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 435 | 1 | `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 435: `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 435 | 1 | `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 435: `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 435 | 1 | `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 435: `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 434 | 21 | 1 | ` .stars-9{` Must contain spaces before the `{` | require-before-space | → line 434, col 21: ` .stars-9{` Must contain spaces before the `{` |
| 437 | 22 | 1 | ` .stars-10{` Must contain spaces before the `{` | require-before-space | → line 437, col 22: ` .stars-10{` Must contain spaces before the `{` |
| 443 | 1 | `height: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 443: `height: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 442 | 19 | 1 | ` .stars-red{` Must contain spaces before the `{` | require-before-space | → line 442, col 19: ` .stars-red{` Must contain spaces before the `{` |
| 448 | 17 | 1 | ` .account{` Must contain spaces before the `{` | require-before-space | → line 448, col 17: ` .account{` Must contain spaces before the `{` |
| 450 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 450: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 452 | 10 | 1 | ` p{` Must contain spaces before the `{` | require-before-space | → line 452, col 10: ` p{` Must contain spaces before the `{` |
| 456 | 22 | 1 | ` .more-discuss{` Must contain spaces before the `{` | require-before-space | → line 456, col 22: ` .more-discuss{` Must contain spaces before the `{` |
| 458 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 458: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 459 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 459: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 460 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 460: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 466 | 18 | 1 | ` .item-special{` Must contain spaces before the `{` | require-before-space | → line 466, col 18: ` .item-special{` Must contain spaces before the `{` |
| 469 | 1 | `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 469: `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 468 | 22 | 1 | ` .special-wrap{` Must contain spaces before the `{` | require-before-space | → line 468, col 22: ` .special-wrap{` Must contain spaces before the `{` |
| 472 | 21 | 1 | ` .special-top{` Must contain spaces before the `{` | require-before-space | → line 472, col 21: ` .special-top{` Must contain spaces before the `{` |
| 478 | 1 | `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 478: `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 477 | 12 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 477, col 12: ` img{` Must contain spaces before the `{` |
| 482 | 1 | `padding-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 482: `padding-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 481 | 22 | 1 | ` .special-desc{` Must contain spaces before the `{` | require-before-space | → line 481, col 22: ` .special-desc{` Must contain spaces before the `{` |
| 485 | 23 | 1 | ` .special-title{` Must contain spaces before the `{` | require-before-space | → line 485, col 23: ` .special-title{` Must contain spaces before the `{` |
| 487 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 487: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 489 | 25 | 1 | ` .special-content{` Must contain spaces before the `{` | require-before-space | → line 489, col 25: ` .special-content{` Must contain spaces before the `{` |
| 491 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 491: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 494 | 24 | 1 | ` .special-button{` Must contain spaces before the `{` | require-before-space | → line 494, col 24: ` .special-button{` Must contain spaces before the `{` |
| 496 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 496: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 501 | 1 | `padding: 14/@g-base 60/@g-base 12/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 501: `padding: 14/@g-base 60/@g-base 12/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 501 | 1 | `padding: 14/@g-base 60/@g-base 12/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 501: `padding: 14/@g-base 60/@g-base 12/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 501 | 1 | `padding: 14/@g-base 60/@g-base 12/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 501: `padding: 14/@g-base 60/@g-base 12/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 501 | 1 | `padding: 14/@g-base 60/@g-base 12/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 501: `padding: 14/@g-base 60/@g-base 12/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 511 | 24 | 1 | ` .special-center{` Must contain spaces before the `{` | require-before-space | → line 511, col 24: ` .special-center{` Must contain spaces before the `{` |
| 513 | 15 | 1 | ` li{` Must contain spaces before the `{` | require-before-space | → line 513, col 15: ` li{` Must contain spaces before the `{` |
| 519 | 17 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 519, col 17: ` span{` Must contain spaces before the `{` |
| 524 | 27 | 1 | ` .special-brand{` Must contain spaces before the `{` | require-before-space | → line 524, col 27: ` .special-brand{` Must contain spaces before the `{` |
| 533 | 17 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 533, col 17: ` span{` Must contain spaces before the `{` |
| 532 | 24 | 1 | ` .special-bottom{` Must contain spaces before the `{` | require-before-space | → line 532, col 24: ` .special-bottom{` Must contain spaces before the `{` |
| 547 | 23 | 1 | ` .item-detail-fixed{` Must contain spaces before the `{` | require-before-space | → line 547, col 23: ` .item-detail-fixed{` Must contain spaces before the `{` |
| 554 | 17 | 1 | ` .nav-box{` Must contain spaces before the `{` | require-before-space | → line 554, col 17: ` .nav-box{` Must contain spaces before the `{` |
| 553 | 17 | 1 | ` .item-detail{` Must contain spaces before the `{` | require-before-space | → line 553, col 17: ` .item-detail{` Must contain spaces before the `{` |
| 564 | 12 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 564, col 12: ` img{` Must contain spaces before the `{` |
| 567 | 23 | 1 | ` width:100%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 567, col 23: ` width:100%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 566 | 19 | 1 | ` &.full{` Must contain spaces before the `{` | require-before-space | → line 566, col 19: ` &.full{` Must contain spaces before the `{` |
| 570 | 23 | 1 | ` width:1px;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 570, col 23: ` width:1px;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 569 | 26 | 1 | ` &.placeholder{` Must contain spaces before the `{` | require-before-space | → line 569, col 26: ` &.placeholder{` Must contain spaces before the `{` |
| 574 | 1 | `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 574: `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 584 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 584: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 583 | 24 | 1 | ` .nav-wrapper li{` Must contain spaces before the `{` | require-before-space | → line 583, col 24: ` .nav-wrapper li{` Must contain spaces before the `{` |
| 585 | 20 | 1 | ` color: black;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 585, col 20: ` color: black;` Color value can be abbreviated, must use the abbreviation form |
| 598 | 26 | 1 | ` .page-wrapper{` Must contain spaces before the `{` | require-before-space | → line 598, col 26: ` .page-wrapper{` Must contain spaces before the `{` |
| 597 | 20 | 1 | ` #qa-wrapper{` Must contain spaces before the `{` | require-before-space | → line 597, col 20: ` #qa-wrapper{` Must contain spaces before the `{` |
| 647 | 30 | 1 | ` .detail-introduct{` Must contain spaces before the `{` | require-before-space | → line 647, col 30: ` .detail-introduct{` Must contain spaces before the `{` |
| 646 | 24 | 1 | ` #detail-wrapper{` Must contain spaces before the `{` | require-before-space | → line 646, col 24: ` #detail-wrapper{` Must contain spaces before the `{` |
| 651 | 1 | `width: 712.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 651: `width: 712.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 652 | 19 | 1 | ` .props{` Must contain spaces before the `{` | require-before-space | → line 652, col 19: ` .props{` Must contain spaces before the `{` |
| 655 | 26 | 1 | ` .pro-name{` Must contain spaces before the `{` | require-before-space | → line 655, col 26: ` .pro-name{` Must contain spaces before the `{` |
| 658 | 21 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 658, col 21: ` span{` Must contain spaces before the `{` |
| 663 | 24 | 1 | ` #praise-wrapper{` Must contain spaces before the `{` | require-before-space | → line 663, col 24: ` #praise-wrapper{` Must contain spaces before the `{` |
| 666 | 1 | `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 666: `width: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 665 | 24 | 1 | ` .total-rate{` Must contain spaces before the `{` | require-before-space | → line 665, col 24: ` .total-rate{` Must contain spaces before the `{` |
| 670 | 17 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 670, col 17: ` span{` Must contain spaces before the `{` |
| 673 | 24 | 1 | ` .rate-title{` Must contain spaces before the `{` | require-before-space | → line 673, col 24: ` .rate-title{` Must contain spaces before the `{` |
| 676 | 19 | 1 | ` .score{` Must contain spaces before the `{` | require-before-space | → line 676, col 19: ` .score{` Must contain spaces before the `{` |
| 679 | 32 | 1 | ` .rate-stars-contain{` Must contain spaces before the `{` | require-before-space | → line 679, col 32: ` .rate-stars-contain{` Must contain spaces before the `{` |
| 681 | 1 | `width: 133/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 681: `width: 133/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 682 | 1 | `height: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 682: `height: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 684 | 1 | `width: 133/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 684: `width: 133/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 683 | 20 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 683, col 20: ` img{` Must contain spaces before the `{` |
| 685 | 1 | `height: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 685: `height: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 687 | 49 | 1 | ` #rate-stars-red,.rate-stars-grey{` Must contain spaces before the `{` | require-before-space | → line 687, col 49: ` #rate-stars-red,.rate-stars-grey{` Must contain spaces before the `{` |
| 687 | 1 | `#rate-stars-red,.rate-stars-grey{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 687: `#rate-stars-red,.rate-stars-grey{` When multiple selectors share a statement block, each selector statement must be per line | |
| 691 | 32 | 1 | ` #rate-stars-red{` Must contain spaces before the `{` | require-before-space | → line 691, col 32: ` #rate-stars-red{` Must contain spaces before the `{` |
| 695 | 35 | 1 | ` .discuss-stars-contain{` Must contain spaces before the `{` | require-before-space | → line 695, col 35: ` .discuss-stars-contain{` Must contain spaces before the `{` |
| 698 | 1 | `width: 106.4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 698: `width: 106.4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 699 | 1 | `height: 19.6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 699: `height: 19.6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 701 | 1 | `width: 106.4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 701: `width: 106.4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 700 | 20 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 700, col 20: ` img{` Must contain spaces before the `{` |
| 703 | 55 | 1 | ` .discuss-stars-grey,.discuss-stars-red{` Must contain spaces before the `{` | require-before-space | → line 703, col 55: ` .discuss-stars-grey,.discuss-stars-red{` Must contain spaces before the `{` |
| 703 | 1 | `.discuss-stars-grey,.discuss-stars-red{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 703: `.discuss-stars-grey,.discuss-stars-red{` When multiple selectors share a statement block, each selector statement must be per line | |
| 709 | 29 | 1 | ` .discuss-account{` Must contain spaces before the `{` | require-before-space | → line 709, col 29: ` .discuss-account{` Must contain spaces before the `{` |
| 711 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 711: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 713 | 26 | 1 | ` @stars-width:18.5%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 713, col 26: ` @stars-width:18.5%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 714 | 24 | 1 | ` @collspace:(100-5*@stars-width)/4;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 714, col 24: ` @collspace:(100-5*@stars-width)/4;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 714 | 1 | `@collspace:(100-5*@stars-width)/4;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 714: `@collspace:(100-5*@stars-width)/4;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 714 | 1 | `@collspace:(100-5*@stars-width)/4;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 714: `@collspace:(100-5*@stars-width)/4;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 714 | 1 | `@collspace:(100-5*@stars-width)/4;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 714: `@collspace:(100-5*@stars-width)/4;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 715 | 21 | 1 | ` .stars-0{` Must contain spaces before the `{` | require-before-space | → line 715, col 21: ` .stars-0{` Must contain spaces before the `{` |
| 719 | 1 | `width: 1*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 719: `width: 1*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 719 | 1 | `width: 1*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 719: `width: 1*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 718 | 21 | 1 | ` .stars-1{` Must contain spaces before the `{` | require-before-space | → line 718, col 21: ` .stars-1{` Must contain spaces before the `{` |
| 722 | 1 | `width: 2*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 722: `width: 2*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 722 | 1 | `width: 2*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 722: `width: 2*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 721 | 21 | 1 | ` .stars-2{` Must contain spaces before the `{` | require-before-space | → line 721, col 21: ` .stars-2{` Must contain spaces before the `{` |
| 725 | 1 | `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 725: `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 725 | 1 | `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 725: `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 725 | 1 | `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 725: `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 725 | 1 | `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 725: `width: 1*@collspace+3*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 724 | 21 | 1 | ` .stars-3{` Must contain spaces before the `{` | require-before-space | → line 724, col 21: ` .stars-3{` Must contain spaces before the `{` |
| 728 | 1 | `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 728: `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 728 | 1 | `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 728: `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 728 | 1 | `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 728: `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 728 | 1 | `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 728: `width: 1*@collspace+4*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 727 | 21 | 1 | ` .stars-4{` Must contain spaces before the `{` | require-before-space | → line 727, col 21: ` .stars-4{` Must contain spaces before the `{` |
| 731 | 1 | `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 731: `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 731 | 1 | `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 731: `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 731 | 1 | `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 731: `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 731 | 1 | `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 731: `width: 2*@collspace+5*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 730 | 21 | 1 | ` .stars-5{` Must contain spaces before the `{` | require-before-space | → line 730, col 21: ` .stars-5{` Must contain spaces before the `{` |
| 734 | 1 | `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 734: `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 734 | 1 | `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 734: `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 734 | 1 | `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 734: `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 734 | 1 | `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 734: `width: 2*@collspace+6*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 733 | 21 | 1 | ` .stars-6{` Must contain spaces before the `{` | require-before-space | → line 733, col 21: ` .stars-6{` Must contain spaces before the `{` |
| 737 | 1 | `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 737: `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 737 | 1 | `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 737: `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 737 | 1 | `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 737: `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 737 | 1 | `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 737: `width: 3*@collspace+7*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 736 | 21 | 1 | ` .stars-7{` Must contain spaces before the `{` | require-before-space | → line 736, col 21: ` .stars-7{` Must contain spaces before the `{` |
| 740 | 1 | `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 740: `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 740 | 1 | `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 740: `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 740 | 1 | `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 740: `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 740 | 1 | `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 740: `width: 3*@collspace+8*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 739 | 21 | 1 | ` .stars-8{` Must contain spaces before the `{` | require-before-space | → line 739, col 21: ` .stars-8{` Must contain spaces before the `{` |
| 743 | 23 | 1 | ` width:4*@collspace+9*@stars-width/2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 743, col 23: ` width:4*@collspace+9*@stars-width/2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 743 | 1 | `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 743: `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 743 | 1 | `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 743: `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 743 | 1 | `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 743: `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 743 | 1 | `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 743: `width:4*@collspace+9*@stars-width/2;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 742 | 21 | 1 | ` .stars-9{` Must contain spaces before the `{` | require-before-space | → line 742, col 21: ` .stars-9{` Must contain spaces before the `{` |
| 745 | 22 | 1 | ` .stars-10{` Must contain spaces before the `{` | require-before-space | → line 745, col 22: ` .stars-10{` Must contain spaces before the `{` |
| 771 | 11 | 1 | ` width:15.2rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 771, col 11: ` width:15.2rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 770 | 11 | 1 | `.cart-hint{` Must contain spaces before the `{` | require-before-space | → line 770, col 11: `.cart-hint{` Must contain spaces before the `{` |
| 772 | 12 | 1 | ` height:0rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 772, col 12: ` height:0rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 785 | 15 | 1 | ` float:right;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 785, col 15: ` float:right;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 784 | 6 | 1 | ` a{` Must contain spaces before the `{` | require-before-space | → line 784, col 6: ` a{` Must contain spaces before the `{` |
| 786 | 1 | `color: rgb(255,73,100);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 786: `color: rgb(255,73,100);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 793 | 16 | 1 | ` transition:height .5s;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 793, col 16: ` transition:height .5s;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 795 | 11 | 1 | `.cart-ball{` Must contain spaces before the `{` | require-before-space | → line 795, col 11: `.cart-ball{` Must contain spaces before the `{` |
| 802 | 16 | 1 | ` transition:left 1s linear,top 1s cubic-bezier(.51,-0.41,.83,.12),width 1s linear,height 1s linear;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 802, col 16: ` transition:left 1s linear,top 1s cubic-bezier(.51,-0.41,.83,.12),width 1s linear,height 1s linear;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 803 | 24 | 1 | ` -webkit-transition:left 1s linear,top 1s cubic-bezier(.51,-0.41,.83,.12),width 1s linear,height 1s linear;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 803, col 24: ` -webkit-transition:left 1s linear,top 1s cubic-bezier(.51,-0.41,.83,.12),width 1s linear,height 1s linear;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 806 | 8 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 806, col 8: ` img{` Must contain spaces before the `{` |
| 812 | 1 | `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 812: `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 811 | 8 | 1 | `.ft-bar{` Must contain spaces before the `{` | require-before-space | → line 811, col 8: `.ft-bar{` Must contain spaces before the `{` |
| 822 | 10 | 1 | ` .cart{` Must contain spaces before the `{` | require-before-space | → line 822, col 10: ` .cart{` Must contain spaces before the `{` |
| 849 | 18 | 1 | ` .cart-num{` Must contain spaces before the `{` | require-before-space | → line 849, col 18: ` .cart-num{` Must contain spaces before the `{` |
| 855 | 31 | 1 | ` -webkit-transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 855, col 31: ` -webkit-transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 856 | 28 | 1 | ` -moz-transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 856, col 28: ` -moz-transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 857 | 27 | 1 | ` -ms-transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 857, col 27: ` -ms-transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 858 | 26 | 1 | ` -o-transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 858, col 26: ` -o-transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 859 | 23 | 1 | ` transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 859, col 23: ` transform:scale(.625);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 863 | 13 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 863, col 13: ` span{` Must contain spaces before the `{` |
| 862 | 16 | 1 | ` .cart-price{` Must contain spaces before the `{` | require-before-space | → line 862, col 16: ` .cart-price{` Must contain spaces before the `{` |
| 869 | 1 | `line-height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 869: `line-height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 871 | 1 | `margin-right: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 871: `margin-right: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 873 | 14 | 1 | ` .cart-add{` Must contain spaces before the `{` | require-before-space | → line 873, col 14: ` .cart-add{` Must contain spaces before the `{` |
| 880 | 9 | 1 | ` .end{` Must contain spaces before the `{` | require-before-space | → line 880, col 9: ` .end{` Must contain spaces before the `{` |
| 883 | 11 | 1 | ` .ready{` Must contain spaces before the `{` | require-before-space | → line 883, col 11: ` .ready{` Must contain spaces before the `{` |
| 888 | 11 | 1 | `@beibeizi:#984aff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 888, col 11: `@beibeizi:#984aff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 892 | 25 | 1 | ` .oversea-country{` Must contain spaces before the `{` | require-before-space | → line 892, col 25: ` .oversea-country{` Must contain spaces before the `{` |
| 895 | 30 | 1 | ` .oversea-country-name{` Must contain spaces before the `{` | require-before-space | → line 895, col 30: ` .oversea-country-name{` Must contain spaces before the `{` |
| 900 | 11 | 1 | ` h5{` Must contain spaces before the `{` | require-before-space | → line 900, col 11: ` h5{` Must contain spaces before the `{` |
| 902 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 902: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 904 | 18 | 1 | ` a.disable{` Must contain spaces before the `{` | require-before-space | → line 904, col 18: ` a.disable{` Must contain spaces before the `{` |
| 908 | 10 | 1 | ` a{` Must contain spaces before the `{` | require-before-space | → line 908, col 10: ` a{` Must contain spaces before the `{` |
| 912 | 17 | 1 | ` a.active{` Must contain spaces before the `{` | require-before-space | → line 912, col 17: ` a.active{` Must contain spaces before the `{` |
| 920 | 22 | 1 | ` li.active{` Must contain spaces before the `{` | require-before-space | → line 920, col 22: ` li.active{` Must contain spaces before the `{` |
| 952 | 23 | 1 | ` .show-question{` Must contain spaces before the `{` | require-before-space | → line 952, col 23: ` .show-question{` Must contain spaces before the `{` |
| 999 | 14 | 1 | `.diff-wrapper{` Must contain spaces before the `{` | require-before-space | → line 999, col 14: `.diff-wrapper{` Must contain spaces before the `{` |
| 1005 | 12 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 1005, col 12: ` img{` Must contain spaces before the `{` |
| 1004 | 7 | 1 | ` h4{` Must contain spaces before the `{` | require-before-space | → line 1004, col 7: ` h4{` Must contain spaces before the `{` |
| 1019 | 7 | 1 | ` ul{` Must contain spaces before the `{` | require-before-space | → line 1019, col 7: ` ul{` Must contain spaces before the `{` |
| 1022 | 7 | 1 | ` li{` Must contain spaces before the `{` | require-before-space | → line 1022, col 7: ` li{` Must contain spaces before the `{` |
| 1026 | 17 | 1 | ` &:before{` Must contain spaces before the `{` | require-before-space | → line 1026, col 17: ` &:before{` Must contain spaces before the `{` |
| 1041 | 32 | 1 | `.xiaomi-life .item-detail-fixed{` Must contain spaces before the `{` | require-before-space | → line 1041, col 32: `.xiaomi-life .item-detail-fixed{` Must contain spaces before the `{` |
| 1047 | 11 | 1 | `.item-base{` Must contain spaces before the `{` | require-before-space | → line 1047, col 11: `.item-base{` Must contain spaces before the `{` |
| 1050 | 29 | 1 | `.xiaomi-life .redBag-wrapper{` Must contain spaces before the `{` | require-before-space | → line 1050, col 29: `.xiaomi-life .redBag-wrapper{` Must contain spaces before the `{` |
| 1056 | 6 | 1 | `.mask{` Must contain spaces before the `{` | require-before-space | → line 1056, col 6: `.mask{` Must contain spaces before the `{` |
| 1065 | 14 | 1 | `.tax-info-box{` Must contain spaces before the `{` | require-before-space | → line 1065, col 14: `.tax-info-box{` Must contain spaces before the `{` |
| 1067 | 1 | `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1067: `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1073 | 12 | 1 | ` section{` Must contain spaces before the `{` | require-before-space | → line 1073, col 12: ` section{` Must contain spaces before the `{` |
| 1075 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1075: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1076 | 1 | `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1076: `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1077 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1077: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1079 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1079: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1081 | 20 | 1 | ` .tax-info-close{` Must contain spaces before the `{` | require-before-space | → line 1081, col 20: ` .tax-info-close{` Must contain spaces before the `{` |
| 1083 | 1 | `right: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1083: `right: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1088 | 18 | 1 | ` .tax-info-num{` Must contain spaces before the `{` | require-before-space | → line 1088, col 18: ` .tax-info-num{` Must contain spaces before the `{` |
| 1091 | 1 | `padding: 30/@g-base 30/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1091: `padding: 30/@g-base 30/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1091 | 1 | `padding: 30/@g-base 30/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1091: `padding: 30/@g-base 30/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1091 | 1 | `padding: 30/@g-base 30/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1091: `padding: 30/@g-base 30/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1092 | 1 | `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1092: `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1093 | 1 | `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1093: `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1097 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1097: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1096 | 13 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 1096, col 13: ` span{` Must contain spaces before the `{` |
| 1102 | 14 | 1 | ` .delete-p{` Must contain spaces before the `{` | require-before-space | → line 1102, col 14: ` .delete-p{` Must contain spaces before the `{` |
| 1105 | 16 | 1 | ` .delete-tip{` Must contain spaces before the `{` | require-before-space | → line 1105, col 16: ` .delete-tip{` Must contain spaces before the `{` |
| 1118 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1118: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1119 | 10 | 1 | ` i{` Must contain spaces before the `{` | require-before-space | → line 1119, col 10: ` i{` Must contain spaces before the `{` |
| 1127 | 31 | 1 | ` -webkit-transform:rotate(-45deg);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 1127, col 31: ` -webkit-transform:rotate(-45deg);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 1128 | 23 | 1 | ` transform:rotate(-45deg);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 1128, col 23: ` transform:rotate(-45deg);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 1132 | 19 | 1 | ` .tax-info-desc{` Must contain spaces before the `{` | require-before-space | → line 1132, col 19: ` .tax-info-desc{` Must contain spaces before the `{` |
| 1135 | 1 | `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1135: `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1136 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1136: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1137 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1137: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:8
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 2: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 2 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 2: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 8 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 8: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 9 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 9: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 15 | 1 | `padding: 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `padding: 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `height: 204/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `height: 204/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 4: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 31 | 1 | `height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `line-height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `line-height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `background-size: 32/@base 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `background-size: 32/@base 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `background-size: 32/@base 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `background-size: 32/@base 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `padding-left: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `padding-left: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `margin-bottom: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `margin-bottom: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `padding: 0 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `padding: 0 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `padding-bottom: 33/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `padding-bottom: 33/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `padding-top: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `padding-top: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `line-height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `line-height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `line-height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `line-height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `line-height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `line-height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `padding-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `padding-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `padding-top: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `padding-top: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `line-height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `line-height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `padding-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `padding-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `background-size: 46/@base 46/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `background-size: 46/@base 46/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `background-size: 46/@base 46/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `background-size: 46/@base 46/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `line-height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `line-height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `padding-left: 56/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `padding-left: 56/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `padding-right: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `padding-right: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 18 | 5 | 1 | LESS `Parse` Error, Unrecognised input: span: first-child { | syntax | → line 18, col 5: LESS `Parse` Error, Unrecognised input: span: first-child { |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 4: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 34 | 1 | `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `font-size: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `font-size: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `font-size: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `font-size: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:47
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 6: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 23 | 1 | `bottom: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `bottom: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `height: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `height: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `right: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `right: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `width: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `width: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `background-size: 70/@base 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `background-size: 70/@base 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `background-size: 70/@base 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `background-size: 70/@base 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `border-radius: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `border-radius: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `height: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `height: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `height: 612/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `height: 612/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `margin-bottom: 21/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `margin-bottom: 21/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `margin-top: 16/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `margin-top: 16/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `height: 387/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `height: 387/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `bottom: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `bottom: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `right: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `right: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 115 | 1 | `margin-top: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 115: `margin-top: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 1 | `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `margin: 6/@base 0 14/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `margin: 6/@base 0 14/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `margin: 6/@base 0 14/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `margin: 6/@base 0 14/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `padding: 25/@base 0 31/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `padding: 25/@base 0 31/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `padding: 25/@base 0 31/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `padding: 25/@base 0 31/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `height: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `height: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 130 | 1 | `width: 70/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 130: `width: 70/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 1 | `margin-left: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `margin-left: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 1 | `min-height: 76/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `min-height: 76/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 144 | 1 | `margin-top: 21/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `margin-top: 21/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 162 | 1 | `height: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 162: `height: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `width: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `width: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/*guide*/` Single Comment should be use `//` | single-comment | → `/*guide*/` Single Comment should be use `//` | ||
| 201 | 1 | `height: 344/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `height: 344/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 202 | 1 | `left: 126/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `left: 126/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 205 | 1 | `width: 479/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 205: `width: 479/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/*popup*/` Single Comment should be use `//` | single-comment | → `/*popup*/` Single Comment should be use `//` | ||
| 249 | 1 | `border-radius: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 249: `border-radius: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 1 | `height: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `height: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `width: 304/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `width: 304/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 257 | 1 | `height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 257: `height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 258 | 1 | `left: 68/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 258: `left: 68/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 260 | 1 | `top: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 260: `top: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `width: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `width: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 264 | 1 | `font-size: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 264: `font-size: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 265 | 1 | `left: 124/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 265: `left: 124/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 266 | 1 | `line-height: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 266: `line-height: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 1 | `top: 46/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `top: 46/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:32
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 4: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 65 | 1 | `height: 195/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `height: 195/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `padding: 0rem 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `padding: 0rem 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `height: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `height: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `height: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `height: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `height: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `height: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `background-size: 100/@base 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `height: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `height: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `height: 195/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `height: 195/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 1 | `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 121: `margin-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `font-size: 30/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `font-size: 30/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 21 | 1 | ` transform: translate(0, -50%);` Expected indentation of 12 spaces. | block-indent | → line 136, col 21: ` transform: translate(0, -50%);` Expected indentation of 12 spaces. |
| 144 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 148 | 1 | `padding: 0rem 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 148: `padding: 0rem 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 158 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `width: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `width: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 182 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 182, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 219 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 219: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 1 | `right: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 230: `right: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 4: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 62 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 62, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 107 | 1 | `font-size: 30/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `font-size: 30/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 5 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 8 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAYAAAAlBadpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKdJREFUeNqklNENgCAMRKkTMAofDKQjOIkj4CYuwBCO4AaKSTXEQLkiyYWE5F2BHhjzd8QYl6QzKWi4gWfH86gxeOA56dAaULb1u/qWZHlp9d5PENxjQIXLgw2ocvuQAQntaxpQo/+iAQEBqhoQmMCiwQCGaWcZ+Mxc1XJVp9q2BLZaJYJSSJpgLZ4QWHoYMPh9kirwhXvA/CcJWjCHjRYs5Vc1LgEGAC//aiiIk/ShAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAYAAAAlBadpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKdJREFUeNqklNENgCAMRKkTMAofDKQjOIkj4CYuwBCO4AaKSTXEQLkiyYWE5F2BHhjzd8QYl6QzKWi4gWfH86gxeOA56dAaULb1u/qWZHlp9d5PENxjQIXLgw2ocvuQAQntaxpQo/+iAQEBqhoQmMCiwQCGaWcZ+Mxc1XJVp9q2BLZaJYJSSJpgLZ4QWHoYMPh9kirwhXvA/CcJWjCHjRYs5Vc1LgEGAC//aiiIk/ShAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | |
| 17 | 12 | 1 | ` color: black;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 17, col 12: ` color: black;` Color value can be abbreviated, must use the abbreviation form |
| 53 | 1 | `color: rgb(102, 102, 102);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 53: `color: rgb(102, 102, 102);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression |
不规范数量:12
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 4: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 52 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `font-size: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `font-size: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `font-size: 24/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `font-size: 24/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `padding: 0rem 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `padding: 0rem 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `width: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `width: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:80
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 5 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 10 | 1 | `: 40rem;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 10: `: 40rem;Variable name must be like this `@foo-bar or @foobar` | |
| 35 | 1 | `font-size: 22/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `font-size: 22/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `height: 54/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `height: 54/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `width: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `width: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `background-size: 26/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `background-size: 26/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `background-size: 26/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `background-size: 26/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `height: 27rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `height: 27rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 1 | `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `width: 27rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `width: 27rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 149 | 1 | `margin-left: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 149: `margin-left: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 169 | 1 | `padding-bottom: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 169: `padding-bottom: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 171 | 1 | `padding-top: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 171: `padding-top: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 177 | 1 | `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 177: `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `line-height: 29/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `line-height: 29/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `line-height: 29/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `line-height: 29/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `height: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `height: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `height: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `height: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 216 | 1 | `width: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 216: `width: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 219 | 1 | `height: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 219: `height: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `padding-left: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `padding-left: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `line-height: 29/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `line-height: 29/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 1 | `width: 450/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 226: `width: 450/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 231 | 1 | `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 231: `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 232 | 1 | `left: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `left: 140/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 1 | `line-height: 29/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 233: `line-height: 29/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 235 | 1 | `width: 450/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 235: `width: 450/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `line-height: 29/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `line-height: 29/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 248 | 1 | `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 248: `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 249 | 1 | `line-height: 29/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 249: `line-height: 29/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 259 | 1 | `height: 180/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 259: `height: 180/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 262 | 1 | `height: 180/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 262: `height: 180/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 326 | 1 | `padding-top: 343/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 326: `padding-top: 343/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 330 | 1 | `background-size: 138/@base 141/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 330: `background-size: 138/@base 141/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 330 | 1 | `background-size: 138/@base 141/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 330: `background-size: 138/@base 141/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 331 | 1 | `height: 141/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 331: `height: 141/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 333 | 1 | `width: 138/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 333: `width: 138/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 340 | 1 | `margin-top: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 340: `margin-top: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 346 | 1 | `font-size: 26/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 346: `font-size: 26/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 353 | 1 | `bottom: 70/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 353: `bottom: 70/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 359 | 1 | `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 359: `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 384 | 1 | `bottom: -506/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 384: `bottom: -506/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 393 | 1 | `height: 86/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 393: `height: 86/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 396 | 1 | `font-size: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 396: `font-size: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 398 | 1 | `line-height: 86rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 398: `line-height: 86rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 405 | 1 | `font-size: 34rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 405: `font-size: 34rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 407 | 1 | `line-height: 86rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 407: `line-height: 86rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 414 | 1 | `font-size: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 414: `font-size: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 416 | 1 | `line-height: 86rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 416: `line-height: 86rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 423 | 1 | `height: 360/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 423: `height: 360/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 434 | 1 | `height: 360/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 434: `height: 360/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 440 | 1 | `font-size: 30/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 440: `font-size: 30/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 441 | 1 | `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 441: `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 442 | 1 | `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 442: `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 450 | 1 | `height: 360/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 450: `height: 360/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 451 | 1 | `width: 16/3rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 451: `width: 16/3rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 459 | 1 | `font-size: 30/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 459: `font-size: 30/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 460 | 1 | `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 460: `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 461 | 1 | `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 461: `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 469 | 1 | `height: 360/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 469: `height: 360/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 470 | 1 | `width: 16/3rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 470: `width: 16/3rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 475 | 1 | `font-size: 30/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 475: `font-size: 30/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 476 | 1 | `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 476: `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 477 | 1 | `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 477: `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 487 | 1 | `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 487: `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 488 | 1 | `left: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 488: `left: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 490 | 1 | `top: 144/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 490: `top: 144/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 520 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 520: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 521 | 1 | `margin-left: 2.56+0.512rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 521: `margin-left: 2.56+0.512rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 526 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 526: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 528 | 1 | `margin-bottom: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 528: `margin-bottom: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 533 | 1 | `font-size: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 533: `font-size: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 538 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 538: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 539 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 539: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 5 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 14 | 12 | 1 | ` color: black;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 14, col 12: ` color: black;` Color value can be abbreviated, must use the abbreviation form |
| 49 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `margin-left: 2.56+0.512rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `margin-left: 2.56+0.512rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `margin-bottom: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `margin-bottom: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `font-size: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `font-size: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:66
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 98 | 2 | 1 | ` .help-item {` Expected indentation of 4 spaces. | block-indent | → line 98, col 2: ` .help-item {` Expected indentation of 4 spaces. |
| 106 | 3 | 1 | ` .help-item-img {` Expected indentation of 8 spaces. | block-indent | → line 106, col 3: ` .help-item-img {` Expected indentation of 8 spaces. |
| 109 | 4 | 1 | ` img {` Expected indentation of 12 spaces. | block-indent | → line 109, col 4: ` img {` Expected indentation of 12 spaces. |
| 114 | 3 | 1 | ` .help-item-text {` Expected indentation of 8 spaces. | block-indent | → line 114, col 3: ` .help-item-text {` Expected indentation of 8 spaces. |
| 125 | 2 | 1 | ` a {` Expected indentation of 4 spaces. | block-indent | → line 125, col 2: ` a {` Expected indentation of 4 spaces. |
| 28 | 1 | `padding: .3rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 28: `padding: .3rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 34 | 1 | `padding: .01rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 34: `padding: .01rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 34 | 1 | `padding: .01rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 34: `padding: .01rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 40 | 1 | `padding-bottom: .626rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 40: `padding-bottom: .626rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 50 | 1 | `background: url(@qImage) no-repeat .3rem .77rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 50: `background: url(@qImage) no-repeat .3rem .77rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 50 | 1 | `background: url(@qImage) no-repeat .3rem .77rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 50: `background: url(@qImage) no-repeat .3rem .77rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 51 | 1 | `background-size: .65rem .67rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 51: `background-size: .65rem .67rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 51 | 1 | `background-size: .65rem .67rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 51: `background-size: .65rem .67rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 58 | 1 | `padding: .5rem .2rem .5rem 1.2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 58: `padding: .5rem .2rem .5rem 1.2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 58 | 1 | `padding: .5rem .2rem .5rem 1.2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 58: `padding: .5rem .2rem .5rem 1.2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 58 | 1 | `padding: .5rem .2rem .5rem 1.2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 58: `padding: .5rem .2rem .5rem 1.2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 64 | 1 | `margin: -.4rem 0 .4rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 64: `margin: -.4rem 0 .4rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 64 | 1 | `margin: -.4rem 0 .4rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 64: `margin: -.4rem 0 .4rem 1.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 69 | 1 | `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 69: `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 70 | 1 | `height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 70: `height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 73 | 1 | `background-size: .6rem .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 73: `background-size: .6rem .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 73 | 1 | `background-size: .6rem .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 73: `background-size: .6rem .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 74 | 1 | `margin: .3rem .5rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 74: `margin: .3rem .5rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 74 | 1 | `margin: .3rem .5rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 74: `margin: .3rem .5rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 77 | 1 | `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 77: `width: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 78 | 1 | `height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 78: `height: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 81 | 1 | `background-size: .6rem .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 81: `background-size: .6rem .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 81 | 1 | `background-size: .6rem .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 81: `background-size: .6rem .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 82 | 1 | `margin: .1rem .5rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 82: `margin: .1rem .5rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 82 | 1 | `margin: .1rem .5rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 82: `margin: .1rem .5rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 98 | 1 | `margin-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 98: `margin-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 99 | 1 | `padding: .91rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 99: `padding: .91rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 101 | 1 | `border-radius: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 101: `border-radius: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 105 | 1 | `margin: 0 auto .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 105: `margin: 0 auto .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 125 | 1 | `margin-top: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 125: `margin-top: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 130 | 1 | `border-radius: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 130: `border-radius: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 7 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 15 | 1 | `: #4F4F4F;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 15: `: #4F4F4F;Variable name must be like this `@foo-bar or @foobar` | |
| 16 | 1 | `: #858585;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 16: `: #858585;Variable name must be like this `@foo-bar or @foobar` | |
| 17 | 1 | `: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlFJREFUeNq0Vj1IHEEUfrtaaQrBwsbARVDTKCc2uVSG3BWp1MoybhErwb8ipQELsUhIFVCLO1sbtUqhgbXRdB5amSIINiqEiKiBIJj33bxxf2Z27zzNB4+B2Z33vf8Zh1Jw++ZdCy9DLIMsWZZM6PM5i8+yzVJyvi6fJ+lxUpRPskywtFBtKLFM2cgcCwEsXotZXStA4DHRenjTjRGM8rJXJwGJ12uix/REPNizHm1rJerpVitw+ovo4FCtyRjWHjmhHJgeQOm0xwRddjVbO0SLq0RX10mh62Oio0bZmDUIOp4SLcwQNTcFCrXl+JZjx/Mv1fr+I9HPY1voZis5Ei9+G3YU55UnODz3xQxN2Aj8Mz6XFLZnSPyosQ0LQYAw2AgAKIYHmhBn7JhwpdGiKMiBzd305IIIYQQQNjsGXOnkKHSiv5erF+3+D7X2diX9kXXv0dF2nImnukAscFMVXF7TYyCd5EnTfyS564f26hpeZIMiSCHxjd1dSfhg3jwxNqLKFTmAFHLRMyYqHb+BMotsb2ypw5Wxwm30qRR8G3odeIukgwj9tP4ticRv+NDZfyJ3R4CrPzwDLlTt6xHy90YpO+CSfd6hDNADc2E5LVyeHpBFa+dDOTxprlIAIFjiQbl/aHjBA/KVJsnIFDZ7Rscdo15XG0obOcC4R450t2N+RT3CFC47sQurWFeN9rIB+Vw0d+oq/mxcvw8iit33TOBZ+4Q/wBRPLpx6MRUmSHutZMSjgXso94WgXNOTKHbvv5W3l+1xcSTKV1i5n6TnnwADAFd0xFX1zLNTAAAAAElFTkSuQmCC';Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 17: `: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlFJREFUeNq0Vj1IHEEUfrtaaQrBwsbARVDTKCc2uVSG3BWp1MoybhErwb8ipQELsUhIFVCLO1sbtUqhgbXRdB5amSIINiqEiKiBIJj33bxxf2Z27zzNB4+B2Z33vf8Zh1Jw++ZdCy9DLIMsWZZM6PM5i8+yzVJyvi6fJ+lxUpRPskywtFBtKLFM2cgcCwEsXotZXStA4DHRenjTjRGM8rJXJwGJ12uix/REPNizHm1rJerpVitw+ovo4FCtyRjWHjmhHJgeQOm0xwRddjVbO0SLq0RX10mh62Oio0bZmDUIOp4SLcwQNTcFCrXl+JZjx/Mv1fr+I9HPY1voZis5Ei9+G3YU55UnODz3xQxN2Aj8Mz6XFLZnSPyosQ0LQYAw2AgAKIYHmhBn7JhwpdGiKMiBzd305IIIYQQQNjsGXOnkKHSiv5erF+3+D7X2diX9kXXv0dF2nImnukAscFMVXF7TYyCd5EnTfyS564f26hpeZIMiSCHxjd1dSfhg3jwxNqLKFTmAFHLRMyYqHb+BMotsb2ypw5Wxwm30qRR8G3odeIukgwj9tP4ticRv+NDZfyJ3R4CrPzwDLlTt6xHy90YpO+CSfd6hDNADc2E5LVyeHpBFa+dDOTxprlIAIFjiQbl/aHjBA/KVJsnIFDZ7Rscdo15XG0obOcC4R450t2N+RT3CFC47sQurWFeN9rIB+Vw0d+oq/mxcvw8iit33TOBZ+4Q/wBRPLpx6MRUmSHutZMSjgXso94WgXNOTKHbvv5W3l+1xcSTKV1i5n6TnnwADAFd0xFX1zLNTAAAAAElFTkSuQmCC';Variable name must be like this `@foo-bar or @foobar` | |
| 18 | 1 | `: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNpi/P//PwMtARMDjcGoBQNvAQuMcefOnQIgZQDEBSoqKh/IMQxohgCQmgDED4BmNIDEGGHJFCgJMpQfiC8CsQOplkANPwDE+iA+UD8jehAVQGmQggNQDWQZDgQTYXKMyBkNqDABSM2HconyCRbDFwL1JGCNZKDEAiCVSKxPCBmONRURawkxhuNMpoQsIdZwjDjA4kqMOIGyiTKcoAU4LGEg1nCiLMBiCQOxhhNdVKDFCdGGE+0DNJ8YAA0vIFYP42iNNmoBxQAgwAA7tHYUw43e4wAAAABJRU5ErkJggg==';Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 18: `: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNpi/P//PwMtARMDjcGoBQNvAQuMcefOnQIgZQDEBSoqKh/IMQxohgCQmgDED4BmNIDEGGHJFCgJMpQfiC8CsQOplkANPwDE+iA+UD8jehAVQGmQggNQDWQZDgQTYXKMyBkNqDABSM2HconyCRbDFwL1JGCNZKDEAiCVSKxPCBmONRURawkxhuNMpoQsIdZwjDjA4kqMOIGyiTKcoAU4LGEg1nCiLMBiCQOxhhNdVKDFCdGGE+0DNJ8YAA0vIFYP42iNNmoBxQAgwAA7tHYUw43e4wAAAABJRU5ErkJggg==';Variable name must be like this `@foo-bar or @foobar` | |
| 19 | 1 | `: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJVJREFUeNpiYBgFo4Cu4Pbt2xOAOIEUPYwkGL4ASMVDuYmqqqoLqGYBmuEMpFjCSKLhF6G0PrGWMJJouAOUfYBYSxhJMRxo0AeonACxljCSajiSGqIsYSTHcFIsYSTXcGItYULORKQaDgJQNQ5IKWw+cmZkQlKbT6rheCyZgM2CRiBeSKrhWCwBmdEwWrCOAuoBgAADALcxYHEe/VoMAAAAAElFTkSuQmCC';Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 19: `: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJVJREFUeNpiYBgFo4Cu4Pbt2xOAOIEUPYwkGL4ASMVDuYmqqqoLqGYBmuEMpFjCSKLhF6G0PrGWMJJouAOUfYBYSxhJMRxo0AeonACxljCSajiSGqIsYSTHcFIsYSTXcGItYULORKQaDgJQNQ5IKWw+cmZkQlKbT6rheCyZgM2CRiBeSKrhWCwBmdEwWrCOAuoBgAADALcxYHEe/VoMAAAAAElFTkSuQmCC';Variable name must be like this `@foo-bar or @foobar` | |
| 96 | 2 | 1 | ` .renderGrid();` Expected indentation of 4 spaces. | block-indent | → line 96, col 2: ` .renderGrid();` Expected indentation of 4 spaces. |
| 99 | 3 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 99, col 3: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 100 | 3 | 1 | ` margin-top: .2rem;` Expected indentation of 8 spaces. | block-indent | → line 100, col 3: ` margin-top: .2rem;` Expected indentation of 8 spaces. |
| 101 | 3 | 1 | ` padding: .91rem 0;` Expected indentation of 8 spaces. | block-indent | → line 101, col 3: ` padding: .91rem 0;` Expected indentation of 8 spaces. |
| 102 | 3 | 1 | ` border: solid #DDD 1px;` Expected indentation of 8 spaces. | block-indent | → line 102, col 3: ` border: solid #DDD 1px;` Expected indentation of 8 spaces. |
| 103 | 3 | 1 | ` border-radius: .2rem;` Expected indentation of 8 spaces. | block-indent | → line 103, col 3: ` border-radius: .2rem;` Expected indentation of 8 spaces. |
| 104 | 3 | 1 | ` text-align: center;` Expected indentation of 8 spaces. | block-indent | → line 104, col 3: ` text-align: center;` Expected indentation of 8 spaces. |
| 107 | 4 | 1 | ` margin: 0 auto .5rem;` Expected indentation of 12 spaces. | block-indent | → line 107, col 4: ` margin: 0 auto .5rem;` Expected indentation of 12 spaces. |
| 108 | 4 | 1 | ` width: 2.7rem;` Expected indentation of 12 spaces. | block-indent | → line 108, col 4: ` width: 2.7rem;` Expected indentation of 12 spaces. |
| 110 | 5 | 1 | ` width: 100%;` Expected indentation of 16 spaces. | block-indent | → line 110, col 5: ` width: 100%;` Expected indentation of 16 spaces. |
| 115 | 4 | 1 | ` color: #5C5C5C;` Expected indentation of 12 spaces. | block-indent | → line 115, col 4: ` color: #5C5C5C;` Expected indentation of 12 spaces. |
| 121 | 2 | 1 | ` margin: 1rem 0;` Expected indentation of 4 spaces. | block-indent | → line 121, col 2: ` margin: 1rem 0;` Expected indentation of 4 spaces. |
| 122 | 2 | 1 | ` text-align: center;` Expected indentation of 4 spaces. | block-indent | → line 122, col 2: ` text-align: center;` Expected indentation of 4 spaces. |
| 123 | 2 | 1 | ` color: #747474;` Expected indentation of 4 spaces. | block-indent | → line 123, col 2: ` color: #747474;` Expected indentation of 4 spaces. |
| 126 | 3 | 1 | ` display: inline-block;` Expected indentation of 8 spaces. | block-indent | → line 126, col 3: ` display: inline-block;` Expected indentation of 8 spaces. |
| 127 | 3 | 1 | ` margin-top: .8rem;` Expected indentation of 8 spaces. | block-indent | → line 127, col 3: ` margin-top: .8rem;` Expected indentation of 8 spaces. |
| 128 | 3 | 1 | ` width: 3.6rem;` Expected indentation of 8 spaces. | block-indent | → line 128, col 3: ` width: 3.6rem;` Expected indentation of 8 spaces. |
| 129 | 3 | 1 | ` height: 1.5rem;` Expected indentation of 8 spaces. | block-indent | → line 129, col 3: ` height: 1.5rem;` Expected indentation of 8 spaces. |
| 130 | 3 | 1 | ` background: #FFF;` Expected indentation of 8 spaces. | block-indent | → line 130, col 3: ` background: #FFF;` Expected indentation of 8 spaces. |
| 131 | 3 | 1 | ` border: solid #eb3674 1px;` Expected indentation of 8 spaces. | block-indent | → line 131, col 3: ` border: solid #eb3674 1px;` Expected indentation of 8 spaces. |
| 132 | 3 | 1 | ` border-radius: .2rem;` Expected indentation of 8 spaces. | block-indent | → line 132, col 3: ` border-radius: .2rem;` Expected indentation of 8 spaces. |
| 133 | 3 | 1 | ` line-height: 1.5rem;` Expected indentation of 8 spaces. | block-indent | → line 133, col 3: ` line-height: 1.5rem;` Expected indentation of 8 spaces. |
| 134 | 3 | 1 | ` color: #eb3674;` Expected indentation of 8 spaces. | block-indent | → line 134, col 3: ` color: #eb3674;` Expected indentation of 8 spaces. |
不规范数量:146
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 4: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 1 | `/* margin-top: 80/@g-base; */` Single Comment should be use `//` | single-comment | → `/* margin-top: 80/@g-base; */` Single Comment should be use `//` | ||
| 33 | 1 | `bottom: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `bottom: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `height: 85/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `height: 85/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `line-height: 85/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `line-height: 85/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `margin-bottom: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `margin-bottom: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `border-radius: 40.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `border-radius: 40.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `height: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `height: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `margin-left: 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `margin-left: 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `width: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `width: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `border-width: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `border-width: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `margin-left: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `margin-left: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 78 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 78: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `max-width: 510/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `max-width: 510/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `padding: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `padding: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `font-size: 30/@g-base !important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `font-size: 30/@g-base !important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `line-height: 45/@g-base !important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `line-height: 45/@g-base !important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `max-width: 510/@g-base !important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `max-width: 510/@g-base !important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `margin-top: 9/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `margin-top: 9/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `height: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `height: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `line-height: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `line-height: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 1 | `background-size: 25/@g-base 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `background-size: 25/@g-base 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 1 | `background-size: 25/@g-base 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `background-size: 25/@g-base 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `padding-left: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `padding-left: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `background-size: 25/@g-base 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `background-size: 25/@g-base 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `background-size: 25/@g-base 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `background-size: 25/@g-base 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 1 | `padding-left: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 138: `padding-left: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `padding: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `padding: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 153 | 1 | `width: 510/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 153: `width: 510/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `margin-bottom: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `margin-bottom: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `border-radius: 40.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `border-radius: 40.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `height: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `height: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 169 | 1 | `margin-right: 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 169: `margin-right: 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `width: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `width: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `border-width: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `border-width: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `margin-right: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `margin-right: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 189 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 189: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 1 | `line-height: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 190: `line-height: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `max-width: 510/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `max-width: 510/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `padding: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `padding: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 207 | 1 | `height: 99/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 207: `height: 99/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `border-radius: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `border-radius: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `line-height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `line-height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 219 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 219: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 1 | `border-radius: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 230: `border-radius: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 232 | 1 | `height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 1 | `margin: 14/@g-base 3/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 233: `margin: 14/@g-base 3/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 1 | `margin: 14/@g-base 3/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 233: `margin: 14/@g-base 3/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 1 | `margin: 14/@g-base 3/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 233: `margin: 14/@g-base 3/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 235 | 1 | `padding: 22/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 235: `padding: 22/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 235 | 1 | `padding: 22/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 235: `padding: 22/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 236 | 1 | `width: 380/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 236: `width: 380/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `margin: 14/@g-base 0 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `margin: 14/@g-base 0 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `margin: 14/@g-base 0 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `margin: 14/@g-base 0 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `width: 560/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `width: 560/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `margin-left: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `margin-left: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 1 | `width: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `width: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 252 | 1 | `height: 74/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 252: `height: 74/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `margin-left: 13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `margin-left: 13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `margin-top: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `margin-top: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 255 | 1 | `width: 74/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 255: `width: 74/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `width: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `width: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `margin-left: 55/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `margin-left: 55/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 274 | 1 | `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 274: `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 275 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 275: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 279 | 1 | `border-radius: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 279: `border-radius: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 280 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 280: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 282 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 282: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 287 | 1 | `height: 64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 287: `height: 64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `margin-left: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `margin-left: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 290 | 1 | `width: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 290: `width: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 303 | 1 | `margin-top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 303: `margin-top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 310 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 310: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 311 | 1 | `padding-bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 311: `padding-bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 312 | 1 | `padding-top: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 312: `padding-top: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 329 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 329: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 335 | 1 | `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 335: `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 336 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 336: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 337 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 337: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 338 | 1 | `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 338: `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 347 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 347: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 349 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 349: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 350 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 350: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 351 | 1 | `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 351: `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 355 | 1 | `height: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 355: `height: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 357 | 1 | `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 357: `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 358 | 1 | `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 358: `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 364 | 1 | `height: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 364: `height: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 365 | 1 | `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 365: `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 369 | 1 | `height: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 369: `height: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 370 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 370: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 371 | 1 | `width: 535/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 371: `width: 535/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 373 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 373: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 374 | 1 | `height: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 374: `height: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 375 | 1 | `line-height: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 375: `line-height: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 413 | 1 | `top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 413: `top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 416 | 1 | `border-radius: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 416: `border-radius: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 418 | 1 | `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 418: `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 421 | 1 | `width: 560/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 421: `width: 560/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 424 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 424: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 425 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 425: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 426 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 426: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 433 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 433: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 435 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 435: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 436 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 436: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 437 | 1 | `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 437: `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 441 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 441: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 442 | 1 | `height: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 442: `height: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 443 | 1 | `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 443: `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 450 | 1 | `height: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 450: `height: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 451 | 1 | `width: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 451: `width: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 455 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 455: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 456 | 1 | `margin-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 456: `margin-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 457 | 1 | `width: 380/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 457: `width: 380/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 459 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 459: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 460 | 1 | `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 460: `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 474 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 474: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 475 | 1 | `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 475: `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 492 | 1 | `bottom: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 492: `bottom: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 494 | 1 | `left: 190/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 494: `left: 190/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 496 | 1 | `width: 428/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 496: `width: 428/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 498 | 1 | `padding: 5/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 498: `padding: 5/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 498 | 1 | `padding: 5/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 498: `padding: 5/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 501 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 501: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 502 | 1 | `height: 58/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 502: `height: 58/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 503 | 1 | `line-height: 58/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 503: `line-height: 58/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:120
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 34 | 1 | `padding-left: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `padding-left: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `background-size: 750/@base 192/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `background-size: 750/@base 192/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `background-size: 750/@base 192/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `background-size: 750/@base 192/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `height: 192/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `height: 192/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `height: 230/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `height: 230/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 17 | 1 | ` transition: all 0.2s ease;` Expected indentation of 8 spaces. | block-indent | → line 48, col 17: ` transition: all 0.2s ease;` Expected indentation of 8 spaces. |
| 54 | 1 | `height: 114/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `height: 114/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `width: 373/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `width: 373/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `height: 114/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `height: 114/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `width: 374/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `width: 374/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `margin: 25/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `margin: 25/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `margin: 25/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `margin: 25/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `width: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `width: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 78 | 1 | `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 78: `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `width: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `width: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `width: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `width: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `background-size: 40/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `height: 64/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `width: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `width: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `margin-left: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `margin-left: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `font-size: 26/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `font-size: 26/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 17 | 1 | ` transition: all 0.2s ease;` Expected indentation of 8 spaces. | block-indent | → line 118, col 17: ` transition: all 0.2s ease;` Expected indentation of 8 spaces. |
| 145 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `margin-left: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `margin-left: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `font-size: 30/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `font-size: 30/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 171 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 171: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 172 | 1 | `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 172: `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `padding: 0rem 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `padding: 0rem 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 176 | 1 | `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 176: `height: 84/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 182 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 182: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `width: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `width: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 202 | 1 | `height: 33/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `height: 33/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `margin-bottom: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `margin-bottom: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 1 | `left: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `left: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `top: 16/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `top: 16/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `width: 113/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `width: 113/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 216 | 1 | `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 216: `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 1 | `height: 33/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `height: 33/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `left: 237/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `left: 237/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `top: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `top: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 221 | 1 | `width: 300/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 221: `width: 300/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 227 | 1 | `right: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 227: `right: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 228 | 1 | `top: 16/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 228: `top: 16/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 229 | 1 | `width: 113/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 229: `width: 113/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 237 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 237: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 1 | `height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 238: `height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `line-height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `line-height: 88/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `padding-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `padding-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `padding-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `padding-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 247 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 247: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 1 | `background-size: 80/@base 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `background-size: 80/@base 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 1 | `background-size: 80/@base 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `background-size: 80/@base 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `width: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `width: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 258 | 1 | `background-size: 80/@base 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 258: `background-size: 80/@base 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 258 | 1 | `background-size: 80/@base 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 258: `background-size: 80/@base 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 260 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 260: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `width: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `width: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 265 | 1 | `margin-left: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 265: `margin-left: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 1 | `font-size: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `font-size: 28/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 269 | 1 | `line-height: 43/@base;;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 269: `line-height: 43/@base;;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 274 | 1 | `line-height: 33/@base;;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 274: `line-height: 33/@base;;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `height: 98/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `height: 98/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 294 | 1 | `bottom: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 294: `bottom: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 295 | 1 | `height: 98/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 295: `height: 98/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `left: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `left: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 298 | 1 | `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 300 | 1 | `background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABKJJREFUaAXtmV9IZFUcx71jiu1L44I9+KBC7ov2YilI7EMP1lIPikgGjv9mlnSUIdZaiGpph4RKoV1MYR01MUeFIo3Ara0ejGVroWx3X5a2Pw/ig4KBLDur4vhn+vxu4zC0M3OvM+fq7OKBc8+55/c75/f9/s7fe25GxlE4XA9oe+bdbndZKBR6h/dy0qK98nRKNU1bANuvNpvtw8HBwZuCTScAeA+Ci8TH0glwPCwQ2SZ2QWJAa29vL0fxOuA1mPWQH0awEK/yYZbj6CLsv7a7u/sWBELgrdTa2tq+pLCO2D00NPQeadoHnN6Nw88BdNrGoyKMeCTtkYcBAn44nK0QAgXygvcXw4Vpn0RhLRACD3WwbNVpbW3NYaLlbW9vb/r9/hWrvKSUAAtC1vr6uguwp7e2tp4hzRTgjY2N90j+IPZBZkpWEClXEZQNIafTmQf4q0ywQYDlEz8H6LssdbI5fkEsRDbR1NT0S0dHRy7vSoKyHsDjPgBWgmqKtGNyclK8Hgkul+uNYDDYh8wZCATGENREhClklPQAQ6QaYLV4/BrAHf8HL/hGR0cDxcXFbrK30a1ubm4+mQLuSFUlBADUIC1C4Hyk5RgZr9cbROdrEVFH5kjKQQkBQJUKkszMzBsmEC2KDgQKTegaqqiaA9OQmB4bG7traDEjo0x00L9jQtdQRQmBiYkJr6ElFBwORwmed5K9Tzprpo6RjhICRkZEzkQvBvQ3ZLOJZyG9LOWpBiVzwAhES0vLs+j8RCxgXzjLKtVvVMes3PIewPMvcJyYYcxrTPLa8fFxfRUyC9BIz1ICeL4U8AJ4A/ynAD9vBGi/cksJ7Ozs+AH0OJ6vswK8kLVsDrDTyiVBGZ6/Cfhv9+tZs/qWEeC79UQYxC2zYJLRs3II/Y33e1h1ricDzGwdywiwzsuxwszRwizWmHqWEeDj5omNjY1XmcBzHDH+imldQaFlc2Btbc3DPPDxnfCZApxxm7CsBxj/c1j9nXQ6rnUFAssIMAd+Bl+JAowJm7BsCCW0qlB4REChM5NqSnpgVWp2dXUdT6qFQ6gUhXVVCOgnRO50lFxzHASfKKzz7PS2T8UoB68LXFu/fBAAUrEhGAWrtCHY9T807JrjvDeFG14iXQjnTSU09AM/RbymlFHC3iskZ8zqR+kVkZdbPwl+bqmbdQIw0rjua2PnlB8cewq61j4eI1VVVe76+vqdRHX4y+LAjuzO+r1pIt04siUc9j4O84lcJxCt6PF48jFQFF2WKI/uU0S5Dz3GrjuTnZ3d0N/fvxmrDt3vpHwEh4HB9gHxciy9eGXoLwwMDMgIiYQHCEQk+8h0dnY+x9fXLMByqTZnt9trent7A9FN4Pl2iF6iTGy+Tfd/FC1PNq+EgBgH4NMA/I5sPj3xGz3xEj3xT1gmB7tPyCPS3vT5fPokFFmqQRkBASJ/EemF74nyNfZnVlbWi3zU1/H+Me8ybl6XX6OiqyooJSCgIPEkgK8Q5QpRrhrtxBCed+P5IfJKg/KzEB5eYfg8D+AfQWon3cXzLivAiyeU94A0KoGr9Jzl5WU/PfEVE3bqv9Kj56PngX8B2mmwOvr28XEAAAAASUVORK5CYII=) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 300: `background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABKJJREFUaAXtmV9IZFUcx71jiu1L44I9+KBC7ov2YilI7EMP1lIPikgGjv9mlnSUIdZaiGpph4RKoV1MYR01MUeFIo3Ara0ejGVroWx3X5a2Pw/ig4KBLDur4vhn+vxu4zC0M3OvM+fq7OKBc8+55/c75/f9/s7fe25GxlE4XA9oe+bdbndZKBR6h/dy0qK98nRKNU1bANuvNpvtw8HBwZuCTScAeA+Ci8TH0glwPCwQ2SZ2QWJAa29vL0fxOuA1mPWQH0awEK/yYZbj6CLsv7a7u/sWBELgrdTa2tq+pLCO2D00NPQeadoHnN6Nw88BdNrGoyKMeCTtkYcBAn44nK0QAgXygvcXw4Vpn0RhLRACD3WwbNVpbW3NYaLlbW9vb/r9/hWrvKSUAAtC1vr6uguwp7e2tp4hzRTgjY2N90j+IPZBZkpWEClXEZQNIafTmQf4q0ywQYDlEz8H6LssdbI5fkEsRDbR1NT0S0dHRy7vSoKyHsDjPgBWgmqKtGNyclK8Hgkul+uNYDDYh8wZCATGENREhClklPQAQ6QaYLV4/BrAHf8HL/hGR0cDxcXFbrK30a1ubm4+mQLuSFUlBADUIC1C4Hyk5RgZr9cbROdrEVFH5kjKQQkBQJUKkszMzBsmEC2KDgQKTegaqqiaA9OQmB4bG7traDEjo0x00L9jQtdQRQmBiYkJr6ElFBwORwmed5K9Tzprpo6RjhICRkZEzkQvBvQ3ZLOJZyG9LOWpBiVzwAhES0vLs+j8RCxgXzjLKtVvVMes3PIewPMvcJyYYcxrTPLa8fFxfRUyC9BIz1ICeL4U8AJ4A/ynAD9vBGi/cksJ7Ozs+AH0OJ6vswK8kLVsDrDTyiVBGZ6/Cfhv9+tZs/qWEeC79UQYxC2zYJLRs3II/Y33e1h1ricDzGwdywiwzsuxwszRwizWmHqWEeDj5omNjY1XmcBzHDH+imldQaFlc2Btbc3DPPDxnfCZApxxm7CsBxj/c1j9nXQ6rnUFAssIMAd+Bl+JAowJm7BsCCW0qlB4REChM5NqSnpgVWp2dXUdT6qFQ6gUhXVVCOgnRO50lFxzHASfKKzz7PS2T8UoB68LXFu/fBAAUrEhGAWrtCHY9T807JrjvDeFG14iXQjnTSU09AM/RbymlFHC3iskZ8zqR+kVkZdbPwl+bqmbdQIw0rjua2PnlB8cewq61j4eI1VVVe76+vqdRHX4y+LAjuzO+r1pIt04siUc9j4O84lcJxCt6PF48jFQFF2WKI/uU0S5Dz3GrjuTnZ3d0N/fvxmrDt3vpHwEh4HB9gHxciy9eGXoLwwMDMgIiYQHCEQk+8h0dnY+x9fXLMByqTZnt9trent7A9FN4Pl2iF6iTGy+Tfd/FC1PNq+EgBgH4NMA/I5sPj3xGz3xEj3xT1gmB7tPyCPS3vT5fPokFFmqQRkBASJ/EemF74nyNfZnVlbWi3zU1/H+Me8ybl6XX6OiqyooJSCgIPEkgK8Q5QpRrhrtxBCed+P5IfJKg/KzEB5eYfg8D+AfQWon3cXzLivAiyeU94A0KoGr9Jzl5WU/PfEVE3bqv9Kj56PngX8B2mmwOvr28XEAAAAASUVORK5CYII=) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 300 | 1 | `background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABKJJREFUaAXtmV9IZFUcx71jiu1L44I9+KBC7ov2YilI7EMP1lIPikgGjv9mlnSUIdZaiGpph4RKoV1MYR01MUeFIo3Ara0ejGVroWx3X5a2Pw/ig4KBLDur4vhn+vxu4zC0M3OvM+fq7OKBc8+55/c75/f9/s7fe25GxlE4XA9oe+bdbndZKBR6h/dy0qK98nRKNU1bANuvNpvtw8HBwZuCTScAeA+Ci8TH0glwPCwQ2SZ2QWJAa29vL0fxOuA1mPWQH0awEK/yYZbj6CLsv7a7u/sWBELgrdTa2tq+pLCO2D00NPQeadoHnN6Nw88BdNrGoyKMeCTtkYcBAn44nK0QAgXygvcXw4Vpn0RhLRACD3WwbNVpbW3NYaLlbW9vb/r9/hWrvKSUAAtC1vr6uguwp7e2tp4hzRTgjY2N90j+IPZBZkpWEClXEZQNIafTmQf4q0ywQYDlEz8H6LssdbI5fkEsRDbR1NT0S0dHRy7vSoKyHsDjPgBWgmqKtGNyclK8Hgkul+uNYDDYh8wZCATGENREhClklPQAQ6QaYLV4/BrAHf8HL/hGR0cDxcXFbrK30a1ubm4+mQLuSFUlBADUIC1C4Hyk5RgZr9cbROdrEVFH5kjKQQkBQJUKkszMzBsmEC2KDgQKTegaqqiaA9OQmB4bG7traDEjo0x00L9jQtdQRQmBiYkJr6ElFBwORwmed5K9Tzprpo6RjhICRkZEzkQvBvQ3ZLOJZyG9LOWpBiVzwAhES0vLs+j8RCxgXzjLKtVvVMes3PIewPMvcJyYYcxrTPLa8fFxfRUyC9BIz1ICeL4U8AJ4A/ynAD9vBGi/cksJ7Ozs+AH0OJ6vswK8kLVsDrDTyiVBGZ6/Cfhv9+tZs/qWEeC79UQYxC2zYJLRs3II/Y33e1h1ricDzGwdywiwzsuxwszRwizWmHqWEeDj5omNjY1XmcBzHDH+imldQaFlc2Btbc3DPPDxnfCZApxxm7CsBxj/c1j9nXQ6rnUFAssIMAd+Bl+JAowJm7BsCCW0qlB4REChM5NqSnpgVWp2dXUdT6qFQ6gUhXVVCOgnRO50lFxzHASfKKzz7PS2T8UoB68LXFu/fBAAUrEhGAWrtCHY9T807JrjvDeFG14iXQjnTSU09AM/RbymlFHC3iskZ8zqR+kVkZdbPwl+bqmbdQIw0rjua2PnlB8cewq61j4eI1VVVe76+vqdRHX4y+LAjuzO+r1pIt04siUc9j4O84lcJxCt6PF48jFQFF2WKI/uU0S5Dz3GrjuTnZ3d0N/fvxmrDt3vpHwEh4HB9gHxciy9eGXoLwwMDMgIiYQHCEQk+8h0dnY+x9fXLMByqTZnt9trent7A9FN4Pl2iF6iTGy+Tfd/FC1PNq+EgBgH4NMA/I5sPj3xGz3xEj3xT1gmB7tPyCPS3vT5fPokFFmqQRkBASJ/EemF74nyNfZnVlbWi3zU1/H+Me8ybl6XX6OiqyooJSCgIPEkgK8Q5QpRrhrtxBCed+P5IfJKg/KzEB5eYfg8D+AfQWon3cXzLivAiyeU94A0KoGr9Jzl5WU/PfEVE3bqv9Kj56PngX8B2mmwOvr28XEAAAAASUVORK5CYII=) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 300: `background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABKJJREFUaAXtmV9IZFUcx71jiu1L44I9+KBC7ov2YilI7EMP1lIPikgGjv9mlnSUIdZaiGpph4RKoV1MYR01MUeFIo3Ara0ejGVroWx3X5a2Pw/ig4KBLDur4vhn+vxu4zC0M3OvM+fq7OKBc8+55/c75/f9/s7fe25GxlE4XA9oe+bdbndZKBR6h/dy0qK98nRKNU1bANuvNpvtw8HBwZuCTScAeA+Ci8TH0glwPCwQ2SZ2QWJAa29vL0fxOuA1mPWQH0awEK/yYZbj6CLsv7a7u/sWBELgrdTa2tq+pLCO2D00NPQeadoHnN6Nw88BdNrGoyKMeCTtkYcBAn44nK0QAgXygvcXw4Vpn0RhLRACD3WwbNVpbW3NYaLlbW9vb/r9/hWrvKSUAAtC1vr6uguwp7e2tp4hzRTgjY2N90j+IPZBZkpWEClXEZQNIafTmQf4q0ywQYDlEz8H6LssdbI5fkEsRDbR1NT0S0dHRy7vSoKyHsDjPgBWgmqKtGNyclK8Hgkul+uNYDDYh8wZCATGENREhClklPQAQ6QaYLV4/BrAHf8HL/hGR0cDxcXFbrK30a1ubm4+mQLuSFUlBADUIC1C4Hyk5RgZr9cbROdrEVFH5kjKQQkBQJUKkszMzBsmEC2KDgQKTegaqqiaA9OQmB4bG7traDEjo0x00L9jQtdQRQmBiYkJr6ElFBwORwmed5K9Tzprpo6RjhICRkZEzkQvBvQ3ZLOJZyG9LOWpBiVzwAhES0vLs+j8RCxgXzjLKtVvVMes3PIewPMvcJyYYcxrTPLa8fFxfRUyC9BIz1ICeL4U8AJ4A/ynAD9vBGi/cksJ7Ozs+AH0OJ6vswK8kLVsDrDTyiVBGZ6/Cfhv9+tZs/qWEeC79UQYxC2zYJLRs3II/Y33e1h1ricDzGwdywiwzsuxwszRwizWmHqWEeDj5omNjY1XmcBzHDH+imldQaFlc2Btbc3DPPDxnfCZApxxm7CsBxj/c1j9nXQ6rnUFAssIMAd+Bl+JAowJm7BsCCW0qlB4REChM5NqSnpgVWp2dXUdT6qFQ6gUhXVVCOgnRO50lFxzHASfKKzz7PS2T8UoB68LXFu/fBAAUrEhGAWrtCHY9T807JrjvDeFG14iXQjnTSU09AM/RbymlFHC3iskZ8zqR+kVkZdbPwl+bqmbdQIw0rjua2PnlB8cewq61j4eI1VVVe76+vqdRHX4y+LAjuzO+r1pIt04siUc9j4O84lcJxCt6PF48jFQFF2WKI/uU0S5Dz3GrjuTnZ3d0N/fvxmrDt3vpHwEh4HB9gHxciy9eGXoLwwMDMgIiYQHCEQk+8h0dnY+x9fXLMByqTZnt9trent7A9FN4Pl2iF6iTGy+Tfd/FC1PNq+EgBgH4NMA/I5sPj3xGz3xEj3xT1gmB7tPyCPS3vT5fPokFFmqQRkBASJ/EemF74nyNfZnVlbWi3zU1/H+Me8ybl6XX6OiqyooJSCgIPEkgK8Q5QpRrhrtxBCed+P5IfJKg/KzEB5eYfg8D+AfQWon3cXzLivAiyeU94A0KoGr9Jzl5WU/PfEVE3bqv9Kj56PngX8B2mmwOvr28XEAAAAASUVORK5CYII=) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 301 | 1 | `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 301: `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 301 | 1 | `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 301: `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 302 | 1 | `height: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 302: `height: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 303 | 1 | `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 303: `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 307 | 1 | `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 307: `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 308 | 1 | `line-height: 34/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 308: `line-height: 34/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 313 | 1 | `background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAA9FJREFUaAXtWUtsjUEU/s7cm6pGRVVIRKtUhUREowQLr3gkXguVkIhHbHQhEmGBhVh5LLBgIU1sNEREEVqvRIjnQkXiEYQUKSWC0pb09c9x5v5u76Xuo+lM9E+c5N6ZO3P+Od93zpnHfwf4L//WAxQ1X3qBi9nztoOpBOCCaHvvKuk1Ed9DKLS7cgE9MNgiBErPexsYOADmcO8CnAANUYcA31S5OHSISqu5hLW+GxjwUU5CIkRqShja2wpGMDwfBW9KyRYNb5uSLJoU3x6sOk1SzJwfLNAxtAa7RCDYEngC1ifvmIHA3HzCmIGEnD5AuwbefwfeNjOqaxmvGu1G3BqBsCzM68cTZktWesx43wzUfJTdRWRIFmH6MMIM+VyvYxx+yKJjh4g1AivH+uDfNDL23dd4JwRiwsjLBsrGqwjBpjaNo0/tMLAyB4b3BxaOJHz4zth680/wPo26JmDvPY1vrYwlhYS8fjF6PalZIbBgBCFEhBPPGeLchNLYBtx6xyDRLcrpPIYl1E+nwwqB/GwfzONPqdOi7ldqDZOUsiFWCJiV5kUDo6E1NaRBmb5OQ0tq3XQ0rEziHXeS5E0ciswQMCvPj9aTz6mjFfdowqqVCCQcPa5DCe4NExRy+xJuvNWo/RbX2YOqlQiksp8hbtpSojBxCOGpeL78kR3vG7vOCWSJhe2TFcbmEm7Xaxx8wJHdORXpdPudEgiL53dOVSgcQDj7UqPC0uYVT87pHFgtu7MBX13rBrwh4oxA/wxgfgGhqY1x7Jm9nI/3vlMCowbIBJOl58lnoNX706y9384ikJ3hr/dfW9x537iBlp7rcGvBnrP/OpKzCPzVmoNGZwTG5QLlcxSWFfmp5AB7ZEhnBEbLcdkcG4oHuyXgbCO78Irl5UXjsaVDW6IIOiPQIkvnVXn/dS3OUsg18Oj4wScg76dfomyCVhrsEgGuCRrwGF6uUXKcOxJrCFhNsKvKheGTEoqKgEE3f81UGOyRSXxqkVqjQGVyNKrv/USo3mCV66XVBmuXbXLFFR7a0YaCdIlo7RWKOw7LjUlWus/4erRLKVXdnWfCGXh9Yt7vTu5CoDsDRnWXVfE0Zl0lFw450bZkpYR/m3hwTzKddPusEDDGllfxuHatL8uqNjSZcQG/WcDvT6bTnT5rBIzRFRe5oL1DX5FIFHUBIRe8YmyjuRrt0teDBqsEDI5Vl3nwj1Z9icHFnbgMeEJZ5aJQeWebpYr1o0TFfPqYGVYzBfB1g5FAGorXuQDvj2++Hcjaa5zZ2OyZ/eXM6cXh4w5M/B+yV3jgJ66YHHokuK2hAAAAAElFTkSuQmCC) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 313: `background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAA9FJREFUaAXtWUtsjUEU/s7cm6pGRVVIRKtUhUREowQLr3gkXguVkIhHbHQhEmGBhVh5LLBgIU1sNEREEVqvRIjnQkXiEYQUKSWC0pb09c9x5v5u76Xuo+lM9E+c5N6ZO3P+Od93zpnHfwf4L//WAxQ1X3qBi9nztoOpBOCCaHvvKuk1Ed9DKLS7cgE9MNgiBErPexsYOADmcO8CnAANUYcA31S5OHSISqu5hLW+GxjwUU5CIkRqShja2wpGMDwfBW9KyRYNb5uSLJoU3x6sOk1SzJwfLNAxtAa7RCDYEngC1ifvmIHA3HzCmIGEnD5AuwbefwfeNjOqaxmvGu1G3BqBsCzM68cTZktWesx43wzUfJTdRWRIFmH6MMIM+VyvYxx+yKJjh4g1AivH+uDfNDL23dd4JwRiwsjLBsrGqwjBpjaNo0/tMLAyB4b3BxaOJHz4zth680/wPo26JmDvPY1vrYwlhYS8fjF6PalZIbBgBCFEhBPPGeLchNLYBtx6xyDRLcrpPIYl1E+nwwqB/GwfzONPqdOi7ldqDZOUsiFWCJiV5kUDo6E1NaRBmb5OQ0tq3XQ0rEziHXeS5E0ciswQMCvPj9aTz6mjFfdowqqVCCQcPa5DCe4NExRy+xJuvNWo/RbX2YOqlQiksp8hbtpSojBxCOGpeL78kR3vG7vOCWSJhe2TFcbmEm7Xaxx8wJHdORXpdPudEgiL53dOVSgcQDj7UqPC0uYVT87pHFgtu7MBX13rBrwh4oxA/wxgfgGhqY1x7Jm9nI/3vlMCowbIBJOl58lnoNX706y9384ikJ3hr/dfW9x537iBlp7rcGvBnrP/OpKzCPzVmoNGZwTG5QLlcxSWFfmp5AB7ZEhnBEbLcdkcG4oHuyXgbCO78Irl5UXjsaVDW6IIOiPQIkvnVXn/dS3OUsg18Oj4wScg76dfomyCVhrsEgGuCRrwGF6uUXKcOxJrCFhNsKvKheGTEoqKgEE3f81UGOyRSXxqkVqjQGVyNKrv/USo3mCV66XVBmuXbXLFFR7a0YaCdIlo7RWKOw7LjUlWus/4erRLKVXdnWfCGXh9Yt7vTu5CoDsDRnWXVfE0Zl0lFw450bZkpYR/m3hwTzKddPusEDDGllfxuHatL8uqNjSZcQG/WcDvT6bTnT5rBIzRFRe5oL1DX5FIFHUBIRe8YmyjuRrt0teDBqsEDI5Vl3nwj1Z9icHFnbgMeEJZ5aJQeWebpYr1o0TFfPqYGVYzBfB1g5FAGorXuQDvj2++Hcjaa5zZ2OyZ/eXM6cXh4w5M/B+yV3jgJ66YHHokuK2hAAAAAElFTkSuQmCC) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 313 | 1 | `background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAA9FJREFUaAXtWUtsjUEU/s7cm6pGRVVIRKtUhUREowQLr3gkXguVkIhHbHQhEmGBhVh5LLBgIU1sNEREEVqvRIjnQkXiEYQUKSWC0pb09c9x5v5u76Xuo+lM9E+c5N6ZO3P+Od93zpnHfwf4L//WAxQ1X3qBi9nztoOpBOCCaHvvKuk1Ed9DKLS7cgE9MNgiBErPexsYOADmcO8CnAANUYcA31S5OHSISqu5hLW+GxjwUU5CIkRqShja2wpGMDwfBW9KyRYNb5uSLJoU3x6sOk1SzJwfLNAxtAa7RCDYEngC1ifvmIHA3HzCmIGEnD5AuwbefwfeNjOqaxmvGu1G3BqBsCzM68cTZktWesx43wzUfJTdRWRIFmH6MMIM+VyvYxx+yKJjh4g1AivH+uDfNDL23dd4JwRiwsjLBsrGqwjBpjaNo0/tMLAyB4b3BxaOJHz4zth680/wPo26JmDvPY1vrYwlhYS8fjF6PalZIbBgBCFEhBPPGeLchNLYBtx6xyDRLcrpPIYl1E+nwwqB/GwfzONPqdOi7ldqDZOUsiFWCJiV5kUDo6E1NaRBmb5OQ0tq3XQ0rEziHXeS5E0ciswQMCvPj9aTz6mjFfdowqqVCCQcPa5DCe4NExRy+xJuvNWo/RbX2YOqlQiksp8hbtpSojBxCOGpeL78kR3vG7vOCWSJhe2TFcbmEm7Xaxx8wJHdORXpdPudEgiL53dOVSgcQDj7UqPC0uYVT87pHFgtu7MBX13rBrwh4oxA/wxgfgGhqY1x7Jm9nI/3vlMCowbIBJOl58lnoNX706y9384ikJ3hr/dfW9x537iBlp7rcGvBnrP/OpKzCPzVmoNGZwTG5QLlcxSWFfmp5AB7ZEhnBEbLcdkcG4oHuyXgbCO78Irl5UXjsaVDW6IIOiPQIkvnVXn/dS3OUsg18Oj4wScg76dfomyCVhrsEgGuCRrwGF6uUXKcOxJrCFhNsKvKheGTEoqKgEE3f81UGOyRSXxqkVqjQGVyNKrv/USo3mCV66XVBmuXbXLFFR7a0YaCdIlo7RWKOw7LjUlWus/4erRLKVXdnWfCGXh9Yt7vTu5CoDsDRnWXVfE0Zl0lFw450bZkpYR/m3hwTzKddPusEDDGllfxuHatL8uqNjSZcQG/WcDvT6bTnT5rBIzRFRe5oL1DX5FIFHUBIRe8YmyjuRrt0teDBqsEDI5Vl3nwj1Z9icHFnbgMeEJZ5aJQeWebpYr1o0TFfPqYGVYzBfB1g5FAGorXuQDvj2++Hcjaa5zZ2OyZ/eXM6cXh4w5M/B+yV3jgJ66YHHokuK2hAAAAAElFTkSuQmCC) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 313: `background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAA9FJREFUaAXtWUtsjUEU/s7cm6pGRVVIRKtUhUREowQLr3gkXguVkIhHbHQhEmGBhVh5LLBgIU1sNEREEVqvRIjnQkXiEYQUKSWC0pb09c9x5v5u76Xuo+lM9E+c5N6ZO3P+Od93zpnHfwf4L//WAxQ1X3qBi9nztoOpBOCCaHvvKuk1Ed9DKLS7cgE9MNgiBErPexsYOADmcO8CnAANUYcA31S5OHSISqu5hLW+GxjwUU5CIkRqShja2wpGMDwfBW9KyRYNb5uSLJoU3x6sOk1SzJwfLNAxtAa7RCDYEngC1ifvmIHA3HzCmIGEnD5AuwbefwfeNjOqaxmvGu1G3BqBsCzM68cTZktWesx43wzUfJTdRWRIFmH6MMIM+VyvYxx+yKJjh4g1AivH+uDfNDL23dd4JwRiwsjLBsrGqwjBpjaNo0/tMLAyB4b3BxaOJHz4zth680/wPo26JmDvPY1vrYwlhYS8fjF6PalZIbBgBCFEhBPPGeLchNLYBtx6xyDRLcrpPIYl1E+nwwqB/GwfzONPqdOi7ldqDZOUsiFWCJiV5kUDo6E1NaRBmb5OQ0tq3XQ0rEziHXeS5E0ciswQMCvPj9aTz6mjFfdowqqVCCQcPa5DCe4NExRy+xJuvNWo/RbX2YOqlQiksp8hbtpSojBxCOGpeL78kR3vG7vOCWSJhe2TFcbmEm7Xaxx8wJHdORXpdPudEgiL53dOVSgcQDj7UqPC0uYVT87pHFgtu7MBX13rBrwh4oxA/wxgfgGhqY1x7Jm9nI/3vlMCowbIBJOl58lnoNX706y9384ikJ3hr/dfW9x537iBlp7rcGvBnrP/OpKzCPzVmoNGZwTG5QLlcxSWFfmp5AB7ZEhnBEbLcdkcG4oHuyXgbCO78Irl5UXjsaVDW6IIOiPQIkvnVXn/dS3OUsg18Oj4wScg76dfomyCVhrsEgGuCRrwGF6uUXKcOxJrCFhNsKvKheGTEoqKgEE3f81UGOyRSXxqkVqjQGVyNKrv/USo3mCV66XVBmuXbXLFFR7a0YaCdIlo7RWKOw7LjUlWus/4erRLKVXdnWfCGXh9Yt7vTu5CoDsDRnWXVfE0Zl0lFw450bZkpYR/m3hwTzKddPusEDDGllfxuHatL8uqNjSZcQG/WcDvT6bTnT5rBIzRFRe5oL1DX5FIFHUBIRe8YmyjuRrt0teDBqsEDI5Vl3nwj1Z9icHFnbgMeEJZ5aJQeWebpYr1o0TFfPqYGVYzBfB1g5FAGorXuQDvj2++Hcjaa5zZ2OyZ/eXM6cXh4w5M/B+yV3jgJ66YHHokuK2hAAAAAElFTkSuQmCC) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 314 | 1 | `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 314: `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 314 | 1 | `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 314: `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 322 | 1 | `bottom: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `bottom: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 323 | 1 | `height: 144/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 323: `height: 144/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 324 | 1 | `left: 322/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 324: `left: 322/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 326 | 1 | `width: 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 326: `width: 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 329 | 1 | `background-size: 106/@base 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 329: `background-size: 106/@base 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 329 | 1 | `background-size: 106/@base 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 329: `background-size: 106/@base 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 330 | 1 | `height: 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 330: `height: 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 331 | 1 | `width: 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 331: `width: 106/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 335 | 1 | `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 335: `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 336 | 1 | `line-height: 34/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 336: `line-height: 34/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 341 | 1 | `bottom: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 341: `bottom: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 342 | 1 | `height: 98/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 342: `height: 98/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 344 | 1 | `right: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 344: `right: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 345 | 1 | `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 345: `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 347 | 1 | `background: url(data:image/png;base64,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) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 347: `background: url(data:image/png;base64,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) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 347 | 1 | `background: url(data:image/png;base64,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) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 347: `background: url(data:image/png;base64,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) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 348 | 1 | `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 348: `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 348 | 1 | `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 348: `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 349 | 1 | `height: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 349: `height: 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 350 | 1 | `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 350: `width: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 354 | 1 | `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 354: `font-size: 20/@font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 355 | 1 | `line-height: 34/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 355: `line-height: 34/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 360 | 1 | `background: url(data:image/png;base64,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) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 360: `background: url(data:image/png;base64,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) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 360 | 1 | `background: url(data:image/png;base64,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) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 360: `background: url(data:image/png;base64,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) no-repeat 26/@base 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 361 | 1 | `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 361: `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 361 | 1 | `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 361: `background-size: 48/@base 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | 1 | LESS `File` Error, '../../../../../../h5_lib/trunk/veryless/very.less' wasn't found: @import "../../../../../../h5_lib/trunk/veryless/very.less"; | syntax | → line 7, col 1: LESS `File` Error, '../../../../../../h5_lib/trunk/veryless/very.less' wasn't found: @import "../../../../../../h5_lib/trunk/veryless/very.less"; |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 6: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 15 | 1 | 1 | `@moneyIcon : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwxJREFUeNrUl79rYkEQxxMJaKWVic1ho1goCgoKFkIaiYVgI9roH2ca09lFFBRSWAgWghaSNOEqTRUrU3kfnNxms299ecS7g5tC3ts3u9+Z+c6P9Xy/35/9ffGd/RO58Kj38yC73e7l5YXXcDgcCAR+HMTL9nP3oG02m9ls9vT09Pb2xmswGAyFQjy8vr5ut1vRSSaTqVTKHe8oDOeORqPlcun3+2OxWDwe59fQAf7x8VGM4Ov19bUY4RUGJ+7u7thcLBZzuRxILpaihseTyQS1SqXitMYOs1gs+v0+8anVapeXlx7Jw7L7+3uYu7m5IYZfwMAzfsBws9l0d8LqVrfbBQn7DJ98hl6v18OPb2AgbGEjJuIWOXLUGzDgs91uq1g9PDzo2iRxPp+X59VqtV6vnevCKyc0Gg2LN4QLDDjX+UgkEtg1nU6fn5+j0ag6Sz6xAhjFxLNaZztZI3VmgYF5vEZDN//q6qparZKmynDjK36USiUjjyU5ST8LDCUCb1ZKCoUCv/hkrLOCQyA5SaJmVVF/wIiD1KCV23Q6zXHEjRCpRWLFCq5Yt0hOU7wWGGtlKSQjI3jWKTFECFYN6R0GnklEl2RNHETSgVeo4lnPCKfQ5VQWvMMA6wyxIcQHHWAIF7/i35+fN6QTR4MxHA6NJPYKQ+Wz85jS7rdkMhkcIhHwbKeJ17GGpSS0VWMwGDiLhkX9tdVqWSdhNpv9BCOJwQfndCqXy/rr7e0t5tfrdXcuaTnq2I+gyekqzU8XalMd+wEjI5K4qbo9UWhdYKgm5NMbkczB0zE4hArR2+OFXk0IGrQj50inGOfzuTxIC4AbWqczrVFgYHOU3lM+zRs0Op2OdaxJBzNOjEQihkEyQHGFYaMPFHNIQx3D7dtDWi5DzuvA0SsHSIz0YxcipxAJ7PN65VBI4/FY8oJ56oVz+MAbK4bbdRDr8ImChSp2wqfzMkUNEmRsggw45zp47ML1xeUWGMyUfg5V+ilgSJEBIPfb79+hlWcgca7c00UgD1S9Bk+F+W/+3/wSYACgNwYekMbkWgAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 15, col 1: `@moneyIcon : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwxJREFUeNrUl79rYkEQxxMJaKWVic1ho1goCgoKFkIaiYVgI9roH2ca09lFFBRSWAgWghaSNOEqTRUrU3kfnNxms299ecS7g5tC3ts3u9+Z+c6P9Xy/35/9ffGd/RO58Kj38yC73e7l5YXXcDgcCAR+HMTL9nP3oG02m9ls9vT09Pb2xmswGAyFQjy8vr5ut1vRSSaTqVTKHe8oDOeORqPlcun3+2OxWDwe59fQAf7x8VGM4Ov19bUY4RUGJ+7u7thcLBZzuRxILpaihseTyQS1SqXitMYOs1gs+v0+8anVapeXlx7Jw7L7+3uYu7m5IYZfwMAzfsBws9l0d8LqVrfbBQn7DJ98hl6v18OPb2AgbGEjJuIWOXLUGzDgs91uq1g9PDzo2iRxPp+X59VqtV6vnevCKyc0Gg2LN4QLDDjX+UgkEtg1nU6fn5+j0ag6Sz6xAhjFxLNaZztZI3VmgYF5vEZDN//q6qparZKmynDjK36USiUjjyU5ST8LDCUCb1ZKCoUCv/hkrLOCQyA5SaJmVVF/wIiD1KCV23Q6zXHEjRCpRWLFCq5Yt0hOU7wWGGtlKSQjI3jWKTFECFYN6R0GnklEl2RNHETSgVeo4lnPCKfQ5VQWvMMA6wyxIcQHHWAIF7/i35+fN6QTR4MxHA6NJPYKQ+Wz85jS7rdkMhkcIhHwbKeJ17GGpSS0VWMwGDiLhkX9tdVqWSdhNpv9BCOJwQfndCqXy/rr7e0t5tfrdXcuaTnq2I+gyekqzU8XalMd+wEjI5K4qbo9UWhdYKgm5NMbkczB0zE4hArR2+OFXk0IGrQj50inGOfzuTxIC4AbWqczrVFgYHOU3lM+zRs0Op2OdaxJBzNOjEQihkEyQHGFYaMPFHNIQx3D7dtDWi5DzuvA0SsHSIz0YxcipxAJ7PN65VBI4/FY8oJ56oVz+MAbK4bbdRDr8ImChSp2wqfzMkUNEmRsggw45zp47ML1xeUWGMyUfg5V+ilgSJEBIPfb79+hlWcgca7c00UgD1S9Bk+F+W/+3/wSYACgNwYekMbkWgAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 15 | 1 | ` : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwxJREFUeNrUl79rYkEQxxMJaKWVic1ho1goCgoKFkIaiYVgI9roH2ca09lFFBRSWAgWghaSNOEqTRUrU3kfnNxms299ecS7g5tC3ts3u9+Z+c6P9Xy/35/9ffGd/RO58Kj38yC73e7l5YXXcDgcCAR+HMTL9nP3oG02m9ls9vT09Pb2xmswGAyFQjy8vr5ut1vRSSaTqVTKHe8oDOeORqPlcun3+2OxWDwe59fQAf7x8VGM4Ov19bUY4RUGJ+7u7thcLBZzuRxILpaihseTyQS1SqXitMYOs1gs+v0+8anVapeXlx7Jw7L7+3uYu7m5IYZfwMAzfsBws9l0d8LqVrfbBQn7DJ98hl6v18OPb2AgbGEjJuIWOXLUGzDgs91uq1g9PDzo2iRxPp+X59VqtV6vnevCKyc0Gg2LN4QLDDjX+UgkEtg1nU6fn5+j0ag6Sz6xAhjFxLNaZztZI3VmgYF5vEZDN//q6qparZKmynDjK36USiUjjyU5ST8LDCUCb1ZKCoUCv/hkrLOCQyA5SaJmVVF/wIiD1KCV23Q6zXHEjRCpRWLFCq5Yt0hOU7wWGGtlKSQjI3jWKTFECFYN6R0GnklEl2RNHETSgVeo4lnPCKfQ5VQWvMMA6wyxIcQHHWAIF7/i35+fN6QTR4MxHA6NJPYKQ+Wz85jS7rdkMhkcIhHwbKeJ17GGpSS0VWMwGDiLhkX9tdVqWSdhNpv9BCOJwQfndCqXy/rr7e0t5tfrdXcuaTnq2I+gyekqzU8XalMd+wEjI5K4qbo9UWhdYKgm5NMbkczB0zE4hArR2+OFXk0IGrQj50inGOfzuTxIC4AbWqczrVFgYHOU3lM+zRs0Op2OdaxJBzNOjEQihkEyQHGFYaMPFHNIQx3D7dtDWi5DzuvA0SsHSIz0YxcipxAJ7PN65VBI4/FY8oJ56oVz+MAbK4bbdRDr8ImChSp2wqfzMkUNEmRsggw45zp47ML1xeUWGMyUfg5V+ilgSJEBIPfb79+hlWcgca7c00UgD1S9Bk+F+W/+3/wSYACgNwYekMbkWgAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 15: ` : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwxJREFUeNrUl79rYkEQxxMJaKWVic1ho1goCgoKFkIaiYVgI9roH2ca09lFFBRSWAgWghaSNOEqTRUrU3kfnNxms299ecS7g5tC3ts3u9+Z+c6P9Xy/35/9ffGd/RO58Kj38yC73e7l5YXXcDgcCAR+HMTL9nP3oG02m9ls9vT09Pb2xmswGAyFQjy8vr5ut1vRSSaTqVTKHe8oDOeORqPlcun3+2OxWDwe59fQAf7x8VGM4Ov19bUY4RUGJ+7u7thcLBZzuRxILpaihseTyQS1SqXitMYOs1gs+v0+8anVapeXlx7Jw7L7+3uYu7m5IYZfwMAzfsBws9l0d8LqVrfbBQn7DJ98hl6v18OPb2AgbGEjJuIWOXLUGzDgs91uq1g9PDzo2iRxPp+X59VqtV6vnevCKyc0Gg2LN4QLDDjX+UgkEtg1nU6fn5+j0ag6Sz6xAhjFxLNaZztZI3VmgYF5vEZDN//q6qparZKmynDjK36USiUjjyU5ST8LDCUCb1ZKCoUCv/hkrLOCQyA5SaJmVVF/wIiD1KCV23Q6zXHEjRCpRWLFCq5Yt0hOU7wWGGtlKSQjI3jWKTFECFYN6R0GnklEl2RNHETSgVeo4lnPCKfQ5VQWvMMA6wyxIcQHHWAIF7/i35+fN6QTR4MxHA6NJPYKQ+Wz85jS7rdkMhkcIhHwbKeJ17GGpSS0VWMwGDiLhkX9tdVqWSdhNpv9BCOJwQfndCqXy/rr7e0t5tfrdXcuaTnq2I+gyekqzU8XalMd+wEjI5K4qbo9UWhdYKgm5NMbkczB0zE4hArR2+OFXk0IGrQj50inGOfzuTxIC4AbWqczrVFgYHOU3lM+zRs0Op2OdaxJBzNOjEQihkEyQHGFYaMPFHNIQx3D7dtDWi5DzuvA0SsHSIz0YxcipxAJ7PN65VBI4/FY8oJ56oVz+MAbK4bbdRDr8ImChSp2wqfzMkUNEmRsggw45zp47ML1xeUWGMyUfg5V+ilgSJEBIPfb79+hlWcgca7c00UgD1S9Bk+F+W/+3/wSYACgNwYekMbkWgAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | |
| 16 | 1 | 1 | `@shellIcon : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6tJREFUeNrsljtLK1EQx81yfTXaxBcatDBBUASNGIw2SeOjUpukip/AT2NnmeqWdgqiqQxIiFUCQRNFQogoFsoVfHt/7Fwma7JZk+JaXO4plrOzM/Of+c+c2eP6+Pho+fvLaPmW9W/B/GhEKZPJ5PP5p6cn9p2dnY+Pj1rR0dHRiYmJ9vZ2Zw8u5xbA9c7OTrFYxF1vby+S09PTh4eHqakp9nd3d8CDsbq6Kl+bzgaA8/Pzo6Oj9/f3WCxm9QJqMBhUtZ/mWl9fHxoaai6bdDqdTCaFpc3NTSsnyIGJRCLWgLa2tth4PJ6lpaXu7u6GWgCMRCLh9/s3NjZ4vb6+bqR+oVCImsXjcVt9o5Yr4g2aq6enRyTOAOKXsKLRaFdXF7WsNTFqm4qnUg8PX2aDAt7ZSC+AIU7qwqBxfHxMU6mEhKiEMwwK2iAUBnNor0rIsGLQMC8vL1dXVyrEvgpGY7dKSFpff5kLV/YwhHB/f7+4uHh7e6uuxd7KG9FYe4mjg5XC8Hp5eTk3N3dzc0ONbWAgdHx8fGxsDBvVwCOxcwbrMSbHU0nLZrO8AjM9PW2tUAWGoLxer9S/aC5NyKE8MiA0USih5djjCock9wlGaBHSPebShDDAV722Jhtl7PDwkFQERoQg2XSapikJCVdiYJuQKAgHBApjGMrIEH2mn002JycnssE1dSI6ksAMWs7OzmphENLx4pfBgRXTWgeuYRjVMGSHAaTt7u4KP8QlXAuqbRcgFL+oET7zRg8GrgYGBpTqT+eGacEGJelakKgQ+ZENkiok+QPxiTqjRmvRb4JB0MvLy8/Pz3oS/sBAERqwxGeUBIlikiJsAMmmijdhjE97e3vwNj8/rxjMb5Lj6OjQMvR8kDI1JP21tTUx4AkqBgghpzYbhEIXakKDYhAcPwU9TxXSsEED44ODg5WVFSTb29tSJDjp7++38kZP8trX1yfjnGxEGdqRCIaUzf63BtE0CUHNzs7mcjk2DF3I1BEno0VIl9MHXTQONV9YWCBE4DGxTrm6f8+kudxuN2QWCgUc8bem2rCBO1zQ+sPDwwzZycnJVCrl8/laW1vhHB0IrL2B1L1yEC+545c6U0xI08k9MjJSKpWY5YODg2x4LZfLuA6Hw9afSBM3G2oA2NvbG2ocN56vr69tbW08CZ+nYS6/uRyuUa4v79BySGEGMG45FUuXC6SZmRlngEZhFGx/f//i4qKjo4M9kFzVAoHAlwDNwfy/qn8/zG8BBgBZ1Mfwy0wqUQAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 16, col 1: `@shellIcon : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6tJREFUeNrsljtLK1EQx81yfTXaxBcatDBBUASNGIw2SeOjUpukip/AT2NnmeqWdgqiqQxIiFUCQRNFQogoFsoVfHt/7Fwma7JZk+JaXO4plrOzM/Of+c+c2eP6+Pho+fvLaPmW9W/B/GhEKZPJ5PP5p6cn9p2dnY+Pj1rR0dHRiYmJ9vZ2Zw8u5xbA9c7OTrFYxF1vby+S09PTh4eHqakp9nd3d8CDsbq6Kl+bzgaA8/Pzo6Oj9/f3WCxm9QJqMBhUtZ/mWl9fHxoaai6bdDqdTCaFpc3NTSsnyIGJRCLWgLa2tth4PJ6lpaXu7u6GWgCMRCLh9/s3NjZ4vb6+bqR+oVCImsXjcVt9o5Yr4g2aq6enRyTOAOKXsKLRaFdXF7WsNTFqm4qnUg8PX2aDAt7ZSC+AIU7qwqBxfHxMU6mEhKiEMwwK2iAUBnNor0rIsGLQMC8vL1dXVyrEvgpGY7dKSFpff5kLV/YwhHB/f7+4uHh7e6uuxd7KG9FYe4mjg5XC8Hp5eTk3N3dzc0ONbWAgdHx8fGxsDBvVwCOxcwbrMSbHU0nLZrO8AjM9PW2tUAWGoLxer9S/aC5NyKE8MiA0USih5djjCock9wlGaBHSPebShDDAV722Jhtl7PDwkFQERoQg2XSapikJCVdiYJuQKAgHBApjGMrIEH2mn002JycnssE1dSI6ksAMWs7OzmphENLx4pfBgRXTWgeuYRjVMGSHAaTt7u4KP8QlXAuqbRcgFL+oET7zRg8GrgYGBpTqT+eGacEGJelakKgQ+ZENkiok+QPxiTqjRmvRb4JB0MvLy8/Pz3oS/sBAERqwxGeUBIlikiJsAMmmijdhjE97e3vwNj8/rxjMb5Lj6OjQMvR8kDI1JP21tTUx4AkqBgghpzYbhEIXakKDYhAcPwU9TxXSsEED44ODg5WVFSTb29tSJDjp7++38kZP8trX1yfjnGxEGdqRCIaUzf63BtE0CUHNzs7mcjk2DF3I1BEno0VIl9MHXTQONV9YWCBE4DGxTrm6f8+kudxuN2QWCgUc8bem2rCBO1zQ+sPDwwzZycnJVCrl8/laW1vhHB0IrL2B1L1yEC+545c6U0xI08k9MjJSKpWY5YODg2x4LZfLuA6Hw9afSBM3G2oA2NvbG2ocN56vr69tbW08CZ+nYS6/uRyuUa4v79BySGEGMG45FUuXC6SZmRlngEZhFGx/f//i4qKjo4M9kFzVAoHAlwDNwfy/qn8/zG8BBgBZ1Mfwy0wqUQAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 16 | 1 | ` : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6tJREFUeNrsljtLK1EQx81yfTXaxBcatDBBUASNGIw2SeOjUpukip/AT2NnmeqWdgqiqQxIiFUCQRNFQogoFsoVfHt/7Fwma7JZk+JaXO4plrOzM/Of+c+c2eP6+Pho+fvLaPmW9W/B/GhEKZPJ5PP5p6cn9p2dnY+Pj1rR0dHRiYmJ9vZ2Zw8u5xbA9c7OTrFYxF1vby+S09PTh4eHqakp9nd3d8CDsbq6Kl+bzgaA8/Pzo6Oj9/f3WCxm9QJqMBhUtZ/mWl9fHxoaai6bdDqdTCaFpc3NTSsnyIGJRCLWgLa2tth4PJ6lpaXu7u6GWgCMRCLh9/s3NjZ4vb6+bqR+oVCImsXjcVt9o5Yr4g2aq6enRyTOAOKXsKLRaFdXF7WsNTFqm4qnUg8PX2aDAt7ZSC+AIU7qwqBxfHxMU6mEhKiEMwwK2iAUBnNor0rIsGLQMC8vL1dXVyrEvgpGY7dKSFpff5kLV/YwhHB/f7+4uHh7e6uuxd7KG9FYe4mjg5XC8Hp5eTk3N3dzc0ONbWAgdHx8fGxsDBvVwCOxcwbrMSbHU0nLZrO8AjM9PW2tUAWGoLxer9S/aC5NyKE8MiA0USih5djjCock9wlGaBHSPebShDDAV722Jhtl7PDwkFQERoQg2XSapikJCVdiYJuQKAgHBApjGMrIEH2mn002JycnssE1dSI6ksAMWs7OzmphENLx4pfBgRXTWgeuYRjVMGSHAaTt7u4KP8QlXAuqbRcgFL+oET7zRg8GrgYGBpTqT+eGacEGJelakKgQ+ZENkiok+QPxiTqjRmvRb4JB0MvLy8/Pz3oS/sBAERqwxGeUBIlikiJsAMmmijdhjE97e3vwNj8/rxjMb5Lj6OjQMvR8kDI1JP21tTUx4AkqBgghpzYbhEIXakKDYhAcPwU9TxXSsEED44ODg5WVFSTb29tSJDjp7++38kZP8trX1yfjnGxEGdqRCIaUzf63BtE0CUHNzs7mcjk2DF3I1BEno0VIl9MHXTQONV9YWCBE4DGxTrm6f8+kudxuN2QWCgUc8bem2rCBO1zQ+sPDwwzZycnJVCrl8/laW1vhHB0IrL2B1L1yEC+545c6U0xI08k9MjJSKpWY5YODg2x4LZfLuA6Hw9afSBM3G2oA2NvbG2ocN56vr69tbW08CZ+nYS6/uRyuUa4v79BySGEGMG45FUuXC6SZmRlngEZhFGx/f//i4qKjo4M9kFzVAoHAlwDNwfy/qn8/zG8BBgBZ1Mfwy0wqUQAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 16: ` : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6tJREFUeNrsljtLK1EQx81yfTXaxBcatDBBUASNGIw2SeOjUpukip/AT2NnmeqWdgqiqQxIiFUCQRNFQogoFsoVfHt/7Fwma7JZk+JaXO4plrOzM/Of+c+c2eP6+Pho+fvLaPmW9W/B/GhEKZPJ5PP5p6cn9p2dnY+Pj1rR0dHRiYmJ9vZ2Zw8u5xbA9c7OTrFYxF1vby+S09PTh4eHqakp9nd3d8CDsbq6Kl+bzgaA8/Pzo6Oj9/f3WCxm9QJqMBhUtZ/mWl9fHxoaai6bdDqdTCaFpc3NTSsnyIGJRCLWgLa2tth4PJ6lpaXu7u6GWgCMRCLh9/s3NjZ4vb6+bqR+oVCImsXjcVt9o5Yr4g2aq6enRyTOAOKXsKLRaFdXF7WsNTFqm4qnUg8PX2aDAt7ZSC+AIU7qwqBxfHxMU6mEhKiEMwwK2iAUBnNor0rIsGLQMC8vL1dXVyrEvgpGY7dKSFpff5kLV/YwhHB/f7+4uHh7e6uuxd7KG9FYe4mjg5XC8Hp5eTk3N3dzc0ONbWAgdHx8fGxsDBvVwCOxcwbrMSbHU0nLZrO8AjM9PW2tUAWGoLxer9S/aC5NyKE8MiA0USih5djjCock9wlGaBHSPebShDDAV722Jhtl7PDwkFQERoQg2XSapikJCVdiYJuQKAgHBApjGMrIEH2mn002JycnssE1dSI6ksAMWs7OzmphENLx4pfBgRXTWgeuYRjVMGSHAaTt7u4KP8QlXAuqbRcgFL+oET7zRg8GrgYGBpTqT+eGacEGJelakKgQ+ZENkiok+QPxiTqjRmvRb4JB0MvLy8/Pz3oS/sBAERqwxGeUBIlikiJsAMmmijdhjE97e3vwNj8/rxjMb5Lj6OjQMvR8kDI1JP21tTUx4AkqBgghpzYbhEIXakKDYhAcPwU9TxXSsEED44ODg5WVFSTb29tSJDjp7++38kZP8trX1yfjnGxEGdqRCIaUzf63BtE0CUHNzs7mcjk2DF3I1BEno0VIl9MHXTQONV9YWCBE4DGxTrm6f8+kudxuN2QWCgUc8bem2rCBO1zQ+sPDwwzZycnJVCrl8/laW1vhHB0IrL2B1L1yEC+545c6U0xI08k9MjJSKpWY5YODg2x4LZfLuA6Hw9afSBM3G2oA2NvbG2ocN56vr69tbW08CZ+nYS6/uRyuUa4v79BySGEGMG45FUuXC6SZmRlngEZhFGx/f//i4qKjo4M9kFzVAoHAlwDNwfy/qn8/zG8BBgBZ1Mfwy0wqUQAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | |
| 17 | 1 | 1 | `@arrow-right : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtARMDjQFOC+7cuVMAxB+AOIFWPjAAYn4gnk+JJfgsKADii1A22ZbgtEBFReUDkHKg1BK8kUwNSwimIkotISqZUmIJ0fmAXEtIymjkWEJyTibVEmoVFQa4JBhJLeyArhUAUgeAWB8qtBDoK+r4gFTDSbKAHMOJtoBcw4mygBLDCVpAqeGEKhyKDSfkgwmUGk7IggdQeiK5hpOV0QZdqwIgwACPxWzglXJVjwAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 17, col 1: `@arrow-right : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtARMDjQFOC+7cuVMAxB+AOIFWPjAAYn4gnk+JJfgsKADii1A22ZbgtEBFReUDkHKg1BK8kUwNSwimIkotISqZUmIJ0fmAXEtIymjkWEJyTibVEmoVFQa4JBhJLeyArhUAUgeAWB8qtBDoK+r4gFTDSbKAHMOJtoBcw4mygBLDCVpAqeGEKhyKDSfkgwmUGk7IggdQeiK5hpOV0QZdqwIgwACPxWzglXJVjwAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 11 | 1 | 1 | `@shaitu : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAYAAADj79JYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNkJFNTRFOTNFMkExMUU0ODQ2RkVCNzcyQUQzRUY1MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkJFNTRFQTNFMkExMUU0ODQ2RkVCNzcyQUQzRUY1MSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2QkU1NEU3M0UyQTExRTQ4NDZGRUI3NzJBRDNFRjUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA2QkU1NEU4M0UyQTExRTQ4NDZGRUI3NzJBRDNFRjUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KtWTsgAACvRJREFUeNrsXQ+QVWUV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";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 11, col 1: `@shaitu : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAYAAADj79JYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNkJFNTRFOTNFMkExMUU0ODQ2RkVCNzcyQUQzRUY1MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkJFNTRFQTNFMkExMUU0ODQ2RkVCNzcyQUQzRUY1MSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2QkU1NEU3M0UyQTExRTQ4NDZGRUI3NzJBRDNFRjUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA2QkU1NEU4M0UyQTExRTQ4NDZGRUI3NzJBRDNFRjUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KtWTsgAACvRJREFUeNrsXQ+QVWUV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";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 5 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 24 | 16 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 24, col 16: ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 25 | 18 | 1 | ` -o-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 25, col 18: ` -o-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 26 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 26, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 5 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 70 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 70, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
不规范数量:14
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 8 | 13 | 1 | `@radio-icon:url("http://b0.hucdn.com/party/default/87955a9ad0d33979c562429f67e9de76.png");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 8, col 13: `@radio-icon:url("http://b0.hucdn.com/party/default/87955a9ad0d33979c562429f67e9de76.png");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 9 | 20 | 1 | `@radio-icon-select:url("http://b0.hucdn.com/party/default/741dce538fd0034fbba6f0ecb1618ce3.png");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 9, col 20: `@radio-icon-select:url("http://b0.hucdn.com/party/default/741dce538fd0034fbba6f0ecb1618ce3.png");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 10 | 10 | 1 | `@info-bg:url("http://b0.hucdn.com/party/default/25f04c466cdf0c472e43b63b74db46d6.png");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 10, col 10: `@info-bg:url("http://b0.hucdn.com/party/default/25f04c466cdf0c472e43b63b74db46d6.png");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 14 | 1 | `background-color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 14: `background-color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 30 | 8 | 1 | ` -moz-border-radius: 0.2rem;` Expected indentation of 4 spaces. | block-indent | → line 30, col 8: ` -moz-border-radius: 0.2rem;` Expected indentation of 4 spaces. |
| 31 | 13 | 1 | ` border-radius: 0.2rem;` Expected indentation of 4 spaces. | block-indent | → line 31, col 13: ` border-radius: 0.2rem;` Expected indentation of 4 spaces. |
| 103 | 12 | 1 | ` -moz-border-radius: 0.5rem;` Expected indentation of 8 spaces. | block-indent | → line 103, col 12: ` -moz-border-radius: 0.5rem;` Expected indentation of 8 spaces. |
| 104 | 17 | 1 | ` border-radius: 0.5rem;` Expected indentation of 8 spaces. | block-indent | → line 104, col 17: ` border-radius: 0.5rem;` Expected indentation of 8 spaces. |
| 120 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 120, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 121 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 121, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 133 | 1 | `background-color: rgb(70,176,250);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 133: `background-color: rgb(70,176,250);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 139 | 1 | `background-color: rgb(255,111,111);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 139: `background-color: rgb(255,111,111);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 145 | 1 | `background-color: rgb(253,218,130);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 145: `background-color: rgb(253,218,130);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression |
不规范数量:44
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 6: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 6 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 6: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 12 | 15 | 1 | `@color-select:#ff4965;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 12, col 15: `@color-select:#ff4965;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 13 | 16 | 1 | `@color-waiting:#7dcc08;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 13, col 16: `@color-waiting:#7dcc08;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 14 | 17 | 1 | `@color-finished:#bebebe;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 14, col 17: `@color-finished:#bebebe;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 15 | 16 | 1 | `@trait-oversea:url("data:image/jpg;base64,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");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 15, col 16: `@trait-oversea:url("data:image/jpg;base64,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");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 16 | 15 | 1 | `@del-unSelect:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAk1BMVEUAAADOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7S0tLR0dHOzs7Ozs7////7+/vQ0ND09PTT09Px8fHg4ODV1dX4+Pjo6Ojk5OTc3NzZ2dnX19fs7Oxr24YRAAAAIXRSTlMAAxwFh2bcvnhxWjUj0szw4bdjShG/IMN/fe+xSRX27sTOP96qAAABjElEQVRIx63W2XLCIBiGYYnZ98S6d/swGq12uf+rK81QGYUEwviePzMoBP7Jo0tnXui6oTdLR6BFVBW4VlTRwkRN4yWklvFUw0jtQ5lfD9IkR2950svIGoOtido9BdAUPKmck0Fb5ihcCYNKSb74MCq7Wy2Zw7CA3EAXxq1u9g8jSoQj+RiYi8XWGFV9Pdf+OOhPOYxh0uHyCl7MYWDiTju6e/vfEn5mDB2lZ/CcDkambncCL+pgpXfftw7VnyPFaIeCMJiauQ/mRCmDzzr31bkDANGMQc/CwWMwtHAItV/Up9LBleHxbODgSku98PPBHWXtZYfw/s85UMqlcA3kPGk7zpR14atWObEdKRRS45AqjtwPZR2HXUH4IVfIIYdK/Vm1lNeqnPisFpCkxoE/0dIT3LSdQ1/vvZdVs2e/D73F4nqUZdtorkf7C9n+CbB/dOyfOfuH1f4ptx8e7McV+wFJP5KtiNUQmCWD06pXqlnpTbWDrmJL5zFj+pxouxFos42ciXFEDPNk8th+AWBHHWjy6VhLAAAAAElFTkSuQmCC");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 16, col 15: `@del-unSelect:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAk1BMVEUAAADOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7S0tLR0dHOzs7Ozs7////7+/vQ0ND09PTT09Px8fHg4ODV1dX4+Pjo6Ojk5OTc3NzZ2dnX19fs7Oxr24YRAAAAIXRSTlMAAxwFh2bcvnhxWjUj0szw4bdjShG/IMN/fe+xSRX27sTOP96qAAABjElEQVRIx63W2XLCIBiGYYnZ98S6d/swGq12uf+rK81QGYUEwviePzMoBP7Jo0tnXui6oTdLR6BFVBW4VlTRwkRN4yWklvFUw0jtQ5lfD9IkR2950svIGoOtido9BdAUPKmck0Fb5ihcCYNKSb74MCq7Wy2Zw7CA3EAXxq1u9g8jSoQj+RiYi8XWGFV9Pdf+OOhPOYxh0uHyCl7MYWDiTju6e/vfEn5mDB2lZ/CcDkambncCL+pgpXfftw7VnyPFaIeCMJiauQ/mRCmDzzr31bkDANGMQc/CwWMwtHAItV/Up9LBleHxbODgSku98PPBHWXtZYfw/s85UMqlcA3kPGk7zpR14atWObEdKRRS45AqjtwPZR2HXUH4IVfIIYdK/Vm1lNeqnPisFpCkxoE/0dIT3LSdQ1/vvZdVs2e/D73F4nqUZdtorkf7C9n+CbB/dOyfOfuH1f4ptx8e7McV+wFJP5KtiNUQmCWD06pXqlnpTbWDrmJL5zFj+pxouxFos42ciXFEDPNk8th+AWBHHWjy6VhLAAAAAElFTkSuQmCC");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 16 | 1 | `:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAk1BMVEUAAADOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7S0tLR0dHOzs7Ozs7////7+/vQ0ND09PTT09Px8fHg4ODV1dX4+Pjo6Ojk5OTc3NzZ2dnX19fs7Oxr24YRAAAAIXRSTlMAAxwFh2bcvnhxWjUj0szw4bdjShG/IMN/fe+xSRX27sTOP96qAAABjElEQVRIx63W2XLCIBiGYYnZ98S6d/swGq12uf+rK81QGYUEwviePzMoBP7Jo0tnXui6oTdLR6BFVBW4VlTRwkRN4yWklvFUw0jtQ5lfD9IkR2950svIGoOtido9BdAUPKmck0Fb5ihcCYNKSb74MCq7Wy2Zw7CA3EAXxq1u9g8jSoQj+RiYi8XWGFV9Pdf+OOhPOYxh0uHyCl7MYWDiTju6e/vfEn5mDB2lZ/CcDkambncCL+pgpXfftw7VnyPFaIeCMJiauQ/mRCmDzzr31bkDANGMQc/CwWMwtHAItV/Up9LBleHxbODgSku98PPBHWXtZYfw/s85UMqlcA3kPGk7zpR14atWObEdKRRS45AqjtwPZR2HXUH4IVfIIYdK/Vm1lNeqnPisFpCkxoE/0dIT3LSdQ1/vvZdVs2e/D73F4nqUZdtorkf7C9n+CbB/dOyfOfuH1f4ptx8e7McV+wFJP5KtiNUQmCWD06pXqlnpTbWDrmJL5zFj+pxouxFos42ciXFEDPNk8th+AWBHHWjy6VhLAAAAAElFTkSuQmCC");Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 16: `:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAk1BMVEUAAADOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7S0tLR0dHOzs7Ozs7////7+/vQ0ND09PTT09Px8fHg4ODV1dX4+Pjo6Ojk5OTc3NzZ2dnX19fs7Oxr24YRAAAAIXRSTlMAAxwFh2bcvnhxWjUj0szw4bdjShG/IMN/fe+xSRX27sTOP96qAAABjElEQVRIx63W2XLCIBiGYYnZ98S6d/swGq12uf+rK81QGYUEwviePzMoBP7Jo0tnXui6oTdLR6BFVBW4VlTRwkRN4yWklvFUw0jtQ5lfD9IkR2950svIGoOtido9BdAUPKmck0Fb5ihcCYNKSb74MCq7Wy2Zw7CA3EAXxq1u9g8jSoQj+RiYi8XWGFV9Pdf+OOhPOYxh0uHyCl7MYWDiTju6e/vfEn5mDB2lZ/CcDkambncCL+pgpXfftw7VnyPFaIeCMJiauQ/mRCmDzzr31bkDANGMQc/CwWMwtHAItV/Up9LBleHxbODgSku98PPBHWXtZYfw/s85UMqlcA3kPGk7zpR14atWObEdKRRS45AqjtwPZR2HXUH4IVfIIYdK/Vm1lNeqnPisFpCkxoE/0dIT3LSdQ1/vvZdVs2e/D73F4nqUZdtorkf7C9n+CbB/dOyfOfuH1f4ptx8e7McV+wFJP5KtiNUQmCWD06pXqlnpTbWDrmJL5zFj+pxouxFos42ciXFEDPNk8th+AWBHHWjy6VhLAAAAAElFTkSuQmCC");Variable name must be like this `@foo-bar or @foobar` | |
| 17 | 13 | 1 | `@del-select:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAyVBMVEUAAAD/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/SnH/R2//OWT//////P3/7PH/V3z/RG3/9/n/5+3/2OH/nLH/gZz/Unf/QWr/Pmj/8vT/zdf/yNT/w9D/pLn/eZb/bo7/ZYf/XoH/THP/SHD/3uX/0tz/rb//kan/4ej/0Nr/tsb/iaP/haDMHEPPAAAAIXRSTlMAA/2/h2Yj8Nx4Wkoe4dS3cGMbEc/LxH03NL2xf3IV9u6R2iq/AAABvklEQVRIx63W2VbCMBSFYZLSGSg44DzsqqgoKuCEgNP7P5Q9WKA0DUmz+K/5VksIyalsOie0/WrVt0OnBKo1IxeL3KhZ01EsaHPk4u2AqVjLQ2Feay3d34G0nX354/Y41sT3JA/dtqDI2i5yWw0oa2yJrlaHRnVBnnrQqpF7W2ZBs8PVFapCu+OsO+D6kB9kXnQXJdpdvmwLpWotHuiVg978kQF0uu+eIS1IoaXjri7jm3P8Z6V7huu5OO7OF7Y2g00N90bu8gppzRmMSjtE5Jirdo+rDi6tq6N0r+Ru7pGJzr7QwCFMoK1y16KDnUB/vXsh9/mO1Xz6R6ndR96hKsK7odIRFF51GscTLHq+SNztCEJ+fnFG9Mmh0sEWfo5unNTNug4KCsUNMCQ5nX1bcuNCB6dgy01I/qTuq9i5rGiTf5O8+yX31ENhUYU6Qa5BQojFfYnDyQw6HKs9kCT3IHE8vd/byNV7IjeQObSlh1VvnHw/qUMgPx47t/2O4ng0PpDNrwDzS8f8mjO/WM2vcvPhwXxcMR+QzEcy8yGQYnZdsio2Uw66ljjoWgHTG62PsqP1EY3WurHlMM8qm+0PIk4emI9M75YAAAAASUVORK5CYII=");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 17, col 13: `@del-select:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAyVBMVEUAAAD/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/OWT/SnH/R2//OWT//////P3/7PH/V3z/RG3/9/n/5+3/2OH/nLH/gZz/Unf/QWr/Pmj/8vT/zdf/yNT/w9D/pLn/eZb/bo7/ZYf/XoH/THP/SHD/3uX/0tz/rb//kan/4ej/0Nr/tsb/iaP/haDMHEPPAAAAIXRSTlMAA/2/h2Yj8Nx4Wkoe4dS3cGMbEc/LxH03NL2xf3IV9u6R2iq/AAABvklEQVRIx63W2VbCMBSFYZLSGSg44DzsqqgoKuCEgNP7P5Q9WKA0DUmz+K/5VksIyalsOie0/WrVt0OnBKo1IxeL3KhZ01EsaHPk4u2AqVjLQ2Feay3d34G0nX354/Y41sT3JA/dtqDI2i5yWw0oa2yJrlaHRnVBnnrQqpF7W2ZBs8PVFapCu+OsO+D6kB9kXnQXJdpdvmwLpWotHuiVg978kQF0uu+eIS1IoaXjri7jm3P8Z6V7huu5OO7OF7Y2g00N90bu8gppzRmMSjtE5Jirdo+rDi6tq6N0r+Ru7pGJzr7QwCFMoK1y16KDnUB/vXsh9/mO1Xz6R6ndR96hKsK7odIRFF51GscTLHq+SNztCEJ+fnFG9Mmh0sEWfo5unNTNug4KCsUNMCQ5nX1bcuNCB6dgy01I/qTuq9i5rGiTf5O8+yX31ENhUYU6Qa5BQojFfYnDyQw6HKs9kCT3IHE8vd/byNV7IjeQObSlh1VvnHw/qUMgPx47t/2O4ng0PpDNrwDzS8f8mjO/WM2vcvPhwXxcMR+QzEcy8yGQYnZdsio2Uw66ljjoWgHTG62PsqP1EY3WurHlMM8qm+0PIk4emI9M75YAAAAASUVORK5CYII=");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 18 | 10 | 1 | `@empty-i:url("http://b0.hucdn.com/party/default/0c272ac8cad20783dffb8665c39fb8a6.png");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 18, col 10: `@empty-i:url("http://b0.hucdn.com/party/default/0c272ac8cad20783dffb8665c39fb8a6.png");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 22 | 1 | `background-color: rgb(238,238,238);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 22: `background-color: rgb(238,238,238);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 34 | 1 | `background-color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 34: `background-color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 35 | 1 | `border-bottom: 0.05rem solid rgb(228,228,228);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 35: `border-bottom: 0.05rem solid rgb(228,228,228);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 37 | 1 | `color: rgb(101,101,101);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 37: `color: rgb(101,101,101);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 1 | `/* Safari 和 Chrome */` Single Comment should be use `//` | single-comment | → `/* Safari 和 Chrome */` Single Comment should be use `//` | ||
| 64 | 12 | 1 | ` -moz-transition: left 0.4s; /* Firefox 4 */` Expected indentation of 8 spaces. | block-indent | → line 64, col 12: ` -moz-transition: left 0.4s; /* Firefox 4 */` Expected indentation of 8 spaces. |
| 1 | `/* Firefox 4 */` Single Comment should be use `//` | single-comment | → `/* Firefox 4 */` Single Comment should be use `//` | ||
| 65 | 14 | 1 | ` -o-transition: left 0.4s; /* Opera */` Expected indentation of 8 spaces. | block-indent | → line 65, col 14: ` -o-transition: left 0.4s; /* Opera */` Expected indentation of 8 spaces. |
| 1 | `/* Opera */` Single Comment should be use `//` | single-comment | → `/* Opera */` Single Comment should be use `//` | ||
| 66 | 17 | 1 | ` transition: left 0.4s;` Expected indentation of 8 spaces. | block-indent | → line 66, col 17: ` transition: left 0.4s;` Expected indentation of 8 spaces. |
| 1 | `/* Safari 和 Chrome */` Single Comment should be use `//` | single-comment | → `/* Safari 和 Chrome */` Single Comment should be use `//` | ||
| 75 | 8 | 1 | ` -moz-transition: left 0.4s; /* Firefox 4 */` Expected indentation of 4 spaces. | block-indent | → line 75, col 8: ` -moz-transition: left 0.4s; /* Firefox 4 */` Expected indentation of 4 spaces. |
| 1 | `/* Firefox 4 */` Single Comment should be use `//` | single-comment | → `/* Firefox 4 */` Single Comment should be use `//` | ||
| 76 | 10 | 1 | ` -o-transition: left 0.4s; /* Opera */` Expected indentation of 4 spaces. | block-indent | → line 76, col 10: ` -o-transition: left 0.4s; /* Opera */` Expected indentation of 4 spaces. |
| 1 | `/* Opera */` Single Comment should be use `//` | single-comment | → `/* Opera */` Single Comment should be use `//` | ||
| 77 | 13 | 1 | ` transition: left 0.4s;` Expected indentation of 4 spaces. | block-indent | → line 77, col 13: ` transition: left 0.4s;` Expected indentation of 4 spaces. |
| 96 | 1 | `background-color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 96: `background-color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 197 | 1 | `color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 197: `color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 215 | 1 | `border: 0.08rem solid rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 215: `border: 0.08rem solid rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 217 | 12 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 8 spaces. | block-indent | → line 217, col 12: ` -moz-border-radius: 50%;` Expected indentation of 8 spaces. |
| 218 | 17 | 1 | ` border-radius: 50%;` Expected indentation of 8 spaces. | block-indent | → line 218, col 17: ` border-radius: 50%;` Expected indentation of 8 spaces. |
| 219 | 1 | `color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 219: `color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 1 | `/* Safari and Chrome */` Single Comment should be use `//` | single-comment | → `/* Safari and Chrome */` Single Comment should be use `//` | ||
| 234 | 16 | 1 | ` -moz-transform: rotate(-15deg); /* Firefox */` Expected indentation of 12 spaces. | block-indent | → line 234, col 16: ` -moz-transform: rotate(-15deg); /* Firefox */` Expected indentation of 12 spaces. |
| 1 | `/* Firefox */` Single Comment should be use `//` | single-comment | → `/* Firefox */` Single Comment should be use `//` | ||
| 235 | 17 | 1 | ` -ms-transform: rotate(-15deg); /* IE 9 */` Expected indentation of 12 spaces. | block-indent | → line 235, col 17: ` -ms-transform: rotate(-15deg); /* IE 9 */` Expected indentation of 12 spaces. |
| 1 | `/* IE 9 */` Single Comment should be use `//` | single-comment | → `/* IE 9 */` Single Comment should be use `//` | ||
| 236 | 18 | 1 | ` -o-transform: rotate(-15deg); /* Opera */` Expected indentation of 12 spaces. | block-indent | → line 236, col 18: ` -o-transform: rotate(-15deg); /* Opera */` Expected indentation of 12 spaces. |
| 1 | `/* Opera */` Single Comment should be use `//` | single-comment | → `/* Opera */` Single Comment should be use `//` | ||
| 237 | 21 | 1 | ` transform: rotate(-15deg);` Expected indentation of 12 spaces. | block-indent | → line 237, col 21: ` transform: rotate(-15deg);` Expected indentation of 12 spaces. |
| 287 | 1 | `color: rgb(162,162,162);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 287: `color: rgb(162,162,162);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 300 | 1 | `background-color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 300: `background-color: rgb(255,255,255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 303 | 12 | 1 | ` -moz-border-radius: 0.2rem;` Expected indentation of 8 spaces. | block-indent | → line 303, col 12: ` -moz-border-radius: 0.2rem;` Expected indentation of 8 spaces. |
| 304 | 17 | 1 | ` border-radius: 0.2rem;` Expected indentation of 8 spaces. | block-indent | → line 304, col 17: ` border-radius: 0.2rem;` Expected indentation of 8 spaces. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 4: `@import "../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:13
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 4: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 8 | 1 | `: 1.8rem; //区块标题高度Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `: 1.8rem; //区块标题高度Variable name must be like this `@foo-bar or @foobar` | |
| 9 | 11 | 1 | `@baseFont:46.875;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 9, col 11: `@baseFont:46.875;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 9 | 1 | `:46.875;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 9: `:46.875;Variable name must be like this `@foo-bar or @foobar` | |
| 103 | 1 | `font-size: 54rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `font-size: 54rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `height: 78rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `height: 78rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `line-height: 78rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `line-height: 78rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `margin-bottom: -10rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `margin-bottom: -10rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `font-size: 24rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `font-size: 24rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/*分类栏*/` Single Comment should be use `//` | single-comment | → `/*分类栏*/` Single Comment should be use `//` | ||
| 234 | 1 | `font-size: 72rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `font-size: 72rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 237 | 1 | `margin-bottom: -5rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 237: `margin-bottom: -5rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 291 | 17 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. | block-indent | → line 291, col 17: ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. |
不规范数量:15
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 20 | 1 | 1 | `@arrow-right : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtARMDjQFOC+7cuVMAxB+AOIFWPjAAYn4gnk+JJfgsKADii1A22ZbgtEBFReUDkHKg1BK8kUwNSwimIkotISqZUmIJ0fmAXEtIymjkWEJyTibVEmoVFQa4JBhJLeyArhUAUgeAWB8qtBDoK+r4gFTDSbKAHMOJtoBcw4mygBLDCVpAqeGEKhyKDSfkgwmUGk7IggdQeiK5hpOV0QZdqwIgwACPxWzglXJVjwAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 20, col 1: `@arrow-right : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtARMDjQFOC+7cuVMAxB+AOIFWPjAAYn4gnk+JJfgsKADii1A22ZbgtEBFReUDkHKg1BK8kUwNSwimIkotISqZUmIJ0fmAXEtIymjkWEJyTibVEmoVFQa4JBhJLeyArhUAUgeAWB8qtBDoK+r4gFTDSbKAHMOJtoBcw4mygBLDCVpAqeGEKhyKDSfkgwmUGk7IggdQeiK5hpOV0QZdqwIgwACPxWzglXJVjwAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 32 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 32, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 46 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 46, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 52 | 21 | 1 | ` transform: translate(0, -50%);` Expected indentation of 12 spaces. | block-indent | → line 52, col 21: ` transform: translate(0, -50%);` Expected indentation of 12 spaces. |
| 62 | 21 | 1 | ` transform: translate(0, -50%);` Expected indentation of 12 spaces. | block-indent | → line 62, col 21: ` transform: translate(0, -50%);` Expected indentation of 12 spaces. |
| 77 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 77, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 101 | 21 | 1 | ` transform: translate(0, -50%);` Expected indentation of 12 spaces. | block-indent | → line 101, col 21: ` transform: translate(0, -50%);` Expected indentation of 12 spaces. |
| 115 | 13 | 1 | ` border-radius: 0.12rem;` Expected indentation of 4 spaces. | block-indent | → line 115, col 13: ` border-radius: 0.12rem;` Expected indentation of 4 spaces. |
| 129 | 13 | 1 | ` border-radius: 0.12rem;` Expected indentation of 4 spaces. | block-indent | → line 129, col 13: ` border-radius: 0.12rem;` Expected indentation of 4 spaces. |
| 163 | 17 | 1 | ` border-radius: 0.2rem;` Expected indentation of 8 spaces. | block-indent | → line 163, col 17: ` border-radius: 0.2rem;` Expected indentation of 8 spaces. |
| 169 | 17 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. | block-indent | → line 169, col 17: ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. |
| 179 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 179, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 191 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 191, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 204 | 21 | 1 | ` transform: translate(0, -50%);` Expected indentation of 12 spaces. | block-indent | → line 204, col 21: ` transform: translate(0, -50%);` Expected indentation of 12 spaces. |
| 290 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 290, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 293 | 5 | 1 | LESS `Parse` Error, Unrecognised input: li: last-child { | syntax | → line 293, col 5: LESS `Parse` Error, Unrecognised input: li: last-child { |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | 1 | LESS `File` Error, '../../../../../../h5_lib/trunk/veryless/very.less' wasn't found: @import "../../../../../../h5_lib/trunk/veryless/very.less"; | syntax | → line 7, col 1: LESS `File` Error, '../../../../../../h5_lib/trunk/veryless/very.less' wasn't found: @import "../../../../../../h5_lib/trunk/veryless/very.less"; |
不规范数量:18
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 8 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 8: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 8 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 8: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 33 | 1 | `bottom: 117/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `bottom: 117/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `font-size: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `font-size: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `height: 77/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `height: 77/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `line-height: 77/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `line-height: 77/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `width: 612/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `width: 612/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `width: 614/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `width: 614/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `height: 422rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `height: 422rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `width: 587rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `width: 587rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `height: 422rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `height: 422rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `width: 587rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `width: 587rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `height: 75rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `height: 75rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `width: 587rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `width: 587rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `bottom: 56rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `bottom: 56rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `height: 80rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `height: 80rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `width: 422rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `width: 422rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:61
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 10 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 10: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 10 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 10: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 37 | 13 | 1 | ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 37, col 13: ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 45 | 13 | 1 | ` background-size: 100%;` Expected indentation of 4 spaces. | block-indent | → line 45, col 13: ` background-size: 100%;` Expected indentation of 4 spaces. |
| 59 | 13 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 4 spaces. | block-indent | → line 59, col 13: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 4 spaces. |
| 78 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 78, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 105 | 13 | 1 | ` border-radius: 0.15rem;` Expected indentation of 4 spaces. | block-indent | → line 105, col 13: ` border-radius: 0.15rem;` Expected indentation of 4 spaces. |
| 115 | 13 | 1 | ` border-radius: 0.15rem;` Expected indentation of 4 spaces. | block-indent | → line 115, col 13: ` border-radius: 0.15rem;` Expected indentation of 4 spaces. |
| 139 | 1 | `height: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `height: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `top: 5/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `top: 5/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `width: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `width: 120/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 153 | 1 | `bottom: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 153: `bottom: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 156 | 1 | `right: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 156: `right: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `width: 640/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `width: 640/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `padding: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `padding: 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `padding: 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `top: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `top: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `font-size: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `font-size: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 1 | `height: 65/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 179: `height: 65/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 180 | 1 | `line-height: 65/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 180: `line-height: 65/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `font-size: 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `font-size: 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `margin-right: 4/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `margin-right: 4/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 1 | `left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 190: `left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 193 | 1 | `right: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 193: `right: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 196 | 1 | `bottom: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 196: `bottom: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 199 | 1 | `font-size: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 199: `font-size: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 200 | 1 | `margin-bottom: 5/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 200: `margin-bottom: 5/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `width: 702/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `width: 702/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `padding-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `padding-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 223 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 223: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `line-height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 227 | 1 | `right: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 227: `right: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 1 | `padding-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 233: `padding-left: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 236 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 236: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `border-radius: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `border-radius: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 247 | 1 | `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 247: `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 248 | 1 | `height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 248: `height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 250 | 1 | `line-height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 250: `line-height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `top: 45/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `top: 45/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `width: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `width: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 258 | 1 | `height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 258: `height: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `top: 41/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `top: 41/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 262 | 1 | `width: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 262: `width: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 285 | 1 | `-webkit-border-radius: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 285: `-webkit-border-radius: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 286 | 17 | 1 | ` border-radius: 74/@base;` Expected indentation of 8 spaces. | block-indent | → line 286, col 17: ` border-radius: 74/@base;` Expected indentation of 8 spaces. |
| 286 | 1 | `border-radius: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 286: `border-radius: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 287 | 1 | `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 287: `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `margin-left: 52/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `margin-left: 52/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `margin-right: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `margin-right: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 290 | 1 | `width: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 290: `width: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 293 | 1 | `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 293: `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 294 | 1 | `line-height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 294: `line-height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 302 | 1 | `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 302: `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 303 | 1 | `line-height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 303: `line-height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:28
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 8 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 8: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 8 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 8: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 23 | 1 | `height: 118/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `height: 118/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `line-height: 118/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `line-height: 118/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `font-size: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `font-size: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `height: 110/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `height: 110/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `line-height: 110/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `line-height: 110/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `font-size: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `font-size: 42/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `margin: 0 1/@base 0 2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `margin: 0 1/@base 0 2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `margin: 0 1/@base 0 2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `margin: 0 1/@base 0 2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 42, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 49 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `margin-left: 25/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `margin-left: 25/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `text-indent: 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `text-indent: 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `padding: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `padding: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `-webkit-border-radius: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `-webkit-border-radius: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 21 | 1 | ` border-radius: 74/@base;` Expected indentation of 12 spaces. | block-indent | → line 69, col 21: ` border-radius: 74/@base;` Expected indentation of 12 spaces. |
| 69 | 1 | `border-radius: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `border-radius: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `margin-right: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `margin-right: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `width: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `width: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `line-height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `line-height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `line-height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `line-height: 74/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 17 | 5 | 1 | LESS `Parse` Error, Unrecognised input: a: last-child { | syntax | → line 17, col 5: LESS `Parse` Error, Unrecognised input: a: last-child { |
不规范数量:66
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 28 | 1 | `padding-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `padding-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `margin-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `margin-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 59, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 63 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 1 | `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `height: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `height: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `height: 64/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `height: 64/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `line-height: 32/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `line-height: 32/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `height: 52/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `height: 52/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 1 | `line-height: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `line-height: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `margin-top: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `margin-top: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 122 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `margin-left: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `margin-left: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 153 | 1 | `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 153: `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 158 | 1 | `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 173 | 1 | `width: 355/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `width: 355/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 182 | 1 | `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 182: `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `width: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `width: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 189 | 1 | `margin-top: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 189: `margin-top: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 196 | 1 | `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 196: `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 197 | 1 | `height: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 197: `height: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 1 | `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 198: `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 199 | 1 | `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 199: `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 202 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 205 | 1 | `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 205: `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 16 | 1 | ` text-overflow: ellipsis;` Expected indentation of 12 spaces. | block-indent | → line 217, col 16: ` text-overflow: ellipsis;` Expected indentation of 12 spaces. |
| 222 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 252 | 1 | `bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 252: `bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 256 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 256: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 257 | 1 | `line-height: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 257: `line-height: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 262 | 1 | `width: 88/@g-base;;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 262: `width: 88/@g-base;;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 265 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 265: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 266 | 1 | `margin: 10/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 266: `margin: 10/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 266 | 1 | `margin: 10/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 266: `margin: 10/@g-base 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 267 | 1 | `width: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 267: `width: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 282 | 1 | `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 282: `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 283 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 283: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 283 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 283: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 283 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 283: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 284 | 1 | `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 284: `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 285 | 1 | `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 285: `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 300 | 12 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 300, col 12: ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 301 | 13 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 301, col 13: ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 302 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 302, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 2: `@import "../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:131
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 270 | 1 | `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 270: `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 5 | 1 | `@import "unit/common/less/common";` must be appear in the beginning of the file | import | → line 5: `@import "unit/common/less/common";` must be appear in the beginning of the file | |
| 5 | 1 | `@import "unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "unit/common/less/common";` .less suffix must not be omitted | |
| 13 | 1 | `: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAABGdBTUEAALGPC/xhBQAABlNJREFUWAnVWf9vVEUQ39nXL1xb2ipgi3xJQYogBkqvpS3Y5hQEMdEYQ8BoDMQoBEz8gl/i3yAGCURMjCZoIj9Q1KAhpCaUk6OFo/SuqFQDJpxBasVCj9Iv0Htvx5l3vbYc13d7lELdpN19b2Y/8+nc7M7MVYj/2YA7wbekoqYYEJcLASUCRREC5jMuIIRRiD8BMJguMupPnjx8drT2RkXYXVldqhRsQcQSHSIAcBrA2B3wH2nW0U+kc1uEPR5PWrgXtwpUawdAr4GAOiLUYCCcU2ruZX4v5dlJFmAxClxKnl4lEHP5Penuz8uWH3m9XpOfUxkpE1627NmJvZHwNvJqGZnul4B7c7OMPWS828kw/ZE5nb3WBgqTF4XADNrbnCmz3/P7D3U57YuXpUSYPXu1W+2iGC0nL3UoYbxzuunImXhQp+fSypr5loXbyfAUJp2fLV9PxdPSCTxeRmHwdoxshkxfnypZxgucOPpbdrprPYXIv+Rp99Ue9W68HadnbcJlVTWLKWbXoYAIe9bvP/yPE7CTrLHxx0uGAVs5pCi+15RWPO520h8u0yZsmrCFN0qAvbfj2eFGec2epivwa14jWjY2r5MNLcKlVZ45QqjFBNadlZ63Jxmorjw/R34pALroAC9asmT5XJ19WoSViU9EwWRdQ8P313SAdXT4ZqHDV8e6EdE/YMN5pxZhymLsXbo/VaMzXOpSCbKBdyGCbSMZghZhBVjEQHKCGHVqjSeUJoxz9jsQRfGyRM9ahOnOzePND+TkXEkEMpp3LpdlZ0XCsG0kw9IiHAMJh3NS0o/tc5pdLpfhJI+XaRGgu/Iqb7wuw/fFA4z2uaOjL4Zp20iGp0VYIoQYSJr9DycDTFVuCiuKiSKks1eLMAIEGcxUuEwHNBUdFHIp63PNrLNPi7BMg3obVOCKhStXZusA6+i43c9kUUJaybpc4Ovs0SIcOO79g8AC9JNjhPte1gHW0bFk10ukN5ELe91uRItw1Lixm2eqsjaUlT0+6ljmtooO8yuMyV0IzzpD+0ppbwu1F04r4o5hoZL42IwHZ9W3tYUci/aRCFRULC+wLLWb4jZPgNwXPOndP5Ju/PsUPCwEFds7qGNoojxaEAH1+e14mj17w4p8QR1qIfm2OT8LtseTcnpOiXB3NzwkpMiwARELI2DtWVRRYx8aJyMx2eJyzwpU4qsoWa4fhNF1Qy8lxzCoWEo+Vq9endl+uectMrCGzACl6l7adQAN+U3LCW8oOcKQRkmlpwgUPk9sn6MYplsCFEn3FRcV7Kytre0f0ky8Skq4vLxmRr/AD0mxmMCp4YBakQWftXi94cSQem9LPJ580aNeJW3qvJE+afg9U8oP/H7vX04IjoTdVZ55ylSfkCfyyKsdIPH9gN/3sxNgqrKypZ5HIxFrGxGZQjdQGCRsbvEfjVZwCcBGvCW4u1WW+pT25JJXz8AE3Bxs9J1PgDGqV20XQpemT51dhyBKiPRMOtRPzpw+58TFi+djVdxN+AkPndvtmYyW+Jg0J1IFEZw6KXtj0OejLndsRnOzt4NieCMlkFP8afZjZEdV1ar7E1m7xcP83UOfae0k5VnUYpzPzsjfUl9/kA/ZmI7W1lZrXvEs7/WIqKaYnmGqyIJ5c2cfCoVCfCgHxy0eDvcqTpcL6RB0G5nijTvZww1aHWHBPV66kG+SmBNSaWeP9UK86k2E3dXVUyn3vsZK1Mftavb5/o7fMNbPTU3edgHGDpsDiE2cFYfbvImwdQM20ccxgWKpJdB09NvhindzHfQfOUD2AuQ8V78yidPQGCRcXu6hVCmeYpGRRimYEv2Q2t1dsW2QwvYygnra7fFMjjEYJGwKXEvZJ40EgVON3l9jCvdqDvp9rXxrkJfTrG61LsZjkDB9yWfXBIDyu5jwXs8KRDQsQQzWKzZhzjbk3UL+ok9i7k/3mmjMfpYs8NHxp/oCp8UqQ5uwaVqVrAQCg83NP4z5nRsjlGw+fry2j3QCrGcCVvEcDQmEBfYDtSo8j6sBssXmA/gIzzZhyuHzB0iOWHQMyO/+JAX3k9SrDiNMhUe+/Q7EBVs4jn4ZUkY5SbSvtoGQQPu/OYYpO8cRV5uKS7qu8IJuZru4jxIWopWi4xeumsYb4WPHDnbSfXyaboSz442bFp//ANnzK3UKlQvbAAAAAElFTkSuQmCC';Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 13: `: 'data:image/png;base64,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';Variable name must be like this `@foo-bar or @foobar` | |
| 40 | 1 | `margin-top: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `margin-top: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `padding-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `padding-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `height: 64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `height: 64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `top: 111/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `top: 111/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `top: 198/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `top: 198/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `top: 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `top: 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `right: 224/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `right: 224/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 1 | `padding: 28/@g-base 0 26/@g-base 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 138: `padding: 28/@g-base 0 26/@g-base 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 1 | `padding: 28/@g-base 0 26/@g-base 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 138: `padding: 28/@g-base 0 26/@g-base 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 1 | `padding: 28/@g-base 0 26/@g-base 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 138: `padding: 28/@g-base 0 26/@g-base 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 141 | 1 | `background-size: auto 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `background-size: auto 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `line-height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `line-height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 179: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 180 | 1 | `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 180: `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 181 | 1 | `margin-top: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 181: `margin-top: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 182 | 1 | `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 182: `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 206 | 1 | `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 206: `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 207 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 207: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `margin-top: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `margin-top: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `width: 170/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `width: 170/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 216 | 1 | `height: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 216: `height: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 219 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 219: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `top: 17/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `top: 17/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 221 | 1 | `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 221: `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 236 | 1 | `height: 76/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 236: `height: 76/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 237 | 1 | `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 237: `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 1 | `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 238: `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 243 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 243: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `margin: 20/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `margin: 20/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `margin: 20/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `margin: 20/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `margin: 20/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `margin: 20/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `margin: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `margin: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 283 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 283: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 290 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 290: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 292 | 1 | `width: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 292: `width: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 318 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 318: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 320 | 1 | `padding: 32/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 320: `padding: 32/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 320 | 1 | `padding: 32/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 320: `padding: 32/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 320 | 1 | `padding: 32/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 320: `padding: 32/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 323 | 1 | `color: rgb(0, 0, 0);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 323: `color: rgb(0, 0, 0);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 331 | 1 | `height: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 331: `height: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 333 | 1 | `top: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 333: `top: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 335 | 1 | `width: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 335: `width: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 336 | 1 | `height: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 336: `height: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 342 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 342: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 343 | 1 | `margin-bottom: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 343: `margin-bottom: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 348 | 1 | `width: 215/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 348: `width: 215/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 351 | 1 | `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 351: `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 352 | 1 | `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 352: `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `width: 215/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `width: 215/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 359 | 1 | `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 359: `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 360 | 1 | `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 360: `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 365 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 365: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 367 | 1 | `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 367: `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 391 | 1 | `width: 540/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 391: `width: 540/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 392 | 1 | `height: 278/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 392: `height: 278/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 394 | 1 | `border-radius: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 394: `border-radius: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 401 | 1 | `height: 103/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 401: `height: 103/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 402 | 1 | `line-height: 103/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 402: `line-height: 103/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 408 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 408: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 421 | 1 | `padding: 0 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 421: `padding: 0 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 421 | 1 | `padding: 0 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 421: `padding: 0 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 421 | 1 | `padding: 0 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 421: `padding: 0 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 425 | 1 | `width: 284/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 425: `width: 284/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 426 | 1 | `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 426: `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 427 | 1 | `line-height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 427: `line-height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 428 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 428: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 429 | 1 | `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 429: `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 431 | 1 | `padding-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 431: `padding-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 435 | 1 | `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 435: `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 441 | 1 | `height: 89/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 441: `height: 89/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 442 | 1 | `line-height: 89/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 442: `line-height: 89/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 448 | 1 | `height: 89/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 448: `height: 89/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 451 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 451: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 452 | 1 | `line-height: 89/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 452: `line-height: 89/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 465 | 1 | `margin-top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 465: `margin-top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 469 | 1 | `left: 0px; ` Values of 0 shouldn't have units specified | zero-unit | → line 469: `left: 0px; ` Values of 0 shouldn't have units specified | |
| 470 | 1 | `top: 0px; ` Values of 0 shouldn't have units specified | zero-unit | → line 470: `top: 0px; ` Values of 0 shouldn't have units specified | |
| 479 | 1 | `border-radius: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 479: `border-radius: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 480 | 1 | `width: 540/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 480: `width: 540/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 491 | 1 | `height: 278/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 491: `height: 278/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 494 | 1 | `height: 293/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 494: `height: 293/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 497 | 1 | `padding: 35/@g-base 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 497: `padding: 35/@g-base 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 497 | 1 | `padding: 35/@g-base 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 497: `padding: 35/@g-base 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 497 | 1 | `padding: 35/@g-base 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 497: `padding: 35/@g-base 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 497 | 1 | `padding: 35/@g-base 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 497: `padding: 35/@g-base 24/@g-base 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 499 | 1 | `height: 125/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 499: `height: 125/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 502 | 1 | `margin-bottom: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 502: `margin-bottom: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 503 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 503: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 507 | 1 | `width: 284/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 507: `width: 284/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 508 | 1 | `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 508: `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 509 | 1 | `line-height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 509: `line-height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 510 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 510: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 511 | 1 | `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 511: `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 513 | 1 | `padding-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 513: `padding-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 519 | 1 | `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 519: `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 523 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 523: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 524 | 1 | `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 524: `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 527 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 527: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 528 | 1 | `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 528: `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 534 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 534: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 537 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 537: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 538 | 1 | `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 538: `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 550 | 1 | `padding: 37/@g-base 48/@g-base 42/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 550: `padding: 37/@g-base 48/@g-base 42/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 550 | 1 | `padding: 37/@g-base 48/@g-base 42/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 550: `padding: 37/@g-base 48/@g-base 42/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 550 | 1 | `padding: 37/@g-base 48/@g-base 42/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 550: `padding: 37/@g-base 48/@g-base 42/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 550 | 1 | `padding: 37/@g-base 48/@g-base 42/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 550: `padding: 37/@g-base 48/@g-base 42/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 551 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 551: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 552 | 1 | `height: 126/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 552: `height: 126/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 553 | 1 | `line-height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 553: `line-height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:311
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 19 | 3 | 1 | ` .waiting,.error-container>div{` Expected indentation of 4 spaces. | block-indent | → line 19, col 3: ` .waiting,.error-container>div{` Expected indentation of 4 spaces. |
| 26 | 3 | 1 | ` .error-container{` Expected indentation of 4 spaces. | block-indent | → line 26, col 3: ` .error-container{` Expected indentation of 4 spaces. |
| 35 | 5 | 1 | ` >div>img{` Expected indentation of 8 spaces. | block-indent | → line 35, col 5: ` >div>img{` Expected indentation of 8 spaces. |
| 40 | 3 | 1 | ` &.error{` Expected indentation of 4 spaces. | block-indent | → line 40, col 3: ` &.error{` Expected indentation of 4 spaces. |
| 41 | 5 | 1 | ` .error-container{` Expected indentation of 8 spaces. | block-indent | → line 41, col 5: ` .error-container{` Expected indentation of 8 spaces. |
| 53 | 3 | 1 | ` .navbar{` Expected indentation of 4 spaces. | block-indent | → line 53, col 3: ` .navbar{` Expected indentation of 4 spaces. |
| 57 | 3 | 1 | ` .login{` Expected indentation of 4 spaces. | block-indent | → line 57, col 3: ` .login{` Expected indentation of 4 spaces. |
| 62 | 5 | 1 | ` input::-webkit-input-placeholder{` Expected indentation of 8 spaces. | block-indent | → line 62, col 5: ` input::-webkit-input-placeholder{` Expected indentation of 8 spaces. |
| 65 | 5 | 1 | ` input:-moz-placeholder{` Expected indentation of 8 spaces. | block-indent | → line 65, col 5: ` input:-moz-placeholder{` Expected indentation of 8 spaces. |
| 68 | 5 | 1 | ` input::-moz-placeholder{` Expected indentation of 8 spaces. | block-indent | → line 68, col 5: ` input::-moz-placeholder{` Expected indentation of 8 spaces. |
| 71 | 5 | 1 | ` input:-ms-input-placeholder{` Expected indentation of 8 spaces. | block-indent | → line 71, col 5: ` input:-ms-input-placeholder{` Expected indentation of 8 spaces. |
| 75 | 5 | 1 | ` button{` Expected indentation of 8 spaces. | block-indent | → line 75, col 5: ` button{` Expected indentation of 8 spaces. |
| 79 | 5 | 1 | ` a{` Expected indentation of 8 spaces. | block-indent | → line 79, col 5: ` a{` Expected indentation of 8 spaces. |
| 83 | 5 | 1 | ` .input{` Expected indentation of 8 spaces. | block-indent | → line 83, col 5: ` .input{` Expected indentation of 8 spaces. |
| 87 | 5 | 1 | ` .check{` Expected indentation of 8 spaces. | block-indent | → line 87, col 5: ` .check{` Expected indentation of 8 spaces. |
| 97 | 5 | 1 | ` .input input, .check input{` Expected indentation of 8 spaces. | block-indent | → line 97, col 5: ` .input input, .check input{` Expected indentation of 8 spaces. |
| 100 | 5 | 1 | ` .check input {` Expected indentation of 8 spaces. | block-indent | → line 100, col 5: ` .check input {` Expected indentation of 8 spaces. |
| 109 | 5 | 1 | ` .check .checkcode-img{` Expected indentation of 8 spaces. | block-indent | → line 109, col 5: ` .check .checkcode-img{` Expected indentation of 8 spaces. |
| 117 | 5 | 1 | ` .check .checkcode-tip {` Expected indentation of 8 spaces. | block-indent | → line 117, col 5: ` .check .checkcode-tip {` Expected indentation of 8 spaces. |
| 121 | 5 | 1 | ` .check .checkcode-tip a {` Expected indentation of 8 spaces. | block-indent | → line 121, col 5: ` .check .checkcode-tip a {` Expected indentation of 8 spaces. |
| 124 | 5 | 1 | ` .input input:last-child{` Expected indentation of 8 spaces. | block-indent | → line 124, col 5: ` .input input:last-child{` Expected indentation of 8 spaces. |
| 130 | 5 | 1 | ` .input input:first-child{` Expected indentation of 8 spaces. | block-indent | → line 130, col 5: ` .input input:first-child{` Expected indentation of 8 spaces. |
| 136 | 5 | 1 | ` .user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` Expected indentation of 8 spaces. | block-indent | → line 136, col 5: ` .user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` Expected indentation of 8 spaces. |
| 144 | 5 | 1 | ` .user-name-input, .password-input, .phone-number-input, .pin-input{` Expected indentation of 8 spaces. | block-indent | → line 144, col 5: ` .user-name-input, .password-input, .phone-number-input, .pin-input{` Expected indentation of 8 spaces. |
| 158 | 5 | 1 | ` .user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` Expected indentation of 8 spaces. | block-indent | → line 158, col 5: ` .user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` Expected indentation of 8 spaces. |
| 163 | 5 | 1 | ` .user-name-input, .phone-number-input{` Expected indentation of 8 spaces. | block-indent | → line 163, col 5: ` .user-name-input, .phone-number-input{` Expected indentation of 8 spaces. |
| 166 | 5 | 1 | ` .password-input{` Expected indentation of 8 spaces. | block-indent | → line 166, col 5: ` .password-input{` Expected indentation of 8 spaces. |
| 169 | 5 | 1 | ` .pin-input{` Expected indentation of 8 spaces. | block-indent | → line 169, col 5: ` .pin-input{` Expected indentation of 8 spaces. |
| 175 | 5 | 1 | ` .login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` Expected indentation of 8 spaces. | block-indent | → line 175, col 5: ` .login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` Expected indentation of 8 spaces. |
| 185 | 5 | 1 | ` .login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` Expected indentation of 8 spaces. | block-indent | → line 185, col 5: ` .login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` Expected indentation of 8 spaces. |
| 190 | 5 | 1 | ` .forget-password, .agreement{` Expected indentation of 8 spaces. | block-indent | → line 190, col 5: ` .forget-password, .agreement{` Expected indentation of 8 spaces. |
| 197 | 5 | 1 | ` .go-signup-btn, .go-login-btn, .pin-btn{` Expected indentation of 8 spaces. | block-indent | → line 197, col 5: ` .go-signup-btn, .go-login-btn, .pin-btn{` Expected indentation of 8 spaces. |
| 206 | 5 | 1 | ` .pin-btn{` Expected indentation of 8 spaces. | block-indent | → line 206, col 5: ` .pin-btn{` Expected indentation of 8 spaces. |
| 213 | 5 | 1 | ` button[disabled]{` Expected indentation of 8 spaces. | block-indent | → line 213, col 5: ` button[disabled]{` Expected indentation of 8 spaces. |
| 219 | 5 | 1 | ` .clear-both{` Expected indentation of 8 spaces. | block-indent | → line 219, col 5: ` .clear-both{` Expected indentation of 8 spaces. |
| 223 | 5 | 1 | ` .agreement{` Expected indentation of 8 spaces. | block-indent | → line 223, col 5: ` .agreement{` Expected indentation of 8 spaces. |
| 234 | 5 | 1 | ` .remember{` Expected indentation of 8 spaces. | block-indent | → line 234, col 5: ` .remember{` Expected indentation of 8 spaces. |
| 237 | 5 | 1 | ` .remember .checkbox{` Expected indentation of 8 spaces. | block-indent | → line 237, col 5: ` .remember .checkbox{` Expected indentation of 8 spaces. |
| 241 | 5 | 1 | ` .remember .checkbox input{` Expected indentation of 8 spaces. | block-indent | → line 241, col 5: ` .remember .checkbox input{` Expected indentation of 8 spaces. |
| 245 | 5 | 1 | ` &.signup-email-link {` Expected indentation of 8 spaces. | block-indent | → line 245, col 5: ` &.signup-email-link {` Expected indentation of 8 spaces. |
| 256 | 5 | 1 | ` &.error-info{` Expected indentation of 8 spaces. | block-indent | → line 256, col 5: ` &.error-info{` Expected indentation of 8 spaces. |
| 279 | 5 | 1 | ` .prompt-info{` Expected indentation of 8 spaces. | block-indent | → line 279, col 5: ` .prompt-info{` Expected indentation of 8 spaces. |
| 286 | 3 | 1 | ` .popup-mask{` Expected indentation of 4 spaces. | block-indent | → line 286, col 3: ` .popup-mask{` Expected indentation of 4 spaces. |
| 290 | 3 | 1 | ` .btn_forgetPsw {` Expected indentation of 4 spaces. | block-indent | → line 290, col 3: ` .btn_forgetPsw {` Expected indentation of 4 spaces. |
| 97 | 1 | `background-size: auto .75rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 97: `background-size: auto .75rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 99 | 1 | `font-size: .75rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 99: `font-size: .75rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 143 | 1 | `padding: .6rem 0 .55rem 1.64rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 143: `padding: .6rem 0 .55rem 1.64rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 143 | 1 | `padding: .6rem 0 .55rem 1.64rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 143: `padding: .6rem 0 .55rem 1.64rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 245 | 1 | `font-size:.7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 245: `font-size:.7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 274 | 1 | `margin: .3rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 274: `margin: .3rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 307 | 1 | `opacity: .3;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 307: `opacity: .3;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 325 | 1 | `box-shadow: 0 0 5px rgba(0, 0, 0, .3);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 325: `box-shadow: 0 0 5px rgba(0, 0, 0, .3);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 338 | 1 | `font-size: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 338: `font-size: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 359 | 1 | `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 359: `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 360 | 1 | `text-indent: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 360: `text-indent: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 365 | 1 | `margin-left: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 365: `margin-left: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 367 | 1 | `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 367: `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 379 | 1 | `padding: .5rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 379: `padding: .5rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 389 | 1 | `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 389: `font-size: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 5 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 16 | 3 | 1 | ` font-size: 0.75rem;` Expected indentation of 4 spaces. | block-indent | → line 16, col 3: ` font-size: 0.75rem;` Expected indentation of 4 spaces. |
| 15 | 11 | 1 | `.page_wait{` Must contain spaces before the `{` | require-before-space | → line 15, col 11: `.page_wait{` Must contain spaces before the `{` |
| 17 | 3 | 1 | ` color: #333;` Expected indentation of 4 spaces. | block-indent | → line 17, col 3: ` color: #333;` Expected indentation of 4 spaces. |
| 18 | 3 | 1 | ` text-align:center;` Expected indentation of 4 spaces. | block-indent | → line 18, col 3: ` text-align:center;` Expected indentation of 4 spaces. |
| 18 | 14 | 1 | ` text-align:center;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 18, col 14: ` text-align:center;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 20 | 5 | 1 | ` position:absolute;` Expected indentation of 8 spaces. | block-indent | → line 20, col 5: ` position:absolute;` Expected indentation of 8 spaces. |
| 20 | 14 | 1 | ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 20, col 14: ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 19 | 32 | 1 | ` .waiting,.error-container>div{` Must contain spaces before the `{` | require-before-space | → line 19, col 32: ` .waiting,.error-container>div{` Must contain spaces before the `{` |
| 19 | 1 | `.waiting,.error-container>div{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 19: `.waiting,.error-container>div{` When multiple selectors share a statement block, each selector statement must be per line | |
| 21 | 5 | 1 | ` top: 45%;` Expected indentation of 8 spaces. | block-indent | → line 21, col 5: ` top: 45%;` Expected indentation of 8 spaces. |
| 22 | 5 | 1 | ` left: 50%;` Expected indentation of 8 spaces. | block-indent | → line 22, col 5: ` left: 50%;` Expected indentation of 8 spaces. |
| 23 | 5 | 1 | ` transform: translate(-50%,-50%);` Expected indentation of 8 spaces. | block-indent | → line 23, col 5: ` transform: translate(-50%,-50%);` Expected indentation of 8 spaces. |
| 24 | 5 | 1 | ` -webkit-transform: translate(-50%,-50%);` Expected indentation of 8 spaces. | block-indent | → line 24, col 5: ` -webkit-transform: translate(-50%,-50%);` Expected indentation of 8 spaces. |
| 27 | 5 | 1 | ` color: #333;` Expected indentation of 8 spaces. | block-indent | → line 27, col 5: ` color: #333;` Expected indentation of 8 spaces. |
| 26 | 19 | 1 | ` .error-container{` Must contain spaces before the `{` | require-before-space | → line 26, col 19: ` .error-container{` Must contain spaces before the `{` |
| 28 | 5 | 1 | ` display: none;` Expected indentation of 8 spaces. | block-indent | → line 28, col 5: ` display: none;` Expected indentation of 8 spaces. |
| 29 | 5 | 1 | ` z-index: 9999;` Expected indentation of 8 spaces. | block-indent | → line 29, col 5: ` z-index: 9999;` Expected indentation of 8 spaces. |
| 30 | 5 | 1 | ` background-color: #f9f9f9;` Expected indentation of 8 spaces. | block-indent | → line 30, col 5: ` background-color: #f9f9f9;` Expected indentation of 8 spaces. |
| 31 | 5 | 1 | ` position: absolute;` Expected indentation of 8 spaces. | block-indent | → line 31, col 5: ` position: absolute;` Expected indentation of 8 spaces. |
| 32 | 5 | 1 | ` top: 0;` Expected indentation of 8 spaces. | block-indent | → line 32, col 5: ` top: 0;` Expected indentation of 8 spaces. |
| 33 | 5 | 1 | ` width: 100%;` Expected indentation of 8 spaces. | block-indent | → line 33, col 5: ` width: 100%;` Expected indentation of 8 spaces. |
| 34 | 5 | 1 | ` height: 100%;` Expected indentation of 8 spaces. | block-indent | → line 34, col 5: ` height: 100%;` Expected indentation of 8 spaces. |
| 36 | 9 | 1 | ` width:5rem;` Expected indentation of 12 spaces. | block-indent | → line 36, col 9: ` width:5rem;` Expected indentation of 12 spaces. |
| 36 | 15 | 1 | ` width:5rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 36, col 15: ` width:5rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 35 | 13 | 1 | ` >div>img{` Must contain spaces before the `{` | require-before-space | → line 35, col 13: ` >div>img{` Must contain spaces before the `{` |
| 37 | 9 | 1 | ` margin: 0 auto 1.5rem auto;` Expected indentation of 12 spaces. | block-indent | → line 37, col 9: ` margin: 0 auto 1.5rem auto;` Expected indentation of 12 spaces. |
| 42 | 7 | 1 | ` display:block;` Expected indentation of 12 spaces. | block-indent | → line 42, col 7: ` display:block;` Expected indentation of 12 spaces. |
| 42 | 15 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 42, col 15: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 41 | 21 | 1 | ` .error-container{` Must contain spaces before the `{` | require-before-space | → line 41, col 21: ` .error-container{` Must contain spaces before the `{` |
| 49 | 3 | 1 | ` @userName: 'data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQyQjU2RjY0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQyQjU2Rjc0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDIwNUEyNDQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDIwNUEyNTQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIACQAJAMBEQACEQEDEQH/xAB3AAACAgMAAAAAAAAAAAAAAAAHCAUJAAIGAQEAAAAAAAAAAAAAAAAAAAAAEAABAwIEAgcEBgsAAAAAAAABAgMEBQYAERIHIRYxQVETFBUI8GGBI3EyUhcYKJGhInKCsjNEhCUmEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwC/d55qOy7IfcDTLCFOPOq4BKUjNRPuAGAQar7obwb13dULb2nedoFu09ZQuoNL8OruwSkPSZWRWjUQdKG+PuVlngIq4qR6m9nGG7pl3nIualRlJM9SZ8iqR2wSBk+zNQlQSro1JHD7QOAcnajcSJubZ0C42WkxZhJYqsJJzDMhvgsA9h6U59RwBKwA+3XffjbbXs9HJDopElII6cloKVfqJwAY9I0CHH20kTWAky6hU31TVj62beSEA/wgHAMjcEOLUKDWoM1KVRJcGQzJCujQttQVn9AwCg+jt11EK/IKc/BMVFtbP2dZSUnI/upGAdXAQtxtUmRQavFrspmFR5cR6PUZT7iWm0NOoKFKK1kJTkD0nAVxbZX9VtqdxhZFs16nXdaFdrDEdbrQWpoh9aWw60v9kpWEkA5aknLr6cAb/VHutdNpuwLJt9UeFHuWmqcqNTUPnhDji2S2hSiEoBCeKiM+PVgCp6fLToVpWBEj0mtQa/MqK/GVqowHkPtGQtIHdhSCfqABPHswB0wFZW7t5pvneCfat8XPItqwbdqL0JQjtuPJQmPmkuBlpKypxwjLUUnTn2DLAGS07n9INm+GdpcuLJqEVSXG6rUKZUpcgOJ4haVOxVBCgeI0BOA7C494PTBd4RzPUKdW3GkFtmRLos9bzaCSdKHfCa0jM58CMAp24lV2ytOr0q5dg7xqEGoKdV5jTWkzWm2QnIoUlcppBUlRzBQoqHwwD4c/VT7kPvD7pvzjlrzTu8vl9/3Ovo7M8ALNxvwp821Tnzw3NOv/AG3h/N/6mXHvPAfK19vX24DhvyR+3MmAz8kftzJgNk/gk1JyyzzGWrmTL458P04Bvv8AjeSv7HkXyv8AxPL+7/k0YD//2Q==';` Expected indentation of 4 spaces. | block-indent | → line 49, col 3: ` @userName: 'data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQyQjU2RjY0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQyQjU2Rjc0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDIwNUEyNDQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDIwNUEyNTQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIACQAJAMBEQACEQEDEQH/xAB3AAACAgMAAAAAAAAAAAAAAAAHCAUJAAIGAQEAAAAAAAAAAAAAAAAAAAAAEAABAwIEAgcEBgsAAAAAAAABAgMEBQYAERIHIRYxQVETFBUI8GGBI3EyUhcYKJGhInKCsjNEhCUmEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwC/d55qOy7IfcDTLCFOPOq4BKUjNRPuAGAQar7obwb13dULb2nedoFu09ZQuoNL8OruwSkPSZWRWjUQdKG+PuVlngIq4qR6m9nGG7pl3nIualRlJM9SZ8iqR2wSBk+zNQlQSro1JHD7QOAcnajcSJubZ0C42WkxZhJYqsJJzDMhvgsA9h6U59RwBKwA+3XffjbbXs9HJDopElII6cloKVfqJwAY9I0CHH20kTWAky6hU31TVj62beSEA/wgHAMjcEOLUKDWoM1KVRJcGQzJCujQttQVn9AwCg+jt11EK/IKc/BMVFtbP2dZSUnI/upGAdXAQtxtUmRQavFrspmFR5cR6PUZT7iWm0NOoKFKK1kJTkD0nAVxbZX9VtqdxhZFs16nXdaFdrDEdbrQWpoh9aWw60v9kpWEkA5aknLr6cAb/VHutdNpuwLJt9UeFHuWmqcqNTUPnhDji2S2hSiEoBCeKiM+PVgCp6fLToVpWBEj0mtQa/MqK/GVqowHkPtGQtIHdhSCfqABPHswB0wFZW7t5pvneCfat8XPItqwbdqL0JQjtuPJQmPmkuBlpKypxwjLUUnTn2DLAGS07n9INm+GdpcuLJqEVSXG6rUKZUpcgOJ4haVOxVBCgeI0BOA7C494PTBd4RzPUKdW3GkFtmRLos9bzaCSdKHfCa0jM58CMAp24lV2ytOr0q5dg7xqEGoKdV5jTWkzWm2QnIoUlcppBUlRzBQoqHwwD4c/VT7kPvD7pvzjlrzTu8vl9/3Ovo7M8ALNxvwp821Tnzw3NOv/AG3h/N/6mXHvPAfK19vX24DhvyR+3MmAz8kftzJgNk/gk1JyyzzGWrmTL458P04Bvv8AjeSv7HkXyv8AxPL+7/k0YD//2Q==';` Expected indentation of 4 spaces. |
| 49 | 1 | `: 'data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQyQjU2RjY0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQyQjU2Rjc0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDIwNUEyNDQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDIwNUEyNTQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIACQAJAMBEQACEQEDEQH/xAB3AAACAgMAAAAAAAAAAAAAAAAHCAUJAAIGAQEAAAAAAAAAAAAAAAAAAAAAEAABAwIEAgcEBgsAAAAAAAABAgMEBQYAERIHIRYxQVETFBUI8GGBI3EyUhcYKJGhInKCsjNEhCUmEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwC/d55qOy7IfcDTLCFOPOq4BKUjNRPuAGAQar7obwb13dULb2nedoFu09ZQuoNL8OruwSkPSZWRWjUQdKG+PuVlngIq4qR6m9nGG7pl3nIualRlJM9SZ8iqR2wSBk+zNQlQSro1JHD7QOAcnajcSJubZ0C42WkxZhJYqsJJzDMhvgsA9h6U59RwBKwA+3XffjbbXs9HJDopElII6cloKVfqJwAY9I0CHH20kTWAky6hU31TVj62beSEA/wgHAMjcEOLUKDWoM1KVRJcGQzJCujQttQVn9AwCg+jt11EK/IKc/BMVFtbP2dZSUnI/upGAdXAQtxtUmRQavFrspmFR5cR6PUZT7iWm0NOoKFKK1kJTkD0nAVxbZX9VtqdxhZFs16nXdaFdrDEdbrQWpoh9aWw60v9kpWEkA5aknLr6cAb/VHutdNpuwLJt9UeFHuWmqcqNTUPnhDji2S2hSiEoBCeKiM+PVgCp6fLToVpWBEj0mtQa/MqK/GVqowHkPtGQtIHdhSCfqABPHswB0wFZW7t5pvneCfat8XPItqwbdqL0JQjtuPJQmPmkuBlpKypxwjLUUnTn2DLAGS07n9INm+GdpcuLJqEVSXG6rUKZUpcgOJ4haVOxVBCgeI0BOA7C494PTBd4RzPUKdW3GkFtmRLos9bzaCSdKHfCa0jM58CMAp24lV2ytOr0q5dg7xqEGoKdV5jTWkzWm2QnIoUlcppBUlRzBQoqHwwD4c/VT7kPvD7pvzjlrzTu8vl9/3Ovo7M8ALNxvwp821Tnzw3NOv/AG3h/N/6mXHvPAfK19vX24DhvyR+3MmAz8kftzJgNk/gk1JyyzzGWrmTL458P04Bvv8AjeSv7HkXyv8AxPL+7/k0YD//2Q==';Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 49: `: 'data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQyQjU2RjY0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQyQjU2Rjc0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDIwNUEyNDQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDIwNUEyNTQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIACQAJAMBEQACEQEDEQH/xAB3AAACAgMAAAAAAAAAAAAAAAAHCAUJAAIGAQEAAAAAAAAAAAAAAAAAAAAAEAABAwIEAgcEBgsAAAAAAAABAgMEBQYAERIHIRYxQVETFBUI8GGBI3EyUhcYKJGhInKCsjNEhCUmEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwC/d55qOy7IfcDTLCFOPOq4BKUjNRPuAGAQar7obwb13dULb2nedoFu09ZQuoNL8OruwSkPSZWRWjUQdKG+PuVlngIq4qR6m9nGG7pl3nIualRlJM9SZ8iqR2wSBk+zNQlQSro1JHD7QOAcnajcSJubZ0C42WkxZhJYqsJJzDMhvgsA9h6U59RwBKwA+3XffjbbXs9HJDopElII6cloKVfqJwAY9I0CHH20kTWAky6hU31TVj62beSEA/wgHAMjcEOLUKDWoM1KVRJcGQzJCujQttQVn9AwCg+jt11EK/IKc/BMVFtbP2dZSUnI/upGAdXAQtxtUmRQavFrspmFR5cR6PUZT7iWm0NOoKFKK1kJTkD0nAVxbZX9VtqdxhZFs16nXdaFdrDEdbrQWpoh9aWw60v9kpWEkA5aknLr6cAb/VHutdNpuwLJt9UeFHuWmqcqNTUPnhDji2S2hSiEoBCeKiM+PVgCp6fLToVpWBEj0mtQa/MqK/GVqowHkPtGQtIHdhSCfqABPHswB0wFZW7t5pvneCfat8XPItqwbdqL0JQjtuPJQmPmkuBlpKypxwjLUUnTn2DLAGS07n9INm+GdpcuLJqEVSXG6rUKZUpcgOJ4haVOxVBCgeI0BOA7C494PTBd4RzPUKdW3GkFtmRLos9bzaCSdKHfCa0jM58CMAp24lV2ytOr0q5dg7xqEGoKdV5jTWkzWm2QnIoUlcppBUlRzBQoqHwwD4c/VT7kPvD7pvzjlrzTu8vl9/3Ovo7M8ALNxvwp821Tnzw3NOv/AG3h/N/6mXHvPAfK19vX24DhvyR+3MmAz8kftzJgNk/gk1JyyzzGWrmTL458P04Bvv8AjeSv7HkXyv8AxPL+7/k0YD//2Q==';Variable name must be like this `@foo-bar or @foobar` | |
| 50 | 3 | 1 | ` @password: 'data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQzOTc0QjU0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQzOTc0QjY0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDJCNTcwMDQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDM5NzRCNDQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIACQAJAMBEQACEQEDEQH/xAB3AAEAAwADAAAAAAAAAAAAAAAIAAcJAQIFAQEAAAAAAAAAAAAAAAAAAAAAEAAABQEFAwQRBQAAAAAAAAABAgMEBQYAERITByEUFTFBCBjwYZFCI8PT1IWVpRZGVhdXKFFxgSJSEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDfZwui1brunCgJN2yZlV1R5CkIAmMI/sAWDPtzM6m9Jiq5WHp2VPS9Bw6glUMBjkTwXiBBVBMQMsoe6/DfhDtc4dKh0a1P0IZjW1EVueZZRggpLtU0TtriCNwio2MqsmqS8du28OW7nAGDpLqEjqZRcdUYJFbPRxN5VoQREqbhPYfDfzG5Q7Q2CzLAdNa9cKMotpO0U+B+8qCUiHCJE2SSZyNzOkDFSFY6iqdwDiAf6gYbuawF3QDXWj9KqdmoqoY2XevJKS3tFaORbqEBPJTJhMKzhEb7yiNwANgt2qellpvO0zUMK3g6jK4lo10zbGWbMwTKouiYhBOIPDCAAYQEbgGwVn0cNbKO07h3tM1KSRSXmJYHCMgikmo1RIdNNIM0RVBQNpREcJBsGi+elkbzjDIy83M5sF2K/uWAEVrExk70uoqKmGKMlGuwa70xcEBRJQCRwnKByDsEMRQG4bAwPpZpj9uaX9UMvJWDn6WaY/bml/VDLyVgHvS0o6k6aZ0O6pym4yAWeOXaTs0c1SagoUhUhKBypFKA3CYdohYHD8NejPE2AJ6jVJE0h0rWNRzq5m0TGkaHeuCEMoJCnjxTA2AgCYbhMF9wWBI9ZnRH519myXmtgnWY0R+dvZsl5rYC10mtVKG1EbUczo6YNMKRbhyq9PuzhuUgLAkUgBvCaYiI4R5AsGgHw36M8TYKL1g6unG2n1X3Xj+QGVl8Qz8nvc3h2279Mf8AFgqH8I+z3ksE/CPs95LB68D1M+MxvCd34nvCe473xzJzcQYMW9+B5f8AeywNPwWT3mRg7WHBd3LrrB//2Q==';` Expected indentation of 4 spaces. | block-indent | → line 50, col 3: ` @password: 'data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQzOTc0QjU0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQzOTc0QjY0NDg0MTFFNEExRTNBMEVENzUxMEZEOEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDJCNTcwMDQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDM5NzRCNDQ0ODQxMUU0QTFFM0EwRUQ3NTEwRkQ4QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIACQAJAMBEQACEQEDEQH/xAB3AAEAAwADAAAAAAAAAAAAAAAIAAcJAQIFAQEAAAAAAAAAAAAAAAAAAAAAEAAABQEFAwQRBQAAAAAAAAABAgMEBQYAERITByEUFTFBCBjwYZFCI8PT1IWVpRZGVhdXKFFxgSJSEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDfZwui1brunCgJN2yZlV1R5CkIAmMI/sAWDPtzM6m9Jiq5WHp2VPS9Bw6glUMBjkTwXiBBVBMQMsoe6/DfhDtc4dKh0a1P0IZjW1EVueZZRggpLtU0TtriCNwio2MqsmqS8du28OW7nAGDpLqEjqZRcdUYJFbPRxN5VoQREqbhPYfDfzG5Q7Q2CzLAdNa9cKMotpO0U+B+8qCUiHCJE2SSZyNzOkDFSFY6iqdwDiAf6gYbuawF3QDXWj9KqdmoqoY2XevJKS3tFaORbqEBPJTJhMKzhEb7yiNwANgt2qellpvO0zUMK3g6jK4lo10zbGWbMwTKouiYhBOIPDCAAYQEbgGwVn0cNbKO07h3tM1KSRSXmJYHCMgikmo1RIdNNIM0RVBQNpREcJBsGi+elkbzjDIy83M5sF2K/uWAEVrExk70uoqKmGKMlGuwa70xcEBRJQCRwnKByDsEMRQG4bAwPpZpj9uaX9UMvJWDn6WaY/bml/VDLyVgHvS0o6k6aZ0O6pym4yAWeOXaTs0c1SagoUhUhKBypFKA3CYdohYHD8NejPE2AJ6jVJE0h0rWNRzq5m0TGkaHeuCEMoJCnjxTA2AgCYbhMF9wWBI9ZnRH519myXmtgnWY0R+dvZsl5rYC10mtVKG1EbUczo6YNMKRbhyq9PuzhuUgLAkUgBvCaYiI4R5AsGgHw36M8TYKL1g6unG2n1X3Xj+QGVl8Qz8nvc3h2279Mf8AFgqH8I+z3ksE/CPs95LB68D1M+MxvCd34nvCe473xzJzcQYMW9+B5f8AeywNPwWT3mRg7WHBd3LrrB//2Q==';` Expected indentation of 4 spaces. |
| 51 | 3 | 1 | ` @pin:'data:image/png;base64,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';` Expected indentation of 4 spaces. | block-indent | → line 51, col 3: ` @pin:'data:image/png;base64,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';` Expected indentation of 4 spaces. |
| 51 | 8 | 1 | ` @pin:'data:image/png;base64,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';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 51, col 8: ` @pin:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAJxSURBVHja7JhLiI1hGMd/ZyIjktxipSwoJUlmpYmNywIzs3CImiaXx2pqigwb0shQLkX4D43kkjNlyhhpKAkLxcZCIjWKjGJBSZORY/N+9XQi59q8dJ7V9/+f7zz9v/d53+fyprLZLDFbDZFbVeB/L3BMqQ7MrKT/S/K+JgBngbnAfkm3Y1vBvcBmoC48xxNiM2tLRAUbjEagmTUBxxzVAxhAqtREXeoeBJYAD4DagJ8A9ZKGY1jBOcA1J+4VkE7EjbbAicDNIBLgK9AgaTCWPHgRmO9ws6QXsSTqM0CTw9sk9cZSSdqBHQ53SjofS6lrBg453C1pTyy1eCngV+pRkutiELgQuO5q/1OgEfgRg8DJoTLMCPgLsBH4lHc3Y2YLgFbgjaSDZRQ3FsiE7gRgOJze14X2g6eArUCHmXWXUeA5YIXD24F7xTSsbx3XYmaZMog7Ek5tYjuBS8V21C1Al+PXm1mvmRW7R7cAuxzuAo4W3fJLGpFkwAn3WyPQb2bjC/S5Jied9OWTTvI6xZLaQmgSWw3cMrPaPP3VARccfpwT5tKHJkm7gX2OWg4MmNnUv/iaBdwAkveGQhQ+l32qk3QA8CWoPoic9Ac/44CrwMyAvwFp4EPFxk5JnSE3JrYYuG9ms3/zeg+wzOE08LDic7GkkzmdxyLgrplNc9xxYK3DrUB/uRJpXjOJmW0CLjvqZdibDcBpxx8O7VRRc3HRtVjSFWCDo+YBz4COnDC3U2arKeBLM8A6YCRQ04Ep4flOaABG925GUl9IxN8d/S7cBvyM4vJI0gCwEngPPAdWAR8r1aulqjesVYFVgf+4wF8DAKM1p3YiXRr0AAAAAElFTkSuQmCC';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 54 | 5 | 1 | ` position: absolute;` Expected indentation of 8 spaces. | block-indent | → line 54, col 5: ` position: absolute;` Expected indentation of 8 spaces. |
| 53 | 10 | 1 | ` .navbar{` Must contain spaces before the `{` | require-before-space | → line 53, col 10: ` .navbar{` Must contain spaces before the `{` |
| 58 | 5 | 1 | ` position: relative;` Expected indentation of 8 spaces. | block-indent | → line 58, col 5: ` position: relative;` Expected indentation of 8 spaces. |
| 57 | 9 | 1 | ` .login{` Must contain spaces before the `{` | require-before-space | → line 57, col 9: ` .login{` Must contain spaces before the `{` |
| 59 | 5 | 1 | ` margin: 0 0.44rem;` Expected indentation of 8 spaces. | block-indent | → line 59, col 5: ` margin: 0 0.44rem;` Expected indentation of 8 spaces. |
| 60 | 5 | 1 | ` overflow: hidden;` Expected indentation of 8 spaces. | block-indent | → line 60, col 5: ` overflow: hidden;` Expected indentation of 8 spaces. |
| 63 | 7 | 1 | ` color: #C7C7CD;` Expected indentation of 12 spaces. | block-indent | → line 63, col 7: ` color: #C7C7CD;` Expected indentation of 12 spaces. |
| 62 | 37 | 1 | ` input::-webkit-input-placeholder{` Must contain spaces before the `{` | require-before-space | → line 62, col 37: ` input::-webkit-input-placeholder{` Must contain spaces before the `{` |
| 66 | 7 | 1 | ` color: #C7C7CD;` Expected indentation of 12 spaces. | block-indent | → line 66, col 7: ` color: #C7C7CD;` Expected indentation of 12 spaces. |
| 65 | 27 | 1 | ` input:-moz-placeholder{` Must contain spaces before the `{` | require-before-space | → line 65, col 27: ` input:-moz-placeholder{` Must contain spaces before the `{` |
| 69 | 7 | 1 | ` color: #C7C7CD;` Expected indentation of 12 spaces. | block-indent | → line 69, col 7: ` color: #C7C7CD;` Expected indentation of 12 spaces. |
| 68 | 28 | 1 | ` input::-moz-placeholder{` Must contain spaces before the `{` | require-before-space | → line 68, col 28: ` input::-moz-placeholder{` Must contain spaces before the `{` |
| 72 | 7 | 1 | ` color: #C7C7CD;` Expected indentation of 12 spaces. | block-indent | → line 72, col 7: ` color: #C7C7CD;` Expected indentation of 12 spaces. |
| 71 | 32 | 1 | ` input:-ms-input-placeholder{` Must contain spaces before the `{` | require-before-space | → line 71, col 32: ` input:-ms-input-placeholder{` Must contain spaces before the `{` |
| 76 | 7 | 1 | ` border: none;` Expected indentation of 12 spaces. | block-indent | → line 76, col 7: ` border: none;` Expected indentation of 12 spaces. |
| 75 | 11 | 1 | ` button{` Must contain spaces before the `{` | require-before-space | → line 75, col 11: ` button{` Must contain spaces before the `{` |
| 80 | 7 | 1 | ` text-decoration: none;` Expected indentation of 12 spaces. | block-indent | → line 80, col 7: ` text-decoration: none;` Expected indentation of 12 spaces. |
| 79 | 6 | 1 | ` a{` Must contain spaces before the `{` | require-before-space | → line 79, col 6: ` a{` Must contain spaces before the `{` |
| 84 | 7 | 1 | ` position: relative;` Expected indentation of 12 spaces. | block-indent | → line 84, col 7: ` position: relative;` Expected indentation of 12 spaces. |
| 83 | 11 | 1 | ` .input{` Must contain spaces before the `{` | require-before-space | → line 83, col 11: ` .input{` Must contain spaces before the `{` |
| 85 | 7 | 1 | ` margin: 0.8rem 0.13rem 0;` Expected indentation of 12 spaces. | block-indent | → line 85, col 7: ` margin: 0.8rem 0.13rem 0;` Expected indentation of 12 spaces. |
| 88 | 7 | 1 | ` position: relative;` Expected indentation of 12 spaces. | block-indent | → line 88, col 7: ` position: relative;` Expected indentation of 12 spaces. |
| 87 | 11 | 1 | ` .check{` Must contain spaces before the `{` | require-before-space | → line 87, col 11: ` .check{` Must contain spaces before the `{` |
| 89 | 7 | 1 | ` margin: 0.2rem 0.13rem 0;` Expected indentation of 12 spaces. | block-indent | → line 89, col 7: ` margin: 0.2rem 0.13rem 0;` Expected indentation of 12 spaces. |
| 90 | 7 | 1 | ` display: none;` Expected indentation of 12 spaces. | block-indent | → line 90, col 7: ` display: none;` Expected indentation of 12 spaces. |
| 91 | 7 | 1 | ` height: 2rem;` Expected indentation of 12 spaces. | block-indent | → line 91, col 7: ` height: 2rem;` Expected indentation of 12 spaces. |
| 92 | 7 | 1 | ` line-height: 2rem;` Expected indentation of 12 spaces. | block-indent | → line 92, col 7: ` line-height: 2rem;` Expected indentation of 12 spaces. |
| 93 | 7 | 1 | ` background: transparent;` Expected indentation of 12 spaces. | block-indent | → line 93, col 7: ` background: transparent;` Expected indentation of 12 spaces. |
| 94 | 7 | 1 | ` box-shadow: none;` Expected indentation of 12 spaces. | block-indent | → line 94, col 7: ` box-shadow: none;` Expected indentation of 12 spaces. |
| 95 | 7 | 1 | ` text-align: left;` Expected indentation of 12 spaces. | block-indent | → line 95, col 7: ` text-align: left;` Expected indentation of 12 spaces. |
| 98 | 7 | 1 | ` border: 0.05rem solid #DCDCDC;` Expected indentation of 12 spaces. | block-indent | → line 98, col 7: ` border: 0.05rem solid #DCDCDC;` Expected indentation of 12 spaces. |
| 97 | 31 | 1 | ` .input input, .check input{` Must contain spaces before the `{` | require-before-space | → line 97, col 31: ` .input input, .check input{` Must contain spaces before the `{` |
| 97 | 1 | `.input input, .check input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 97: `.input input, .check input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 101 | 7 | 1 | ` width: 42%;` Expected indentation of 12 spaces. | block-indent | → line 101, col 7: ` width: 42%;` Expected indentation of 12 spaces. |
| 102 | 7 | 1 | ` height: 2rem;` Expected indentation of 12 spaces. | block-indent | → line 102, col 7: ` height: 2rem;` Expected indentation of 12 spaces. |
| 103 | 7 | 1 | ` text-align: center;` Expected indentation of 12 spaces. | block-indent | → line 103, col 7: ` text-align: center;` Expected indentation of 12 spaces. |
| 104 | 7 | 1 | ` background-size: auto .75rem;` Expected indentation of 12 spaces. | block-indent | → line 104, col 7: ` background-size: auto .75rem;` Expected indentation of 12 spaces. |
| 105 | 7 | 1 | ` line-height: 1rem;` Expected indentation of 12 spaces. | block-indent | → line 105, col 7: ` line-height: 1rem;` Expected indentation of 12 spaces. |
| 106 | 7 | 1 | ` font-size: .75rem;` Expected indentation of 12 spaces. | block-indent | → line 106, col 7: ` font-size: .75rem;` Expected indentation of 12 spaces. |
| 107 | 7 | 1 | ` border-radius: 0.2rem;` Expected indentation of 12 spaces. | block-indent | → line 107, col 7: ` border-radius: 0.2rem;` Expected indentation of 12 spaces. |
| 110 | 7 | 1 | ` border: medium none;` Expected indentation of 12 spaces. | block-indent | → line 110, col 7: ` border: medium none;` Expected indentation of 12 spaces. |
| 109 | 26 | 1 | ` .check .checkcode-img{` Must contain spaces before the `{` | require-before-space | → line 109, col 26: ` .check .checkcode-img{` Must contain spaces before the `{` |
| 111 | 7 | 1 | ` cursor: pointer;` Expected indentation of 12 spaces. | block-indent | → line 111, col 7: ` cursor: pointer;` Expected indentation of 12 spaces. |
| 112 | 7 | 1 | ` margin: 0;` Expected indentation of 12 spaces. | block-indent | → line 112, col 7: ` margin: 0;` Expected indentation of 12 spaces. |
| 113 | 7 | 1 | ` padding: 0;` Expected indentation of 12 spaces. | block-indent | → line 113, col 7: ` padding: 0;` Expected indentation of 12 spaces. |
| 114 | 7 | 1 | ` vertical-align: middle;` Expected indentation of 12 spaces. | block-indent | → line 114, col 7: ` vertical-align: middle;` Expected indentation of 12 spaces. |
| 115 | 7 | 1 | ` height: 1.2rem;` Expected indentation of 12 spaces. | block-indent | → line 115, col 7: ` height: 1.2rem;` Expected indentation of 12 spaces. |
| 118 | 7 | 1 | ` margin-right: 0.6rem;` Expected indentation of 12 spaces. | block-indent | → line 118, col 7: ` margin-right: 0.6rem;` Expected indentation of 12 spaces. |
| 119 | 7 | 1 | ` font-size: 0.6rem;` Expected indentation of 12 spaces. | block-indent | → line 119, col 7: ` font-size: 0.6rem;` Expected indentation of 12 spaces. |
| 122 | 7 | 1 | ` color: #E63;` Expected indentation of 12 spaces. | block-indent | → line 122, col 7: ` color: #E63;` Expected indentation of 12 spaces. |
| 125 | 7 | 1 | ` border-bottom-left-radius: 0.2rem;` Expected indentation of 12 spaces. | block-indent | → line 125, col 7: ` border-bottom-left-radius: 0.2rem;` Expected indentation of 12 spaces. |
| 124 | 28 | 1 | ` .input input:last-child{` Must contain spaces before the `{` | require-before-space | → line 124, col 28: ` .input input:last-child{` Must contain spaces before the `{` |
| 126 | 7 | 1 | ` border-bottom-right-radius: 0.2rem;` Expected indentation of 12 spaces. | block-indent | → line 126, col 7: ` border-bottom-right-radius: 0.2rem;` Expected indentation of 12 spaces. |
| 127 | 7 | 1 | ` margin-top: -0.05rem;` Expected indentation of 12 spaces. | block-indent | → line 127, col 7: ` margin-top: -0.05rem;` Expected indentation of 12 spaces. |
| 131 | 7 | 1 | ` border-top-left-radius: 0.2rem;` Expected indentation of 12 spaces. | block-indent | → line 131, col 7: ` border-top-left-radius: 0.2rem;` Expected indentation of 12 spaces. |
| 130 | 29 | 1 | ` .input input:first-child{` Must contain spaces before the `{` | require-before-space | → line 130, col 29: ` .input input:first-child{` Must contain spaces before the `{` |
| 132 | 7 | 1 | ` border-top-right-radius: 0.2rem;` Expected indentation of 12 spaces. | block-indent | → line 132, col 7: ` border-top-right-radius: 0.2rem;` Expected indentation of 12 spaces. |
| 133 | 7 | 1 | ` margin-top: 0;` Expected indentation of 12 spaces. | block-indent | → line 133, col 7: ` margin-top: 0;` Expected indentation of 12 spaces. |
| 137 | 7 | 1 | ` -webkit-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 137, col 7: ` -webkit-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 136 | 102 | 1 | ` .user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` Must contain spaces before the `{` | require-before-space | → line 136, col 102: ` .user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` Must contain spaces before the `{` |
| 136 | 1 | `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 136: `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 136 | 1 | `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 136: `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 136 | 1 | `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 136: `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 136 | 1 | `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 136: `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 136 | 1 | `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 136: `.user-name-input, .password-input, .go-signup-btn, .go-login-btn, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 138 | 7 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 138, col 7: ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 140 | 7 | 1 | ` -o-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 140, col 7: ` -o-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 141 | 7 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 141, col 7: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 145 | 7 | 1 | ` display: block;` Expected indentation of 12 spaces. | block-indent | → line 145, col 7: ` display: block;` Expected indentation of 12 spaces. |
| 144 | 71 | 1 | ` .user-name-input, .password-input, .phone-number-input, .pin-input{` Must contain spaces before the `{` | require-before-space | → line 144, col 71: ` .user-name-input, .password-input, .phone-number-input, .pin-input{` Must contain spaces before the `{` |
| 144 | 1 | `.user-name-input, .password-input, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 144: `.user-name-input, .password-input, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 144 | 1 | `.user-name-input, .password-input, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 144: `.user-name-input, .password-input, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 144 | 1 | `.user-name-input, .password-input, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 144: `.user-name-input, .password-input, .phone-number-input, .pin-input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 146 | 7 | 1 | ` z-index: 1;` Expected indentation of 12 spaces. | block-indent | → line 146, col 7: ` z-index: 1;` Expected indentation of 12 spaces. |
| 147 | 7 | 1 | ` position: relative;` Expected indentation of 12 spaces. | block-indent | → line 147, col 7: ` position: relative;` Expected indentation of 12 spaces. |
| 148 | 7 | 1 | ` width: 100%;` Expected indentation of 12 spaces. | block-indent | → line 148, col 7: ` width: 100%;` Expected indentation of 12 spaces. |
| 149 | 7 | 1 | ` height: 2.0rem;` Expected indentation of 12 spaces. | block-indent | → line 149, col 7: ` height: 2.0rem;` Expected indentation of 12 spaces. |
| 150 | 7 | 1 | ` padding: .6rem 0 .55rem 1.64rem;` Expected indentation of 12 spaces. | block-indent | → line 150, col 7: ` padding: .6rem 0 .55rem 1.64rem;` Expected indentation of 12 spaces. |
| 151 | 7 | 1 | ` background-position: 0.533rem center;` Expected indentation of 12 spaces. | block-indent | → line 151, col 7: ` background-position: 0.533rem center;` Expected indentation of 12 spaces. |
| 152 | 7 | 1 | ` background-repeat: no-repeat;` Expected indentation of 12 spaces. | block-indent | → line 152, col 7: ` background-repeat: no-repeat;` Expected indentation of 12 spaces. |
| 153 | 7 | 1 | ` background-size: auto 0.75rem;` Expected indentation of 12 spaces. | block-indent | → line 153, col 7: ` background-size: auto 0.75rem;` Expected indentation of 12 spaces. |
| 154 | 7 | 1 | ` line-height: 1rem;` Expected indentation of 12 spaces. | block-indent | → line 154, col 7: ` line-height: 1rem;` Expected indentation of 12 spaces. |
| 155 | 7 | 1 | ` font-size: 0.75rem;` Expected indentation of 12 spaces. | block-indent | → line 155, col 7: ` font-size: 0.75rem;` Expected indentation of 12 spaces. |
| 159 | 7 | 1 | ` z-index: 2;` Expected indentation of 12 spaces. | block-indent | → line 159, col 7: ` z-index: 2;` Expected indentation of 12 spaces. |
| 158 | 95 | 1 | ` .user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` Must contain spaces before the `{` | require-before-space | → line 158, col 95: ` .user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` Must contain spaces before the `{` |
| 158 | 1 | `.user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 158: `.user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` When multiple selectors share a statement block, each selector statement must be per line | |
| 158 | 1 | `.user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 158: `.user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` When multiple selectors share a statement block, each selector statement must be per line | |
| 158 | 1 | `.user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 158: `.user-name-input:focus, .password-input:focus, .phone-number-input:focus, .pin-input:focus{` When multiple selectors share a statement block, each selector statement must be per line | |
| 160 | 7 | 1 | ` border-color: #09C;` Expected indentation of 12 spaces. | block-indent | → line 160, col 7: ` border-color: #09C;` Expected indentation of 12 spaces. |
| 164 | 7 | 1 | ` background-image: url(@userName);` Expected indentation of 12 spaces. | block-indent | → line 164, col 7: ` background-image: url(@userName);` Expected indentation of 12 spaces. |
| 163 | 42 | 1 | ` .user-name-input, .phone-number-input{` Must contain spaces before the `{` | require-before-space | → line 163, col 42: ` .user-name-input, .phone-number-input{` Must contain spaces before the `{` |
| 163 | 1 | `.user-name-input, .phone-number-input{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 163: `.user-name-input, .phone-number-input{` When multiple selectors share a statement block, each selector statement must be per line | |
| 167 | 7 | 1 | ` background-image: url(@password);` Expected indentation of 12 spaces. | block-indent | → line 167, col 7: ` background-image: url(@password);` Expected indentation of 12 spaces. |
| 166 | 20 | 1 | ` .password-input{` Must contain spaces before the `{` | require-before-space | → line 166, col 20: ` .password-input{` Must contain spaces before the `{` |
| 170 | 7 | 1 | ` background-image: url(@pin);` Expected indentation of 12 spaces. | block-indent | → line 170, col 7: ` background-image: url(@pin);` Expected indentation of 12 spaces. |
| 169 | 15 | 1 | ` .pin-input{` Must contain spaces before the `{` | require-before-space | → line 169, col 15: ` .pin-input{` Must contain spaces before the `{` |
| 171 | 7 | 1 | ` width:74%;` Expected indentation of 12 spaces. | block-indent | → line 171, col 7: ` width:74%;` Expected indentation of 12 spaces. |
| 171 | 13 | 1 | ` width:74%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 171, col 13: ` width:74%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 172 | 7 | 1 | ` display:inline;` Expected indentation of 12 spaces. | block-indent | → line 172, col 7: ` display:inline;` Expected indentation of 12 spaces. |
| 172 | 15 | 1 | ` display:inline;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 172, col 15: ` display:inline;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 176 | 7 | 1 | ` width: 100%;` Expected indentation of 12 spaces. | block-indent | → line 176, col 7: ` width: 100%;` Expected indentation of 12 spaces. |
| 175 | 108 | 1 | ` .login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` Must contain spaces before the `{` | require-before-space | → line 175, col 108: ` .login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` Must contain spaces before the `{` |
| 175 | 1 | `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 175: `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 175 | 1 | `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 175: `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 175 | 1 | `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 175: `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 175 | 1 | `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 175: `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 175 | 1 | `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 175: `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 175 | 1 | `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 175: `.login-btn, .signup-btn, .signup-email-btn, .go-signup-btn, .go-login-btn, .find-password-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 177 | 7 | 1 | ` height: 2rem;` Expected indentation of 12 spaces. | block-indent | → line 177, col 7: ` height: 2rem;` Expected indentation of 12 spaces. |
| 178 | 7 | 1 | ` border-radius: 0.1rem;` Expected indentation of 12 spaces. | block-indent | → line 178, col 7: ` border-radius: 0.1rem;` Expected indentation of 12 spaces. |
| 179 | 7 | 1 | ` margin-top: 0.5rem;` Expected indentation of 12 spaces. | block-indent | → line 179, col 7: ` margin-top: 0.5rem;` Expected indentation of 12 spaces. |
| 180 | 7 | 1 | ` line-height: 2.0rem;` Expected indentation of 12 spaces. | block-indent | → line 180, col 7: ` line-height: 2.0rem;` Expected indentation of 12 spaces. |
| 181 | 7 | 1 | ` font-size: 0.8rem;` Expected indentation of 12 spaces. | block-indent | → line 181, col 7: ` font-size: 0.8rem;` Expected indentation of 12 spaces. |
| 182 | 7 | 1 | ` text-align: center;` Expected indentation of 12 spaces. | block-indent | → line 182, col 7: ` text-align: center;` Expected indentation of 12 spaces. |
| 186 | 7 | 1 | ` background-color: #FF3964;` Expected indentation of 12 spaces. | block-indent | → line 186, col 7: ` background-color: #FF3964;` Expected indentation of 12 spaces. |
| 185 | 67 | 1 | ` .login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` Must contain spaces before the `{` | require-before-space | → line 185, col 67: ` .login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` Must contain spaces before the `{` |
| 185 | 1 | `.login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 185: `.login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 185 | 1 | `.login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 185: `.login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 185 | 1 | `.login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 185: `.login-btn, .signup-btn, .signup-email-btn, .find-password-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 187 | 7 | 1 | ` color: #FFF;` Expected indentation of 12 spaces. | block-indent | → line 187, col 7: ` color: #FFF;` Expected indentation of 12 spaces. |
| 191 | 7 | 1 | ` float: right;` Expected indentation of 12 spaces. | block-indent | → line 191, col 7: ` float: right;` Expected indentation of 12 spaces. |
| 190 | 33 | 1 | ` .forget-password, .agreement{` Must contain spaces before the `{` | require-before-space | → line 190, col 33: ` .forget-password, .agreement{` Must contain spaces before the `{` |
| 190 | 1 | `.forget-password, .agreement{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 190: `.forget-password, .agreement{` When multiple selectors share a statement block, each selector statement must be per line | |
| 192 | 7 | 1 | ` margin-top: 0.5rem;` Expected indentation of 12 spaces. | block-indent | → line 192, col 7: ` margin-top: 0.5rem;` Expected indentation of 12 spaces. |
| 193 | 7 | 1 | ` color: #139949;` Expected indentation of 12 spaces. | block-indent | → line 193, col 7: ` color: #139949;` Expected indentation of 12 spaces. |
| 194 | 7 | 1 | ` line-height: 0.6rem;` Expected indentation of 12 spaces. | block-indent | → line 194, col 7: ` line-height: 0.6rem;` Expected indentation of 12 spaces. |
| 195 | 7 | 1 | ` font-size: 0.6rem;` Expected indentation of 12 spaces. | block-indent | → line 195, col 7: ` font-size: 0.6rem;` Expected indentation of 12 spaces. |
| 198 | 7 | 1 | ` display: block;` Expected indentation of 12 spaces. | block-indent | → line 198, col 7: ` display: block;` Expected indentation of 12 spaces. |
| 197 | 44 | 1 | ` .go-signup-btn, .go-login-btn, .pin-btn{` Must contain spaces before the `{` | require-before-space | → line 197, col 44: ` .go-signup-btn, .go-login-btn, .pin-btn{` Must contain spaces before the `{` |
| 197 | 1 | `.go-signup-btn, .go-login-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 197: `.go-signup-btn, .go-login-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 197 | 1 | `.go-signup-btn, .go-login-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 197: `.go-signup-btn, .go-login-btn, .pin-btn{` When multiple selectors share a statement block, each selector statement must be per line | |
| 199 | 7 | 1 | ` float: right;` Expected indentation of 12 spaces. | block-indent | → line 199, col 7: ` float: right;` Expected indentation of 12 spaces. |
| 200 | 7 | 1 | ` width: 100%;` Expected indentation of 12 spaces. | block-indent | → line 200, col 7: ` width: 100%;` Expected indentation of 12 spaces. |
| 201 | 7 | 1 | ` border: 0.05rem solid #FF3964;` Expected indentation of 12 spaces. | block-indent | → line 201, col 7: ` border: 0.05rem solid #FF3964;` Expected indentation of 12 spaces. |
| 202 | 7 | 1 | ` background-color: #FFEBF2;` Expected indentation of 12 spaces. | block-indent | → line 202, col 7: ` background-color: #FFEBF2;` Expected indentation of 12 spaces. |
| 203 | 7 | 1 | ` color: #FF4965;` Expected indentation of 12 spaces. | block-indent | → line 203, col 7: ` color: #FF4965;` Expected indentation of 12 spaces. |
| 207 | 7 | 1 | ` display:inline;` Expected indentation of 12 spaces. | block-indent | → line 207, col 7: ` display:inline;` Expected indentation of 12 spaces. |
| 207 | 15 | 1 | ` display:inline;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 207, col 15: ` display:inline;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 206 | 13 | 1 | ` .pin-btn{` Must contain spaces before the `{` | require-before-space | → line 206, col 13: ` .pin-btn{` Must contain spaces before the `{` |
| 208 | 7 | 1 | ` font-size: 0.6rem;` Expected indentation of 12 spaces. | block-indent | → line 208, col 7: ` font-size: 0.6rem;` Expected indentation of 12 spaces. |
| 209 | 7 | 1 | ` width: 25%;` Expected indentation of 12 spaces. | block-indent | → line 209, col 7: ` width: 25%;` Expected indentation of 12 spaces. |
| 210 | 7 | 1 | ` margin: 0;` Expected indentation of 12 spaces. | block-indent | → line 210, col 7: ` margin: 0;` Expected indentation of 12 spaces. |
| 214 | 7 | 1 | ` border-color: #ccc;` Expected indentation of 12 spaces. | block-indent | → line 214, col 7: ` border-color: #ccc;` Expected indentation of 12 spaces. |
| 213 | 21 | 1 | ` button[disabled]{` Must contain spaces before the `{` | require-before-space | → line 213, col 21: ` button[disabled]{` Must contain spaces before the `{` |
| 215 | 7 | 1 | ` color:#ccc;` Expected indentation of 12 spaces. | block-indent | → line 215, col 7: ` color:#ccc;` Expected indentation of 12 spaces. |
| 215 | 13 | 1 | ` color:#ccc;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 215, col 13: ` color:#ccc;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 216 | 7 | 1 | ` background-color:#fff;` Expected indentation of 12 spaces. | block-indent | → line 216, col 7: ` background-color:#fff;` Expected indentation of 12 spaces. |
| 216 | 24 | 1 | ` background-color:#fff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 216, col 24: ` background-color:#fff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 220 | 7 | 1 | ` clear:both;` Expected indentation of 12 spaces. | block-indent | → line 220, col 7: ` clear:both;` Expected indentation of 12 spaces. |
| 220 | 13 | 1 | ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 220, col 13: ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 219 | 16 | 1 | ` .clear-both{` Must contain spaces before the `{` | require-before-space | → line 219, col 16: ` .clear-both{` Must contain spaces before the `{` |
| 224 | 7 | 1 | ` float: none;` Expected indentation of 12 spaces. | block-indent | → line 224, col 7: ` float: none;` Expected indentation of 12 spaces. |
| 223 | 15 | 1 | ` .agreement{` Must contain spaces before the `{` | require-before-space | → line 223, col 15: ` .agreement{` Must contain spaces before the `{` |
| 225 | 7 | 1 | ` display: block;` Expected indentation of 12 spaces. | block-indent | → line 225, col 7: ` display: block;` Expected indentation of 12 spaces. |
| 226 | 7 | 1 | ` position: relative;` Expected indentation of 12 spaces. | block-indent | → line 226, col 7: ` position: relative;` Expected indentation of 12 spaces. |
| 227 | 7 | 1 | ` width: 9rem;` Expected indentation of 12 spaces. | block-indent | → line 227, col 7: ` width: 9rem;` Expected indentation of 12 spaces. |
| 228 | 7 | 1 | ` margin: 0.7rem auto 0;` Expected indentation of 12 spaces. | block-indent | → line 228, col 7: ` margin: 0.7rem auto 0;` Expected indentation of 12 spaces. |
| 229 | 7 | 1 | ` left: 0;` Expected indentation of 12 spaces. | block-indent | → line 229, col 7: ` left: 0;` Expected indentation of 12 spaces. |
| 230 | 7 | 1 | ` right: 0;` Expected indentation of 12 spaces. | block-indent | → line 230, col 7: ` right: 0;` Expected indentation of 12 spaces. |
| 231 | 7 | 1 | ` text-align: center;` Expected indentation of 12 spaces. | block-indent | → line 231, col 7: ` text-align: center;` Expected indentation of 12 spaces. |
| 235 | 7 | 1 | ` margin: 0.5rem 0.2rem 0.1rem;` Expected indentation of 12 spaces. | block-indent | → line 235, col 7: ` margin: 0.5rem 0.2rem 0.1rem;` Expected indentation of 12 spaces. |
| 234 | 14 | 1 | ` .remember{` Must contain spaces before the `{` | require-before-space | → line 234, col 14: ` .remember{` Must contain spaces before the `{` |
| 238 | 7 | 1 | ` font-size: 0.6rem;` Expected indentation of 12 spaces. | block-indent | → line 238, col 7: ` font-size: 0.6rem;` Expected indentation of 12 spaces. |
| 237 | 24 | 1 | ` .remember .checkbox{` Must contain spaces before the `{` | require-before-space | → line 237, col 24: ` .remember .checkbox{` Must contain spaces before the `{` |
| 242 | 7 | 1 | ` vertical-align: middle;` Expected indentation of 12 spaces. | block-indent | → line 242, col 7: ` vertical-align: middle;` Expected indentation of 12 spaces. |
| 241 | 30 | 1 | ` .remember .checkbox input{` Must contain spaces before the `{` | require-before-space | → line 241, col 30: ` .remember .checkbox input{` Must contain spaces before the `{` |
| 246 | 7 | 1 | ` position: absolute;` Expected indentation of 12 spaces. | block-indent | → line 246, col 7: ` position: absolute;` Expected indentation of 12 spaces. |
| 247 | 7 | 1 | ` margin: 0 auto;` Expected indentation of 12 spaces. | block-indent | → line 247, col 7: ` margin: 0 auto;` Expected indentation of 12 spaces. |
| 248 | 7 | 1 | ` left: 0;` Expected indentation of 12 spaces. | block-indent | → line 248, col 7: ` left: 0;` Expected indentation of 12 spaces. |
| 249 | 7 | 1 | ` right: 0;` Expected indentation of 12 spaces. | block-indent | → line 249, col 7: ` right: 0;` Expected indentation of 12 spaces. |
| 250 | 7 | 1 | ` bottom: 1.0rem;` Expected indentation of 12 spaces. | block-indent | → line 250, col 7: ` bottom: 1.0rem;` Expected indentation of 12 spaces. |
| 251 | 7 | 1 | ` width: 100%;` Expected indentation of 12 spaces. | block-indent | → line 251, col 7: ` width: 100%;` Expected indentation of 12 spaces. |
| 252 | 7 | 1 | ` font-size:.7rem;` Expected indentation of 12 spaces. | block-indent | → line 252, col 7: ` font-size:.7rem;` Expected indentation of 12 spaces. |
| 252 | 17 | 1 | ` font-size:.7rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 252, col 17: ` font-size:.7rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 253 | 7 | 1 | ` text-align:center;` Expected indentation of 12 spaces. | block-indent | → line 253, col 7: ` text-align:center;` Expected indentation of 12 spaces. |
| 253 | 18 | 1 | ` text-align:center;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 253, col 18: ` text-align:center;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 257 | 7 | 1 | ` display: none;` Expected indentation of 12 spaces. | block-indent | → line 257, col 7: ` display: none;` Expected indentation of 12 spaces. |
| 256 | 17 | 1 | ` &.error-info{` Must contain spaces before the `{` | require-before-space | → line 256, col 17: ` &.error-info{` Must contain spaces before the `{` |
| 258 | 7 | 1 | ` position: absolute;` Expected indentation of 12 spaces. | block-indent | → line 258, col 7: ` position: absolute;` Expected indentation of 12 spaces. |
| 259 | 7 | 1 | ` height: 1.6rem;` Expected indentation of 12 spaces. | block-indent | → line 259, col 7: ` height: 1.6rem;` Expected indentation of 12 spaces. |
| 260 | 7 | 1 | ` max-width: 9rem;` Expected indentation of 12 spaces. | block-indent | → line 260, col 7: ` max-width: 9rem;` Expected indentation of 12 spaces. |
| 261 | 7 | 1 | ` padding: 0 0.66rem;` Expected indentation of 12 spaces. | block-indent | → line 261, col 7: ` padding: 0 0.66rem;` Expected indentation of 12 spaces. |
| 262 | 7 | 1 | ` border-radius: 0.2rem;` Expected indentation of 12 spaces. | block-indent | → line 262, col 7: ` border-radius: 0.2rem;` Expected indentation of 12 spaces. |
| 263 | 7 | 1 | ` margin: 0 auto;` Expected indentation of 12 spaces. | block-indent | → line 263, col 7: ` margin: 0 auto;` Expected indentation of 12 spaces. |
| 264 | 7 | 1 | ` left: 0;` Expected indentation of 12 spaces. | block-indent | → line 264, col 7: ` left: 0;` Expected indentation of 12 spaces. |
| 265 | 7 | 1 | ` right: 0;` Expected indentation of 12 spaces. | block-indent | → line 265, col 7: ` right: 0;` Expected indentation of 12 spaces. |
| 266 | 7 | 1 | ` bottom: 3.0rem;` Expected indentation of 12 spaces. | block-indent | → line 266, col 7: ` bottom: 3.0rem;` Expected indentation of 12 spaces. |
| 267 | 7 | 1 | ` background-color: #5C5C5C;` Expected indentation of 12 spaces. | block-indent | → line 267, col 7: ` background-color: #5C5C5C;` Expected indentation of 12 spaces. |
| 268 | 7 | 1 | ` color: #FFF;` Expected indentation of 12 spaces. | block-indent | → line 268, col 7: ` color: #FFF;` Expected indentation of 12 spaces. |
| 269 | 7 | 1 | ` line-height: 1.6rem;` Expected indentation of 12 spaces. | block-indent | → line 269, col 7: ` line-height: 1.6rem;` Expected indentation of 12 spaces. |
| 270 | 7 | 1 | ` font-size: 0.6rem;` Expected indentation of 12 spaces. | block-indent | → line 270, col 7: ` font-size: 0.6rem;` Expected indentation of 12 spaces. |
| 271 | 7 | 1 | ` text-align: center;` Expected indentation of 12 spaces. | block-indent | → line 271, col 7: ` text-align: center;` Expected indentation of 12 spaces. |
| 273 | 7 | 1 | ` transition: opacity 0.5s;` Expected indentation of 12 spaces. | block-indent | → line 273, col 7: ` transition: opacity 0.5s;` Expected indentation of 12 spaces. |
| 274 | 7 | 1 | ` -moz-transition: opacity 0.5s; /* Firefox 4 */` Expected indentation of 12 spaces. | block-indent | → line 274, col 7: ` -moz-transition: opacity 0.5s; /* Firefox 4 */` Expected indentation of 12 spaces. |
| 1 | `/* Firefox 4 */` Single Comment should be use `//` | single-comment | → `/* Firefox 4 */` Single Comment should be use `//` | ||
| 275 | 7 | 1 | ` -webkit-transition: opacity 0.5s; /* Safari 和 Chrome */` Expected indentation of 12 spaces. | block-indent | → line 275, col 7: ` -webkit-transition: opacity 0.5s; /* Safari 和 Chrome */` Expected indentation of 12 spaces. |
| 1 | `/* Safari 和 Chrome */` Single Comment should be use `//` | single-comment | → `/* Safari 和 Chrome */` Single Comment should be use `//` | ||
| 276 | 7 | 1 | ` -o-transition: opacity 0.5s; /* Opera */` Expected indentation of 12 spaces. | block-indent | → line 276, col 7: ` -o-transition: opacity 0.5s; /* Opera */` Expected indentation of 12 spaces. |
| 1 | `/* Opera */` Single Comment should be use `//` | single-comment | → `/* Opera */` Single Comment should be use `//` | ||
| 280 | 7 | 1 | ` color: rgb(173,173,173);` Expected indentation of 12 spaces. | block-indent | → line 280, col 7: ` color: rgb(173,173,173);` Expected indentation of 12 spaces. |
| 280 | 1 | `color: rgb(173,173,173);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 280: `color: rgb(173,173,173);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 279 | 17 | 1 | ` .prompt-info{` Must contain spaces before the `{` | require-before-space | → line 279, col 17: ` .prompt-info{` Must contain spaces before the `{` |
| 281 | 7 | 1 | ` margin: .3rem 0 0;` Expected indentation of 12 spaces. | block-indent | → line 281, col 7: ` margin: .3rem 0 0;` Expected indentation of 12 spaces. |
| 287 | 5 | 1 | ` z-index: 10;` Expected indentation of 8 spaces. | block-indent | → line 287, col 5: ` z-index: 10;` Expected indentation of 8 spaces. |
| 286 | 14 | 1 | ` .popup-mask{` Must contain spaces before the `{` | require-before-space | → line 286, col 14: ` .popup-mask{` Must contain spaces before the `{` |
| 291 | 5 | 1 | ` float: right;` Expected indentation of 8 spaces. | block-indent | → line 291, col 5: ` float: right;` Expected indentation of 8 spaces. |
| 292 | 5 | 1 | ` color: #3a6df0;` Expected indentation of 8 spaces. | block-indent | → line 292, col 5: ` color: #3a6df0;` Expected indentation of 8 spaces. |
| 293 | 5 | 1 | ` font-size: 0.6rem;` Expected indentation of 8 spaces. | block-indent | → line 293, col 5: ` font-size: 0.6rem;` Expected indentation of 8 spaces. |
| 298 | 3 | 1 | ` padding-top: 2rem;` Expected indentation of 4 spaces. | block-indent | → line 298, col 3: ` padding-top: 2rem;` Expected indentation of 4 spaces. |
| 297 | 20 | 1 | `.page_old,.page_new{` Must contain spaces before the `{` | require-before-space | → line 297, col 20: `.page_old,.page_new{` Must contain spaces before the `{` |
| 297 | 1 | `.page_old,.page_new{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 297: `.page_old,.page_new{` When multiple selectors share a statement block, each selector statement must be per line | |
| 302 | 3 | 1 | ` display: none;` Expected indentation of 4 spaces. | block-indent | → line 302, col 3: ` display: none;` Expected indentation of 4 spaces. |
| 301 | 10 | 1 | `.page_old{` Must contain spaces before the `{` | require-before-space | → line 301, col 10: `.page_old{` Must contain spaces before the `{` |
| 303 | 3 | 1 | ` .login();` Expected indentation of 4 spaces. | block-indent | → line 303, col 3: ` .login();` Expected indentation of 4 spaces. |
| 307 | 3 | 1 | ` display: none;` Expected indentation of 4 spaces. | block-indent | → line 307, col 3: ` display: none;` Expected indentation of 4 spaces. |
| 306 | 10 | 1 | `.page_new{` Must contain spaces before the `{` | require-before-space | → line 306, col 10: `.page_new{` Must contain spaces before the `{` |
| 308 | 3 | 1 | ` .login();` Expected indentation of 4 spaces. | block-indent | → line 308, col 3: ` .login();` Expected indentation of 4 spaces. |
不规范数量:84
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 15 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 17 | 1 | ` transition: top 0.3s ease;` Expected indentation of 8 spaces. | block-indent | → line 24, col 17: ` transition: top 0.3s ease;` Expected indentation of 8 spaces. |
| 31 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 21 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. | block-indent | → line 48, col 21: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. |
| 55 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 55, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 85 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 85, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 107 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 120, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 125 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 130 | 1 | `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 130: `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 140, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 141 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 141, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 152 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 152, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 158 | 1 | `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 167 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 167: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 171 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 171: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 177 | 1 | `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 177: `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 193 | 1 | `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 193: `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 1 | `height: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 198: `height: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 199 | 1 | `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 199: `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 201 | 1 | `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 216 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 216: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 229 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 229, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 230 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 230: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 1 | `margin-right: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `margin-right: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 250 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 250, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 251 | 1 | `vertical-align: -13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `vertical-align: -13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 297 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 297: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 298 | 1 | `height: 76/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `height: 76/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 301 | 1 | `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 301: `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 305 | 1 | `width: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 305: `width: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 307 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 307: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 308 | 1 | `margin-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 308: `margin-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 314 | 1 | `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 314: `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 315 | 1 | `margin-left: (270+18)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 315: `margin-left: (270+18)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 315 | 1 | `margin-left: (270+18)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 315: `margin-left: (270+18)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 316 | 1 | `width: 414/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 316: `width: 414/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 319 | 1 | `width: 405/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 319: `width: 405/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 322 | 1 | `padding-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `padding-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 326 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 326: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 328 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 328: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 331 | 1 | `bottom: 77/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 331: `bottom: 77/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 333 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 333: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 339 | 1 | `bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 339: `bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 342 | 31 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 342, col 31: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 345 | 1 | `bottom: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 345: `bottom: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 348 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 348: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 350 | 1 | `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 350: `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 350 | 1 | `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 350: `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 357 | 1 | `bottom: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 357: `bottom: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 363 | 25 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. | block-indent | → line 363, col 25: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. |
| 371 | 1 | `bottom: 1/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 371: `bottom: 1/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 377 | 25 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. | block-indent | → line 377, col 25: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. |
| 379 | 25 | 1 | ` transition: width 0.5s linear;` Expected indentation of 16 spaces. | block-indent | → line 379, col 25: ` transition: width 0.5s linear;` Expected indentation of 16 spaces. |
| 386 | 1 | `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 386: `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 388 | 1 | `vertical-align: -4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 388: `vertical-align: -4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 401 | 17 | 1 | ` transition: bottom 0.5s linear;` Expected indentation of 8 spaces. | block-indent | → line 401, col 17: ` transition: bottom 0.5s linear;` Expected indentation of 8 spaces. |
| 421 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 421, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 438 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 438: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 439 | 1 | `margin-left: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 439: `margin-left: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 442 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 442: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 447 | 1 | `line-height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 447: `line-height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 450 | 1 | `margin-bottom: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 450: `margin-bottom: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 456 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 456: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 462 | 1 | `margin-top: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 462: `margin-top: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:81
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 13 | 1 | `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 14 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 16 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 1 | `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `left: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `left: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `top: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `top: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `width: 318/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `width: 318/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `left: 99/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `left: 99/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 1 | `top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `height: 202/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `height: 202/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `width: 306/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `width: 306/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `height: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `height: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `left: 95/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `left: 95/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `top: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `top: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `width: 128/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `width: 128/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `height: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `height: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `left: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `left: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `top: 147/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `top: 147/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `width: 189/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `width: 189/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `height: 82/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `height: 82/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `left: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `left: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `width: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `width: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `height: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `height: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `left: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `left: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `top: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `top: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `width: 546/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `width: 546/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `height: 550/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `height: 550/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 115 | 1 | `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 115: `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `height: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `height: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 119 | 1 | `width: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 119: `width: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `height: 61/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `height: 61/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `line-height: 31/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `line-height: 31/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 133 | 1 | `width: 338/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 133: `width: 338/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 144 | 1 | `line-height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `line-height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `margin: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `margin: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 149 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 149: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 153 | 1 | `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 153: `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 158 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 160 | 1 | `margin-right: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 160: `margin-right: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 166: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 167 | 1 | `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 167: `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 171 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 171: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 173 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 180 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 180: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 181 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 181: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 195 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 195: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 1 | `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 198: `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 201 | 1 | `bottom: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `bottom: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 202 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 204 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 204: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 207 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 207: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 1 | `height: 80/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `height: 80/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 246 | 1 | `margin-bottom: 20/45.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 246: `margin-bottom: 20/45.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 247 | 1 | `width: 180/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 247: `width: 180/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:104
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 3 | 1 | `@import "../../../unit/libs/lib-navmenu/1.0.0/less/nav-menu.less";` must be appear in the beginning of the file | import | → line 3: `@import "../../../unit/libs/lib-navmenu/1.0.0/less/nav-menu.less";` must be appear in the beginning of the file | |
| 15 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 17 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `height: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `height: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `left: 293/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `left: 293/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `width: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `width: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `left: 337/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `left: 337/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 12 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 66, col 12: ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 67 | 13 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 67, col 13: ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 68 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 68, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 69 | 1 | `height: 580/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `height: 580/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `height: 493/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `height: 493/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `height: 502/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `height: 502/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `height: 496/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `height: 496/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `width: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `width: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `height: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `left: 95/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `left: 95/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `top: 272/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `top: 272/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `width: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `width: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 1 | `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 112: `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 115 | 1 | `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 115: `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 119 | 1 | `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 119: `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 1 | `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `height: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `height: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 144 | 1 | `height: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `height: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `left: 265/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `left: 265/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `top: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `top: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 148 | 1 | `width: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 148: `width: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `left: 309/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `left: 309/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `top: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `top: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 1 | `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 166: `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 170, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 171 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 171: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 172 | 1 | `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 172: `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 25 | 1 | ` background-size: 100%;` Expected indentation of 16 spaces. | block-indent | → line 179, col 25: ` background-size: 100%;` Expected indentation of 16 spaces. |
| 182 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 182: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `right: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `right: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 195 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 195: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 196 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 196: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 222 | 1 | `height: 550/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `height: 550/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 1 | `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 226: `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 229 | 1 | `height: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 229: `height: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 1 | `width: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 230: `width: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 236 | 1 | `height: 61/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 236: `height: 61/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 1 | `line-height: 31/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 238: `line-height: 31/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `margin: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 1 | `height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 252 | 1 | `line-height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 252: `line-height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `margin: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `margin: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 257 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 257: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 262 | 1 | `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 262: `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 265 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 265: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 266 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 266: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 267 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 267: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 1 | `margin-right: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `margin-right: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 272 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 272: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 274 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 274: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 275 | 1 | `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 275: `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 279 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 279: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 281: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 282 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 282: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 286 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 286: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 299 | 1 | `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 299: `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 300 | 1 | `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 300: `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 303 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 303: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 1 | `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 306: `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 309 | 1 | `bottom: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 309: `bottom: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 310 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 310: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 311 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 311: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 316 | 1 | `width: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 316: `width: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 320 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 320: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 321 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 321: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 353 | 1 | `height: 80/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 353: `height: 80/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 354 | 1 | `margin-bottom: 20/45.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 354: `margin-bottom: 20/45.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 355 | 1 | `width: 180/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 355: `width: 180/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:328
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 169 | 7 | 1 | ` &:after{` Expected indentation of 8 spaces. | block-indent | → line 169, col 7: ` &:after{` Expected indentation of 8 spaces. |
| 174 | 7 | 1 | ` &:after{` Expected indentation of 8 spaces. | block-indent | → line 174, col 7: ` &:after{` Expected indentation of 8 spaces. |
| 271 | 3 | 1 | ` &::-webkit-scrollbar{width:0;height:0;}` Expected indentation of 4 spaces. | block-indent | → line 271, col 3: ` &::-webkit-scrollbar{width:0;height:0;}` Expected indentation of 4 spaces. |
| 273 | 3 | 1 | ` .borders{` Expected indentation of 4 spaces. | block-indent | → line 273, col 3: ` .borders{` Expected indentation of 4 spaces. |
| 284 | 3 | 1 | ` .tabs-wrapper{` Expected indentation of 4 spaces. | block-indent | → line 284, col 3: ` .tabs-wrapper{` Expected indentation of 4 spaces. |
| 289 | 5 | 1 | ` .tab{` Expected indentation of 8 spaces. | block-indent | → line 289, col 5: ` .tab{` Expected indentation of 8 spaces. |
| 298 | 7 | 1 | ` &:first-child{` Expected indentation of 12 spaces. | block-indent | → line 298, col 7: ` &:first-child{` Expected indentation of 12 spaces. |
| 301 | 7 | 1 | ` &.selected{` Expected indentation of 12 spaces. | block-indent | → line 301, col 7: ` &.selected{` Expected indentation of 12 spaces. |
| 314 | 3 | 1 | ` .item{` Expected indentation of 4 spaces. | block-indent | → line 314, col 3: ` .item{` Expected indentation of 4 spaces. |
| 322 | 5 | 1 | ` &:first-child{` Expected indentation of 8 spaces. | block-indent | → line 322, col 5: ` &:first-child{` Expected indentation of 8 spaces. |
| 325 | 5 | 1 | ` .goods-wapperimg {` Expected indentation of 8 spaces. | block-indent | → line 325, col 5: ` .goods-wapperimg {` Expected indentation of 8 spaces. |
| 332 | 7 | 1 | ` .goods-img {` Expected indentation of 12 spaces. | block-indent | → line 332, col 7: ` .goods-img {` Expected indentation of 12 spaces. |
| 337 | 7 | 1 | ` .sale-out {` Expected indentation of 12 spaces. | block-indent | → line 337, col 7: ` .sale-out {` Expected indentation of 12 spaces. |
| 351 | 5 | 1 | ` .goods-infor {` Expected indentation of 8 spaces. | block-indent | → line 351, col 5: ` .goods-infor {` Expected indentation of 8 spaces. |
| 359 | 7 | 1 | ` .item-title {` Expected indentation of 12 spaces. | block-indent | → line 359, col 7: ` .item-title {` Expected indentation of 12 spaces. |
| 372 | 5 | 1 | ` .number-price {` Expected indentation of 8 spaces. | block-indent | → line 372, col 5: ` .number-price {` Expected indentation of 8 spaces. |
| 377 | 7 | 1 | ` .goods-stores .total-stock {` Expected indentation of 12 spaces. | block-indent | → line 377, col 7: ` .goods-stores .total-stock {` Expected indentation of 12 spaces. |
| 381 | 7 | 1 | ` .goods-price {` Expected indentation of 12 spaces. | block-indent | → line 381, col 7: ` .goods-price {` Expected indentation of 12 spaces. |
| 384 | 9 | 1 | ` .trial-price {` Expected indentation of 16 spaces. | block-indent | → line 384, col 9: ` .trial-price {` Expected indentation of 16 spaces. |
| 391 | 5 | 1 | ` .sale-infor {` Expected indentation of 8 spaces. | block-indent | → line 391, col 5: ` .sale-infor {` Expected indentation of 8 spaces. |
| 396 | 7 | 1 | ` .item-clicks,` Expected indentation of 12 spaces. | block-indent | → line 396, col 7: ` .item-clicks,` Expected indentation of 12 spaces. |
| 397 | 7 | 1 | ` .itemapply-count {` Expected indentation of 12 spaces. | block-indent | → line 397, col 7: ` .itemapply-count {` Expected indentation of 12 spaces. |
| 401 | 7 | 1 | ` .laststatus {` Expected indentation of 12 spaces. | block-indent | → line 401, col 7: ` .laststatus {` Expected indentation of 12 spaces. |
| 406 | 7 | 1 | ` .blue {` Expected indentation of 12 spaces. | block-indent | → line 406, col 7: ` .blue {` Expected indentation of 12 spaces. |
| 412 | 5 | 1 | ` .buy-now {` Expected indentation of 8 spaces. | block-indent | → line 412, col 5: ` .buy-now {` Expected indentation of 8 spaces. |
| 5 | 1 | `@font-size-b: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 5: `@font-size-b: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 6 | 1 | `@font-size-s: .55rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 6: `@font-size-s: .55rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 14 | 1 | `@border-common: .05rem solid rgb(228,228,228);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 14: `@border-common: .05rem solid rgb(228,228,228);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 142 | 1 | `top:.4rem ;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 142: `top:.4rem ;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 175 | 1 | `padding: 0 .512rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 175: `padding: 0 .512rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 176 | 1 | `margin-bottom: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 176: `margin-bottom: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 195 | 1 | `margin-right: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 195: `margin-right: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 227 | 1 | `padding: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 227: `padding: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 230 | 1 | `font-size: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 230: `font-size: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 238 | 1 | `-webkit-border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 238: `-webkit-border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 239 | 1 | `-moz-border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 239: `-moz-border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 240 | 1 | `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 240: `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 341 | 1 | `background-color: rgba(0, 0, 0, .6);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 341: `background-color: rgba(0, 0, 0, .6);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 431 | 1 | `background: rgba(0,0,0,.6);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 431: `background: rgba(0,0,0,.6);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 556 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 556: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 7 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 11 | 1 | `@color-1: rgb(52, 52, 52);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 11: `@color-1: rgb(52, 52, 52);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 12 | 1 | `@color-2: rgb(120, 120, 120);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 12: `@color-2: rgb(120, 120, 120);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 13 | 1 | `@color-3: rgb(153, 153, 153);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 13: `@color-3: rgb(153, 153, 153);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 14 | 1 | `@color-pink: rgb(255,73,101);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 14: `@color-pink: rgb(255,73,101);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 15 | 1 | `@color-green: rgb(125, 204, 8);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 15: `@color-green: rgb(125, 204, 8);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 16 | 1 | `@color-blue: rgb(53, 170, 252);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 16: `@color-blue: rgb(53, 170, 252);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 18 | 1 | `@border-common: .05rem solid rgb(228,228,228);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 18: `@border-common: .05rem solid rgb(228,228,228);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 19 | 10 | 1 | `@baseRem:750/16rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 19, col 10: `@baseRem:750/16rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 19 | 1 | `@baseRem:750/16rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `@baseRem:750/16rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `:750/16rem;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 19: `:750/16rem;Variable name must be like this `@foo-bar or @foobar` | |
| 29 | 3 | 1 | ` width: 0;` Expected indentation of 4 spaces. | block-indent | → line 29, col 3: ` width: 0;` Expected indentation of 4 spaces. |
| 30 | 3 | 1 | ` height: 0;` Expected indentation of 4 spaces. | block-indent | → line 30, col 3: ` height: 0;` Expected indentation of 4 spaces. |
| 34 | 15 | 1 | `.bonus-banners{` Must contain spaces before the `{` | require-before-space | → line 34, col 15: `.bonus-banners{` Must contain spaces before the `{` |
| 36 | 1 | `width: 750/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `width: 750/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `height: 254/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `height: 254/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `bottom: 49/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `bottom: 49/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `left: 95/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `left: 95/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `width: 144/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `width: 144/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `height: 144/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `height: 144/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `left: 496/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `left: 496/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `bottom: 65/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `bottom: 65/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `width: 148/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `width: 148/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `height: 58/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `height: 58/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `height: 302/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `height: 302/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 13 | 1 | ` padding:24/@baseRem 18/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 70, col 13: ` padding:24/@baseRem 18/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 70 | 1 | `padding:24/@baseRem 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding:24/@baseRem 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `padding:24/@baseRem 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding:24/@baseRem 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 19 | 1 | ` margin-bottom:18/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 71, col 19: ` margin-bottom:18/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 71 | 1 | `margin-bottom:18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `margin-bottom:18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 15 | 1 | ` width:300/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 81, col 15: ` width:300/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 81 | 1 | `width:300/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `width:300/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `height: 300/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `height: 300/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `margin-right: 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `margin-right: 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 13 | 1 | ` top:108/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 93, col 13: ` top:108/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 93 | 1 | `top:108/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `top:108/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `margin: 0 auto 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `margin: 0 auto 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 18 | 1 | ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 101, col 18: ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 102 | 14 | 1 | ` left:4.22rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 102, col 14: ` left:4.22rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 103 | 13 | 1 | ` top:24/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 103, col 13: ` top:24/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 103 | 1 | `top:24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `top:24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 15 | 1 | ` width:516/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 104, col 15: ` width:516/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 104 | 1 | `width:516/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `width:516/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `height: 60/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `height: 60/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `margin-bottom: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `margin-bottom: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 19 | 1 | ` font-size:28/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 108, col 19: ` font-size:28/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 108 | 1 | `font-size:28/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `font-size:28/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 15 | 1 | ` color:#ff4965;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 109, col 15: ` color:#ff4965;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 111 | 25 | 1 | ` background-size:cover;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 111, col 25: ` background-size:cover;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 113 | 22 | 1 | ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 113, col 22: ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 112 | 13 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 112, col 13: ` span{` Must contain spaces before the `{` |
| 114 | 21 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 114, col 21: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 115 | 19 | 1 | ` width:9.5rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 115, col 19: ` width:9.5rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 116 | 1 | `height: 60/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `height: 60/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `line-height: 60/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `line-height: 60/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 18 | 1 | ` left:1.4rem` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 123, col 18: ` left:1.4rem` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 130 | 1 | `margin-bottom: 48/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 130: `margin-bottom: 48/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 13 | 1 | ` top:.4rem ;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 147, col 13: ` top:.4rem ;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 151 | 13 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 151, col 13: ` span{` Must contain spaces before the `{` |
| 158 | 1 | `bottom: 35/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `bottom: 35/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `width: 240/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `width: 240/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 160 | 1 | `height: 72/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 160: `height: 72/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `line-height: 72/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `line-height: 72/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `-webkit-border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `-webkit-border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 13 | 1 | ` -moz-border-radius: 6/@baseRem;` Expected indentation of 8 spaces. | block-indent | → line 164, col 13: ` -moz-border-radius: 6/@baseRem;` Expected indentation of 8 spaces. |
| 164 | 1 | `-moz-border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `-moz-border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 18 | 1 | ` border-radius: 6/@baseRem;` Expected indentation of 8 spaces. | block-indent | → line 165, col 18: ` border-radius: 6/@baseRem;` Expected indentation of 8 spaces. |
| 165 | 1 | `border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 9 | 1 | ` content:"看更多试用"` Expected indentation of 12 spaces. | block-indent | → line 170, col 9: ` content:"看更多试用"` Expected indentation of 12 spaces. |
| 170 | 17 | 1 | ` content:"看更多试用"` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 170, col 17: ` content:"看更多试用"` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 169 | 14 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 169, col 14: ` &:after{` Must contain spaces before the `{` |
| 175 | 9 | 1 | ` content:"帮 TA 加油"` Expected indentation of 12 spaces. | block-indent | → line 175, col 9: ` content:"帮 TA 加油"` Expected indentation of 12 spaces. |
| 175 | 17 | 1 | ` content:"帮 TA 加油"` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 175, col 17: ` content:"帮 TA 加油"` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 174 | 14 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 174, col 14: ` &:after{` Must contain spaces before the `{` |
| 194 | 11 | 1 | ` border-bottom-width: 0;` Expected indentation of 12 spaces. | block-indent | → line 194, col 11: ` border-bottom-width: 0;` Expected indentation of 12 spaces. |
| 193 | 21 | 1 | ` &:last-child{` Must contain spaces before the `{` | require-before-space | → line 193, col 21: ` &:last-child{` Must contain spaces before the `{` |
| 206 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 206, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 207 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 207, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 244 | 16 | 1 | ` -moz-border-radius: .1rem;` Expected indentation of 12 spaces. | block-indent | → line 244, col 16: ` -moz-border-radius: .1rem;` Expected indentation of 12 spaces. |
| 245 | 21 | 1 | ` border-radius: .1rem;` Expected indentation of 12 spaces. | block-indent | → line 245, col 21: ` border-radius: .1rem;` Expected indentation of 12 spaces. |
| 257 | 3 | 1 | ` position: relative;` Expected indentation of 4 spaces. | block-indent | → line 257, col 3: ` position: relative;` Expected indentation of 4 spaces. |
| 256 | 8 | 1 | `#J_tabs{` Must contain spaces before the `{` | require-before-space | → line 256, col 8: `#J_tabs{` Must contain spaces before the `{` |
| 258 | 3 | 1 | ` z-index: 8;` Expected indentation of 4 spaces. | block-indent | → line 258, col 3: ` z-index: 8;` Expected indentation of 4 spaces. |
| 259 | 3 | 1 | ` .px2px(height,80);` Expected indentation of 4 spaces. | block-indent | → line 259, col 3: ` .px2px(height,80);` Expected indentation of 4 spaces. |
| 262 | 3 | 1 | ` position: absolute;` Expected indentation of 4 spaces. | block-indent | → line 262, col 3: ` position: absolute;` Expected indentation of 4 spaces. |
| 261 | 6 | 1 | `.tabs{` Must contain spaces before the `{` | require-before-space | → line 261, col 6: `.tabs{` Must contain spaces before the `{` |
| 263 | 3 | 1 | ` left: 0;` Expected indentation of 4 spaces. | block-indent | → line 263, col 3: ` left: 0;` Expected indentation of 4 spaces. |
| 264 | 3 | 1 | ` top: 0;` Expected indentation of 4 spaces. | block-indent | → line 264, col 3: ` top: 0;` Expected indentation of 4 spaces. |
| 265 | 3 | 1 | ` width: 100%;` Expected indentation of 4 spaces. | block-indent | → line 265, col 3: ` width: 100%;` Expected indentation of 4 spaces. |
| 266 | 3 | 1 | ` .px2px(height,80);` Expected indentation of 4 spaces. | block-indent | → line 266, col 3: ` .px2px(height,80);` Expected indentation of 4 spaces. |
| 267 | 3 | 1 | ` .font-size(28);` Expected indentation of 4 spaces. | block-indent | → line 267, col 3: ` .font-size(28);` Expected indentation of 4 spaces. |
| 268 | 3 | 1 | ` background: #fff;` Expected indentation of 4 spaces. | block-indent | → line 268, col 3: ` background: #fff;` Expected indentation of 4 spaces. |
| 269 | 3 | 1 | ` overflow: auto;` Expected indentation of 4 spaces. | block-indent | → line 269, col 3: ` overflow: auto;` Expected indentation of 4 spaces. |
| 270 | 3 | 1 | ` -webkit-overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 270, col 3: ` -webkit-overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 271 | 3 | 1 | ` &::-webkit-scrollbar{width:0;height:0;}` Expected indentation of 8 spaces. | block-indent | → line 271, col 3: ` &::-webkit-scrollbar{width:0;height:0;}` Expected indentation of 8 spaces. |
| 271 | 30 | 1 | ` &::-webkit-scrollbar{width:0;height:0;}` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 271, col 30: ` &::-webkit-scrollbar{width:0;height:0;}` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 271 | 39 | 1 | ` &::-webkit-scrollbar{width:0;height:0;}` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 271, col 39: ` &::-webkit-scrollbar{width:0;height:0;}` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 274 | 5 | 1 | ` position: absolute;` Expected indentation of 8 spaces. | block-indent | → line 274, col 5: ` position: absolute;` Expected indentation of 8 spaces. |
| 273 | 11 | 1 | ` .borders{` Must contain spaces before the `{` | require-before-space | → line 273, col 11: ` .borders{` Must contain spaces before the `{` |
| 275 | 5 | 1 | ` top: 0;` Expected indentation of 8 spaces. | block-indent | → line 275, col 5: ` top: 0;` Expected indentation of 8 spaces. |
| 276 | 5 | 1 | ` left: 0;` Expected indentation of 8 spaces. | block-indent | → line 276, col 5: ` left: 0;` Expected indentation of 8 spaces. |
| 277 | 5 | 1 | ` width: 99999px;` Expected indentation of 8 spaces. | block-indent | → line 277, col 5: ` width: 99999px;` Expected indentation of 8 spaces. |
| 278 | 5 | 1 | ` height: 100%;` Expected indentation of 8 spaces. | block-indent | → line 278, col 5: ` height: 100%;` Expected indentation of 8 spaces. |
| 279 | 5 | 1 | ` .box-sizing();` Expected indentation of 8 spaces. | block-indent | → line 279, col 5: ` .box-sizing();` Expected indentation of 8 spaces. |
| 280 | 5 | 1 | ` border-bottom-color: #E4E4E4;` Expected indentation of 8 spaces. | block-indent | → line 280, col 5: ` border-bottom-color: #E4E4E4;` Expected indentation of 8 spaces. |
| 281 | 5 | 1 | ` border-bottom-style: solid;` Expected indentation of 8 spaces. | block-indent | → line 281, col 5: ` border-bottom-style: solid;` Expected indentation of 8 spaces. |
| 282 | 5 | 1 | ` .px2px(border-bottom-width,1);` Expected indentation of 8 spaces. | block-indent | → line 282, col 5: ` .px2px(border-bottom-width,1);` Expected indentation of 8 spaces. |
| 285 | 5 | 1 | ` position: relative;` Expected indentation of 8 spaces. | block-indent | → line 285, col 5: ` position: relative;` Expected indentation of 8 spaces. |
| 284 | 16 | 1 | ` .tabs-wrapper{` Must contain spaces before the `{` | require-before-space | → line 284, col 16: ` .tabs-wrapper{` Must contain spaces before the `{` |
| 286 | 5 | 1 | ` width: 99999px;` Expected indentation of 8 spaces. | block-indent | → line 286, col 5: ` width: 99999px;` Expected indentation of 8 spaces. |
| 287 | 5 | 1 | ` height: 100%;` Expected indentation of 8 spaces. | block-indent | → line 287, col 5: ` height: 100%;` Expected indentation of 8 spaces. |
| 288 | 5 | 1 | ` overflow: hidden;` Expected indentation of 8 spaces. | block-indent | → line 288, col 5: ` overflow: hidden;` Expected indentation of 8 spaces. |
| 290 | 7 | 1 | ` float: left;` Expected indentation of 12 spaces. | block-indent | → line 290, col 7: ` float: left;` Expected indentation of 12 spaces. |
| 289 | 9 | 1 | ` .tab{` Must contain spaces before the `{` | require-before-space | → line 289, col 9: ` .tab{` Must contain spaces before the `{` |
| 291 | 7 | 1 | ` height: 100%;` Expected indentation of 12 spaces. | block-indent | → line 291, col 7: ` height: 100%;` Expected indentation of 12 spaces. |
| 292 | 7 | 1 | ` .box-sizing();` Expected indentation of 12 spaces. | block-indent | → line 292, col 7: ` .box-sizing();` Expected indentation of 12 spaces. |
| 293 | 7 | 1 | ` .px2px(padding-top,23);` Expected indentation of 12 spaces. | block-indent | → line 293, col 7: ` .px2px(padding-top,23);` Expected indentation of 12 spaces. |
| 294 | 7 | 1 | ` .px2px(padding-left,12);` Expected indentation of 12 spaces. | block-indent | → line 294, col 7: ` .px2px(padding-left,12);` Expected indentation of 12 spaces. |
| 295 | 7 | 1 | ` .px2px(padding-right,12);` Expected indentation of 12 spaces. | block-indent | → line 295, col 7: ` .px2px(padding-right,12);` Expected indentation of 12 spaces. |
| 296 | 7 | 1 | ` .px2px(line-height,34);` Expected indentation of 12 spaces. | block-indent | → line 296, col 7: ` .px2px(line-height,34);` Expected indentation of 12 spaces. |
| 297 | 7 | 1 | ` .px2px(margin-right,18);` Expected indentation of 12 spaces. | block-indent | → line 297, col 7: ` .px2px(margin-right,18);` Expected indentation of 12 spaces. |
| 299 | 9 | 1 | ` .px2px(margin-left,18);` Expected indentation of 16 spaces. | block-indent | → line 299, col 9: ` .px2px(margin-left,18);` Expected indentation of 16 spaces. |
| 298 | 20 | 1 | ` &:first-child{` Must contain spaces before the `{` | require-before-space | → line 298, col 20: ` &:first-child{` Must contain spaces before the `{` |
| 302 | 9 | 1 | ` color: #FF4965;` Expected indentation of 16 spaces. | block-indent | → line 302, col 9: ` color: #FF4965;` Expected indentation of 16 spaces. |
| 301 | 17 | 1 | ` &.selected{` Must contain spaces before the `{` | require-before-space | → line 301, col 17: ` &.selected{` Must contain spaces before the `{` |
| 303 | 9 | 1 | ` border-bottom-color: #FF4965;` Expected indentation of 16 spaces. | block-indent | → line 303, col 9: ` border-bottom-color: #FF4965;` Expected indentation of 16 spaces. |
| 304 | 9 | 1 | ` border-bottom-style: solid;` Expected indentation of 16 spaces. | block-indent | → line 304, col 9: ` border-bottom-style: solid;` Expected indentation of 16 spaces. |
| 305 | 9 | 1 | ` .px2px(border-bottom-width,3);` Expected indentation of 16 spaces. | block-indent | → line 305, col 9: ` .px2px(border-bottom-width,3);` Expected indentation of 16 spaces. |
| 313 | 3 | 1 | ` background: #fff;` Expected indentation of 4 spaces. | block-indent | → line 313, col 3: ` background: #fff;` Expected indentation of 4 spaces. |
| 312 | 7 | 1 | `.goods{` Must contain spaces before the `{` | require-before-space | → line 312, col 7: `.goods{` Must contain spaces before the `{` |
| 315 | 5 | 1 | ` display: block;` Expected indentation of 8 spaces. | block-indent | → line 315, col 5: ` display: block;` Expected indentation of 8 spaces. |
| 314 | 8 | 1 | ` .item{` Must contain spaces before the `{` | require-before-space | → line 314, col 8: ` .item{` Must contain spaces before the `{` |
| 316 | 5 | 1 | ` overflow: hidden;` Expected indentation of 8 spaces. | block-indent | → line 316, col 5: ` overflow: hidden;` Expected indentation of 8 spaces. |
| 317 | 5 | 1 | ` .px2rem(width, 750);` Expected indentation of 8 spaces. | block-indent | → line 317, col 5: ` .px2rem(width, 750);` Expected indentation of 8 spaces. |
| 318 | 5 | 1 | ` .px2rem(height, 288);` Expected indentation of 8 spaces. | block-indent | → line 318, col 5: ` .px2rem(height, 288);` Expected indentation of 8 spaces. |
| 319 | 5 | 1 | ` border-top-color:#e4e4e4;` Expected indentation of 8 spaces. | block-indent | → line 319, col 5: ` border-top-color:#e4e4e4;` Expected indentation of 8 spaces. |
| 319 | 22 | 1 | ` border-top-color:#e4e4e4;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 319, col 22: ` border-top-color:#e4e4e4;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 320 | 5 | 1 | ` border-top-style:solid;` Expected indentation of 8 spaces. | block-indent | → line 320, col 5: ` border-top-style:solid;` Expected indentation of 8 spaces. |
| 320 | 22 | 1 | ` border-top-style:solid;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 320, col 22: ` border-top-style:solid;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 321 | 5 | 1 | ` .px2px(border-top-width,2);` Expected indentation of 8 spaces. | block-indent | → line 321, col 5: ` .px2px(border-top-width,2);` Expected indentation of 8 spaces. |
| 323 | 7 | 1 | ` border-top-width:0;` Expected indentation of 12 spaces. | block-indent | → line 323, col 7: ` border-top-width:0;` Expected indentation of 12 spaces. |
| 323 | 24 | 1 | ` border-top-width:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 323, col 24: ` border-top-width:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 322 | 18 | 1 | ` &:first-child{` Must contain spaces before the `{` | require-before-space | → line 322, col 18: ` &:first-child{` Must contain spaces before the `{` |
| 326 | 7 | 1 | ` position: relative;` Expected indentation of 12 spaces. | block-indent | → line 326, col 7: ` position: relative;` Expected indentation of 12 spaces. |
| 327 | 7 | 1 | ` float: left;` Expected indentation of 12 spaces. | block-indent | → line 327, col 7: ` float: left;` Expected indentation of 12 spaces. |
| 328 | 7 | 1 | ` .px2rem(width, 276);` Expected indentation of 12 spaces. | block-indent | → line 328, col 7: ` .px2rem(width, 276);` Expected indentation of 12 spaces. |
| 329 | 7 | 1 | ` .px2rem(height, 288);` Expected indentation of 12 spaces. | block-indent | → line 329, col 7: ` .px2rem(height, 288);` Expected indentation of 12 spaces. |
| 330 | 7 | 1 | ` .mpb(padding, 24, 18);` Expected indentation of 12 spaces. | block-indent | → line 330, col 7: ` .mpb(padding, 24, 18);` Expected indentation of 12 spaces. |
| 331 | 7 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 331, col 7: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 333 | 9 | 1 | ` display: block;` Expected indentation of 16 spaces. | block-indent | → line 333, col 9: ` display: block;` Expected indentation of 16 spaces. |
| 334 | 9 | 1 | ` .px2rem(width, 240);` Expected indentation of 16 spaces. | block-indent | → line 334, col 9: ` .px2rem(width, 240);` Expected indentation of 16 spaces. |
| 335 | 9 | 1 | ` .px2rem(height, 240);` Expected indentation of 16 spaces. | block-indent | → line 335, col 9: ` .px2rem(height, 240);` Expected indentation of 16 spaces. |
| 338 | 9 | 1 | ` position: absolute;` Expected indentation of 16 spaces. | block-indent | → line 338, col 9: ` position: absolute;` Expected indentation of 16 spaces. |
| 339 | 9 | 1 | ` .px2rem(top, 84);` Expected indentation of 16 spaces. | block-indent | → line 339, col 9: ` .px2rem(top, 84);` Expected indentation of 16 spaces. |
| 340 | 9 | 1 | ` .px2rem(left, 78);` Expected indentation of 16 spaces. | block-indent | → line 340, col 9: ` .px2rem(left, 78);` Expected indentation of 16 spaces. |
| 341 | 9 | 1 | ` .px2rem(width, 120);` Expected indentation of 16 spaces. | block-indent | → line 341, col 9: ` .px2rem(width, 120);` Expected indentation of 16 spaces. |
| 342 | 9 | 1 | ` .px2rem(height, 120);` Expected indentation of 16 spaces. | block-indent | → line 342, col 9: ` .px2rem(height, 120);` Expected indentation of 16 spaces. |
| 343 | 9 | 1 | ` .px2rem(line-height, 120);` Expected indentation of 16 spaces. | block-indent | → line 343, col 9: ` .px2rem(line-height, 120);` Expected indentation of 16 spaces. |
| 344 | 9 | 1 | ` vertical-align: middle;` Expected indentation of 16 spaces. | block-indent | → line 344, col 9: ` vertical-align: middle;` Expected indentation of 16 spaces. |
| 345 | 9 | 1 | ` text-align: center;` Expected indentation of 16 spaces. | block-indent | → line 345, col 9: ` text-align: center;` Expected indentation of 16 spaces. |
| 346 | 9 | 1 | ` border-radius: 50%;` Expected indentation of 16 spaces. | block-indent | → line 346, col 9: ` border-radius: 50%;` Expected indentation of 16 spaces. |
| 347 | 9 | 1 | ` color: #FFF;` Expected indentation of 16 spaces. | block-indent | → line 347, col 9: ` color: #FFF;` Expected indentation of 16 spaces. |
| 348 | 9 | 1 | ` background-color: rgba(0, 0, 0, .6);` Expected indentation of 16 spaces. | block-indent | → line 348, col 9: ` background-color: rgba(0, 0, 0, .6);` Expected indentation of 16 spaces. |
| 352 | 7 | 1 | ` position: relative;` Expected indentation of 12 spaces. | block-indent | → line 352, col 7: ` position: relative;` Expected indentation of 12 spaces. |
| 353 | 7 | 1 | ` float: left;` Expected indentation of 12 spaces. | block-indent | → line 353, col 7: ` float: left;` Expected indentation of 12 spaces. |
| 354 | 7 | 1 | ` .px2rem(width, 474);` Expected indentation of 12 spaces. | block-indent | → line 354, col 7: ` .px2rem(width, 474);` Expected indentation of 12 spaces. |
| 355 | 7 | 1 | ` .px2rem(height, 288);` Expected indentation of 12 spaces. | block-indent | → line 355, col 7: ` .px2rem(height, 288);` Expected indentation of 12 spaces. |
| 356 | 7 | 1 | ` .mpb(padding, 36, 18);` Expected indentation of 12 spaces. | block-indent | → line 356, col 7: ` .mpb(padding, 36, 18);` Expected indentation of 12 spaces. |
| 357 | 7 | 1 | ` .px2rem(padding-left, 0);` Expected indentation of 12 spaces. | block-indent | → line 357, col 7: ` .px2rem(padding-left, 0);` Expected indentation of 12 spaces. |
| 358 | 7 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 358, col 7: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 360 | 9 | 1 | ` display: -webkit-box;` Expected indentation of 16 spaces. | block-indent | → line 360, col 9: ` display: -webkit-box;` Expected indentation of 16 spaces. |
| 361 | 9 | 1 | ` -webkit-box-orient: vertical;` Expected indentation of 16 spaces. | block-indent | → line 361, col 9: ` -webkit-box-orient: vertical;` Expected indentation of 16 spaces. |
| 362 | 9 | 1 | ` -webkit-line-clamp: 2;` Expected indentation of 16 spaces. | block-indent | → line 362, col 9: ` -webkit-line-clamp: 2;` Expected indentation of 16 spaces. |
| 363 | 9 | 1 | ` overflow: hidden;` Expected indentation of 16 spaces. | block-indent | → line 363, col 9: ` overflow: hidden;` Expected indentation of 16 spaces. |
| 364 | 9 | 1 | ` .px2px(height, 64);` Expected indentation of 16 spaces. | block-indent | → line 364, col 9: ` .px2px(height, 64);` Expected indentation of 16 spaces. |
| 365 | 9 | 1 | ` .px2px(line-height, 32);` Expected indentation of 16 spaces. | block-indent | → line 365, col 9: ` .px2px(line-height, 32);` Expected indentation of 16 spaces. |
| 366 | 9 | 1 | ` .fontSize(28);` Expected indentation of 16 spaces. | block-indent | → line 366, col 9: ` .fontSize(28);` Expected indentation of 16 spaces. |
| 367 | 9 | 1 | ` -o-text-overflow: ellipsis;` Expected indentation of 16 spaces. | block-indent | → line 367, col 9: ` -o-text-overflow: ellipsis;` Expected indentation of 16 spaces. |
| 368 | 9 | 1 | ` text-overflow: ellipsis;` Expected indentation of 16 spaces. | block-indent | → line 368, col 9: ` text-overflow: ellipsis;` Expected indentation of 16 spaces. |
| 369 | 9 | 1 | ` color: #333;` Expected indentation of 16 spaces. | block-indent | → line 369, col 9: ` color: #333;` Expected indentation of 16 spaces. |
| 373 | 7 | 1 | ` position: relative;` Expected indentation of 12 spaces. | block-indent | → line 373, col 7: ` position: relative;` Expected indentation of 12 spaces. |
| 374 | 7 | 1 | ` .px2rem(margin-top, 36);` Expected indentation of 12 spaces. | block-indent | → line 374, col 7: ` .px2rem(margin-top, 36);` Expected indentation of 12 spaces. |
| 375 | 7 | 1 | ` color: #999;` Expected indentation of 12 spaces. | block-indent | → line 375, col 7: ` color: #999;` Expected indentation of 12 spaces. |
| 376 | 7 | 1 | ` .fontSize(24);` Expected indentation of 12 spaces. | block-indent | → line 376, col 7: ` .fontSize(24);` Expected indentation of 12 spaces. |
| 378 | 9 | 1 | ` color: #FF4967;` Expected indentation of 16 spaces. | block-indent | → line 378, col 9: ` color: #FF4967;` Expected indentation of 16 spaces. |
| 379 | 9 | 1 | ` .fontSize(30);` Expected indentation of 16 spaces. | block-indent | → line 379, col 9: ` .fontSize(30);` Expected indentation of 16 spaces. |
| 382 | 9 | 1 | ` position: absolute;` Expected indentation of 16 spaces. | block-indent | → line 382, col 9: ` position: absolute;` Expected indentation of 16 spaces. |
| 383 | 9 | 1 | ` right: 0;` Expected indentation of 16 spaces. | block-indent | → line 383, col 9: ` right: 0;` Expected indentation of 16 spaces. |
| 385 | 11 | 1 | ` .fontSize(30);` Expected indentation of 20 spaces. | block-indent | → line 385, col 11: ` .fontSize(30);` Expected indentation of 20 spaces. |
| 386 | 11 | 1 | ` color:@g-color-main;` Expected indentation of 20 spaces. | block-indent | → line 386, col 11: ` color:@g-color-main;` Expected indentation of 20 spaces. |
| 386 | 17 | 1 | ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 386, col 17: ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 392 | 7 | 1 | ` position: absolute;` Expected indentation of 12 spaces. | block-indent | → line 392, col 7: ` position: absolute;` Expected indentation of 12 spaces. |
| 393 | 7 | 1 | ` left: 0;` Expected indentation of 12 spaces. | block-indent | → line 393, col 7: ` left: 0;` Expected indentation of 12 spaces. |
| 394 | 7 | 1 | ` .px2rem(bottom, 38);` Expected indentation of 12 spaces. | block-indent | → line 394, col 7: ` .px2rem(bottom, 38);` Expected indentation of 12 spaces. |
| 395 | 7 | 1 | ` .px2rem(width, 456);` Expected indentation of 12 spaces. | block-indent | → line 395, col 7: ` .px2rem(width, 456);` Expected indentation of 12 spaces. |
| 398 | 9 | 1 | ` .fontSize(24);` Expected indentation of 16 spaces. | block-indent | → line 398, col 9: ` .fontSize(24);` Expected indentation of 16 spaces. |
| 399 | 9 | 1 | ` color: #999;` Expected indentation of 16 spaces. | block-indent | → line 399, col 9: ` color: #999;` Expected indentation of 16 spaces. |
| 402 | 9 | 1 | ` background-color: #FFF;` Expected indentation of 16 spaces. | block-indent | → line 402, col 9: ` background-color: #FFF;` Expected indentation of 16 spaces. |
| 403 | 9 | 1 | ` border: 1px solid #2D2D42;` Expected indentation of 16 spaces. | block-indent | → line 403, col 9: ` border: 1px solid #2D2D42;` Expected indentation of 16 spaces. |
| 404 | 9 | 1 | ` color: #2D2D42;` Expected indentation of 16 spaces. | block-indent | → line 404, col 9: ` color: #2D2D42;` Expected indentation of 16 spaces. |
| 407 | 9 | 1 | ` background-color: #2CCC8C;` Expected indentation of 16 spaces. | block-indent | → line 407, col 9: ` background-color: #2CCC8C;` Expected indentation of 16 spaces. |
| 408 | 9 | 1 | ` border: 1px solid #2CCC8C;` Expected indentation of 16 spaces. | block-indent | → line 408, col 9: ` border: 1px solid #2CCC8C;` Expected indentation of 16 spaces. |
| 409 | 9 | 1 | ` color: #FFF;` Expected indentation of 16 spaces. | block-indent | → line 409, col 9: ` color: #FFF;` Expected indentation of 16 spaces. |
| 413 | 7 | 1 | ` position: absolute;` Expected indentation of 12 spaces. | block-indent | → line 413, col 7: ` position: absolute;` Expected indentation of 12 spaces. |
| 414 | 7 | 1 | ` right: 0;` Expected indentation of 12 spaces. | block-indent | → line 414, col 7: ` right: 0;` Expected indentation of 12 spaces. |
| 415 | 7 | 1 | ` bottom: 0;` Expected indentation of 12 spaces. | block-indent | → line 415, col 7: ` bottom: 0;` Expected indentation of 12 spaces. |
| 416 | 7 | 1 | ` .px2rem(font-size,28);` Expected indentation of 12 spaces. | block-indent | → line 416, col 7: ` .px2rem(font-size,28);` Expected indentation of 12 spaces. |
| 417 | 7 | 1 | ` .px2rem(width, 132);` Expected indentation of 12 spaces. | block-indent | → line 417, col 7: ` .px2rem(width, 132);` Expected indentation of 12 spaces. |
| 418 | 7 | 1 | ` .px2rem(height, 30);` Expected indentation of 12 spaces. | block-indent | → line 418, col 7: ` .px2rem(height, 30);` Expected indentation of 12 spaces. |
| 419 | 7 | 1 | ` .px2rem(line-height, 30);` Expected indentation of 12 spaces. | block-indent | → line 419, col 7: ` .px2rem(line-height, 30);` Expected indentation of 12 spaces. |
| 420 | 7 | 1 | ` .px2rem(padding-top, 15);` Expected indentation of 12 spaces. | block-indent | → line 420, col 7: ` .px2rem(padding-top, 15);` Expected indentation of 12 spaces. |
| 421 | 7 | 1 | ` .px2rem(padding-bottom, 15);` Expected indentation of 12 spaces. | block-indent | → line 421, col 7: ` .px2rem(padding-bottom, 15);` Expected indentation of 12 spaces. |
| 422 | 7 | 1 | ` vertical-align: middle;` Expected indentation of 12 spaces. | block-indent | → line 422, col 7: ` vertical-align: middle;` Expected indentation of 12 spaces. |
| 423 | 7 | 1 | ` border-radius: 6px;` Expected indentation of 12 spaces. | block-indent | → line 423, col 7: ` border-radius: 6px;` Expected indentation of 12 spaces. |
| 424 | 7 | 1 | ` background-color: #FF4965;` Expected indentation of 12 spaces. | block-indent | → line 424, col 7: ` background-color: #FF4965;` Expected indentation of 12 spaces. |
| 425 | 7 | 1 | ` color: #FFF;` Expected indentation of 12 spaces. | block-indent | → line 425, col 7: ` color: #FFF;` Expected indentation of 12 spaces. |
| 426 | 7 | 1 | ` text-align: center;` Expected indentation of 12 spaces. | block-indent | → line 426, col 7: ` text-align: center;` Expected indentation of 12 spaces. |
| 432 | 13 | 1 | `.dialog-mask{` Must contain spaces before the `{` | require-before-space | → line 432, col 13: `.dialog-mask{` Must contain spaces before the `{` |
| 443 | 13 | 1 | `.dialog-wrap{` Must contain spaces before the `{` | require-before-space | → line 443, col 13: `.dialog-wrap{` Must contain spaces before the `{` |
| 445 | 1 | `top: 300/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 445: `top: 300/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 447 | 1 | `margin-left: -285/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 447: `margin-left: -285/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 448 | 1 | `width: 570/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 448: `width: 570/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 449 | 1 | `padding: 48/@baseRem 36/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 449: `padding: 48/@baseRem 36/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 449 | 1 | `padding: 48/@baseRem 36/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 449: `padding: 48/@baseRem 36/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 452 | 1 | `border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 452: `border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 455 | 25 | 1 | ` .login-box,.down-box{` Must contain spaces before the `{` | require-before-space | → line 455, col 25: ` .login-box,.down-box{` Must contain spaces before the `{` |
| 455 | 1 | `.login-box,.down-box{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 455: `.login-box,.down-box{` When multiple selectors share a statement block, each selector statement must be per line | |
| 457 | 15 | 1 | ` width:-moz-calc(100% - (24/@baseRem * 4));` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 457, col 15: ` width:-moz-calc(100% - (24/@baseRem * 4));` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 458 | 15 | 1 | ` width:-webkit-calc(100% - (24/@baseRem * 4));` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 458, col 15: ` width:-webkit-calc(100% - (24/@baseRem * 4));` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 461 | 14 | 1 | ` input{` Must contain spaces before the `{` | require-before-space | → line 461, col 14: ` input{` Must contain spaces before the `{` |
| 464 | 21 | 1 | ` padding:23/@baseRem 18/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 464, col 21: ` padding:23/@baseRem 18/@baseRem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 464 | 1 | `padding:23/@baseRem 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 464: `padding:23/@baseRem 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 464 | 1 | `padding:23/@baseRem 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 464: `padding:23/@baseRem 18/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 467 | 21 | 1 | ` appearance: none;` Expected indentation of 12 spaces. | block-indent | → line 467, col 21: ` appearance: none;` Expected indentation of 12 spaces. |
| 469 | 1 | `font-size: 28/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 469: `font-size: 28/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 470 | 1 | `height: 86/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 470: `height: 86/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 471 | 1 | `line-height: 40/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 471: `line-height: 40/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 473 | 1 | `margin-bottom: 30/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 473: `margin-bottom: 30/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 474 | 1 | `border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 474: `border-radius: 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 476 | 20 | 1 | ` &.short{` Must contain spaces before the `{` | require-before-space | → line 476, col 20: ` &.short{` Must contain spaces before the `{` |
| 478 | 1 | `width: 306/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 478: `width: 306/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 482 | 22 | 1 | ` .get-code-box{` Must contain spaces before the `{` | require-before-space | → line 482, col 22: ` .get-code-box{` Must contain spaces before the `{` |
| 485 | 18 | 1 | ` .get-code{` Must contain spaces before the `{` | require-before-space | → line 485, col 18: ` .get-code{` Must contain spaces before the `{` |
| 487 | 1 | `width: 144/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 487: `width: 144/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 488 | 1 | `height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 488: `height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 491 | 19 | 1 | ` .error-tip{` Must contain spaces before the `{` | require-before-space | → line 491, col 19: ` .error-tip{` Must contain spaces before the `{` |
| 493 | 1 | `margin-bottom: 20/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 493: `margin-bottom: 20/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 496 | 14 | 1 | ` i{` Must contain spaces before the `{` | require-before-space | → line 496, col 14: ` i{` Must contain spaces before the `{` |
| 499 | 1 | `width: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 499: `width: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 500 | 1 | `height: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 500: `height: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 501 | 1 | `margin-bottom: 30/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 501: `margin-bottom: 30/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 503 | 33 | 1 | ` background-size:contain ;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 503, col 33: ` background-size:contain ;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 505 | 17 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 505, col 17: ` span{` Must contain spaces before the `{` |
| 510 | 1 | `padding-left: 12/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 510: `padding-left: 12/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 511 | 1 | `font-size: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 511: `font-size: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 516 | 20 | 1 | ` .submit-btn{` Must contain spaces before the `{` | require-before-space | → line 516, col 20: ` .submit-btn{` Must contain spaces before the `{` |
| 519 | 1 | `bottom: -80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 519: `bottom: -80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 521 | 1 | `height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 521: `height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 524 | 21 | 1 | ` appearance: none;` Expected indentation of 12 spaces. | block-indent | → line 524, col 21: ` appearance: none;` Expected indentation of 12 spaces. |
| 529 | 1 | `font-size: 32/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 529: `font-size: 32/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 533 | 19 | 1 | ` .close-btn{` Must contain spaces before the `{` | require-before-space | → line 533, col 19: ` .close-btn{` Must contain spaces before the `{` |
| 535 | 1 | `left: -36/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 535: `left: -36/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 536 | 1 | `bottom: -80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 536: `bottom: -80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 539 | 19 | 1 | ` width:6.2rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 539, col 19: ` width:6.2rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 540 | 1 | `height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 540: `height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 543 | 1 | `font-size: 32/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 543: `font-size: 32/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 546 | 21 | 1 | ` appearance: none;` Expected indentation of 12 spaces. | block-indent | → line 546, col 21: ` appearance: none;` Expected indentation of 12 spaces. |
| 547 | 1 | `border-radius: 0 0 0 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 547: `border-radius: 0 0 0 6/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 553 | 21 | 1 | ` .advice-info{` Must contain spaces before the `{` | require-before-space | → line 553, col 21: ` .advice-info{` Must contain spaces before the `{` |
| 556 | 1 | `width: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 556: `width: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 557 | 1 | `height: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 557: `height: 24/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 558 | 1 | `margin-top: 22/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 558: `margin-top: 22/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 562 | 22 | 1 | ` .callapp-text{` Must contain spaces before the `{` | require-before-space | → line 562, col 22: ` .callapp-text{` Must contain spaces before the `{` |
| 569 | 7 | 1 | ` float: right;` Expected indentation of 8 spaces. | block-indent | → line 569, col 7: ` float: right;` Expected indentation of 8 spaces. |
| 568 | 19 | 1 | ` .get-phonecode{` Must contain spaces before the `{` | require-before-space | → line 568, col 19: ` .get-phonecode{` Must contain spaces before the `{` |
| 570 | 7 | 1 | ` width: 160/@baseRem;` Expected indentation of 8 spaces. | block-indent | → line 570, col 7: ` width: 160/@baseRem;` Expected indentation of 8 spaces. |
| 570 | 1 | `width: 160/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 570: `width: 160/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 571 | 7 | 1 | ` height: 80/@baseRem;` Expected indentation of 8 spaces. | block-indent | → line 571, col 7: ` height: 80/@baseRem;` Expected indentation of 8 spaces. |
| 571 | 1 | `height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 571: `height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 572 | 7 | 1 | ` line-height: 80/@baseRem;` Expected indentation of 8 spaces. | block-indent | → line 572, col 7: ` line-height: 80/@baseRem;` Expected indentation of 8 spaces. |
| 572 | 1 | `line-height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 572: `line-height: 80/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 573 | 7 | 1 | ` border: 1px solid #FF4965;` Expected indentation of 8 spaces. | block-indent | → line 573, col 7: ` border: 1px solid #FF4965;` Expected indentation of 8 spaces. |
| 574 | 7 | 1 | ` color: #ff4965;` Expected indentation of 8 spaces. | block-indent | → line 574, col 7: ` color: #ff4965;` Expected indentation of 8 spaces. |
| 575 | 7 | 1 | ` border-radius: 12/@baseRem;` Expected indentation of 8 spaces. | block-indent | → line 575, col 7: ` border-radius: 12/@baseRem;` Expected indentation of 8 spaces. |
| 575 | 1 | `border-radius: 12/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 575: `border-radius: 12/@baseRem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 579 | 3 | 1 | ` padding-top: 0.5rem;` Expected indentation of 4 spaces. | block-indent | → line 579, col 3: ` padding-top: 0.5rem;` Expected indentation of 4 spaces. |
| 578 | 18 | 1 | `.dialog-wrap-down{` Must contain spaces before the `{` | require-before-space | → line 578, col 18: `.dialog-wrap-down{` Must contain spaces before the `{` |
| 580 | 3 | 1 | ` min-height: 2.6rem;` Expected indentation of 4 spaces. | block-indent | → line 580, col 3: ` min-height: 2.6rem;` Expected indentation of 4 spaces. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 96 | 8 | 1 | ` text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 96, col 8: ` text-overflow: ellipsis;` Expected indentation of 4 spaces. |
不规范数量:20
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 4: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 15 | 13 | 1 | ` transition: top 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 15, col 13: ` transition: top 0.5s linear;` Expected indentation of 4 spaces. |
| 21 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 32, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 48 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `margin: 0 auto 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `margin: 0 auto 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 65, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 68 | 1 | `margin: 0 0 18/@g-base -30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `margin: 0 0 18/@g-base -30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `margin: 0 0 18/@g-base -30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `margin: 0 0 18/@g-base -30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `padding: 24/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding: 24/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `padding: 24/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding: 24/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `padding: 24/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding: 24/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `height: 155/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `height: 155/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `margin: 0 0 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `margin: 0 0 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `margin: 0 0 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `margin: 0 0 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `width: 114/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `width: 114/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `margin: 0 auto 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `margin: 0 auto 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/*针对小米生活隐藏导航的修改*/` Single Comment should be use `//` | single-comment | → `/*针对小米生活隐藏导航的修改*/` Single Comment should be use `//` |
不规范数量:57
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 6: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 26 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 26, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 30 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `padding-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `margin-top: -3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `margin-top: -3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 53, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 70 | 17 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 8 spaces. | block-indent | → line 70, col 17: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 8 spaces. |
| 78 | 1 | `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 78: `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `line-height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `line-height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `top: 174/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `top: 174/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `font-size: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `font-size: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 105, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 107 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 1 | `top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 121: `top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 150, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 154 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 158 | 1 | `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `height: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `height: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 1 | `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 166: `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 167 | 1 | `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 167: `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 171 | 1 | `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 171: `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 173 | 1 | `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 1 | `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 179: `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 180 | 1 | `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 180: `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `height: 64/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `height: 64/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `line-height: 32/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `line-height: 32/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 198: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 199 | 1 | `height: 52/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 199: `height: 52/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 200 | 1 | `line-height: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 200: `line-height: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 208 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 208: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 1 | `margin-top: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `margin-top: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 213 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 213: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 214 | 1 | `margin-left: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `margin-left: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 241 | 1 | `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 241: `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 242 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 242: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 242 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 242: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 242 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 242: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 243 | 1 | `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 243: `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 248 | 1 | `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 248: `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 259 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 259: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 264 | 1 | `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 264: `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:96
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 20 | 1 | `height: .512rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 20: `height: .512rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 88 | 1 | `padding: .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 88: `padding: .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 93 | 1 | `.border-radius(.2rem);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 93: `.border-radius(.2rem);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 222 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 222: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 231 | 1 | `margin: .65rem 0 .975rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 231: `margin: .65rem 0 .975rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 231 | 1 | `margin: .65rem 0 .975rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 231: `margin: .65rem 0 .975rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 240 | 1 | `padding: .35rem .375rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 240: `padding: .35rem .375rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 240 | 1 | `padding: .35rem .375rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 240: `padding: .35rem .375rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 243 | 1 | `font-size: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 243: `font-size: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 244 | 1 | `line-height: .75;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 244: `line-height: .75;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 279 | 1 | `margin: 0 0 .8rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 279: `margin: 0 0 .8rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 279 | 1 | `margin: 0 0 .8rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 279: `margin: 0 0 .8rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 325 | 1 | `height: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 325: `height: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 356 | 1 | `right: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 356: `right: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 357 | 1 | `bottom: -.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 357: `bottom: -.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 365 | 1 | `border: .05rem solid #984afe;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 365: `border: .05rem solid #984afe;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 367 | 1 | `-webkit-border-radius: .15rem .15rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 367: `-webkit-border-radius: .15rem .15rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 367 | 1 | `-webkit-border-radius: .15rem .15rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 367: `-webkit-border-radius: .15rem .15rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 368 | 1 | `border-radius: .15rem .15rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 368: `border-radius: .15rem .15rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 368 | 1 | `border-radius: .15rem .15rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 368: `border-radius: .15rem .15rem 0 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 376 | 1 | `-webkit-border-radius: 0 0 .15rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 376: `-webkit-border-radius: 0 0 .15rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 376 | 1 | `-webkit-border-radius: 0 0 .15rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 376: `-webkit-border-radius: 0 0 .15rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 377 | 1 | `border-radius: 0 0 .15rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 377: `border-radius: 0 0 .15rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 377 | 1 | `border-radius: 0 0 .15rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 377: `border-radius: 0 0 .15rem .15rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 399 | 1 | `background: rgba(0, 0, 0, .6);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 399: `background: rgba(0, 0, 0, .6);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 8 | 1 | `: #984aff;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `: #984aff;Variable name must be like this `@foo-bar or @foobar` | |
| 9 | 1 | `@setBannerHeight: 300/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 9: `@setBannerHeight: 300/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 9 | 1 | `: 300/@g-base!important;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 9: `: 300/@g-base!important;Variable name must be like this `@foo-bar or @foobar` | |
| 33 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `height: 66/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `height: 66/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `height: 66/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `height: 66/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 1 | `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 68, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 70 | 1 | `padding-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `margin: 0 24/@g-base 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `margin: 0 24/@g-base 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `margin: 0 24/@g-base 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `margin: 0 24/@g-base 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 91, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 96 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 1 | `top: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `top: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 21 | 1 | ` &:last-child{` Must contain spaces before the `{` | require-before-space | → line 140, col 21: ` &:last-child{` Must contain spaces before the `{` |
| 173 | 1 | `height: 363/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `height: 363/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `height: 363/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `height: 363/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `margin-top: 55/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `margin-top: 55/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 189 | 1 | `height: 308/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 189: `height: 308/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 196 | 1 | `height: 181/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 196: `height: 181/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 204 | 1 | `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 204: `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 206 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 206, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 211 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 279 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 279: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 290 | 1 | `height: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 290: `height: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 299 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 299: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 305 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 305, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 312 | 1 | `height: 250/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 312: `height: 250/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 313 | 1 | `width: 358/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 313: `width: 358/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 316 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 316: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 317 | 1 | `height: 370/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 317: `height: 370/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 320 | 1 | `height: 88/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 320: `height: 88/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 322 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 323 | 1 | `line-height: 29/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 323: `line-height: 29/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 325 | 1 | `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 325: `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 326 | 1 | `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 326: `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 332 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 332: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 333 | 1 | `line-height: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 333: `line-height: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 338 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 338: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 345 | 1 | `margin-top: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 345: `margin-top: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 347 | 1 | `font-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 347: `font-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 350 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 350: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 354 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 354: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 357 | 1 | `padidng-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 357: `padidng-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 363 | 1 | `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 363: `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 367 | 1 | `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 367: `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 368 | 1 | `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 368: `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 374 | 35 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 374, col 35: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 378 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 378: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 379 | 1 | `line-height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 379: `line-height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 380 | 24 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 380, col 24: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 389 | 1 | `background-color: rgb(125, 204, 8);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 389: `background-color: rgb(125, 204, 8);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 396 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 396: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 396 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 396: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 396 | 1 | `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 396: `left: ((280-150)/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 398 | 1 | `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 398: `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 399 | 1 | `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 399: `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 400 | 1 | `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 400: `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 401 | 1 | `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 401: `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 淡入-从上 */` Single Comment should be use `//` | single-comment | → `/* 淡入-从上 */` Single Comment should be use `//` |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 13 | 1 | `: #984aff;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 13: `: #984aff;Variable name must be like this `@foo-bar or @foobar` |
不规范数量:24
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 6 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAATlBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmY9dRe7AAAAGXRSTlMAlmkHFA4a39nNxb2RIfTm49XTt7Mmp4F09oZW/gAAAHlJREFUKM/tzzkWhCAQRVG7KXEAce7273+j1gERtRJDA196o5fd7ovPi09BZemCZFVEi16fkHrYiDSg1AfUJQbKdq1YAwarvCUtmg2bIlgqr1k9stV5gqjdzDh30lgN2j9+LQybSBk452D8odQRwBhN6IQpmdCF7W4rYRMHW79TZLYAAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 6: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAATlBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmY9dRe7AAAAGXRSTlMAlmkHFA4a39nNxb2RIfTm49XTt7Mmp4F09oZW/gAAAHlJREFUKM/tzzkWhCAQRVG7KXEAce7273+j1gERtRJDA196o5fd7ovPi09BZemCZFVEi16fkHrYiDSg1AfUJQbKdq1YAwarvCUtmg2bIlgqr1k9stV5gqjdzDh30lgN2j9+LQybSBk452D8odQRwBhN6IQpmdCF7W4rYRMHW79TZLYAAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | |
| 7 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAVFBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWWkztC2AAAAG3RSTlMAlmkVCgYZ1c3Ft5EhD/Tj3+bZ072zJh2ngXSb5dFZAAAAe0lEQVQoz+3QORKEMAxE0ZkxZrMxOwz0/e+Ji5KlAgcQEvAz6WX9ud0P3xefgtqoEyqjAxpk6QHTDCag6r0SkvX+DpqjmxnnDrkiIW0soW3IuKpAbXf0VlQCrJPHqRaTkgHtgn+LIZGnaAnnHEqyWMEWpUeMvEysK9t1GyfJCBlRTtBpAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 7: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAVFBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWWkztC2AAAAG3RSTlMAlmkVCgYZ1c3Ft5EhD/Tj3+bZ072zJh2ngXSb5dFZAAAAe0lEQVQoz+3QORKEMAxE0ZkxZrMxOwz0/e+Ji5KlAgcQEvAz6WX9ud0P3xefgtqoEyqjAxpk6QHTDCag6r0SkvX+DpqjmxnnDrkiIW0soW3IuKpAbXf0VlQCrJPHqRaTkgHtgn+LIZGnaAnnHEqyWMEWpUeMvEysK9t1GyfJCBlRTtBpAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | |
| 8 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAS1BMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZtKtjVAAAAGHRSTlMAlmkHFCIOGdjUzcW9kfTj3ua3sx2ngXR2v6z8AAAAfElEQVQoz+3PuQ7CMBRE0QHvie2swPz/l7IoD+HgSClT5FYjnWqwO/VQ2zZxUls2khxV3SJzzow1tZHDnbeB0f5by85ceTEdW1szvBCmX6tu2Bt88K2NLs3PWBCz/1Ud6B2+COcZnGBatiBcYBJUSaNA6FS+FZROPAquewKZlwcoTkdTtQAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAS1BMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZtKtjVAAAAGHRSTlMAlmkHFCIOGdjUzcW9kfTj3ua3sx2ngXR2v6z8AAAAfElEQVQoz+3PuQ7CMBRE0QHvie2swPz/l7IoD+HgSClT5FYjnWqwO/VQ2zZxUls2khxV3SJzzow1tZHDnbeB0f5by85ceTEdW1szvBCmX6tu2Bt88K2NLs3PWBCz/1Ud6B2+COcZnGBatiBcYBJUSaNA6FS+FZROPAquewKZlwcoTkdTtQAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | |
| 9 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAUVBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWVlWNz2AAAAGnRSTlMAlmnVIgoG3RkVzcKRDvTj5se6t7MdEqeBdP8ZM8IAAACBSURBVCjP7dDLEoIwEETRVpJASAhv1P7/DzWmplQiVLlkwV3N1Nk1/s48zL5NnPZUjyRHvW0DQwgc9JY5dnfeOrpfbRxbdeVFtXRNbn00RIQq2a91qVkqJHxpvXyZjTZDEHNU+7GCRYU3okq/5NMtKOohGW+xQlifLyUonXgUzHsC+QkHyQQ5s64AAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 9: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAUVBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWVlWNz2AAAAGnRSTlMAlmnVIgoG3RkVzcKRDvTj5se6t7MdEqeBdP8ZM8IAAACBSURBVCjP7dDLEoIwEETRVpJASAhv1P7/DzWmplQiVLlkwV3N1Nk1/s48zL5NnPZUjyRHvW0DQwgc9JY5dnfeOrpfbRxbdeVFtXRNbn00RIQq2a91qVkqJHxpvXyZjTZDEHNU+7GCRYU3okq/5NMtKOohGW+xQlifLyUonXgUzHsC+QkHyQQ5s64AAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | |
| 10 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAbFBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaB0FoYAAAAI3RSTlMA5vnRPC3r4A/w1cNMQQgDyL+3sJw5NSUeDKiOiIZWIRptXQEVJzkAAADDSURBVCjPlc7ZboMwEIXhY7vGQIFAICxZ2573f8dmlIUkeCLlv/FYnzwy3lYYKpkCYpoicIdoOwYUlttqSdWWtgDKjE36amnDrJTBG+bjs51yGn8Zx/PYP1qf0I33JWva42xHy3aar6uOPKyu857cyzz3a7meblv+8FKZ8CBnR7MBFspajowDlk3MAPwwQayEKeCZRzHwBGzooujoBesofvNL1jodBwYN9d82ghWt/hJtG8VaUMuxf4dex8BBx85V+KB/xTwTEjsIaB4AAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 10: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAbFBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaB0FoYAAAAI3RSTlMA5vnRPC3r4A/w1cNMQQgDyL+3sJw5NSUeDKiOiIZWIRptXQEVJzkAAADDSURBVCjPlc7ZboMwEIXhY7vGQIFAICxZ2573f8dmlIUkeCLlv/FYnzwy3lYYKpkCYpoicIdoOwYUlttqSdWWtgDKjE36amnDrJTBG+bjs51yGn8Zx/PYP1qf0I33JWva42xHy3aar6uOPKyu857cyzz3a7meblv+8FKZ8CBnR7MBFspajowDlk3MAPwwQayEKeCZRzHwBGzooujoBesofvNL1jodBwYN9d82ghWt/hJtG8VaUMuxf4dex8BBx85V+KB/xTwTEjsIaB4AAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | |
| 11 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAclBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWW8JUG1AAAAJXRSTlMAO/nlLdIP8OnDh0xBCAPh1M2/t7BYNSUeDO3dxqiajiEa1qJtQ+BcjAAAAMBJREFUKM+VzNkOgjAUhOGhlEUWEUQWZVXn/V9RGwkotCT+N53kSw92C20askMoMykS9tDWM0Eo2MZbiluKEIg8Zu7a3IxepIa0eap+bTjRlp9ZvWfxbYVPp5qPnCkui10E8xpzx44MjtMOpr30FDzXy5VVkc9AvQ/6FrBRpurxWGJbTQ/ASB+6rnQBybsWbxwAi6kWHUqFjRYPtNRZx4wlEzOOvGoxUxhTmH8iz7XYKDTlsNhDacYbSzN2aYw/egGlMhQS9TkVFQAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 11: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAclBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWW8JUG1AAAAJXRSTlMAO/nlLdIP8OnDh0xBCAPh1M2/t7BYNSUeDO3dxqiajiEa1qJtQ+BcjAAAAMBJREFUKM+VzNkOgjAUhOGhlEUWEUQWZVXn/V9RGwkotCT+N53kSw92C20askMoMykS9tDWM0Eo2MZbiluKEIg8Zu7a3IxepIa0eap+bTjRlp9ZvWfxbYVPp5qPnCkui10E8xpzx44MjtMOpr30FDzXy5VVkc9AvQ/6FrBRpurxWGJbTQ/ASB+6rnQBybsWbxwAi6kWHUqFjRYPtNRZx4wlEzOOvGoxUxhTmH8iz7XYKDTlsNhDacYbSzN2aYw/egGlMhQS9TkVFQAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | |
| 12 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAANlBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWVMege1AAAAEXRSTlMA2BTRIBsZD9/K4L/TyCOvKzPnW88AAABdSURBVDjL3cvLDkBQDIThuhxFOfT9X5Z0M4mmtZBImO33D31+rey5Lyo33gxPvHvP68b5X3TizKkfUThHcfFC5AvvvoBHBdwXK4duxXwW8KCoiVuh8KAwTwop9Ncd0HUEcK3/h7UAAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 12: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAANlBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWVMege1AAAAEXRSTlMA2BTRIBsZD9/K4L/TyCOvKzPnW88AAABdSURBVDjL3cvLDkBQDIThuhxFOfT9X5Z0M4mmtZBImO33D31+rey5Lyo33gxPvHvP68b5X3TizKkfUThHcfFC5AvvvoBHBdwXK4duxXwW8KCoiVuh8KAwTwop9Ncd0HUEcK3/h7UAAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | |
| 13 | 1 | `: #ff4965;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 13: `: #ff4965;Variable name must be like this `@foo-bar or @foobar` | |
| 28 | 1 | `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `line-height: 58/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `line-height: 58/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 8 | 1 | ` -moz-transform: translateX(-16rem);` Expected indentation of 4 spaces. | block-indent | → line 135, col 8: ` -moz-transform: translateX(-16rem);` Expected indentation of 4 spaces. |
| 136 | 9 | 1 | ` -ms-transform: translateX(-16rem);` Expected indentation of 4 spaces. | block-indent | → line 136, col 9: ` -ms-transform: translateX(-16rem);` Expected indentation of 4 spaces. |
| 137 | 10 | 1 | ` -o-transform: translateX(-16rem);` Expected indentation of 4 spaces. | block-indent | → line 137, col 10: ` -o-transform: translateX(-16rem);` Expected indentation of 4 spaces. |
| 138 | 13 | 1 | ` transform: translateX(-16rem);` Expected indentation of 4 spaces. | block-indent | → line 138, col 13: ` transform: translateX(-16rem);` Expected indentation of 4 spaces. |
| 149 | 8 | 1 | ` -moz-transition: all 0.3s ease-in;` Expected indentation of 4 spaces. | block-indent | → line 149, col 8: ` -moz-transition: all 0.3s ease-in;` Expected indentation of 4 spaces. |
| 150 | 9 | 1 | ` -ms-transition: all 0.3s ease-in;` Expected indentation of 4 spaces. | block-indent | → line 150, col 9: ` -ms-transition: all 0.3s ease-in;` Expected indentation of 4 spaces. |
| 151 | 10 | 1 | ` -o-transition: all 0.3s ease-in;` Expected indentation of 4 spaces. | block-indent | → line 151, col 10: ` -o-transition: all 0.3s ease-in;` Expected indentation of 4 spaces. |
| 152 | 13 | 1 | ` transition: all 0.3s ease-in;` Expected indentation of 4 spaces. | block-indent | → line 152, col 13: ` transition: all 0.3s ease-in;` Expected indentation of 4 spaces. |
| 186 | 1 | `width: (15-1)/3rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `width: (15-1)/3rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `width: (15-1)/3rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `width: (15-1)/3rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/*全球购标签*/` Single Comment should be use `//` | single-comment | → `/*全球购标签*/` Single Comment should be use `//` | ||
| 1 | `/*因为小米生活没有导航条 SO 写点兼容*/` Single Comment should be use `//` | single-comment | → `/*因为小米生活没有导航条 SO 写点兼容*/` Single Comment should be use `//` |
不规范数量:30
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 7 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAIAAADZ8fBYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5YWUxODZmMC0xOWE3LTQ2ZTItYmFjZC1iYzYzZDhiYzYwZDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzQ2OTFGODQ1NDg4MTFFNUE3MTdDMUJFRkI4QUIyQTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzQ2OTFGODM1NDg4MTFFNUE3MTdDMUJFRkI4QUIyQTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkIzMDA1MzgyNUY3MTFFNThENTdBOUQwRjcwNkMzOTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkIzMDA1MzkyNUY3MTFFNThENTdBOUQwRjcwNkMzOTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4toXjqAAADxklEQVR42qSW+SttURTH3zmuoWfITKZwTYWElCgpheTPlR+MyQ+K5Ad+MJYp85yZ677POd9r3fPwvNd9u2zr7L3Wd695XScajf74w7q8vNzd3T0+Pr69vX14eHh9fU1PT8/NzS0tLS0pKcnMzIQHccdxPss6UX9xZxwQp6en8/PzIIZCoUgk4rru29sbVyLYOQyHw21tbaCbFIRu2T3KHuQOARBXV1ehs7KyysvLa2pqfvqLk/v7e3Tf3Nzc2dl5fHxMTk5ubW1tbGwEAUEQkpKS4vq+vLzAwQesY2NjZ2dnaWlp7e3t9fX1eoyFFkEan6ysrCwuLgJUWVnZ29trHpDijsyM+Gt8fBzbCwoK+vr6UBBh/GACslFiMIN4cnIyMTEBW1VVVXd3t25h48qVO6AWFhbgw/aBgQFAARKoAqvnPQN9p8leNBgaGoIBz2xvb8PDra5cRWN/f39jYwNvDA8Pp6SkSDshKqTiRjXpDoH3uMrOzu7v7+dkZmZGysYizDX/lpaW2Ds7O5UAegwx5BVYds7NAgiFBLqoqIhIwAOI6y/POK4JFKlKrKqrqxFANb0pecstO9cu5wDHVVNTEwRZJIM8/yJ8eHjId0NDgyVc0JX2aYQlkxEZGRnFxcU8Q+LHOPkDl50S+rJy/mXxXllZGQTpFDsBCz9AUaBKz8Sg8/Pzkb24uNBnSMGVmxLW13yimHu1Y35MWFMrs99Cwh8pwSla/48flK9KPs96gAoLC/nAy46/EsOlVpHNy8uL+4FMYD84OEhYWTJ6b29PNRLPh4qKCmU1Xv8S2g6DRJCmrMhcspikiuubmppKQ+LN5eVllWwQxbr+x4nw7jEIehY7VaeajDezjo4OHE+Bn5+fq8BNMjhK7NXgKFhbW8OHKMsEsKtYzhLHnp4eiMnJyZubGyXjZ/ODRminVufm5uCntQNiTcqVOvTGsL/u7u5GRkZUjnrSOq8qCAhzLiEZHR0FhX5NwwyWdXwOydjZ2dmtrS2wMKqlpUXc1regn5+fUYKkhJOqpeExOokbdUyPV/56WpuNNnXW19cZXAx2VAO3traWnQkPItbgJUbD1dUVjzFcurq6cnJyGGC8RDIMDg6q0zpq8jYWZTugjEUmyNPTkxxlV4oqzzQ3N9fV1UkV2DRw0VrQXySQQeAf0uPo6AgzURYtyEiUotWiozld/PwEmJqagh/jgHb+WmMKsV6yXyfBJLGfI0Cj9fX1tffq9/3JBp3RpqbzvizHyQo0xSCv1Xzjh+CJ2Az0g0HB8BCb6enpXwIMAMnf+4sKGfJqAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 7: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAIAAADZ8fBYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5YWUxODZmMC0xOWE3LTQ2ZTItYmFjZC1iYzYzZDhiYzYwZDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzQ2OTFGODQ1NDg4MTFFNUE3MTdDMUJFRkI4QUIyQTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzQ2OTFGODM1NDg4MTFFNUE3MTdDMUJFRkI4QUIyQTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkIzMDA1MzgyNUY3MTFFNThENTdBOUQwRjcwNkMzOTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkIzMDA1MzkyNUY3MTFFNThENTdBOUQwRjcwNkMzOTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4toXjqAAADxklEQVR42qSW+SttURTH3zmuoWfITKZwTYWElCgpheTPlR+MyQ+K5Ad+MJYp85yZ677POd9r3fPwvNd9u2zr7L3Wd695XScajf74w7q8vNzd3T0+Pr69vX14eHh9fU1PT8/NzS0tLS0pKcnMzIQHccdxPss6UX9xZxwQp6en8/PzIIZCoUgk4rru29sbVyLYOQyHw21tbaCbFIRu2T3KHuQOARBXV1ehs7KyysvLa2pqfvqLk/v7e3Tf3Nzc2dl5fHxMTk5ubW1tbGwEAUEQkpKS4vq+vLzAwQesY2NjZ2dnaWlp7e3t9fX1eoyFFkEan6ysrCwuLgJUWVnZ29trHpDijsyM+Gt8fBzbCwoK+vr6UBBh/GACslFiMIN4cnIyMTEBW1VVVXd3t25h48qVO6AWFhbgw/aBgQFAARKoAqvnPQN9p8leNBgaGoIBz2xvb8PDra5cRWN/f39jYwNvDA8Pp6SkSDshKqTiRjXpDoH3uMrOzu7v7+dkZmZGysYizDX/lpaW2Ds7O5UAegwx5BVYds7NAgiFBLqoqIhIwAOI6y/POK4JFKlKrKqrqxFANb0pecstO9cu5wDHVVNTEwRZJIM8/yJ8eHjId0NDgyVc0JX2aYQlkxEZGRnFxcU8Q+LHOPkDl50S+rJy/mXxXllZGQTpFDsBCz9AUaBKz8Sg8/Pzkb24uNBnSMGVmxLW13yimHu1Y35MWFMrs99Cwh8pwSla/48flK9KPs96gAoLC/nAy46/EsOlVpHNy8uL+4FMYD84OEhYWTJ6b29PNRLPh4qKCmU1Xv8S2g6DRJCmrMhcspikiuubmppKQ+LN5eVllWwQxbr+x4nw7jEIehY7VaeajDezjo4OHE+Bn5+fq8BNMjhK7NXgKFhbW8OHKMsEsKtYzhLHnp4eiMnJyZubGyXjZ/ODRminVufm5uCntQNiTcqVOvTGsL/u7u5GRkZUjnrSOq8qCAhzLiEZHR0FhX5NwwyWdXwOydjZ2dmtrS2wMKqlpUXc1regn5+fUYKkhJOqpeExOokbdUyPV/56WpuNNnXW19cZXAx2VAO3traWnQkPItbgJUbD1dUVjzFcurq6cnJyGGC8RDIMDg6q0zpq8jYWZTugjEUmyNPTkxxlV4oqzzQ3N9fV1UkV2DRw0VrQXySQQeAf0uPo6AgzURYtyEiUotWiozld/PwEmJqagh/jgHb+WmMKsV6yXyfBJLGfI0Cj9fX1tffq9/3JBp3RpqbzvizHyQo0xSCv1Xzjh+CJ2Az0g0HB8BCb6enpXwIMAMnf+4sKGfJqAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | |
| 11 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 11: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 20 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 1 | `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 22 | 1 | `width: ((750-48)/@g-base)-1;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `width: ((750-48)/@g-base)-1;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 22 | 1 | `width: ((750-48)/@g-base)-1;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `width: ((750-48)/@g-base)-1;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 22 | 1 | `width: ((750-48)/@g-base)-1;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `width: ((750-48)/@g-base)-1;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `margin-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `margin-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 12 | 1 | ` -moz-transition: width 0.2s ease-in 0s;` Expected indentation of 8 spaces. | block-indent | → line 29, col 12: ` -moz-transition: width 0.2s ease-in 0s;` Expected indentation of 8 spaces. |
| 30 | 13 | 1 | ` -ms-transition: width 0.2s ease-in 0s;` Expected indentation of 8 spaces. | block-indent | → line 30, col 13: ` -ms-transition: width 0.2s ease-in 0s;` Expected indentation of 8 spaces. |
| 31 | 14 | 1 | ` -o-transition: width 0.2s ease-in 0s;` Expected indentation of 8 spaces. | block-indent | → line 31, col 14: ` -o-transition: width 0.2s ease-in 0s;` Expected indentation of 8 spaces. |
| 32 | 17 | 1 | ` transition: width 0.2s ease-in 0s;` Expected indentation of 8 spaces. | block-indent | → line 32, col 17: ` transition: width 0.2s ease-in 0s;` Expected indentation of 8 spaces. |
| 37 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `width: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `width: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `line-height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `line-height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `padding-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `padding-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `height: 210/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `height: 210/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 77, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 78 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 78: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/*因为小米生活没有导航条 SO 写点兼容*/` Single Comment should be use `//` | single-comment | → `/*因为小米生活没有导航条 SO 写点兼容*/` Single Comment should be use `//` |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:94
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 29 | 1 | `background-size: 2.7rem .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 29: `background-size: 2.7rem .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 37 | 1 | `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 37: `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 40 | 1 | `padding-right: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 40: `padding-right: .8rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 43 | 1 | `margin-top: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 43: `margin-top: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 47 | 1 | `padding-right: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 47: `padding-right: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 58 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 58: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 63 | 1 | `background-size: .6rem .9rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 63: `background-size: .6rem .9rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 63 | 1 | `background-size: .6rem .9rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 63: `background-size: .6rem .9rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 75 | 1 | `top: -.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 75: `top: -.1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 76 | 1 | `margin-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 76: `margin-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 93 | 1 | `width: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 93: `width: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 94 | 1 | `height: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 94: `height: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 95 | 1 | `border-radius: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 95: `border-radius: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 106 | 1 | `margin-top: .5rem; ` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 106: `margin-top: .5rem; ` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 111 | 1 | `padding-left: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 111: `padding-left: .5rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 114 | 1 | `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 114: `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 118 | 1 | `padding: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 118: `padding: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 119 | 1 | `padding-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 119: `padding-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 120 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 120: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 123 | 1 | `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 123: `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 128 | 1 | `margin-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 128: `margin-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 133 | 1 | `margin-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 133: `margin-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 138 | 1 | `margin-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 138: `margin-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 143 | 1 | `margin-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 143: `margin-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 160 | 1 | `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 160: `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 162 | 1 | `margin-top: .2rem` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 162: `margin-top: .2rem` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 165 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 165: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 167 | 1 | `margin-top: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 167: `margin-top: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 192 | 1 | `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 192: `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 196 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 196: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 198 | 1 | `margin-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 198: `margin-top: .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 6 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 6: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 9 | 1 | `@import "../../../unit/common/less/catebox";` .less suffix must not be omitted | import | → line 9: `@import "../../../unit/common/less/catebox";` .less suffix must not be omitted | |
| 10 | 1 | `@import "../../../unit/common/less/slider";` .less suffix must not be omitted | import | → line 10: `@import "../../../unit/common/less/slider";` .less suffix must not be omitted | |
| 11 | 1 | `@import "../../../unit/common/less/download-bar";` .less suffix must not be omitted | import | → line 11: `@import "../../../unit/common/less/download-bar";` .less suffix must not be omitted | |
| 15 | 10 | 1 | `html,body{` Must contain spaces before the `{` | require-before-space | → line 15, col 10: `html,body{` Must contain spaces before the `{` |
| 15 | 1 | `html,body{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 15: `html,body{` When multiple selectors share a statement block, each selector statement must be per line | |
| 22 | 5 | 1 | ` @lineImg : 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAKCAYAAAA0Jkn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALRJREFUeNpi/P//PwMIrLl2JwBIrWcYHOAjEBuEaKk8wKtqzYwDQNJ+kLh5I0NIRgAuSSYYA+ipDWDFgwPwA/ECItQlQCNlMAB/YMQTDuhB6HB7YC4rwKsiJAOU4hsYBg9YAAxsAYIBDUzVH6CBPVhAAzCwFQgE9gQgeXCw50QmDHePFiE0KUKYhoDDh0URgjWgR4sQ6udEJpzuHi1CqFqEMA0hhw/pIgRvQI8WIdTLiQABBgAR3k8Rg6a2zgAAAABJRU5ErkJggg==';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 22, col 5: ` @lineImg : 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAKCAYAAAA0Jkn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALRJREFUeNpi/P//PwMIrLl2JwBIrWcYHOAjEBuEaKk8wKtqzYwDQNJ+kLh5I0NIRgAuSSYYA+ipDWDFgwPwA/ECItQlQCNlMAB/YMQTDuhB6HB7YC4rwKsiJAOU4hsYBg9YAAxsAYIBDUzVH6CBPVhAAzCwFQgE9gQgeXCw50QmDHePFiE0KUKYhoDDh0URgjWgR4sQ6udEJpzuHi1CqFqEMA0hhw/pIgRvQI8WIdTLiQABBgAR3k8Rg6a2zgAAAABJRU5ErkJggg==';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 21 | 9 | 1 | `.wrapper{` Must contain spaces before the `{` | require-before-space | → line 21, col 9: `.wrapper{` Must contain spaces before the `{` |
| 22 | 1 | ` : 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAKCAYAAAA0Jkn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALRJREFUeNpi/P//PwMIrLl2JwBIrWcYHOAjEBuEaKk8wKtqzYwDQNJ+kLh5I0NIRgAuSSYYA+ipDWDFgwPwA/ECItQlQCNlMAB/YMQTDuhB6HB7YC4rwKsiJAOU4hsYBg9YAAxsAYIBDUzVH6CBPVhAAzCwFQgE9gQgeXCw50QmDHePFiE0KUKYhoDDh0URgjWgR4sQ6udEJpzuHi1CqFqEMA0hhw/pIgRvQI8WIdTLiQABBgAR3k8Rg6a2zgAAAABJRU5ErkJggg==';Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 22: ` : 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAKCAYAAAA0Jkn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALRJREFUeNpi/P//PwMIrLl2JwBIrWcYHOAjEBuEaKk8wKtqzYwDQNJ+kLh5I0NIRgAuSSYYA+ipDWDFgwPwA/ECItQlQCNlMAB/YMQTDuhB6HB7YC4rwKsiJAOU4hsYBg9YAAxsAYIBDUzVH6CBPVhAAzCwFQgE9gQgeXCw50QmDHePFiE0KUKYhoDDh0URgjWgR4sQ6udEJpzuHi1CqFqEMA0hhw/pIgRvQI8WIdTLiQABBgAR3k8Rg6a2zgAAAABJRU5ErkJggg==';Variable name must be like this `@foo-bar or @foobar` | |
| 24 | 15 | 1 | ` .note-text{` Must contain spaces before the `{` | require-before-space | → line 24, col 15: ` .note-text{` Must contain spaces before the `{` |
| 27 | 16 | 1 | ` color: #666666;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 27, col 16: ` color: #666666;` Color value can be abbreviated, must use the abbreviation form |
| 30 | 14 | 1 | ` .div-line{` Must contain spaces before the `{` | require-before-space | → line 30, col 14: ` .div-line{` Must contain spaces before the `{` |
| 36 | 11 | 1 | ` .part1{` Must contain spaces before the `{` | require-before-space | → line 36, col 11: ` .part1{` Must contain spaces before the `{` |
| 40 | 15 | 1 | ` .info1{` Must contain spaces before the `{` | require-before-space | → line 40, col 15: ` .info1{` Must contain spaces before the `{` |
| 42 | 20 | 1 | ` color: #333333;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 42, col 20: ` color: #333333;` Color value can be abbreviated, must use the abbreviation form |
| 43 | 22 | 1 | ` .username{` Must contain spaces before the `{` | require-before-space | → line 43, col 22: ` .username{` Must contain spaces before the `{` |
| 46 | 26 | 1 | ` .address-info{` Must contain spaces before the `{` | require-before-space | → line 46, col 26: ` .address-info{` Must contain spaces before the `{` |
| 48 | 24 | 1 | ` color: #999999;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 48, col 24: ` color: #999999;` Color value can be abbreviated, must use the abbreviation form |
| 50 | 21 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 50, col 21: ` span{` Must contain spaces before the `{` |
| 56 | 14 | 1 | ` .red-text{` Must contain spaces before the `{` | require-before-space | → line 56, col 14: ` .red-text{` Must contain spaces before the `{` |
| 61 | 9 | 1 | ` @arrow : 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOdJREFUeNqs1t0NwiAQB3D+TQfoCI7gA++NGziCKziCEzhCu4EjGN95cBRH8EjQkIbCfUBCaGnyA5oDDo5KCGGi5k41tjfv/dspy5DaS6pnqk8a4GgFP1nfZEHxeyBgSbN02SAn6fKRv/RAse2woih1WlDsfdCiqH3UoGgtQYqC86MlKLjhwEUhCVoOCunWaqHQ7NcaOigPlZc6bAqzizNbuiy5hUnDpolJApuFcbceG+McDiKsdXyJsdoBq8L2rgA1VrqkTNj2GjVjf5CwmDE8rFieORx6YLGMqV2pzikNuVqSpa8AAwBE4KQmkfihvQAAAABJRU5ErkJggg==';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 61, col 9: ` @arrow : 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOdJREFUeNqs1t0NwiAQB3D+TQfoCI7gA++NGziCKziCEzhCu4EjGN95cBRH8EjQkIbCfUBCaGnyA5oDDo5KCGGi5k41tjfv/dspy5DaS6pnqk8a4GgFP1nfZEHxeyBgSbN02SAn6fKRv/RAse2woih1WlDsfdCiqH3UoGgtQYqC86MlKLjhwEUhCVoOCunWaqHQ7NcaOigPlZc6bAqzizNbuiy5hUnDpolJApuFcbceG+McDiKsdXyJsdoBq8L2rgA1VrqkTNj2GjVjf5CwmDE8rFieORx6YLGMqV2pzikNuVqSpa8AAwBE4KQmkfihvQAAAABJRU5ErkJggg==';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 60 | 19 | 1 | ` .interflow-box{` Must contain spaces before the `{` | require-before-space | → line 60, col 19: ` .interflow-box{` Must contain spaces before the `{` |
| 65 | 24 | 1 | ` .interflow-info{` Must contain spaces before the `{` | require-before-space | → line 65, col 24: ` .interflow-info{` Must contain spaces before the `{` |
| 70 | 22 | 1 | ` .node-box{` Must contain spaces before the `{` | require-before-space | → line 70, col 22: ` .node-box{` Must contain spaces before the `{` |
| 76 | 27 | 1 | ` .node-text{` Must contain spaces before the `{` | require-before-space | → line 76, col 27: ` .node-text{` Must contain spaces before the `{` |
| 86 | 28 | 1 | ` .green-node{` Must contain spaces before the `{` | require-before-space | → line 86, col 28: ` .green-node{` Must contain spaces before the `{` |
| 89 | 27 | 1 | ` .time-node{` Must contain spaces before the `{` | require-before-space | → line 89, col 27: ` .time-node{` Must contain spaces before the `{` |
| 93 | 27 | 1 | ` .node-sign{` Must contain spaces before the `{` | require-before-space | → line 93, col 27: ` .node-sign{` Must contain spaces before the `{` |
| 103 | 28 | 1 | ` .green-sign{` Must contain spaces before the `{` | require-before-space | → line 103, col 28: ` .green-sign{` Must contain spaces before the `{` |
| 109 | 15 | 1 | ` .info-part{` Must contain spaces before the `{` | require-before-space | → line 109, col 15: ` .info-part{` Must contain spaces before the `{` |
| 112 | 15 | 1 | ` .title{` Must contain spaces before the `{` | require-before-space | → line 112, col 15: ` .title{` Must contain spaces before the `{` |
| 120 | 18 | 1 | ` .info-box{` Must contain spaces before the `{` | require-before-space | → line 120, col 18: ` .info-box{` Must contain spaces before the `{` |
| 126 | 21 | 1 | ` .my-grid{` Must contain spaces before the `{` | require-before-space | → line 126, col 21: ` .my-grid{` Must contain spaces before the `{` |
| 128 | 24 | 1 | ` color: #999999;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 128, col 24: ` color: #999999;` Color value can be abbreviated, must use the abbreviation form |
| 129 | 26 | 1 | ` .my-col-4{` Must contain spaces before the `{` | require-before-space | → line 129, col 26: ` .my-col-4{` Must contain spaces before the `{` |
| 134 | 26 | 1 | ` .my-col-8{` Must contain spaces before the `{` | require-before-space | → line 134, col 26: ` .my-col-8{` Must contain spaces before the `{` |
| 139 | 23 | 1 | ` .intro{` Must contain spaces before the `{` | require-before-space | → line 139, col 23: ` .intro{` Must contain spaces before the `{` |
| 144 | 30 | 1 | ` .content-info{` Must contain spaces before the `{` | require-before-space | → line 144, col 30: ` .content-info{` Must contain spaces before the `{` |
| 151 | 22 | 1 | ` .left-box{` Must contain spaces before the `{` | require-before-space | → line 151, col 22: ` .left-box{` Must contain spaces before the `{` |
| 154 | 26 | 1 | ` .item-img{` Must contain spaces before the `{` | require-before-space | → line 154, col 26: ` .item-img{` Must contain spaces before the `{` |
| 158 | 27 | 1 | ` .item-info{` Must contain spaces before the `{` | require-before-space | → line 158, col 27: ` .item-info{` Must contain spaces before the `{` |
| 163 | 27 | 1 | ` .intro{` Must contain spaces before the `{` | require-before-space | → line 163, col 27: ` .intro{` Must contain spaces before the `{` |
| 165 | 32 | 1 | ` color: #666666;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 165, col 32: ` color: #666666;` Color value can be abbreviated, must use the abbreviation form |
| 168 | 31 | 1 | ` .sub-intro{` Must contain spaces before the `{` | require-before-space | → line 168, col 31: ` .sub-intro{` Must contain spaces before the `{` |
| 170 | 32 | 1 | ` color: #cccccc;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 170, col 32: ` color: #cccccc;` Color value can be abbreviated, must use the abbreviation form |
| 186 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 23 | 1 | ` .right-box{` Must contain spaces before the `{` | require-before-space | → line 190, col 23: ` .right-box{` Must contain spaces before the `{` |
| 195 | 23 | 1 | ` .money{` Must contain spaces before the `{` | require-before-space | → line 195, col 23: ` .money{` Must contain spaces before the `{` |
| 197 | 28 | 1 | ` color: #666666;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 197, col 28: ` color: #666666;` Color value can be abbreviated, must use the abbreviation form |
| 199 | 21 | 1 | ` .num{` Must contain spaces before the `{` | require-before-space | → line 199, col 21: ` .num{` Must contain spaces before the `{` |
| 201 | 28 | 1 | ` color: #999999;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 201, col 28: ` color: #999999;` Color value can be abbreviated, must use the abbreviation form |
| 208 | 7 | 1 | ` .user-select-none();` Expected indentation of 8 spaces. | block-indent | → line 208, col 7: ` .user-select-none();` Expected indentation of 8 spaces. |
| 207 | 32 | 1 | ` .part3,.part4,.part5,.part3{` Must contain spaces before the `{` | require-before-space | → line 207, col 32: ` .part3,.part4,.part5,.part3{` Must contain spaces before the `{` |
| 207 | 1 | `.part3,.part4,.part5,.part3{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 207: `.part3,.part4,.part5,.part3{` When multiple selectors share a statement block, each selector statement must be per line | |
| 207 | 1 | `.part3,.part4,.part5,.part3{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 207: `.part3,.part4,.part5,.part3{` When multiple selectors share a statement block, each selector statement must be per line | |
| 207 | 1 | `.part3,.part4,.part5,.part3{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 207: `.part3,.part4,.part5,.part3{` When multiple selectors share a statement block, each selector statement must be per line | |
| 226 | 3 | 1 | ` .user-select-none();` Expected indentation of 4 spaces. | block-indent | → line 226, col 3: ` .user-select-none();` Expected indentation of 4 spaces. |
| 225 | 18 | 1 | `.user-select-none{` Must contain spaces before the `{` | require-before-space | → line 225, col 18: `.user-select-none{` Must contain spaces before the `{` |
| 229 | 4 | 1 | ` -webkit-user-select: text; /* Chrome all / Safari all */` Expected indentation of 4 spaces. | block-indent | → line 229, col 4: ` -webkit-user-select: text; /* Chrome all / Safari all */` Expected indentation of 4 spaces. |
| 228 | 13 | 1 | `.user-select{` Must contain spaces before the `{` | require-before-space | → line 228, col 13: `.user-select{` Must contain spaces before the `{` |
| 1 | `/* Chrome all / Safari all */` Single Comment should be use `//` | single-comment | → `/* Chrome all / Safari all */` Single Comment should be use `//` | ||
| 1 | `/* IE 10+ */` Single Comment should be use `//` | single-comment | → `/* IE 10+ */` Single Comment should be use `//` |
不规范数量:8
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 6: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 6 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 6: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 120 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 120, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 122 | 1 | `margin: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `margin: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 156 | 1 | `padding: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 156: `padding: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 1 | `top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 190: `top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 26 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 25 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:23
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 21 | 1 | `margin-bottom: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 21: `margin-bottom: .45rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 30 | 1 | `padding: .3rem 0 0 .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 30: `padding: .3rem 0 0 .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 30 | 1 | `padding: .3rem 0 0 .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 30: `padding: .3rem 0 0 .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 32 | 1 | `padding-bottom:.2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 32: `padding-bottom:.2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 33 | 1 | `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 33: `font-size: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 39 | 1 | `padding: .2rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 39: `padding: .2rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 39 | 1 | `padding: .2rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 39: `padding: .2rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 40 | 1 | `margin-right: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 40: `margin-right: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 41 | 1 | `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 41: `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 45 | 1 | `padding: .4rem .4rem .5rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 45: `padding: .4rem .4rem .5rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 45 | 1 | `padding: .4rem .4rem .5rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 45: `padding: .4rem .4rem .5rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 45 | 1 | `padding: .4rem .4rem .5rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 45: `padding: .4rem .4rem .5rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 45 | 1 | `padding: .4rem .4rem .5rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 45: `padding: .4rem .4rem .5rem .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 54 | 1 | `padding: .7rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 54: `padding: .7rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 55 | 1 | `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 55: `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 82 | 1 | `border: .05rem solid #FF3964;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 82: `border: .05rem solid #FF3964;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 87 | 1 | `padding: .07rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 87: `padding: .07rem 0;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 88 | 1 | `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 88: `font-size: .7rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 7 | 1 | `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted | |
| 19 | 1 | `: 'data:image/png;base64,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';Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 19: `: 'data:image/png;base64,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';Variable name must be like this `@foo-bar or @foobar` | |
| 20 | 1 | `: #AAA;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 20: `: #AAA;Variable name must be like this `@foo-bar or @foobar` | |
| 34 | 32 | 1 | ` padding-bottom:.2rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 34, col 32: ` padding-bottom:.2rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 32 | 1 | `padding: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `padding: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 123 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 123, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 125 | 1 | `margin: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `margin: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `padding: 2rem/@g-base 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 1 | `top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 6 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhBJREFUeNrEV4uNwjAMDVkANqAbtBIDNBvABoQNboSOwAhlgusIvQGQ2g3KBscEPRu9IF+uPVJaiiWrECX2i+34s2jbVoXQ+XyO6LMDJ8RLb8uVuCIuiYvNZlOFyF08AkCKDX0y4lQNoy/iIwEpngJAilf0yYm3YvnCt8MtG3dLWIfZwEKxB8TS3iYYAAlMoGQphGQkpAx0F5//IN4L99gua/wBQIctmw7Kew8GAjGw4hpLB5KV9wLwbl6zOftMNwDECjLjLhB3ANjYCOWGNn6rCcgDcYXsW/xosS8XZt9NpZwJsgyCeAkXqzsA+MpFux1r9n9AWPxNEWt3C2Qu2p8NuEAQ7IaT1KnxhlMPyCvJ6Vhz0GskjluSCX3nI63QIK/c3K0RHAoZbi5yuoxGYVF4JnORK1SxFlmqmUu7dLUWi5V6A2n1ZtJeHXgLgAt+R3MplZfVIvjMjBd3AGot3uRuRgBOVyUBrFGUXm3+SBS+Qnupcc5awKm/8Kth+korIPj2UqfsiEpURW5Ioikbko6uqCb5iZ+ILJRzx1LiwJR0FH2h7WtKOTo/3ROZoi/ERY7C9L+aUu0VCX4RB1ep+JmMiQnRZe+D2nLPErkYTE4YTJoBTy0TijuVPxrNIoCQM2GNtcrvnmCpBBl1652xfdU2ZDi1GLPigR64wGr5qOnY86fFLfsm5VqM50Ed1o8AAwCn/ALSyMOSQAAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 6: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhBJREFUeNrEV4uNwjAMDVkANqAbtBIDNBvABoQNboSOwAhlgusIvQGQ2g3KBscEPRu9IF+uPVJaiiWrECX2i+34s2jbVoXQ+XyO6LMDJ8RLb8uVuCIuiYvNZlOFyF08AkCKDX0y4lQNoy/iIwEpngJAilf0yYm3YvnCt8MtG3dLWIfZwEKxB8TS3iYYAAlMoGQphGQkpAx0F5//IN4L99gua/wBQIctmw7Kew8GAjGw4hpLB5KV9wLwbl6zOftMNwDECjLjLhB3ANjYCOWGNn6rCcgDcYXsW/xosS8XZt9NpZwJsgyCeAkXqzsA+MpFux1r9n9AWPxNEWt3C2Qu2p8NuEAQ7IaT1KnxhlMPyCvJ6Vhz0GskjluSCX3nI63QIK/c3K0RHAoZbi5yuoxGYVF4JnORK1SxFlmqmUu7dLUWi5V6A2n1ZtJeHXgLgAt+R3MplZfVIvjMjBd3AGot3uRuRgBOVyUBrFGUXm3+SBS+Qnupcc5awKm/8Kth+korIPj2UqfsiEpURW5Ioikbko6uqCb5iZ+ILJRzx1LiwJR0FH2h7WtKOTo/3ROZoi/ERY7C9L+aUu0VCX4RB1ep+JmMiQnRZe+D2nLPErkYTE4YTJoBTy0TijuVPxrNIoCQM2GNtcrvnmCpBBl1652xfdU2ZDi1GLPigR64wGr5qOnY86fFLfsm5VqM50Ed1o8AAwCn/ALSyMOSQAAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | |
| 7 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAABGdBTUEAALGPC/xhBQAAAGZQTFRF/0Jm/0Jo/0Rq/KKv/maF/8PN/3CI/kpn/0dj/Vl2/5Ol/E9sAAAA/bzC/+Tk/HOK/pin//Lz/Exn90lg/tXY/lp4901m/f79/Edj/0Nh/0xi/Epg/0ho/0Vn/0Zi/Elm/0to/0hkvQuA7wAAAA10Uk5TqamoP4MceKGmklKbACJ4vowAAAIySURBVDjLjZTZdiIxDESTAO1ewiSRwbi1WNL//+TIHcg+i3hgu6esLpV19/jvuvv07TAP07JMw3z4EzMvyRpRpmZpmX9idkF4LiAMpbqmZfeNGUZ1NjAW8f7mOg5fmGkkMWsNCYGwNTOhcfrETCkXp4wAEqWImbDkNH1g9olECrs3t1LMqzMrO6X9G7MbmxUPZKtoxTIXySvmNN+YqZkqxt8WL5dCjdkIbDVdrsz8UKPJTvQybVQE7Hx6MoHuU2eWxvG73XSYWvR//nU5igotG3NI5FBBbzrEvCGncxiF6dCZWTBbOPemwxXPL5dTscatwdyZQcMLBrjpgHJHwCRm4zB0ZuHicj7CTUfpqSNONZxSnjqTCqOf4vjoOxsXDeToKysRC6zLxkBz3nqsXqT50+Vy5BqmlrAJbGOm5mRXSAy6ioYac3aFSttZQyGrIOfT5dfZKFSeRYGc1b045uH12ddq2W2DngOBItowq1VztPnVQzRBiKc4XV5eArGGthYMYyMld4fXWWQoLXMzOIUKUeSjmWRWE6/TdaaJObqm8PH4LBDJEaMaUYHi43Wmj0sEXQnCao8PJeZVUZWCheUtY/fY59T6zDWipBscvsP97j2rIyFzAY6pR2EYEwYBjfuPmc/Oq4G4XuNqvDLm6fPdSStixAI0QqJxMuKapi93cL9E1qsLxL3gLleX/be7PC8P3EdQCrcM/PB+4z/vhBEpMtAIx593wm23pL/ulv/bUT/XbzsVYDO+nF51AAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 7: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAABGdBTUEAALGPC/xhBQAAAGZQTFRF/0Jm/0Jo/0Rq/KKv/maF/8PN/3CI/kpn/0dj/Vl2/5Ol/E9sAAAA/bzC/+Tk/HOK/pin//Lz/Exn90lg/tXY/lp4901m/f79/Edj/0Nh/0xi/Epg/0ho/0Vn/0Zi/Elm/0to/0hkvQuA7wAAAA10Uk5TqamoP4MceKGmklKbACJ4vowAAAIySURBVDjLjZTZdiIxDESTAO1ewiSRwbi1WNL//+TIHcg+i3hgu6esLpV19/jvuvv07TAP07JMw3z4EzMvyRpRpmZpmX9idkF4LiAMpbqmZfeNGUZ1NjAW8f7mOg5fmGkkMWsNCYGwNTOhcfrETCkXp4wAEqWImbDkNH1g9olECrs3t1LMqzMrO6X9G7MbmxUPZKtoxTIXySvmNN+YqZkqxt8WL5dCjdkIbDVdrsz8UKPJTvQybVQE7Hx6MoHuU2eWxvG73XSYWvR//nU5igotG3NI5FBBbzrEvCGncxiF6dCZWTBbOPemwxXPL5dTscatwdyZQcMLBrjpgHJHwCRm4zB0ZuHicj7CTUfpqSNONZxSnjqTCqOf4vjoOxsXDeToKysRC6zLxkBz3nqsXqT50+Vy5BqmlrAJbGOm5mRXSAy6ioYac3aFSttZQyGrIOfT5dfZKFSeRYGc1b045uH12ddq2W2DngOBItowq1VztPnVQzRBiKc4XV5eArGGthYMYyMld4fXWWQoLXMzOIUKUeSjmWRWE6/TdaaJObqm8PH4LBDJEaMaUYHi43Wmj0sEXQnCao8PJeZVUZWCheUtY/fY59T6zDWipBscvsP97j2rIyFzAY6pR2EYEwYBjfuPmc/Oq4G4XuNqvDLm6fPdSStixAI0QqJxMuKapi93cL9E1qsLxL3gLleX/be7PC8P3EdQCrcM/PB+4z/vhBEpMtAIx593wm23pL/ulv/bUT/XbzsVYDO+nF51AAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | |
| 8 | 1 | `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | |
| 9 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlxJREFUeNrsmDtuwkAQQNdRqBDCaWjDDUJOgG8AKejNTThCjuCeIlwAaXMC4ASBgt4WAiFRkBkyG61g1/uzJQpGGhms/TzNzM6OJzqfz+ye5YnduTwAQ+XZd+J0Ou3CY0jaA21fDSlAl6Az1NFotPbZJ3I9JACWwGMC2nfc6xvnASivBRDAYnhkoINAryFoamtRK0CAQxdyhRt9pSDIWfAhAbgUHosK4Rit9UVr+1uQLLeo+aB+lFlSC0gxt67Ycjp393QxWebiTAUXxzFrNBrOFDgH52rcnTnFIKWSgQouSZKLukDiWDFPA9nXxaPOgpOyDQWoDaSA04AZ97yJQbohfmzg8jxnnHN2Op2McDgGx+KcEnmHWFyaLDgsW0GGKrOkBxxKauPioWkVE6QnHKM73QjYs1lJBxkAx1T3uyoGnaoHGa4oir+80W77wAl5gTjMK6sHZUsiWCDcjQcrKVj3+z07HA7//4/H4+XdXVTUIuaE5Xa7HWu1Ws7JXBJjmilc4eQDMZ/PL651SeayyPGnA1z6wiGY/NsDcmXjYu4LJyQAktsAzkLgAiFnVvUg5EKuSpo+SVieY7i7NxB/XdtT/Kl62Ww2L+qS564t2el0wqoZkxVF2eSahNGSCLfdbpWHA6zXc82DqSrlIJjPDYGW1MApqxgjIH0jpKx+GV/XgNY3CX1tjWuGy4KuOlpg7HLDVAVnfRfTQgm1LUJlRaV9ZjPYp3mUUkp4dQTbUPMoc5kU+baAqeuQkmXfSqzFqf3GffaJqupRUydC5LK1bz+wNsC65NGjDpVfAQYAkdaWTgqqph0AAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 9: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlxJREFUeNrsmDtuwkAQQNdRqBDCaWjDDUJOgG8AKejNTThCjuCeIlwAaXMC4ASBgt4WAiFRkBkyG61g1/uzJQpGGhms/TzNzM6OJzqfz+ye5YnduTwAQ+XZd+J0Ou3CY0jaA21fDSlAl6Az1NFotPbZJ3I9JACWwGMC2nfc6xvnASivBRDAYnhkoINAryFoamtRK0CAQxdyhRt9pSDIWfAhAbgUHosK4Rit9UVr+1uQLLeo+aB+lFlSC0gxt67Ycjp393QxWebiTAUXxzFrNBrOFDgH52rcnTnFIKWSgQouSZKLukDiWDFPA9nXxaPOgpOyDQWoDaSA04AZ97yJQbohfmzg8jxnnHN2Op2McDgGx+KcEnmHWFyaLDgsW0GGKrOkBxxKauPioWkVE6QnHKM73QjYs1lJBxkAx1T3uyoGnaoHGa4oir+80W77wAl5gTjMK6sHZUsiWCDcjQcrKVj3+z07HA7//4/H4+XdXVTUIuaE5Xa7HWu1Ws7JXBJjmilc4eQDMZ/PL651SeayyPGnA1z6wiGY/NsDcmXjYu4LJyQAktsAzkLgAiFnVvUg5EKuSpo+SVieY7i7NxB/XdtT/Kl62Ww2L+qS564t2el0wqoZkxVF2eSahNGSCLfdbpWHA6zXc82DqSrlIJjPDYGW1MApqxgjIH0jpKx+GV/XgNY3CX1tjWuGy4KuOlpg7HLDVAVnfRfTQgm1LUJlRaV9ZjPYp3mUUkp4dQTbUPMoc5kU+baAqeuQkmXfSqzFqf3GffaJqupRUydC5LK1bz+wNsC65NGjDpVfAQYAkdaWTgqqph0AAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | |
| 1 | `/*display: none;*/` Single Comment should be use `//` | single-comment | → `/*display: none;*/` Single Comment should be use `//` | ||
| 343 | 8 | 1 | ` text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 343, col 8: ` text-overflow: ellipsis;` Expected indentation of 4 spaces. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 14 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAC5xJREFUeNrsne1OE1sXxzdYy4vg00bAaIKOmphgYtKT8P2UKzh4BcIVIFegXAGcKwCvQL0CyncI84QPJiTICI0ob/aEKIFo+qxVZ076mJm9p2V2Z+/p/5fMgeMUStf+771eZs0eIQAAAAAAAAAAAAAAAAAAAAAAGugJvllfXy/Tl0U6Sprf06Pj9eTk5CuYH/Q0iW+1w+89TyJcwhB0N73+17kU3nsO5geBAAspvLdDK6+DIYAAxcDAQFrvX8YQQIDi4cOH4tq1a2m8/58Ygu4mx//p7+9fe/LkSfnLly/i/Pw88Tc5OzuLOlXCECALblCv11d1ucSNjQ3Z6SJlwzUMRRevgA0l9vRMkQhLvyUkpSQSlOHh4ZeSVZBF/xZD0eUC9EXo/na+ksSb7O3tPScBOpI4EALs5iREN5Rly4SMOBAC1MvIyMia5HQZwwAB6sYdHByMPOlfCgQQoKZUm2JLEmANqyBIawXkWqMsDkRBGgLUS6FQWEMiAlITYF9fn5vP5yP1SXEgRAgBao0DK8PDwwJxIEhFgP4qiDgQpCfAoaEhxIEgPQGSC65I2r7QoAoBasdFHAhSEyAlIrX+/n4XcSBIawUUg4ODFcSBIDUBFotFaSJCcWABwwIBIg4E2RQgxYHewMCAhzgQpLUCqhpUsQJCgHpRNKgiEYEA9ceBaFAFqQkQDaog7RUQDaogXQEWi8X/YgUEqQkwn89XJA2qAg2qEKDuOBANqiA9ATJoUAWpClDRoIoVEALUC7lgV9KgWkCDKgSoG8SBXU5P2n9AtVrd/Pz5c1TGyzHiGoYpU/AFiJVgT8jUBXh6err44cOHFxiXrhPhFInQTdsFqwrSIJtw0/FLE2LAOHEgyCZlIwQYo0EVZJBcLueZsgKqGlRBBiGv5xgjwJGREcSB3SfAxu25OUP+ngo3qH7//j305Pj4eJpPcwLtpLm1mjg8PAw9xxcfRkdH3xkjQG5Q9TyvRgIMvSXz4uLCGxsbQ5xoEUdHR5GP+CgUGv/81qQVMGhQnQ47RzPJu3fv3hSG1R7W19e/Rp0bGhpyOfk0JgZk0KCaKfFNR61+7H4p5n8d/L8xAkSDaqb4K+pEs/s1SoBoUM0U03Hcr1ECZNCg2l3u1zgBokG1u9yvUVkwEzSo/vz5M/Tvp9m1ivE1nlJc92ucAIXfmMBFTKyC2SLM/RrngmPsoAosJcz9mrgCBjuohi7jXKZ5+vQpRtNQXNeNCp9C3a+RApQVpC8vL8WPHz/cXC5Xw3CbxenpqUPic1pxvw2vZ9oHqdfrzvb29u7Z2VnUS55NTk7iCeuGQQniMn2ZCTt369Yt4TjOg7AVsNe0D4IdVK0ldvHZaAEyigZVXJIzb/VrqfhsvAAVDaplDLlxtFR8Nl6Awm9Qlcw4iDAD7tdYAWIH1e5wv0zO1A8ma1AlntMHx+ibwZ/tul+jBcj1wGq1GiVAR/g3NgNzUblfk2NAZYMqMJs47tfoFZAbVHd3d8XJyUnoeS5u8gHS4+DgQERdMIjjfo0WIOM3qIYmHHzNEVt6pMvOzs6V3K/xAvQbVEMFWKvVPPqADyCDVLPfN1dxv0bHgIxiB1UHO6imStvFZ2sEKLCDqsm0XXy2RoAxGlTRmJCe+227+GzTChg0qEaBxgSL3a8VAlTsmFCi2ViAHux0v8Znwc1xoKRBdYZEiPtIOkcpKffbCLNs+MR7e3u7h4eHyHgNR9b5bK0LZrCDqh206n5tccGNBtWPHz9Gnr979y5GvwPwBqJR92y3436tEaBQ7KBKMw+X5TqA50Uvbq1mv1YJULWDarVaXZmYmHgNieiFVr/VJN2vTSugtEGVhOlw9wwkog+/+Jyo+7UmCWFU9UBIRDuJFZ+tFKCiQbWAHVS1k1jx2UoBYgfV1N1vYsVnKwXIYAfVbLlf6wSo2EEVLtgy92tVFswodlDlBtU6tNI5rup+rVsBBR7tahRXdb/WrYDcoFqtVt0od8szUralB2gdSRfSld2vdQJkZDuoUpIiHj9+DNUkBF/3jRJgEu7XSgHKCtJ8rfjy8nIpn8//A/lcnePj4+fi1y4UWtyvlQIUigbVra2tNeygmgyU1M3pdL82JiHYQbVz4tNWfLZagAx2UO0I2orP1gsQO6h2BG3FZ+sFKLCDqm73O9MJ99sIqWw1kud5XylLi7olk130GqTUFv8Rvx63EGrbdm48yloW3ECxg2oZrlgPSbpfm12wqkEVaCBp92u1ALGDaudJMvu1XoAxGlRB8gJM1P1aLUBG0aAKkvU4LMDE7zy0WoCKBlWQoPgePXqUuPu1OgtmFA2qXC4QiBOv7GUCGy4l7X6tF6DwGxOitosgYXp03oOMrsw7Et+Sjl9stQBVDar7+/uV27dvz0I/5tJr+wdQ7KBaxhBDgFpRFKQd7KAKAXYkDsQqaGkYlYUPodhBlV00yjX/D2dtXvB1cnLSgwDbhDt3+/r6Fi8uLhzoqm08f6L+TWJ0IcB4wmPXuiwibpoB7Yc0dMx2alXstVR8i/RlFeLTAk/sTb8pFStgiPh41ZuBTjoCr4QrECDEl1kR9lgkvsjHgwLtGfMfumLCnCXiK/gJhxS+Uclvmmwge6xAM/wztu8pc3x8zLtCSF/DjRv8WbnBgLm4uGjYJ6qZIzAPHRxzP+taAQrJTTKBYbnzpVl8ATwo+/v7UiHya/x2Iyvhv//Tp0/S1/CzVMbGxkTY85cPDg5UPz/Nz2bWsQrakgXPycTHGxKR+Ng483TwHVscWhR51nLrPouL7+aKglfKjY2N2R5L2drampcZjyfnnTt32Fbc0fJH8HP8PR1LdK7Gr2l3DDItQP+p6JHWYXGR+1zxDftvzxp3ytDxlo4pFiIZuKboDfzLYg8cuR0Jr3o0+VzfPvP8zJV/EwD6nv+Nz/FrFE+cmu5KAQrJVht8DZgOFhmvXpE+loXI2ZzCwDY3LZQlAmS7TDULL8Q+PGmnRkdHZS5WS2OH1QK8efMmGzdWvx+LkF6/0s4gWuAhClETlBKOednkbLJPLZfLzSoaO0rdKMDoDCqXexvHuAHXr1//OywIt5zI8ITEx2HIStxfxHcaKnYeExBgE0dHR+9aeT27IUXJIVN8+/at5caCs7MzFwKMCWWvLe0F6LurUGytA8ri2vPzc6fV3yf7GR33YffabOA2MrMZiTuv2ShALq8oEodyixM0Ms7Tsf+28QIsFouqzOxVC8adk8RLro0C5LgtrADfxGILv25Zsfp5XSfA/v5+V2Hgl6rWIV98b4Sk1OLXyqxEcetpyW/iUE3QZVklgCsOOu4L7rVghrujo6Mq97hMBnzze4zHdSs6XtC3mzLXwgK/ceOGtW375CUqiux+huywGfbMX3bRfE4WnvDvpgmqZeN3K7ph6vX64vb29gvZQ1Oa8JpcRaz4Z2JiokYCLNoqQLJP+eDgYFV1PdiHJ3Ow2pdEjAI8x+EUaz7zC/pdKUCHMt5dEqFIuozCl6rGx8cXyLivhMWQjVbfv39f5uvaScLVAZqgHtnnQdeWYTj2IEMskFCSjp1YfLxaLgn7WeDr4kkW2vl33b9/n7/VtruETXXAJU4UYnRtxJ7ZfgvWbCtXU0zOhvP5/AKXSpIQYdBlRHbiBo+Ktr/bMjfD8cpurVYreJ7Xtjv23W4gvhWRIchGy2SXmZ2dHREzZo6cnCToFW700DpxLDRwo6RCRi5x0H14eNiSy+XCrV/Typz4mkXIWe3JyUmj0VTVKR3A7WqccPi9k9rFZ6UAm1bCl3S84FWQu52DJzv+viqy2AYGBhpG9S+3ub74XJFhyEZccmEhFgL7nJ+fi9+TFLYJ24dLUX69lcORBV3bsWXNyA7P9no8NumY6TL7FOh4RcduDPt89V/b0b7InqwYWvyq+XFdi9M2x5/JvHMWZ7kVHVV8y2xU8m3EtgqaONgL/OPbpyIAAAAAAAAAAAAAAAAAgKzxPwEGAA1jOubXUkZGAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 14: `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | |
| 44 | 20 | 1 | ` color: red;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 44, col 20: ` color: red;` Color value can be abbreviated, must use the abbreviation form |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 13 | 1 | `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 13: `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file |
不规范数量:14
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 3 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 3: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 4 | 1 | `@import "../../../unit/common/widget/address-modal/address-modal.less";` must be appear in the beginning of the file | import | → line 4: `@import "../../../unit/common/widget/address-modal/address-modal.less";` must be appear in the beginning of the file | |
| 5 | 1 | `@import "../../../unit/common/widget/area-limit/area-limit.less";` must be appear in the beginning of the file | import | → line 5: `@import "../../../unit/common/widget/area-limit/area-limit.less";` must be appear in the beginning of the file | |
| 10 | 1 | 1 | `@arrowright : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtARMDjQFOC+7cuVMAxB+AOIFWPjAAYn4gnk+JJfgsKADii1A22ZbgtEBFReUDkHKg1BK8kUwNSwimIkotISqZUmIJ0fmAXEtIymjkWEJyTibVEmoVFQa4JBhJLeyArhUAUgeAWB8qtBDoK+r4gFTDSbKAHMOJtoBcw4mygBLDCVpAqeGEKhyKDSfkgwmUGk7IggdQeiK5hpOV0QZdqwIgwACPxWzglXJVjwAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 10, col 1: `@arrowright : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtARMDjQFOC+7cuVMAxB+AOIFWPjAAYn4gnk+JJfgsKADii1A22ZbgtEBFReUDkHKg1BK8kUwNSwimIkotISqZUmIJ0fmAXEtIymjkWEJyTibVEmoVFQa4JBhJLeyArhUAUgeAWB8qtBDoK+r4gFTDSbKAHMOJtoBcw4mygBLDCVpAqeGEKhyKDSfkgwmUGk7IggdQeiK5hpOV0QZdqwIgwACPxWzglXJVjwAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 11 | 1 | 1 | `@arrowbottom : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNpi/P//PwMtARMDjcGoBQNvAQuMcefOnQIgZQDEBSoqKh/IMQxohgCQmgDED4BmNIDEGGHJFCgJMpQfiC8CsQOplkANPwDE+iA+UD8jehAVQGmQggNQDWQZDgQTYXKMyBkNqDABSM2HconyCRbDFwL1JGCNZKDEAiCVSKxPCBmONRURawkxhuNMpoQsIdZwjDjA4kqMOIGyiTKcoAU4LGEg1nCiLMBiCQOxhhNdVKDFCdGGE+0DNJ8YAA0vIFYP42iNNmoBxQAgwAA7tHYUw43e4wAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 11, col 1: `@arrowbottom : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNpi/P//PwMtARMDjcGoBQNvAQuMcefOnQIgZQDEBSoqKh/IMQxohgCQmgDED4BmNIDEGGHJFCgJMpQfiC8CsQOplkANPwDE+iA+UD8jehAVQGmQggNQDWQZDgQTYXKMyBkNqDABSM2HconyCRbDFwL1JGCNZKDEAiCVSKxPCBmONRURawkxhuNMpoQsIdZwjDjA4kqMOIGyiTKcoAU4LGEg1nCiLMBiCQOxhhNdVKDFCdGGE+0DNJ8YAA0vIFYP42iNNmoBxQAgwAA7tHYUw43e4wAAAABJRU5ErkJggg==";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 13 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAATlBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmY9dRe7AAAAGXRSTlMA8+HpRj7bDAbKiYhhWBunJsXCILGQjUM9uXKEfAAAAK1JREFUKM99k0kOwyAMRW0zQyBTp3//i1bNgrYJ8luBngTG/lDH5dUwmzU7OjN5dPz0p5YESLEthsUWAdL+dZYhNfZtFZhXv41xC/RDmMFPOtgN7nTiAV6ORcJMF2ako05IuMog+NTsUWlAhSdyEBoicJRRxrIg0wY7lhYbGbSxbDDEiGMZwapUj1ULUp+iNkFrn9p4bWRRH7Yekx4wOgXsGs3YbPE9mmqo1e/wBnm3DOqh4/uQAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 13: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAATlBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmY9dRe7AAAAGXRSTlMA8+HpRj7bDAbKiYhhWBunJsXCILGQjUM9uXKEfAAAAK1JREFUKM99k0kOwyAMRW0zQyBTp3//i1bNgrYJ8luBngTG/lDH5dUwmzU7OjN5dPz0p5YESLEthsUWAdL+dZYhNfZtFZhXv41xC/RDmMFPOtgN7nTiAV6ORcJMF2ako05IuMog+NTsUWlAhSdyEBoicJRRxrIg0wY7lhYbGbSxbDDEiGMZwapUj1ULUp+iNkFrn9p4bWRRH7Yekx4wOgXsGs3YbPE9mmqo1e/wBnm3DOqh4/uQAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | |
| 14 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAV1BMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWVhjSTKAAAAHHRSTlMA8wbJ4emJRhsM0GFYPdxuPybaxcKmj4cgsahvBwluLAAAANRJREFUKM99k1kOwjAMRO0sTQJdgUJp5/7nRI1RukmeL1tPiSfulIqa6umZ/bNq6Kz7A0WP+wENFnCfEE0awqcF7LSxwHC1KW3t4JsyjfFNtFMawb2Uk8ebTnqDh1xYzHTRDJt9wqUrTA6r5xa19KazzLYzf1doiXo46eINWbcovUNPFSo5tzKh+WwGL4Rcdyjq5PF4kUcUzxu0MgaeGHILb5BlDliF6rWqIfUp6hL261vW9S3b+tTFi8/xCkdYo31sJSbhEDA6BewaTRN30dRDrf4OPzSHGUgmm0t/AAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 14: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAV1BMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWVhjSTKAAAAHHRSTlMA8wbJ4emJRhsM0GFYPdxuPybaxcKmj4cgsahvBwluLAAAANRJREFUKM99k1kOwjAMRO0sTQJdgUJp5/7nRI1RukmeL1tPiSfulIqa6umZ/bNq6Kz7A0WP+wENFnCfEE0awqcF7LSxwHC1KW3t4JsyjfFNtFMawb2Uk8ebTnqDh1xYzHTRDJt9wqUrTA6r5xa19KazzLYzf1doiXo46eINWbcovUNPFSo5tzKh+WwGL4Rcdyjq5PF4kUcUzxu0MgaeGHILb5BlDliF6rWqIfUp6hL261vW9S3b+tTFi8/xCkdYo31sJSbhEDA6BewaTRN30dRDrf4OPzSHGUgmm0t/AAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | |
| 62 | 21 | 1 | ` transform: translate(0, -50%);` Expected indentation of 12 spaces. | block-indent | → line 62, col 21: ` transform: translate(0, -50%);` Expected indentation of 12 spaces. |
| 99 | 21 | 1 | ` transform: translate(0, -50%);` Expected indentation of 12 spaces. | block-indent | → line 99, col 21: ` transform: translate(0, -50%);` Expected indentation of 12 spaces. |
| 284 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlxJREFUeNrsmDtuwkAQQNdRqBDCaWjDDUJOgG8AKejNTThCjuCeIlwAaXMC4ASBgt4WAiFRkBkyG61g1/uzJQpGGhms/TzNzM6OJzqfz+ye5YnduTwAQ+XZd+J0Ou3CY0jaA21fDSlAl6Az1NFotPbZJ3I9JACWwGMC2nfc6xvnASivBRDAYnhkoINAryFoamtRK0CAQxdyhRt9pSDIWfAhAbgUHosK4Rit9UVr+1uQLLeo+aB+lFlSC0gxt67Ycjp393QxWebiTAUXxzFrNBrOFDgH52rcnTnFIKWSgQouSZKLukDiWDFPA9nXxaPOgpOyDQWoDaSA04AZ97yJQbohfmzg8jxnnHN2Op2McDgGx+KcEnmHWFyaLDgsW0GGKrOkBxxKauPioWkVE6QnHKM73QjYs1lJBxkAx1T3uyoGnaoHGa4oir+80W77wAl5gTjMK6sHZUsiWCDcjQcrKVj3+z07HA7//4/H4+XdXVTUIuaE5Xa7HWu1Ws7JXBJjmilc4eQDMZ/PL651SeayyPGnA1z6wiGY/NsDcmXjYu4LJyQAktsAzkLgAiFnVvUg5EKuSpo+SVieY7i7NxB/XdtT/Kl62Ww2L+qS564t2el0wqoZkxVF2eSahNGSCLfdbpWHA6zXc82DqSrlIJjPDYGW1MApqxgjIH0jpKx+GV/XgNY3CX1tjWuGy4KuOlpg7HLDVAVnfRfTQgm1LUJlRaV9ZjPYp3mUUkp4dQTbUPMoc5kU+baAqeuQkmXfSqzFqf3GffaJqupRUydC5LK1bz+wNsC65NGjDpVfAQYAkdaWTgqqph0AAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 284: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlxJREFUeNrsmDtuwkAQQNdRqBDCaWjDDUJOgG8AKejNTThCjuCeIlwAaXMC4ASBgt4WAiFRkBkyG61g1/uzJQpGGhms/TzNzM6OJzqfz+ye5YnduTwAQ+XZd+J0Ou3CY0jaA21fDSlAl6Az1NFotPbZJ3I9JACWwGMC2nfc6xvnASivBRDAYnhkoINAryFoamtRK0CAQxdyhRt9pSDIWfAhAbgUHosK4Rit9UVr+1uQLLeo+aB+lFlSC0gxt67Ycjp393QxWebiTAUXxzFrNBrOFDgH52rcnTnFIKWSgQouSZKLukDiWDFPA9nXxaPOgpOyDQWoDaSA04AZ97yJQbohfmzg8jxnnHN2Op2McDgGx+KcEnmHWFyaLDgsW0GGKrOkBxxKauPioWkVE6QnHKM73QjYs1lJBxkAx1T3uyoGnaoHGa4oir+80W77wAl5gTjMK6sHZUsiWCDcjQcrKVj3+z07HA7//4/H4+XdXVTUIuaE5Xa7HWu1Ws7JXBJjmilc4eQDMZ/PL651SeayyPGnA1z6wiGY/NsDcmXjYu4LJyQAktsAzkLgAiFnVvUg5EKuSpo+SVieY7i7NxB/XdtT/Kl62Ww2L+qS564t2el0wqoZkxVF2eSahNGSCLfdbpWHA6zXc82DqSrlIJjPDYGW1MApqxgjIH0jpKx+GV/XgNY3CX1tjWuGy4KuOlpg7HLDVAVnfRfTQgm1LUJlRaV9ZjPYp3mUUkp4dQTbUPMoc5kU+baAqeuQkmXfSqzFqf3GffaJqupRUydC5LK1bz+wNsC65NGjDpVfAQYAkdaWTgqqph0AAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | |
| 423 | 1 | `padding-bottom: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 423: `padding-bottom: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 516 | 1 | `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 516: `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 547 | 8 | 1 | ` text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 547, col 8: ` text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 607 | 1 | `border-radius: 6/ 46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 607: `border-radius: 6/ 46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:104
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 178 | 1 | `.border-radius(.1rem);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 178: `.border-radius(.1rem);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 244 | 1 | `margin-top: -.64rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 244: `margin-top: -.64rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 261 | 1 | `margin-top: -.64rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 261: `margin-top: -.64rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 263 | 1 | `-webkit-transition: width .5s linear;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 263: `-webkit-transition: width .5s linear;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 264 | 1 | `transition: width .5s linear;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 264: `transition: width .5s linear;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 7 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 7: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 17 | 1 | `font-size: 24/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `font-size: 24/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 1 | `font-size: 28/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `font-size: 28/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `font-size: 32/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `font-size: 32/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 今日最大牌 by fengyi */` Single Comment should be use `//` | single-comment | → `/* 今日最大牌 by fengyi */` Single Comment should be use `//` | ||
| 29 | 7 | 1 | `.brand{` Must contain spaces before the `{` | require-before-space | → line 29, col 7: `.brand{` Must contain spaces before the `{` |
| 34 | 1 | `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `font-size: 28/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `font-size: 28/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `height: 354/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `height: 354/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `margin: 0 24/@g-base 24/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `margin: 0 24/@g-base 24/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `margin: 0 24/@g-base 24/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `margin: 0 24/@g-base 24/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `margin: 0 24/@g-base 24/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `margin: 0 24/@g-base 24/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 21 | 1 | ` overflow-scrolling: touch;` Expected indentation of 12 spaces. | block-indent | → line 66, col 21: ` overflow-scrolling: touch;` Expected indentation of 12 spaces. |
| 69 | 1 | `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `height: 330/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `height: 330/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 35 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 74, col 35: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 76 | 1 | `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `bottom: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `bottom: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `padding: 0 12/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `padding: 0 12/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `font-size: 28/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `font-size: 28/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `border-radius: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `border-radius: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 43 | 1 | ` background-color: white; ` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 89, col 43: ` background-color: white; ` Color value can be abbreviated, must use the abbreviation form |
| 96 | 1 | `bottom: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `bottom: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `margin: 18/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `margin: 18/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `margin: 18/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `margin: 18/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `line-height: 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `line-height: 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 8 | 1 | `.static{` Must contain spaces before the `{` | require-before-space | → line 114, col 8: `.static{` Must contain spaces before the `{` |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` | ||
| 139 | 1 | `margin: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `margin: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `height: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `height: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 148 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 148: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 149 | 1 | `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 149: `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 153 | 1 | `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 153: `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 160 | 1 | `width: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 160: `width: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 162 | 1 | `margin: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 162: `margin: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 169 | 1 | `height: 64/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 169: `height: 64/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `line-height: 32/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `line-height: 32/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 176 | 1 | `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 176: `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 177 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 177: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 1 | `vertical-align: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 179: `vertical-align: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 1 | `height: 52/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 190: `height: 52/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `line-height: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `line-height: 26/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 195 | 1 | `font-size: 21/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 195: `font-size: 21/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 199 | 1 | `font-size: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 199: `font-size: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 201 | 1 | `left: 306/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `left: 306/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 202 | 1 | `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 206 | 1 | `font-size: 21/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 206: `font-size: 21/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 207 | 1 | `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 207: `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 213 | 1 | `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 213: `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 214 | 1 | `bottom: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `bottom: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 221 | 1 | `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 221: `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 222 | 1 | `bottom: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `bottom: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 228 | 1 | `left: 306/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 228: `left: 306/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 229 | 1 | `bottom: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 229: `bottom: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 232 | 1 | `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 232 | 1 | `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 238, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 243 | 1 | `bottom: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 243: `bottom: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 21 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. | block-indent | → line 251, col 21: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. |
| 260 | 1 | `bottom: 1/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 260: `bottom: 1/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 21 | 1 | ` transition: width .5s linear;` Expected indentation of 12 spaces. | block-indent | → line 268, col 21: ` transition: width .5s linear;` Expected indentation of 12 spaces. |
| 270 | 21 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. | block-indent | → line 270, col 21: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. |
| 279 | 1 | `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 279: `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 1 | `vertical-align: -4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 281: `vertical-align: -4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 297 | 14 | 1 | `.soldout-icon{` Must contain spaces before the `{` | require-before-space | → line 297, col 14: `.soldout-icon{` Must contain spaces before the `{` |
| 309 | 1 | `left: ((280-150)/2)/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 309: `left: ((280-150)/2)/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 309 | 1 | `left: ((280-150)/2)/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 309: `left: ((280-150)/2)/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 309 | 1 | `left: ((280-150)/2)/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 309: `left: ((280-150)/2)/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 310 | 1 | `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 310: `margin-top: -(150/2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 311 | 1 | `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 311: `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 312 | 1 | `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 312: `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 313 | 1 | `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 313: `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 322 | 1 | `width: 282/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `width: 282/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 329 | 1 | `width: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 329: `width: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 330 | 1 | `height: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 330: `height: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 352 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 352, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
不规范数量:30
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 45 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 45, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 49 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 49, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 74 | 21 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. | block-indent | → line 74, col 21: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. |
| 147 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 147, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 152 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 167 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 167, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 168 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 168, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 179 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 179, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 185 | 1 | `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 194 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 194: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 195 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 195: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 201 | 1 | `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 208 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 208: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 210 | 1 | `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 210: `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `vertical-align: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `vertical-align: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 1 | `margin-top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `margin-top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 222 | 1 | `height: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `height: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 223 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 223: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `width: 170/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `width: 170/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 252 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 252, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 253 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 271 | 1 | `margin-right: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 271: `margin-right: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 276 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 276, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 277 | 1 | `vertical-align: -13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 277: `vertical-align: -13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:89
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 3 | 1 | `: 40;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 3: `: 40;Variable name must be like this `@foo-bar or @foobar` | |
| 5 | 12 | 1 | `@greyClock:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAM1BMVEUAAACFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUPB89ZAAAAEHRSTlMAEMDw4NCwIGCgkIAwQHBQNveLugAAAMtJREFUKM+FklEOhCAMRIEWBGTduf9pF4F1lJA4H6bhQWunNU8Vs1YMiioJh53RLhWoc/7k+wNvHnCxH30ToIWsCPTTosaLA+L1ThD6q+z7SQI+A3qEETmYP5V+fYfaGZqA1MpITUHIUtvZH5yZYVVGbgniCm7Q+hXYFTR6xvXGEoYaW7g73GjoDDO8JZzSWg8pLDF+iPR6q2ArN8pWhgmkQWkC7aNoH41vovEc2aQMsfdhUxw214T1HBBfFow6BIDnak6KaSx1y/CuH3cHCPRgK/NuAAAAAElFTkSuQmCC";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 5, col 12: `@greyClock:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAM1BMVEUAAACFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUPB89ZAAAAEHRSTlMAEMDw4NCwIGCgkIAwQHBQNveLugAAAMtJREFUKM+FklEOhCAMRIEWBGTduf9pF4F1lJA4H6bhQWunNU8Vs1YMiioJh53RLhWoc/7k+wNvHnCxH30ToIWsCPTTosaLA+L1ThD6q+z7SQI+A3qEETmYP5V+fYfaGZqA1MpITUHIUtvZH5yZYVVGbgniCm7Q+hXYFTR6xvXGEoYaW7g73GjoDDO8JZzSWg8pLDF+iPR6q2ArN8pWhgmkQWkC7aNoH41vovEc2aQMsfdhUxw214T1HBBfFow6BIDnak6KaSx1y/CuH3cHCPRgK/NuAAAAAElFTkSuQmCC";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 5 | 1 | `:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAM1BMVEUAAACFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUPB89ZAAAAEHRSTlMAEMDw4NCwIGCgkIAwQHBQNveLugAAAMtJREFUKM+FklEOhCAMRIEWBGTduf9pF4F1lJA4H6bhQWunNU8Vs1YMiioJh53RLhWoc/7k+wNvHnCxH30ToIWsCPTTosaLA+L1ThD6q+z7SQI+A3qEETmYP5V+fYfaGZqA1MpITUHIUtvZH5yZYVVGbgniCm7Q+hXYFTR6xvXGEoYaW7g73GjoDDO8JZzSWg8pLDF+iPR6q2ArN8pWhgmkQWkC7aNoH41vovEc2aQMsfdhUxw214T1HBBfFow6BIDnak6KaSx1y/CuH3cHCPRgK/NuAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 5: `:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAM1BMVEUAAACFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUPB89ZAAAAEHRSTlMAEMDw4NCwIGCgkIAwQHBQNveLugAAAMtJREFUKM+FklEOhCAMRIEWBGTduf9pF4F1lJA4H6bhQWunNU8Vs1YMiioJh53RLhWoc/7k+wNvHnCxH30ToIWsCPTTosaLA+L1ThD6q+z7SQI+A3qEETmYP5V+fYfaGZqA1MpITUHIUtvZH5yZYVVGbgniCm7Q+hXYFTR6xvXGEoYaW7g73GjoDDO8JZzSWg8pLDF+iPR6q2ArN8pWhgmkQWkC7aNoH41vovEc2aQMsfdhUxw214T1HBBfFow6BIDnak6KaSx1y/CuH3cHCPRgK/NuAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | |
| 6 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAwCAMAAADTlCGvAAAAY1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmQGJZ5AAAAIHRSTlMAApz31It/LMl68OvjdjccCgavqIVkW04UvbuikmlLETFjaA8AAAC/SURBVDjLndRHDoQwDAVQSiC0AcKEOs33P+XI3rDgW5bI9klR8l0S7/IiTdBxRJRBakijB6lU6lTT/QuLRKUaUSH0AZJmQguiJ0u+AgqHUA9orJgaD+jnmLoB0NAxuQ2Qb5mqEVCfM+0B0MpCE4pwEXrpwb9RhFEo6hHOaoStJfg2XMQSdhJ+9Xz+FKejJHqEC/gGV0Gv3HZWG3VI6y8QdqWr0knga3ev3fFRoLYnyx7U0gR9sO3tYm8kXylb7A/S2R/v49zqNgAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 6: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAwCAMAAADTlCGvAAAAY1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmQGJZ5AAAAIHRSTlMAApz31It/LMl68OvjdjccCgavqIVkW04UvbuikmlLETFjaA8AAAC/SURBVDjLndRHDoQwDAVQSiC0AcKEOs33P+XI3rDgW5bI9klR8l0S7/IiTdBxRJRBakijB6lU6lTT/QuLRKUaUSH0AZJmQguiJ0u+AgqHUA9orJgaD+jnmLoB0NAxuQ2Qb5mqEVCfM+0B0MpCE4pwEXrpwb9RhFEo6hHOaoStJfg2XMQSdhJ+9Xz+FKejJHqEC/gGV0Gv3HZWG3VI6y8QdqWr0knga3ev3fFRoLYnyx7U0gR9sO3tYm8kXylb7A/S2R/v49zqNgAAAABJRU5ErkJggg==";Variable name must be like this `@foo-bar or @foobar` | |
| 8 | 1 | `: #e0e0e0;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `: #e0e0e0;Variable name must be like this `@foo-bar or @foobar` | |
| 20 | 1 | `height: 750rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `height: 750rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 1 | `width: 750rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `width: 750rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `margin-bottom: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `margin-bottom: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `padding: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `padding: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 13 | 1 | ` border-radius: 50%;` Expected indentation of 4 spaces. | block-indent | → line 45, col 13: ` border-radius: 50%;` Expected indentation of 4 spaces. |
| 46 | 1 | `width: 72rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `width: 72rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `padding: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `padding: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `background-size: 12rem/@base 22rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `background-size: 12rem/@base 22rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `background-size: 12rem/@base 22rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `background-size: 12rem/@base 22rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `margin-bottom: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `margin-bottom: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `padding: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `padding: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `height: 80rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `height: 80rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 1 | `margin-right: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `margin-right: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `width: 80rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `width: 80rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `height: 40rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `height: 40rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `line-height: 40rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `line-height: 40rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `width: 550rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `width: 550rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `font-size: 32rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `font-size: 32rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `margin-bottom: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `margin-bottom: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `font-size: 36rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `font-size: 36rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `line-height: 78rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `line-height: 78rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 17 | 1 | ` border-radius: 0.2rem;` Expected indentation of 8 spaces. | block-indent | → line 106, col 17: ` border-radius: 0.2rem;` Expected indentation of 8 spaces. |
| 109 | 1 | `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `height: 78rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `height: 78rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `line-height: 78rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `line-height: 78rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `width: 258rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `width: 258rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `padding-top: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `padding-top: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `margin-right: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `margin-right: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 1 | `font-size: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `font-size: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `margin-bottom: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `margin-bottom: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `margin-top: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `margin-top: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 17 | 1 | ` border-radius: 0.1rem;` Expected indentation of 8 spaces. | block-indent | → line 147, col 17: ` border-radius: 0.1rem;` Expected indentation of 8 spaces. |
| 150 | 1 | `padding: 18rem/@base 35rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 150: `padding: 18rem/@base 35rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 1 | `padding: 18rem/@base 35rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 150: `padding: 18rem/@base 35rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `padding: 22rem/@base 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `padding: 22rem/@base 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `padding: 22rem/@base 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `padding: 22rem/@base 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `height: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `height: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 17 | 1 | ` border-radius: 50%;` Expected indentation of 8 spaces. | block-indent | → line 168, col 17: ` border-radius: 50%;` Expected indentation of 8 spaces. |
| 169 | 1 | `height: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 169: `height: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `margin-right: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `margin-right: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 171 | 1 | `width: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 171: `width: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `line-height: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `line-height: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 197 | 1 | `margin-right: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 197: `margin-right: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 201 | 1 | `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `font-size: 28rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 1 | `background-size: 24rem/@fontBase 24rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `background-size: 24rem/@fontBase 24rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 1 | `background-size: 24rem/@fontBase 24rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `background-size: 24rem/@fontBase 24rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `padding-left: 32rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `padding-left: 32rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 266 | 17 | 1 | ` transform: translate(40%,-40%);` Expected indentation of 8 spaces. | block-indent | → line 266, col 17: ` transform: translate(40%,-40%);` Expected indentation of 8 spaces. |
| 272 | 1 | `margin-bottom: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 272: `margin-bottom: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 280 | 1 | `padding: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 280: `padding: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 282 | 1 | `font-size: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 282: `font-size: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `margin-right: 15rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `margin-right: 15rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 291 | 1 | `top: 5rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 291: `top: 5rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 292 | 1 | `width: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 292: `width: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `font-size: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `font-size: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 297 | 1 | `margin-left: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 297: `margin-left: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 303 | 1 | `height: 35rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 303: `height: 35rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 304 | 1 | `margin-right: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 304: `margin-right: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 1 | `top: 8rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 306: `top: 8rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 307 | 1 | `width: 23rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 307: `width: 23rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 312 | 1 | `font-size: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 312: `font-size: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 314 | 1 | `margin-top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 314: `margin-top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 319 | 1 | `padding: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 319: `padding: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 321 | 1 | `margin-top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 321: `margin-top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 322 | 1 | `padding-left: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `padding-left: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 328 | 1 | `margin-top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 328: `margin-top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 331 | 1 | `margin-top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 331: `margin-top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 335 | 1 | `margin-top: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 335: `margin-top: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 338 | 1 | `padding: 72rem/@base 100rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 338: `padding: 72rem/@base 100rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 338 | 1 | `padding: 72rem/@base 100rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 338: `padding: 72rem/@base 100rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 341 | 1 | `margin-bottom: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 341: `margin-bottom: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 348 | 1 | `border-radius: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 348: `border-radius: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 349 | 1 | `bottom: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 349: `bottom: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 351 | 1 | `height: 40rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 351: `height: 40rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 352 | 1 | `line-height: 40rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 352: `line-height: 40rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 354 | 1 | `padding: 0 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 354: `padding: 0 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `right: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `right: 50rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 378 | 13 | 1 | ` background-size: 100%;` Expected indentation of 4 spaces. | block-indent | → line 378, col 13: ` background-size: 100%;` Expected indentation of 4 spaces. |
| 390 | 13 | 1 | ` background-size: 100%;` Expected indentation of 4 spaces. | block-indent | → line 390, col 13: ` background-size: 100%;` Expected indentation of 4 spaces. |
| 411 | 17 | 1 | ` border-radius: 0.1rem;` Expected indentation of 8 spaces. | block-indent | → line 411, col 17: ` border-radius: 0.1rem;` Expected indentation of 8 spaces. |
不规范数量:26
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 9 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 9, col 5: "env" is defined but never used |
| 37 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 37, col 13: Expected key `type` but `'type'` found. |
| 38 | 13 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 38, col 13: Expected key `title` but `'title'` found. |
| 51 | 16 | 2 | Identifier 'tdist_all' is not in camel case. | fecs-camelcase | → line 51, col 16: Identifier 'tdist_all' is not in camel case. |
| 51 | 16 | 2 | "tdist_all" is not defined. | no-undef | → line 51, col 16: "tdist_all" is not defined. |
| 56 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 56, col 6: Expected a blank comment line between description and tags. |
| 56 | 6 | 2 | Missing JSDoc parameter description for "key". | fecs-valid-jsdoc | → line 56, col 6: Missing JSDoc parameter description for "key". |
| 65 | 13 | 2 | Expected key `getAddress` but `'getAddress'` found. | fecs-properties-quote | → line 65, col 13: Expected key `getAddress` but `'getAddress'` found. |
| 66 | 13 | 2 | Expected key `submitApply` but `'submitApply'` found. | fecs-properties-quote | → line 66, col 13: Expected key `submitApply` but `'submitApply'` found. |
| 83 | 25 | 2 | Expected key `html` but `'html'` found. | fecs-properties-quote | → line 83, col 25: Expected key `html` but `'html'` found. |
| 84 | 25 | 2 | Expected key `btn` but `'btn'` found. | fecs-properties-quote | → line 84, col 25: Expected key `btn` but `'btn'` found. |
| 85 | 25 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 85, col 25: Expected key `type` but `'type'` found. |
| 101 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 101, col 17: Property 'entity_type' is not in camel case. |
| 103 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 103, col 21: Property 'block_name' is not in camel case. |
| 116 | 21 | 2 | Property 'address_id' is not in camel case. | fecs-camelcase | → line 116, col 21: Property 'address_id' is not in camel case. |
| 117 | 21 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 117, col 21: Property 'sku_id' is not in camel case. |
| 123 | 47 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 123, col 47: A constructor name should not start with a lowercase letter. |
| 184 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 184, col 17: Property 'page_size' is not in camel case. |
| 251 | 9 | 2 | "data" is not defined. | no-undef | → line 251, col 9: "data" is not defined. |
| 252 | 9 | 2 | "callBack" is not defined. | no-undef | → line 252, col 9: "callBack" is not defined. |
| 253 | 9 | 2 | "type" is not defined. | no-undef | → line 253, col 9: "type" is not defined. |
| 257 | 19 | 2 | "data" is not defined. | no-undef | → line 257, col 19: "data" is not defined. |
| 268 | 21 | 2 | "callBack" is not defined. | no-undef | → line 268, col 21: "callBack" is not defined. |
| 268 | 33 | 2 | "callBack" is not defined. | no-undef | → line 268, col 33: "callBack" is not defined. |
不规范数量:116
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 35 | 5 | 1 | "shareSign" is defined but never used | no-unused-vars | → line 35, col 5: "shareSign" is defined but never used |
| 72 | 13 | 1 | "decimal" is defined but never used | no-unused-vars | → line 72, col 13: "decimal" is defined but never used |
| 89 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 89, col 14: Unexpected 'else' after 'return'. |
| 124 | 23 | 2 | Missing radix parameter. | radix | → line 124, col 23: Missing radix parameter. |
| 151 | 13 | 1 | Unexpected console statement. | no-console | → line 151, col 13: Unexpected console statement. |
| 157 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 157, col 13: Expected key `type` but `'type'` found. |
| 158 | 13 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 158, col 13: Expected key `title` but `'title'` found. |
| 172 | 6 | 2 | Missing JSDoc parameter description for "key". | fecs-valid-jsdoc | → line 172, col 6: Missing JSDoc parameter description for "key". |
| 172 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 172, col 6: Expected a blank comment line between description and tags. |
| 181 | 13 | 2 | Expected key `tryDetail` but `'tryDetail'` found. | fecs-properties-quote | → line 181, col 13: Expected key `tryDetail` but `'tryDetail'` found. |
| 182 | 13 | 2 | Expected key `addItemFavor` but `'addItemFavor'` found. | fecs-properties-quote | → line 182, col 13: Expected key `addItemFavor` but `'addItemFavor'` found. |
| 183 | 13 | 2 | Expected key `delItemFavor` but `'delItemFavor'` found. | fecs-properties-quote | → line 183, col 13: Expected key `delItemFavor` but `'delItemFavor'` found. |
| 184 | 13 | 2 | Expected key `addEventFavor` but `'addEventFavor'` found. | fecs-properties-quote | → line 184, col 13: Expected key `addEventFavor` but `'addEventFavor'` found. |
| 185 | 13 | 2 | Expected key `shopFavor` but `'shopFavor'` found. | fecs-properties-quote | → line 185, col 13: Expected key `shopFavor` but `'shopFavor'` found. |
| 186 | 13 | 2 | Expected key `setApplyCount` but `'setApplyCount'` found. | fecs-properties-quote | → line 186, col 13: Expected key `setApplyCount` but `'setApplyCount'` found. |
| 187 | 13 | 2 | Expected key `getUserInfo` but `'getUserInfo'` found. | fecs-properties-quote | → line 187, col 13: Expected key `getUserInfo` but `'getUserInfo'` found. |
| 252 | 33 | 2 | Expected key `html` but `'html'` found. | fecs-properties-quote | → line 252, col 33: Expected key `html` but `'html'` found. |
| 253 | 33 | 2 | Expected key `okBtn` but `'okBtn'` found. | fecs-properties-quote | → line 253, col 33: Expected key `okBtn` but `'okBtn'` found. |
| 254 | 33 | 2 | Expected key `cancelBtn` but `'cancelBtn'` found. | fecs-properties-quote | → line 254, col 33: Expected key `cancelBtn` but `'cancelBtn'` found. |
| 258 | 1 | 2 | Line 258 exceeds the maximum line length of 120. | max-len | → line 258, col 1: Line 258 exceeds the maximum line length of 120. |
| 277 | 17 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 277, col 17: Expected key `et` but `'et'` found. |
| 278 | 17 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 278, col 17: Expected key `entity_type` but `'entity_type'` found. |
| 280 | 21 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 280, col 21: Expected key `block_name` but `'block_name'` found. |
| 300 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 300, col 17: Property 'entity_type' is not in camel case. |
| 303 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 303, col 21: Property 'block_name' is not in camel case. |
| 315 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 315, col 17: Property 'entity_type' is not in camel case. |
| 318 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 318, col 21: Property 'block_name' is not in camel case. |
| 337 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 337, col 17: Property 'entity_type' is not in camel case. |
| 340 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 340, col 21: Property 'block_name' is not in camel case. |
| 350 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 350, col 17: Property 'entity_type' is not in camel case. |
| 353 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 353, col 21: Property 'block_name' is not in camel case. |
| 360 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 360, col 17: Property 'entity_type' is not in camel case. |
| 363 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 363, col 21: Property 'block_name' is not in camel case. |
| 383 | 13 | 2 | Expected key `html` but `'html'` found. | fecs-properties-quote | → line 383, col 13: Expected key `html` but `'html'` found. |
| 411 | 35 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 411, col 35: A constructor name should not start with a lowercase letter. |
| 414 | 17 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 414, col 17: Property 'sku_id' is not in camel case. |
| 441 | 21 | 1 | Unexpected console statement. | no-console | → line 441, col 21: Unexpected console statement. |
| 446 | 21 | 1 | "dataProduct" is defined but never used | no-unused-vars | → line 446, col 21: "dataProduct" is defined but never used |
| 449 | 21 | 1 | Unexpected console statement. | no-console | → line 449, col 21: Unexpected console statement. |
| 457 | 22 | 2 | Identifier 'cate_name' is not in camel case. | fecs-camelcase | → line 457, col 22: Identifier 'cate_name' is not in camel case. |
| 457 | 43 | 2 | Identifier 'cate_name' is not in camel case. | fecs-camelcase | → line 457, col 43: Identifier 'cate_name' is not in camel case. |
| 484 | 17 | 1 | Unexpected console statement. | no-console | → line 484, col 17: Unexpected console statement. |
| 501 | 1 | 2 | Line 501 exceeds the maximum line length of 120. | max-len | → line 501, col 1: Line 501 exceeds the maximum line length of 120. |
| 540 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 540, col 25: Property 'entity_type' is not in camel case. |
| 543 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 543, col 29: Property 'block_name' is not in camel case. |
| 550 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 550, col 25: Property 'entity_type' is not in camel case. |
| 553 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 553, col 29: Property 'block_name' is not in camel case. |
| 581 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 581, col 25: Property 'entity_type' is not in camel case. |
| 584 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 584, col 29: Property 'block_name' is not in camel case. |
| 600 | 18 | 1 | "i" is already defined | no-redeclare | → line 600, col 18: "i" is already defined |
| 601 | 1 | 2 | Line 601 exceeds the maximum line length of 120. | max-len | → line 601, col 1: Line 601 exceeds the maximum line length of 120. |
| 612 | 21 | 2 | Property 'product_props' is not in camel case. | fecs-camelcase | → line 612, col 21: Property 'product_props' is not in camel case. |
| 613 | 21 | 2 | Property 'recom_data' is not in camel case. | fecs-camelcase | → line 613, col 21: Property 'recom_data' is not in camel case. |
| 633 | 14 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 633, col 14: Identifier 'main_img' is not in camel case. |
| 639 | 14 | 2 | Identifier 'apply_count' is not in camel case. | fecs-camelcase | → line 639, col 14: Identifier 'apply_count' is not in camel case. |
| 640 | 1 | 2 | Line 640 exceeds the maximum line length of 120. | max-len | → line 640, col 1: Line 640 exceeds the maximum line length of 120. |
| 655 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 655, col 25: Property 'entity_type' is not in camel case. |
| 658 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 658, col 29: Property 'block_name' is not in camel case. |
| 671 | 13 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 671, col 13: Property 'gmt_begin' is not in camel case. |
| 672 | 13 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 672, col 13: Property 'gmt_end' is not in camel case. |
| 675 | 40 | 2 | Missing radix parameter. | radix | → line 675, col 40: Missing radix parameter. |
| 727 | 13 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 727, col 13: There should be no spaces inside this paren. |
| 727 | 76 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 727, col 76: There should be no spaces inside this paren. |
| 759 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 759, col 13: "self" is defined but never used |
| 803 | 5 | 2 | Missing JSDoc for parameter "cfg". | fecs-valid-jsdoc | → line 803, col 5: Missing JSDoc for parameter "cfg". |
| 842 | 5 | 2 | Missing JSDoc for parameter "cfg". | fecs-valid-jsdoc | → line 842, col 5: Missing JSDoc for parameter "cfg". |
| 849 | 9 | 2 | "data" is not defined. | no-undef | → line 849, col 9: "data" is not defined. |
| 849 | 26 | 2 | "callBack" is not defined. | no-undef | → line 849, col 26: "callBack" is not defined. |
| 849 | 51 | 2 | "type" is not defined. | no-undef | → line 849, col 51: "type" is not defined. |
| 854 | 19 | 2 | "data" is not defined. | no-undef | → line 854, col 19: "data" is not defined. |
| 865 | 21 | 2 | "callBack" is not defined. | no-undef | → line 865, col 21: "callBack" is not defined. |
| 865 | 33 | 2 | "callBack" is not defined. | no-undef | → line 865, col 33: "callBack" is not defined. |
| 875 | 13 | 1 | "type" is defined but never used | no-unused-vars | → line 875, col 13: "type" is defined but never used |
| 916 | 1 | 2 | Line 916 exceeds the maximum line length of 120. | max-len | → line 916, col 1: Line 916 exceeds the maximum line length of 120. |
| 920 | 17 | 2 | Expected key `html` but `'html'` found. | fecs-properties-quote | → line 920, col 17: Expected key `html` but `'html'` found. |
| 921 | 17 | 2 | Expected key `btn` but `'btn'` found. | fecs-properties-quote | → line 921, col 17: Expected key `btn` but `'btn'` found. |
| 922 | 17 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 922, col 17: Expected key `type` but `'type'` found. |
| 930 | 13 | 1 | "cfg" is already defined | no-redeclare | → line 930, col 13: "cfg" is already defined |
| 938 | 17 | 2 | Expected key `is_collected_item` but `'is_collected_item'` found. | fecs-properties-quote | → line 938, col 17: Expected key `is_collected_item` but `'is_collected_item'` found. |
| 969 | 78 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 969, col 78: Unnecessary use of boolean literals in conditional expression |
| 993 | 17 | 2 | Expected key `is_collected_item` but `'is_collected_item'` found. | fecs-properties-quote | → line 993, col 17: Expected key `is_collected_item` but `'is_collected_item'` found. |
| 1021 | 13 | 1 | "cfg" is already defined | no-redeclare | → line 1021, col 13: "cfg" is already defined |
| 1027 | 17 | 2 | Expected key `is_collected_brand` but `'is_collected_brand'` found. | fecs-properties-quote | → line 1027, col 17: Expected key `is_collected_brand` but `'is_collected_brand'` found. |
| 1047 | 82 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 1047, col 82: Unnecessary use of boolean literals in conditional expression |
| 1068 | 13 | 1 | "cfg" is already defined | no-redeclare | → line 1068, col 13: "cfg" is already defined |
| 1078 | 21 | 2 | Property 'following_uid' is not in camel case. | fecs-camelcase | → line 1078, col 21: Property 'following_uid' is not in camel case. |
| 1090 | 29 | 2 | Expected key `is_collected_mall` but `'is_collected_mall'` found. | fecs-properties-quote | → line 1090, col 29: Expected key `is_collected_mall` but `'is_collected_mall'` found. |
| 1101 | 72 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 1101, col 72: Unnecessary use of boolean literals in conditional expression |
| 1132 | 21 | 2 | Property 'following_uid' is not in camel case. | fecs-camelcase | → line 1132, col 21: Property 'following_uid' is not in camel case. |
| 1144 | 29 | 2 | Expected key `is_collected_mall` but `'is_collected_mall'` found. | fecs-properties-quote | → line 1144, col 29: Expected key `is_collected_mall` but `'is_collected_mall'` found. |
| 1187 | 1 | 2 | Line 1187 exceeds the maximum line length of 120. | max-len | → line 1187, col 1: Line 1187 exceeds the maximum line length of 120. |
| 1193 | 49 | 2 | Expected key `html` but `'html'` found. | fecs-properties-quote | → line 1193, col 49: Expected key `html` but `'html'` found. |
| 1194 | 49 | 2 | Expected key `okBtn` but `'okBtn'` found. | fecs-properties-quote | → line 1194, col 49: Expected key `okBtn` but `'okBtn'` found. |
| 1195 | 49 | 2 | Expected key `cancelBtn` but `'cancelBtn'` found. | fecs-properties-quote | → line 1195, col 49: Expected key `cancelBtn` but `'cancelBtn'` found. |
| 1225 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 1225, col 13: "self" is defined but never used |
| 1246 | 28 | 2 | Identifier 'cate_name' is not in camel case. | fecs-camelcase | → line 1246, col 28: Identifier 'cate_name' is not in camel case. |
| 1263 | 26 | 2 | Identifier 'cate_name' is not in camel case. | fecs-camelcase | → line 1263, col 26: Identifier 'cate_name' is not in camel case. |
| 1277 | 25 | 2 | Property 'is_collected_item' is not in camel case. | fecs-camelcase | → line 1277, col 25: Property 'is_collected_item' is not in camel case. |
| 1278 | 25 | 2 | Property 'is_collected_brand' is not in camel case. | fecs-camelcase | → line 1278, col 25: Property 'is_collected_brand' is not in camel case. |
| 1279 | 25 | 2 | Property 'is_collected_mall' is not in camel case. | fecs-camelcase | → line 1279, col 25: Property 'is_collected_mall' is not in camel case. |
| 1324 | 1 | 2 | Line 1324 exceeds the maximum line length of 120. | max-len | → line 1324, col 1: Line 1324 exceeds the maximum line length of 120. |
| 1324 | 13 | 2 | "item" is not defined. | no-undef | → line 1324, col 13: "item" is not defined. |
| 1324 | 53 | 2 | "brand" is not defined. | no-undef | → line 1324, col 53: "brand" is not defined. |
| 1324 | 95 | 2 | "mall" is not defined. | no-undef | → line 1324, col 95: "mall" is not defined. |
| 1324 | 150 | 2 | "item" is not defined. | no-undef | → line 1324, col 150: "item" is not defined. |
| 1324 | 158 | 2 | "brand" is not defined. | no-undef | → line 1324, col 158: "brand" is not defined. |
| 1324 | 167 | 2 | "mall" is not defined. | no-undef | → line 1324, col 167: "mall" is not defined. |
| 1343 | 25 | 2 | "msg" is not defined. | no-undef | → line 1343, col 25: "msg" is not defined. |
| 1356 | 13 | 1 | "timer" is defined but never used | no-unused-vars | → line 1356, col 13: "timer" is defined but never used |
| 1357 | 13 | 1 | "has3d" is defined but never used | no-unused-vars | → line 1357, col 13: "has3d" is defined but never used |
| 1357 | 65 | 2 | "WebKitCSSMatrix" is not defined. | no-undef | → line 1357, col 65: "WebKitCSSMatrix" is not defined. |
| 1409 | 1 | 2 | Line 1409 exceeds the maximum line length of 120. | max-len | → line 1409, col 1: Line 1409 exceeds the maximum line length of 120. |
| 1412 | 20 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 1412, col 20: Expected '===' and instead saw '=='. |
| 1415 | 25 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 1415, col 25: Expected '===' and instead saw '=='. |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 18 | 5 | 1 | "hybrid" is defined but never used | no-unused-vars | → line 18, col 5: "hybrid" is defined but never used |
| 37 | 16 | 2 | Missing radix parameter. | radix | → line 37, col 16: Missing radix parameter. |
| 58 | 20 | 2 | Missing radix parameter. | radix | → line 58, col 20: Missing radix parameter. |
| 63 | 20 | 2 | Missing radix parameter. | radix | → line 63, col 20: Missing radix parameter. |
| 66 | 16 | 2 | Missing radix parameter. | radix | → line 66, col 16: Missing radix parameter. |
| 159 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 159, col 14: Unexpected 'else' after 'return'. |
| 210 | 17 | 1 | Unexpected console statement. | no-console | → line 210, col 17: Unexpected console statement. |
| 230 | 13 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 230, col 13: Expected key `title` but `'title'` found. |
| 231 | 13 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 231, col 13: Expected key `hidden` but `'hidden'` found. |
| 265 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 265, col 13: Property 'entity_type' is not in camel case. |
| 267 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 267, col 17: Property 'block_name' is not in camel case. |
| 276 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 276, col 13: Property 'entity_type' is not in camel case. |
| 278 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 278, col 17: Property 'block_name' is not in camel case. |
| 288 | 9 | 1 | "swiper1" is defined but never used | no-unused-vars | → line 288, col 9: "swiper1" is defined but never used |
| 290 | 9 | 1 | "swiper2" is defined but never used | no-unused-vars | → line 290, col 9: "swiper2" is defined but never used |
| 379 | 34 | 2 | Missing radix parameter. | radix | → line 379, col 34: Missing radix parameter. |
| 450 | 40 | 2 | "goods" was used before it was defined | no-use-before-define | → line 450, col 40: "goods" was used before it was defined |
| 599 | 16 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 599, col 16: Identifier 'origin_price' is not in camel case. |
| 600 | 16 | 2 | Identifier 'origin_img' is not in camel case. | fecs-camelcase | → line 600, col 16: Identifier 'origin_img' is not in camel case. |
| 606 | 20 | 2 | Identifier 'apply_count_tips' is not in camel case. | fecs-camelcase | → line 606, col 20: Identifier 'apply_count_tips' is not in camel case. |
| 613 | 24 | 2 | Identifier 'apply_count_tips' is not in camel case. | fecs-camelcase | → line 613, col 24: Identifier 'apply_count_tips' is not in camel case. |
| 616 | 24 | 2 | Identifier 'apply_count_tips' is not in camel case. | fecs-camelcase | → line 616, col 24: Identifier 'apply_count_tips' is not in camel case. |
| 657 | 25 | 2 | Expected key `iids` but `'iids'` found. | fecs-properties-quote | → line 657, col 25: Expected key `iids` but `'iids'` found. |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 10 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 10, col 5: "navbar" is defined but never used |
| 16 | 5 | 2 | Identifier '$J_gologin' is not in camel case. | fecs-camelcase | → line 16, col 5: Identifier '$J_gologin' is not in camel case. |
| 17 | 5 | 2 | Identifier '$J_goodsimg' is not in camel case. | fecs-camelcase | → line 17, col 5: Identifier '$J_goodsimg' is not in camel case. |
| 19 | 5 | 2 | Identifier 'img_url' is not in camel case. | fecs-camelcase | → line 19, col 5: Identifier 'img_url' is not in camel case. |
| 22 | 5 | 2 | Identifier 'st_auStatus' is not in camel case. | fecs-camelcase | → line 22, col 5: Identifier 'st_auStatus' is not in camel case. |
| 22 | 38 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 22, col 38: Unnecessary use of boolean literals in conditional expression |
| 36 | 9 | 2 | Identifier '$J_goodsimg' is not in camel case. | fecs-camelcase | → line 36, col 9: Identifier '$J_goodsimg' is not in camel case. |
| 47 | 9 | 2 | Identifier '$J_gologin' is not in camel case. | fecs-camelcase | → line 47, col 9: Identifier '$J_gologin' is not in camel case. |
| 52 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 52, col 17: Property 'entity_type' is not in camel case. |
| 54 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 54, col 21: Property 'block_name' is not in camel case. |
| 68 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 68, col 17: Property 'entity_type' is not in camel case. |
| 70 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 70, col 21: Property 'block_name' is not in camel case. |
| 80 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 80, col 17: Property 'entity_type' is not in camel case. |
| 82 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 82, col 21: Property 'block_name' is not in camel case. |
不规范数量:84
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 29 | 5 | 2 | Identifier 'gmt_ends' is not in camel case. | fecs-camelcase | → line 29, col 5: Identifier 'gmt_ends' is not in camel case. |
| 34 | 5 | 2 | Identifier '$J_mytips' is not in camel case. | fecs-camelcase | → line 34, col 5: Identifier '$J_mytips' is not in camel case. |
| 35 | 5 | 2 | Identifier '$J_navsale' is not in camel case. | fecs-camelcase | → line 35, col 5: Identifier '$J_navsale' is not in camel case. |
| 36 | 5 | 2 | Identifier '$J_footbar' is not in camel case. | fecs-camelcase | → line 36, col 5: Identifier '$J_footbar' is not in camel case. |
| 38 | 5 | 2 | Identifier '$J_haveornot' is not in camel case. | fecs-camelcase | → line 38, col 5: Identifier '$J_haveornot' is not in camel case. |
| 39 | 5 | 2 | Identifier '$J_goodsWapper' is not in camel case. | fecs-camelcase | → line 39, col 5: Identifier '$J_goodsWapper' is not in camel case. |
| 42 | 5 | 2 | Identifier 'share_conf' is not in camel case. | fecs-camelcase | → line 42, col 5: Identifier 'share_conf' is not in camel case. |
| 43 | 5 | 2 | Identifier 'share_rights' is not in camel case. | fecs-camelcase | → line 43, col 5: Identifier 'share_rights' is not in camel case. |
| 44 | 5 | 2 | Expected key `is_danger` but `'is_danger'` found. | fecs-properties-quote | → line 44, col 5: Expected key `is_danger` but `'is_danger'` found. |
| 45 | 5 | 2 | Expected key `is_overbuy` but `'is_overbuy'` found. | fecs-properties-quote | → line 45, col 5: Expected key `is_overbuy` but `'is_overbuy'` found. |
| 58 | 13 | 2 | Identifier '$J_navsale' is not in camel case. | fecs-camelcase | → line 58, col 13: Identifier '$J_navsale' is not in camel case. |
| 65 | 9 | 2 | Identifier '$J_goodsWapper' is not in camel case. | fecs-camelcase | → line 65, col 9: Identifier '$J_goodsWapper' is not in camel case. |
| 68 | 21 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 68, col 21: Identifier 'block_name' is not in camel case. |
| 71 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 71, col 21: Property 'entity_type' is not in camel case. |
| 73 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 73, col 25: Property 'block_name' is not in camel case. |
| 106 | 9 | 2 | Identifier '$J_navsale' is not in camel case. | fecs-camelcase | → line 106, col 9: Identifier '$J_navsale' is not in camel case. |
| 122 | 13 | 2 | Identifier '$J_goodsWapper' is not in camel case. | fecs-camelcase | → line 122, col 13: Identifier '$J_goodsWapper' is not in camel case. |
| 128 | 9 | 2 | Identifier '$J_goodsWapper' is not in camel case. | fecs-camelcase | → line 128, col 9: Identifier '$J_goodsWapper' is not in camel case. |
| 131 | 31 | 2 | Identifier 'share_rights' is not in camel case. | fecs-camelcase | → line 131, col 31: Identifier 'share_rights' is not in camel case. |
| 131 | 57 | 2 | Identifier 'share_rights' is not in camel case. | fecs-camelcase | → line 131, col 57: Identifier 'share_rights' is not in camel case. |
| 139 | 21 | 2 | Identifier 'share_sign' is not in camel case. | fecs-camelcase | → line 139, col 21: Identifier 'share_sign' is not in camel case. |
| 143 | 28 | 2 | Identifier 'share_conf' is not in camel case. | fecs-camelcase | → line 143, col 28: Identifier 'share_conf' is not in camel case. |
| 144 | 28 | 2 | Identifier 'share_conf' is not in camel case. | fecs-camelcase | → line 144, col 28: Identifier 'share_conf' is not in camel case. |
| 145 | 27 | 2 | Identifier 'share_conf' is not in camel case. | fecs-camelcase | → line 145, col 27: Identifier 'share_conf' is not in camel case. |
| 154 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 154, col 17: Property 'entity_type' is not in camel case. |
| 156 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 156, col 21: Property 'block_name' is not in camel case. |
| 161 | 9 | 2 | Identifier '$J_goodsWapper' is not in camel case. | fecs-camelcase | → line 161, col 9: Identifier '$J_goodsWapper' is not in camel case. |
| 164 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 164, col 17: Property 'entity_type' is not in camel case. |
| 166 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 166, col 21: Property 'block_name' is not in camel case. |
| 171 | 9 | 2 | Identifier '$J_footbar' is not in camel case. | fecs-camelcase | → line 171, col 9: Identifier '$J_footbar' is not in camel case. |
| 243 | 9 | 2 | "callBack" is not defined. | no-undef | → line 243, col 9: "callBack" is not defined. |
| 243 | 34 | 2 | "type" is not defined. | no-undef | → line 243, col 34: "type" is not defined. |
| 258 | 21 | 2 | "callBack" is not defined. | no-undef | → line 258, col 21: "callBack" is not defined. |
| 258 | 33 | 2 | "callBack" is not defined. | no-undef | → line 258, col 33: "callBack" is not defined. |
| 283 | 13 | 2 | Identifier 'urlTimeLine_str' is not in camel case. | fecs-camelcase | → line 283, col 13: Identifier 'urlTimeLine_str' is not in camel case. |
| 285 | 13 | 2 | Identifier 'urlWx_str' is not in camel case. | fecs-camelcase | → line 285, col 13: Identifier 'urlWx_str' is not in camel case. |
| 289 | 1 | 2 | Line 289 exceeds the maximum line length of 120. | max-len | → line 289, col 1: Line 289 exceeds the maximum line length of 120. |
| 289 | 17 | 2 | Expected key `html` but `'html'` found. | fecs-properties-quote | → line 289, col 17: Expected key `html` but `'html'` found. |
| 290 | 17 | 2 | Expected key `btn` but `'btn'` found. | fecs-properties-quote | → line 290, col 17: Expected key `btn` but `'btn'` found. |
| 291 | 17 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 291, col 17: Expected key `type` but `'type'` found. |
| 307 | 13 | 2 | Identifier 'order_status' is not in camel case. | fecs-camelcase | → line 307, col 13: Identifier 'order_status' is not in camel case. |
| 308 | 13 | 2 | Identifier 'inshare_conf' is not in camel case. | fecs-camelcase | → line 308, col 13: Identifier 'inshare_conf' is not in camel case. |
| 309 | 13 | 2 | Identifier 'inshare_rights' is not in camel case. | fecs-camelcase | → line 309, col 13: Identifier 'inshare_rights' is not in camel case. |
| 313 | 17 | 2 | Expected key `is_danger` but `'is_danger'` found. | fecs-properties-quote | → line 313, col 17: Expected key `is_danger` but `'is_danger'` found. |
| 313 | 30 | 2 | Identifier 'inshare_rights' is not in camel case. | fecs-camelcase | → line 313, col 30: Identifier 'inshare_rights' is not in camel case. |
| 314 | 17 | 2 | Expected key `is_overbuy` but `'is_overbuy'` found. | fecs-properties-quote | → line 314, col 17: Expected key `is_overbuy` but `'is_overbuy'` found. |
| 314 | 31 | 2 | Identifier 'inshare_rights' is not in camel case. | fecs-camelcase | → line 314, col 31: Identifier 'inshare_rights' is not in camel case. |
| 320 | 17 | 2 | Expected key `img` but `'img'` found. | fecs-properties-quote | → line 320, col 17: Expected key `img` but `'img'` found. |
| 320 | 24 | 2 | Identifier 'inshare_conf' is not in camel case. | fecs-camelcase | → line 320, col 24: Identifier 'inshare_conf' is not in camel case. |
| 321 | 17 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 321, col 17: Expected key `title` but `'title'` found. |
| 321 | 26 | 2 | Identifier 'inshare_conf' is not in camel case. | fecs-camelcase | → line 321, col 26: Identifier 'inshare_conf' is not in camel case. |
| 322 | 17 | 2 | Expected key `sub_title` but `'sub_title'` found. | fecs-properties-quote | → line 322, col 17: Expected key `sub_title` but `'sub_title'` found. |
| 322 | 30 | 2 | Identifier 'inshare_conf' is not in camel case. | fecs-camelcase | → line 322, col 30: Identifier 'inshare_conf' is not in camel case. |
| 327 | 13 | 2 | Expected key `items` but `'items'` found. | fecs-properties-quote | → line 327, col 13: Expected key `items` but `'items'` found. |
| 335 | 22 | 2 | Identifier 'apply_time' is not in camel case. | fecs-camelcase | → line 335, col 22: Identifier 'apply_time' is not in camel case. |
| 336 | 22 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 336, col 22: Identifier 'origin_price' is not in camel case. |
| 339 | 22 | 2 | Identifier 'help_count_pluse' is not in camel case. | fecs-camelcase | → line 339, col 22: Identifier 'help_count_pluse' is not in camel case. |
| 347 | 17 | 2 | Identifier 'gmt_ends' is not in camel case. | fecs-camelcase | → line 347, col 17: Identifier 'gmt_ends' is not in camel case. |
| 398 | 17 | 1 | Unexpected console statement. | no-console | → line 398, col 17: Unexpected console statement. |
| 403 | 9 | 2 | Identifier '$J_goodsWapper' is not in camel case. | fecs-camelcase | → line 403, col 9: Identifier '$J_goodsWapper' is not in camel case. |
| 404 | 9 | 2 | Identifier '$J_goodsWapper' is not in camel case. | fecs-camelcase | → line 404, col 9: Identifier '$J_goodsWapper' is not in camel case. |
| 418 | 17 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 418, col 17: Property 'gmt_end' is not in camel case. |
| 418 | 33 | 2 | Identifier 'gmt_ends' is not in camel case. | fecs-camelcase | → line 418, col 33: Identifier 'gmt_ends' is not in camel case. |
| 420 | 17 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 420, col 17: Property 'gmt_begin' is not in camel case. |
| 427 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 427, col 13: "self" is defined but never used |
| 430 | 13 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 430, col 13: Property 'gmt_begin' is not in camel case. |
| 431 | 13 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 431, col 13: Property 'gmt_end' is not in camel case. |
| 454 | 13 | 1 | "$this" is defined but never used | no-unused-vars | → line 454, col 13: "$this" is defined but never used |
| 459 | 17 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 459, col 17: Expected key `type` but `'type'` found. |
| 460 | 17 | 2 | Expected key `page` but `'page'` found. | fecs-properties-quote | → line 460, col 17: Expected key `page` but `'page'` found. |
| 461 | 17 | 2 | Expected key `page_size` but `'page_size'` found. | fecs-properties-quote | → line 461, col 17: Expected key `page_size` but `'page_size'` found. |
| 466 | 21 | 2 | Identifier '$J_goodsWapper' is not in camel case. | fecs-camelcase | → line 466, col 21: Identifier '$J_goodsWapper' is not in camel case. |
| 467 | 21 | 2 | Identifier '$J_haveornot' is not in camel case. | fecs-camelcase | → line 467, col 21: Identifier '$J_haveornot' is not in camel case. |
| 478 | 25 | 2 | Identifier '$J_goodsWapper' is not in camel case. | fecs-camelcase | → line 478, col 25: Identifier '$J_goodsWapper' is not in camel case. |
| 479 | 25 | 2 | Identifier '$J_haveornot' is not in camel case. | fecs-camelcase | → line 479, col 25: Identifier '$J_haveornot' is not in camel case. |
| 479 | 66 | 2 | Identifier '$J_navsale' is not in camel case. | fecs-camelcase | → line 479, col 66: Identifier '$J_navsale' is not in camel case. |
| 479 | 88 | 2 | Identifier '$J_footbar' is not in camel case. | fecs-camelcase | → line 479, col 88: Identifier '$J_footbar' is not in camel case. |
| 480 | 25 | 2 | Identifier '$J_haveornot' is not in camel case. | fecs-camelcase | → line 480, col 25: Identifier '$J_haveornot' is not in camel case. |
| 483 | 33 | 2 | Identifier '$J_mytips' is not in camel case. | fecs-camelcase | → line 483, col 33: Identifier '$J_mytips' is not in camel case. |
| 486 | 33 | 2 | Identifier '$J_mytips' is not in camel case. | fecs-camelcase | → line 486, col 33: Identifier '$J_mytips' is not in camel case. |
| 489 | 33 | 2 | Identifier '$J_mytips' is not in camel case. | fecs-camelcase | → line 489, col 33: Identifier '$J_mytips' is not in camel case. |
| 503 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 503, col 13: "$doc" is defined but never used |
不规范数量:21
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 8, col 5: "env" is defined but never used |
| 12 | 5 | 1 | "slider" is defined but never used | no-unused-vars | → line 12, col 5: "slider" is defined but never used |
| 65 | 1 | 2 | Line 65 exceeds the maximum line length of 120. | max-len | → line 65, col 1: Line 65 exceeds the maximum line length of 120. |
| 79 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 79, col 13: Expected key `type` but `'type'` found. |
| 101 | 13 | 2 | Expected key `getRecomm` but `'getRecomm'` found. | fecs-properties-quote | → line 101, col 13: Expected key `getRecomm` but `'getRecomm'` found. |
| 196 | 25 | 2 | Property 'origin_price' is not in camel case. | fecs-camelcase | → line 196, col 25: Property 'origin_price' is not in camel case. |
| 197 | 25 | 2 | Property 'apply_num' is not in camel case. | fecs-camelcase | → line 197, col 25: Property 'apply_num' is not in camel case. |
| 207 | 33 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 207, col 33: Property 'entity_type' is not in camel case. |
| 210 | 37 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 210, col 37: Property 'block_name' is not in camel case. |
| 254 | 1 | 2 | Line 254 exceeds the maximum line length of 120. | max-len | → line 254, col 1: Line 254 exceeds the maximum line length of 120. |
| 257 | 20 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 257, col 20: Expected '===' and instead saw '=='. |
| 258 | 1 | 2 | Line 258 exceeds the maximum line length of 120. | max-len | → line 258, col 1: Line 258 exceeds the maximum line length of 120. |
| 260 | 25 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 260, col 25: Expected '===' and instead saw '=='. |
| 285 | 21 | 1 | "hostName" is defined but never used | no-unused-vars | → line 285, col 21: "hostName" is defined but never used |
| 307 | 30 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 307, col 30: Identifier 'origin_price' is not in camel case. |
| 311 | 1 | 2 | Line 311 exceeds the maximum line length of 120. | max-len | → line 311, col 1: Line 311 exceeds the maximum line length of 120. |
| 338 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 338, col 17: Property 'entity_type' is not in camel case. |
| 341 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 341, col 21: Property 'block_name' is not in camel case. |
| 356 | 13 | 1 | "tempLen" is defined but never used | no-unused-vars | → line 356, col 13: "tempLen" is defined but never used |
不规范数量:27
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 76 | 23 | 2 | Missing radix parameter. | radix | → line 76, col 23: Missing radix parameter. |
| 103 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 103, col 13: Expected key `type` but `'type'` found. |
| 127 | 13 | 2 | Expected key `getRecomm` but `'getRecomm'` found. | fecs-properties-quote | → line 127, col 13: Expected key `getRecomm` but `'getRecomm'` found. |
| 128 | 13 | 2 | Expected key `setApplyCount` but `'setApplyCount'` found. | fecs-properties-quote | → line 128, col 13: Expected key `setApplyCount` but `'setApplyCount'` found. |
| 129 | 13 | 2 | Expected key `getInfo` but `'getInfo'` found. | fecs-properties-quote | → line 129, col 13: Expected key `getInfo` but `'getInfo'` found. |
| 146 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 146, col 17: Property 'entity_type' is not in camel case. |
| 149 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 149, col 21: Property 'block_name' is not in camel case. |
| 156 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 156, col 17: Property 'entity_type' is not in camel case. |
| 159 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 159, col 21: Property 'block_name' is not in camel case. |
| 181 | 13 | 2 | Expected key `html` but `'html'` found. | fecs-properties-quote | → line 181, col 13: Expected key `html` but `'html'` found. |
| 233 | 17 | 2 | Property 'origin_price' is not in camel case. | fecs-camelcase | → line 233, col 17: Property 'origin_price' is not in camel case. |
| 254 | 1 | 2 | Line 254 exceeds the maximum line length of 120. | max-len | → line 254, col 1: Line 254 exceeds the maximum line length of 120. |
| 276 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 276, col 25: Property 'entity_type' is not in camel case. |
| 279 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 279, col 29: Property 'block_name' is not in camel case. |
| 286 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 286, col 25: Property 'entity_type' is not in camel case. |
| 289 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 289, col 29: Property 'block_name' is not in camel case. |
| 347 | 21 | 1 | "hostName" is defined but never used | no-unused-vars | → line 347, col 21: "hostName" is defined but never used |
| 369 | 30 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 369, col 30: Identifier 'origin_price' is not in camel case. |
| 373 | 1 | 2 | Line 373 exceeds the maximum line length of 120. | max-len | → line 373, col 1: Line 373 exceeds the maximum line length of 120. |
| 460 | 13 | 2 | Identifier 'info_bd' is not in camel case. | fecs-camelcase | → line 460, col 13: Identifier 'info_bd' is not in camel case. |
| 461 | 1 | 2 | Line 461 exceeds the maximum line length of 120. | max-len | → line 461, col 1: Line 461 exceeds the maximum line length of 120. |
| 465 | 17 | 2 | Expected key `html` but `'html'` found. | fecs-properties-quote | → line 465, col 17: Expected key `html` but `'html'` found. |
| 466 | 17 | 2 | Expected key `btn` but `'btn'` found. | fecs-properties-quote | → line 466, col 17: Expected key `btn` but `'btn'` found. |
| 467 | 17 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 467, col 17: Expected key `type` but `'type'` found. |
| 495 | 13 | 1 | "type" is defined but never used | no-unused-vars | → line 495, col 13: "type" is defined but never used |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
不规范数量:36
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 31 | 5 | 2 | Identifier '$J_wapper' is not in camel case. | fecs-camelcase | → line 31, col 5: Identifier '$J_wapper' is not in camel case. |
| 39 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 39, col 1: Expected exception block, space or tab after "/*" in comment. |
| 39 | 1 | 2 | Missing JSDoc for parameter "eventId". | fecs-valid-jsdoc | → line 39, col 1: Missing JSDoc for parameter "eventId". |
| 69 | 17 | 2 | Identifier '$J_img' is not in camel case. | fecs-camelcase | → line 69, col 17: Identifier '$J_img' is not in camel case. |
| 76 | 21 | 2 | Identifier '$J_img' is not in camel case. | fecs-camelcase | → line 76, col 21: Identifier '$J_img' is not in camel case. |
| 79 | 21 | 2 | Identifier '$J_img' is not in camel case. | fecs-camelcase | → line 79, col 21: Identifier '$J_img' is not in camel case. |
| 83 | 25 | 2 | Identifier '$J_img' is not in camel case. | fecs-camelcase | → line 83, col 25: Identifier '$J_img' is not in camel case. |
| 88 | 25 | 2 | Identifier '$J_img' is not in camel case. | fecs-camelcase | → line 88, col 25: Identifier '$J_img' is not in camel case. |
| 93 | 21 | 2 | Identifier '$J_img' is not in camel case. | fecs-camelcase | → line 93, col 21: Identifier '$J_img' is not in camel case. |
| 103 | 13 | 2 | Identifier '$J_brand' is not in camel case. | fecs-camelcase | → line 103, col 13: Identifier '$J_brand' is not in camel case. |
| 104 | 13 | 2 | Identifier '$J_updown' is not in camel case. | fecs-camelcase | → line 104, col 13: Identifier '$J_updown' is not in camel case. |
| 105 | 13 | 1 | "dataDpr" is defined but never used | no-unused-vars | → line 105, col 13: "dataDpr" is defined but never used |
| 106 | 13 | 2 | Identifier '$J_brand' is not in camel case. | fecs-camelcase | → line 106, col 13: Identifier '$J_brand' is not in camel case. |
| 106 | 45 | 2 | Identifier '$J_brand' is not in camel case. | fecs-camelcase | → line 106, col 45: Identifier '$J_brand' is not in camel case. |
| 107 | 13 | 2 | Identifier '$J_updown' is not in camel case. | fecs-camelcase | → line 107, col 13: Identifier '$J_updown' is not in camel case. |
| 111 | 9 | 2 | Identifier '$J_brand' is not in camel case. | fecs-camelcase | → line 111, col 9: Identifier '$J_brand' is not in camel case. |
| 115 | 17 | 2 | Identifier '$J_img' is not in camel case. | fecs-camelcase | → line 115, col 17: Identifier '$J_img' is not in camel case. |
| 117 | 17 | 2 | Identifier '$J_brand' is not in camel case. | fecs-camelcase | → line 117, col 17: Identifier '$J_brand' is not in camel case. |
| 118 | 17 | 2 | Identifier '$J_img' is not in camel case. | fecs-camelcase | → line 118, col 17: Identifier '$J_img' is not in camel case. |
| 119 | 17 | 2 | Identifier '$J_brand' is not in camel case. | fecs-camelcase | → line 119, col 17: Identifier '$J_brand' is not in camel case. |
| 122 | 17 | 2 | Identifier '$J_img' is not in camel case. | fecs-camelcase | → line 122, col 17: Identifier '$J_img' is not in camel case. |
| 123 | 17 | 2 | Identifier '$J_brand' is not in camel case. | fecs-camelcase | → line 123, col 17: Identifier '$J_brand' is not in camel case. |
| 132 | 13 | 2 | Expected key `brand_infor` but `'brand_infor'` found. | fecs-properties-quote | → line 132, col 13: Expected key `brand_infor` but `'brand_infor'` found. |
| 144 | 30 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 144, col 30: Identifier 'main_img' is not in camel case. |
| 153 | 22 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 153, col 22: Identifier 'origin_price' is not in camel case. |
| 158 | 22 | 2 | Identifier 'price_inter' is not in camel case. | fecs-camelcase | → line 158, col 22: Identifier 'price_inter' is not in camel case. |
| 158 | 37 | 2 | Missing radix parameter. | radix | → line 158, col 37: Missing radix parameter. |
| 159 | 22 | 2 | Identifier 'price_decimal' is not in camel case. | fecs-camelcase | → line 159, col 22: Identifier 'price_decimal' is not in camel case. |
| 159 | 40 | 2 | Missing radix parameter. | radix | → line 159, col 40: Missing radix parameter. |
| 161 | 26 | 2 | Identifier 'price_decimal' is not in camel case. | fecs-camelcase | → line 161, col 26: Identifier 'price_decimal' is not in camel case. |
| 171 | 16 | 2 | Identifier '$J_wapper' is not in camel case. | fecs-camelcase | → line 171, col 16: Identifier '$J_wapper' is not in camel case. |
| 263 | 40 | 2 | Unexpected trailing comma. | comma-dangle | → line 263, col 40: Unexpected trailing comma. |
| 265 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 265, col 13: "bbhybrid" is not defined. |
| 273 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 273, col 21: Expected key `title` but `'title'` found. |
不规范数量:34
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 17 | 5 | 1 | "share" is defined but never used | no-unused-vars | → line 17, col 5: "share" is defined but never used |
| 27 | 5 | 2 | Identifier '$J_wapper' is not in camel case. | fecs-camelcase | → line 27, col 5: Identifier '$J_wapper' is not in camel case. |
| 61 | 13 | 1 | "iid" is defined but never used | no-unused-vars | → line 61, col 13: "iid" is defined but never used |
| 62 | 13 | 2 | Identifier 'brand_id' is not in camel case. | fecs-camelcase | → line 62, col 13: Identifier 'brand_id' is not in camel case. |
| 62 | 13 | 1 | "brand_id" is defined but never used | no-unused-vars | → line 62, col 13: "brand_id" is defined but never used |
| 65 | 13 | 2 | Expected key `brand_items` but `'brand_items'` found. | fecs-properties-quote | → line 65, col 13: Expected key `brand_items` but `'brand_items'` found. |
| 70 | 13 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 70, col 13: Identifier 'tuan_items' is not in camel case. |
| 82 | 22 | 2 | Identifier 'brand_img' is not in camel case. | fecs-camelcase | → line 82, col 22: Identifier 'brand_img' is not in camel case. |
| 91 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 91, col 17: Identifier 'tuan_items' is not in camel case. |
| 91 | 53 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 91, col 53: Identifier 'tuan_items' is not in camel case. |
| 92 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 92, col 17: Identifier 'tuan_items' is not in camel case. |
| 92 | 35 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 92, col 35: Identifier 'tuan_items' is not in camel case. |
| 93 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 93, col 17: Identifier 'tuan_items' is not in camel case. |
| 93 | 34 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 93, col 34: Identifier 'tuan_items' is not in camel case. |
| 94 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 94, col 17: Identifier 'tuan_items' is not in camel case. |
| 94 | 28 | 2 | Identifier 'price_inter' is not in camel case. | fecs-camelcase | → line 94, col 28: Identifier 'price_inter' is not in camel case. |
| 94 | 43 | 2 | Missing radix parameter. | radix | → line 94, col 43: Missing radix parameter. |
| 94 | 52 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 94, col 52: Identifier 'tuan_items' is not in camel case. |
| 95 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 95, col 17: Identifier 'tuan_items' is not in camel case. |
| 95 | 28 | 2 | Identifier 'price_decimal' is not in camel case. | fecs-camelcase | → line 95, col 28: Identifier 'price_decimal' is not in camel case. |
| 95 | 46 | 2 | Missing radix parameter. | radix | → line 95, col 46: Missing radix parameter. |
| 95 | 55 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 95, col 55: Identifier 'tuan_items' is not in camel case. |
| 97 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 97, col 21: Identifier 'tuan_items' is not in camel case. |
| 98 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 98, col 21: Identifier 'tuan_items' is not in camel case. |
| 98 | 32 | 2 | Identifier 'price_decimal' is not in camel case. | fecs-camelcase | → line 98, col 32: Identifier 'price_decimal' is not in camel case. |
| 105 | 9 | 2 | Identifier '$J_wapper' is not in camel case. | fecs-camelcase | → line 105, col 9: Identifier '$J_wapper' is not in camel case. |
| 122 | 29 | 2 | Identifier 'tomorrow_html' is not in camel case. | fecs-camelcase | → line 122, col 29: Identifier 'tomorrow_html' is not in camel case. |
| 123 | 25 | 2 | Identifier '$J_wapper' is not in camel case. | fecs-camelcase | → line 123, col 25: Identifier '$J_wapper' is not in camel case. |
| 198 | 40 | 2 | Unexpected trailing comma. | comma-dangle | → line 198, col 40: Unexpected trailing comma. |
| 200 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 200, col 13: "bbhybrid" is not defined. |
| 208 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 208, col 21: Expected key `title` but `'title'` found. |
| 209 | 21 | 2 | Expected key `textColor` but `'textColor'` found. | fecs-properties-quote | → line 209, col 21: Expected key `textColor` but `'textColor'` found. |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 11 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 11, col 5: "BB" is defined but never used |
| 116 | 44 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 116, col 44: Unnecessary use of boolean literals in conditional expression |
| 118 | 24 | 2 | Missing radix parameter. | radix | → line 118, col 24: Missing radix parameter. |
| 148 | 9 | 1 | "$doc" is defined but never used | no-unused-vars | → line 148, col 9: "$doc" is defined but never used |
| 156 | 1 | 2 | Line 156 exceeds the maximum line length of 120. | max-len | → line 156, col 1: Line 156 exceeds the maximum line length of 120. |
不规范数量:34
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 1 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 1, col 5: "BB" is defined but never used |
| 6 | 5 | 1 | "backtop" is defined but never used | no-unused-vars | → line 6, col 5: "backtop" is defined but never used |
| 18 | 5 | 1 | "tabNum" is defined but never used | no-unused-vars | → line 18, col 5: "tabNum" is defined but never used |
| 19 | 5 | 1 | "pageSize" is defined but never used | no-unused-vars | → line 19, col 5: "pageSize" is defined but never used |
| 26 | 9 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 26, col 9: Expected key `desc` but `'desc'` found. |
| 43 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 43, col 13: "self" is defined but never used |
| 78 | 20 | 2 | Identifier 'item_list' is not in camel case. | fecs-camelcase | → line 78, col 20: Identifier 'item_list' is not in camel case. |
| 78 | 36 | 2 | Identifier 'item_list' is not in camel case. | fecs-camelcase | → line 78, col 36: Identifier 'item_list' is not in camel case. |
| 98 | 33 | 2 | Identifier '_len' is not in camel case. | fecs-camelcase | → line 98, col 33: Identifier '_len' is not in camel case. |
| 117 | 26 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 117, col 26: Identifier 'origin_price' is not in camel case. |
| 133 | 41 | 2 | Missing radix parameter. | radix | → line 133, col 41: Missing radix parameter. |
| 134 | 25 | 2 | "ti" is not defined. | no-undef | → line 134, col 25: "ti" is not defined. |
| 135 | 41 | 2 | "ti" is not defined. | no-undef | → line 135, col 41: "ti" is not defined. |
| 135 | 50 | 2 | "ti" is not defined. | no-undef | → line 135, col 50: "ti" is not defined. |
| 136 | 42 | 2 | "ti" is not defined. | no-undef | → line 136, col 42: "ti" is not defined. |
| 170 | 13 | 2 | "toOffset" is not defined. | no-undef | → line 170, col 13: "toOffset" is not defined. |
| 171 | 28 | 2 | "toOffset" is not defined. | no-undef | → line 171, col 28: "toOffset" is not defined. |
| 171 | 44 | 2 | "toOffset" is not defined. | no-undef | → line 171, col 44: "toOffset" is not defined. |
| 177 | 13 | 1 | "secondLeft" is already defined | no-redeclare | → line 177, col 13: "secondLeft" is already defined |
| 182 | 14 | 2 | "i" is not defined. | no-undef | → line 182, col 14: "i" is not defined. |
| 182 | 21 | 2 | "i" is not defined. | no-undef | → line 182, col 21: "i" is not defined. |
| 182 | 30 | 2 | "i" is not defined. | no-undef | → line 182, col 30: "i" is not defined. |
| 183 | 31 | 2 | "i" is not defined. | no-undef | → line 183, col 31: "i" is not defined. |
| 216 | 13 | 1 | "tab" is defined but never used | no-unused-vars | → line 216, col 13: "tab" is defined but never used |
| 236 | 9 | 1 | "$doc" is defined but never used | no-unused-vars | → line 236, col 9: "$doc" is defined but never used |
| 252 | 17 | 1 | "preTab" is defined but never used | no-unused-vars | → line 252, col 17: "preTab" is defined but never used |
| 253 | 17 | 1 | "nextTab" is defined but never used | no-unused-vars | → line 253, col 17: "nextTab" is defined but never used |
| 255 | 1 | 2 | Line 255 exceeds the maximum line length of 120. | max-len | → line 255, col 1: Line 255 exceeds the maximum line length of 120. |
| 281 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 281, col 13: Property 'entity_type' is not in camel case. |
| 283 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 283, col 17: Property 'block_name' is not in camel case. |
| 292 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 292, col 13: Property 'entity_type' is not in camel case. |
| 294 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 294, col 17: Property 'block_name' is not in camel case. |
不规范数量:12
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 13 | 5 | 1 | "hybridlog" is defined but never used | no-unused-vars | → line 13, col 5: "hybridlog" is defined but never used |
| 16 | 18 | 2 | Unexpected trailing comma. | comma-dangle | → line 16, col 18: Unexpected trailing comma. |
| 59 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 59, col 14: Unexpected 'else' after 'return'. |
| 78 | 6 | 2 | Unexpected trailing comma. | comma-dangle | → line 78, col 6: Unexpected trailing comma. |
| 131 | 17 | 1 | Unexpected console statement. | no-console | → line 131, col 17: Unexpected console statement. |
| 142 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 142, col 13: "self" is defined but never used |
| 145 | 13 | 2 | Property 'main_img' is not in camel case. | fecs-camelcase | → line 145, col 13: Property 'main_img' is not in camel case. |
| 234 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 234, col 13: "self" is defined but never used |
| 254 | 40 | 2 | Unexpected trailing comma. | comma-dangle | → line 254, col 40: Unexpected trailing comma. |
| 256 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 256, col 13: "bbhybrid" is not defined. |
| 264 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 264, col 21: Expected key `title` but `'title'` found. |
不规范数量:14
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 14 | 5 | 1 | "iscroll" is defined but never used | no-unused-vars | → line 14, col 5: "iscroll" is defined but never used |
| 39 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 39, col 14: Unexpected 'else' after 'return'. |
| 64 | 13 | 1 | Unexpected console statement. | no-console | → line 64, col 13: Unexpected console statement. |
| 140 | 17 | 1 | Unexpected console statement. | no-console | → line 140, col 17: Unexpected console statement. |
| 163 | 14 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 163, col 14: Identifier 'main_img' is not in camel case. |
| 175 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 175, col 13: "self" is defined but never used |
| 199 | 17 | 1 | "self" is defined but never used | no-unused-vars | → line 199, col 17: "self" is defined but never used |
| 210 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 210, col 21: Property 'entity_type' is not in camel case. |
| 211 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 211, col 21: Property 'entity_list' is not in camel case. |
| 213 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 213, col 25: Property 'block_name' is not in camel case. |
| 214 | 25 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 214, col 25: Property 'item_id' is not in camel case. |
| 215 | 25 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 215, col 25: Property 'brand_id' is not in camel case. |
| 215 | 35 | 2 | "bid" is not defined. | no-undef | → line 215, col 35: "bid" is not defined. |
不规范数量:15
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 12, col 5: "httpurl" is defined but never used |
| 13 | 5 | 1 | "hybridlog" is defined but never used | no-unused-vars | → line 13, col 5: "hybridlog" is defined but never used |
| 15 | 5 | 1 | "iscroll" is defined but never used | no-unused-vars | → line 15, col 5: "iscroll" is defined but never used |
| 16 | 5 | 1 | "slider" is defined but never used | no-unused-vars | → line 16, col 5: "slider" is defined but never used |
| 88 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 88, col 14: Unexpected 'else' after 'return'. |
| 125 | 6 | 2 | Unexpected trailing comma. | comma-dangle | → line 125, col 6: Unexpected trailing comma. |
| 157 | 1 | 2 | Line 157 exceeds the maximum line length of 120. | max-len | → line 157, col 1: Line 157 exceeds the maximum line length of 120. |
| 178 | 17 | 1 | Unexpected console statement. | no-console | → line 178, col 17: Unexpected console statement. |
| 185 | 9 | 2 | "url" is not defined. | no-undef | → line 185, col 9: "url" is not defined. |
| 189 | 18 | 2 | "url" is not defined. | no-undef | → line 189, col 18: "url" is not defined. |
| 208 | 17 | 1 | Unexpected console statement. | no-console | → line 208, col 17: Unexpected console statement. |
| 230 | 13 | 2 | Identifier 'W_brand' is not in camel case. | fecs-camelcase | → line 230, col 13: Identifier 'W_brand' is not in camel case. |
| 246 | 13 | 2 | Property 'expand_ads' is not in camel case. | fecs-camelcase | → line 246, col 13: Property 'expand_ads' is not in camel case. |
| 457 | 6 | 2 | Unexpected trailing comma. | comma-dangle | → line 457, col 6: Unexpected trailing comma. |
不规范数量:39
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 14 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 14, col 5: "httpurl" is defined but never used |
| 46 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 46, col 14: Unexpected 'else' after 'return'. |
| 71 | 23 | 2 | Missing radix parameter. | radix | → line 71, col 23: Missing radix parameter. |
| 113 | 21 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 113, col 21: "sliderPic" is defined but never used |
| 113 | 37 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 113, col 37: A constructor name should not start with a lowercase letter. |
| 128 | 44 | 2 | Unexpected trailing comma. | comma-dangle | → line 128, col 44: Unexpected trailing comma. |
| 148 | 44 | 2 | Unexpected trailing comma. | comma-dangle | → line 148, col 44: Unexpected trailing comma. |
| 166 | 13 | 1 | "myScroll" is defined but never used | no-unused-vars | → line 166, col 13: "myScroll" is defined but never used |
| 166 | 28 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 166, col 28: A constructor name should not start with a lowercase letter. |
| 285 | 17 | 1 | Unexpected console statement. | no-console | → line 285, col 17: Unexpected console statement. |
| 315 | 17 | 1 | Unexpected console statement. | no-console | → line 315, col 17: Unexpected console statement. |
| 457 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 457, col 21: Property 'entity_type' is not in camel case. |
| 458 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 458, col 21: Property 'entity_list' is not in camel case. |
| 460 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 460, col 25: Property 'block_name' is not in camel case. |
| 461 | 25 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 461, col 25: Property 'item_id' is not in camel case. |
| 477 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 477, col 21: Property 'entity_type' is not in camel case. |
| 479 | 25 | 2 | Property 'target_url' is not in camel case. | fecs-camelcase | → line 479, col 25: Property 'target_url' is not in camel case. |
| 480 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 480, col 25: Property 'block_name' is not in camel case. |
| 497 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 497, col 21: Property 'entity_type' is not in camel case. |
| 499 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 499, col 25: Property 'block_name' is not in camel case. |
| 500 | 25 | 2 | Property 'target_url' is not in camel case. | fecs-camelcase | → line 500, col 25: Property 'target_url' is not in camel case. |
| 516 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 516, col 21: Property 'entity_type' is not in camel case. |
| 518 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 518, col 25: Property 'block_name' is not in camel case. |
| 520 | 25 | 2 | Property 'tab_name' is not in camel case. | fecs-camelcase | → line 520, col 25: Property 'tab_name' is not in camel case. |
| 535 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 535, col 21: Property 'entity_type' is not in camel case. |
| 536 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 536, col 21: Property 'entity_list' is not in camel case. |
| 538 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 538, col 25: Property 'block_name' is not in camel case. |
| 541 | 25 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 541, col 25: Property 'item_id' is not in camel case. |
| 541 | 37 | 2 | Unexpected trailing comma. | comma-dangle | → line 541, col 37: Unexpected trailing comma. |
| 556 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 556, col 21: Property 'entity_type' is not in camel case. |
| 558 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 558, col 25: Property 'block_name' is not in camel case. |
| 560 | 25 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 560, col 25: Property 'brand_id' is not in camel case. |
| 561 | 25 | 2 | Property 'target_url' is not in camel case. | fecs-camelcase | → line 561, col 25: Property 'target_url' is not in camel case. |
| 572 | 17 | 2 | "title" is not defined. | no-undef | → line 572, col 17: "title" is not defined. |
| 576 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 576, col 21: Property 'entity_type' is not in camel case. |
| 578 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 578, col 25: Property 'block_name' is not in camel case. |
| 579 | 25 | 2 | Property 'target_url' is not in camel case. | fecs-camelcase | → line 579, col 25: Property 'target_url' is not in camel case. |
| 580 | 32 | 2 | "title" is not defined. | no-undef | → line 580, col 32: "title" is not defined. |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 13 | 5 | 1 | "hybridlog" is defined but never used | no-unused-vars | → line 13, col 5: "hybridlog" is defined but never used |
| 16 | 18 | 2 | Unexpected trailing comma. | comma-dangle | → line 16, col 18: Unexpected trailing comma. |
| 57 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 57, col 14: Unexpected 'else' after 'return'. |
| 79 | 16 | 2 | Missing radix parameter. | radix | → line 79, col 16: Missing radix parameter. |
| 79 | 33 | 2 | Missing radix parameter. | radix | → line 79, col 33: Missing radix parameter. |
| 173 | 17 | 1 | Unexpected console statement. | no-console | → line 173, col 17: Unexpected console statement. |
| 342 | 40 | 2 | Unexpected trailing comma. | comma-dangle | → line 342, col 40: Unexpected trailing comma. |
| 344 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 344, col 13: "bbhybrid" is not defined. |
| 352 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 352, col 21: Expected key `title` but `'title'` found. |
不规范数量:74
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 12 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 12, col 5: "navbar" is defined but never used |
| 27 | 1 | 2 | "insertBanners" is not defined. | no-undef | → line 27, col 1: "insertBanners" is not defined. |
| 27 | 21 | 2 | "position" is not defined. | no-undef | → line 27, col 21: "position" is not defined. |
| 34 | 9 | 1 | "toIntFormat" is defined but never used | no-unused-vars | → line 34, col 9: "toIntFormat" is defined but never used |
| 34 | 23 | 2 | Missing radix parameter. | radix | → line 34, col 23: Missing radix parameter. |
| 36 | 9 | 2 | "result" is not defined. | no-undef | → line 36, col 9: "result" is not defined. |
| 39 | 9 | 2 | "result" is not defined. | no-undef | → line 39, col 9: "result" is not defined. |
| 41 | 12 | 2 | "result" is not defined. | no-undef | → line 41, col 12: "result" is not defined. |
| 47 | 1 | 2 | Line 47 exceeds the maximum line length of 120. | max-len | → line 47, col 1: Line 47 exceeds the maximum line length of 120. |
| 61 | 13 | 2 | "position" is not defined. | no-undef | → line 61, col 13: "position" is not defined. |
| 70 | 17 | 2 | Identifier 'scroll_offset' is not in camel case. | fecs-camelcase | → line 70, col 17: Identifier 'scroll_offset' is not in camel case. |
| 72 | 33 | 2 | Identifier 'scroll_offset' is not in camel case. | fecs-camelcase | → line 72, col 33: Identifier 'scroll_offset' is not in camel case. |
| 78 | 13 | 2 | "isNo0Hidden" is not defined. | no-undef | → line 78, col 13: "isNo0Hidden" is not defined. |
| 79 | 17 | 2 | "isNo0Hidden" is not defined. | no-undef | → line 79, col 17: "isNo0Hidden" is not defined. |
| 102 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 102, col 17: Identifier 'block_name' is not in camel case. |
| 105 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 105, col 17: Property 'entity_type' is not in camel case. |
| 107 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 107, col 21: Property 'block_name' is not in camel case. |
| 137 | 13 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 137, col 13: "sliderPic" is defined but never used |
| 137 | 29 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 137, col 29: A constructor name should not start with a lowercase letter. |
| 162 | 13 | 2 | Identifier '$J_navcontent' is not in camel case. | fecs-camelcase | → line 162, col 13: Identifier '$J_navcontent' is not in camel case. |
| 163 | 22 | 2 | Identifier '$J_navcontent' is not in camel case. | fecs-camelcase | → line 163, col 22: Identifier '$J_navcontent' is not in camel case. |
| 164 | 9 | 2 | Identifier '$J_navcontent' is not in camel case. | fecs-camelcase | → line 164, col 9: Identifier '$J_navcontent' is not in camel case. |
| 193 | 21 | 2 | "insertBanners" is not defined. | no-undef | → line 193, col 21: "insertBanners" is not defined. |
| 204 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 204, col 6: Expected a blank comment line between description and tags. |
| 204 | 6 | 2 | Unexpected @return tag; function has no return statement. | fecs-valid-jsdoc | → line 204, col 6: Unexpected @return tag; function has no return statement. |
| 204 | 17 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 204, col 17: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 214 | 22 | 1 | This function has too many statements (61). Maximum allowed is 50. | fecs-max-statements | → line 214, col 22: This function has too many statements (61). Maximum allowed is 50. |
| 218 | 34 | 2 | Identifier 'martshow_lists' is not in camel case. | fecs-camelcase | → line 218, col 34: Identifier 'martshow_lists' is not in camel case. |
| 218 | 56 | 2 | Identifier 'martshow_lists' is not in camel case. | fecs-camelcase | → line 218, col 56: Identifier 'martshow_lists' is not in camel case. |
| 232 | 33 | 2 | "insertBanners" is not defined. | no-undef | → line 232, col 33: "insertBanners" is not defined. |
| 240 | 58 | 2 | "insertBanners" is not defined. | no-undef | → line 240, col 58: "insertBanners" is not defined. |
| 246 | 26 | 1 | Redundant double negation in an if statement condition. | no-extra-boolean-cast | → line 246, col 26: Redundant double negation in an if statement condition. |
| 264 | 38 | 2 | Identifier 'img_url' is not in camel case. | fecs-camelcase | → line 264, col 38: Identifier 'img_url' is not in camel case. |
| 279 | 34 | 1 | Redundant double negation in an if statement condition. | no-extra-boolean-cast | → line 279, col 34: Redundant double negation in an if statement condition. |
| 304 | 32 | 2 | "insertBanners" is not defined. | no-undef | → line 304, col 32: "insertBanners" is not defined. |
| 305 | 33 | 2 | "insertBanners" is not defined. | no-undef | → line 305, col 33: "insertBanners" is not defined. |
| 326 | 1 | 2 | Line 326 exceeds the maximum line length of 120. | max-len | → line 326, col 1: Line 326 exceeds the maximum line length of 120. |
| 334 | 22 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 334, col 22: Identifier 'origin_price' is not in camel case. |
| 349 | 1 | 2 | Line 349 exceeds the maximum line length of 120. | max-len | → line 349, col 1: Line 349 exceeds the maximum line length of 120. |
| 353 | 17 | 1 | "cssTxt" is already defined | no-redeclare | → line 353, col 17: "cssTxt" is already defined |
| 354 | 22 | 1 | "i" is already defined | no-redeclare | → line 354, col 22: "i" is already defined |
| 355 | 21 | 1 | "item" is already defined | no-redeclare | → line 355, col 21: "item" is already defined |
| 358 | 22 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 358, col 22: Identifier 'origin_price' is not in camel case. |
| 362 | 17 | 1 | "tpl" is already defined | no-redeclare | → line 362, col 17: "tpl" is already defined |
| 363 | 17 | 1 | "html" is already defined | no-redeclare | → line 363, col 17: "html" is already defined |
| 386 | 13 | 2 | Expected key `items` but `'items'` found. | fecs-properties-quote | → line 386, col 13: Expected key `items` but `'items'` found. |
| 427 | 25 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 427, col 25: Identifier '$J_waterover' is not in camel case. |
| 428 | 34 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 428, col 34: Identifier '$J_waterover' is not in camel case. |
| 429 | 21 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 429, col 21: Identifier '$J_waterover' is not in camel case. |
| 430 | 63 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 430, col 63: Identifier '$J_waterover' is not in camel case. |
| 431 | 21 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 431, col 21: Identifier '$J_waterover' is not in camel case. |
| 444 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 444, col 6: Expected a blank comment line between description and tags. |
| 444 | 17 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 444, col 17: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 444 | 25 | 2 | Expected JSDoc for "isup" but found "position". | fecs-valid-jsdoc | → line 444, col 25: Expected JSDoc for "isup" but found "position". |
| 445 | 6 | 2 | Unexpected @return tag; function has no return statement. | fecs-valid-jsdoc | → line 445, col 6: Unexpected @return tag; function has no return statement. |
| 445 | 17 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 445, col 17: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 450 | 13 | 2 | Identifier '$J_warkontips' is not in camel case. | fecs-camelcase | → line 450, col 13: Identifier '$J_warkontips' is not in camel case. |
| 468 | 43 | 2 | "position" is not defined. | no-undef | → line 468, col 43: "position" is not defined. |
| 473 | 46 | 2 | "position" is not defined. | no-undef | → line 473, col 46: "position" is not defined. |
| 478 | 21 | 2 | "topicheader" is not defined. | no-undef | → line 478, col 21: "topicheader" is not defined. |
| 478 | 45 | 2 | "position" is not defined. | no-undef | → line 478, col 45: "position" is not defined. |
| 495 | 25 | 2 | Identifier '$J_warkontips' is not in camel case. | fecs-camelcase | → line 495, col 25: Identifier '$J_warkontips' is not in camel case. |
| 498 | 25 | 2 | Identifier '$J_warkontips' is not in camel case. | fecs-camelcase | → line 498, col 25: Identifier '$J_warkontips' is not in camel case. |
| 502 | 21 | 2 | Identifier '$J_warkontips' is not in camel case. | fecs-camelcase | → line 502, col 21: Identifier '$J_warkontips' is not in camel case. |
| 509 | 44 | 2 | "position" is not defined. | no-undef | → line 509, col 44: "position" is not defined. |
| 518 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 518, col 13: "$doc" is defined but never used |
| 579 | 19 | 2 | Missing radix parameter. | radix | → line 579, col 19: Missing radix parameter. |
| 582 | 19 | 2 | Missing radix parameter. | radix | → line 582, col 19: Missing radix parameter. |
| 601 | 5 | 1 | Duplicate key 'init'. | no-dupe-keys | → line 601, col 5: Duplicate key 'init'. |
| 602 | 13 | 2 | Identifier '_this' is not in camel case. | fecs-camelcase | → line 602, col 13: Identifier '_this' is not in camel case. |
| 610 | 18 | 1 | "i" is already defined | no-redeclare | → line 610, col 18: "i" is already defined |
| 615 | 18 | 1 | "i" is already defined | no-redeclare | → line 615, col 18: "i" is already defined |
不规范数量:94
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 17 | 5 | 2 | Identifier '_popup' is not in camel case. | fecs-camelcase | → line 17, col 5: Identifier '_popup' is not in camel case. |
| 25 | 1 | 2 | Missing JSDoc for parameter "msg". | fecs-valid-jsdoc | → line 25, col 1: Missing JSDoc for parameter "msg". |
| 25 | 1 | 2 | Missing JSDoc for parameter "delay". | fecs-valid-jsdoc | → line 25, col 1: Missing JSDoc for parameter "delay". |
| 26 | 2 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 26, col 2: Missing JSDoc description. |
| 67 | 9 | 2 | Expected key `day` but `'day'` found. | fecs-properties-quote | → line 67, col 9: Expected key `day` but `'day'` found. |
| 68 | 9 | 2 | Expected key `fullTime` but `'fullTime'` found. | fecs-properties-quote | → line 68, col 9: Expected key `fullTime` but `'fullTime'` found. |
| 72 | 29 | 2 | Missing radix parameter. | radix | → line 72, col 29: Missing radix parameter. |
| 78 | 12 | 2 | Missing radix parameter. | radix | → line 78, col 12: Missing radix parameter. |
| 88 | 12 | 2 | Missing radix parameter. | radix | → line 88, col 12: Missing radix parameter. |
| 132 | 5 | 1 | "priceFormat" is defined but never used | no-unused-vars | → line 132, col 5: "priceFormat" is defined but never used |
| 153 | 5 | 1 | "pageSize" is defined but never used | no-unused-vars | → line 153, col 5: "pageSize" is defined but never used |
| 157 | 5 | 1 | "index" is defined but never used | no-unused-vars | → line 157, col 5: "index" is defined but never used |
| 158 | 5 | 1 | "currIndex" is defined but never used | no-unused-vars | → line 158, col 5: "currIndex" is defined but never used |
| 159 | 5 | 1 | "timeTab" is defined but never used | no-unused-vars | → line 159, col 5: "timeTab" is defined but never used |
| 160 | 5 | 1 | "allow" is defined but never used | no-unused-vars | → line 160, col 5: "allow" is defined but never used |
| 182 | 29 | 2 | Identifier '_time_slot_id' is not in camel case. | fecs-camelcase | → line 182, col 29: Identifier '_time_slot_id' is not in camel case. |
| 182 | 45 | 2 | Missing radix parameter. | radix | → line 182, col 45: Missing radix parameter. |
| 229 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 229, col 13: "self" is defined but never used |
| 262 | 32 | 1 | Missing '()' invoking a constructor | new-parens | → line 262, col 32: Missing '()' invoking a constructor |
| 263 | 17 | 1 | "i" is already defined | no-redeclare | → line 263, col 17: "i" is already defined |
| 283 | 17 | 2 | Identifier '_html' is not in camel case. | fecs-camelcase | → line 283, col 17: Identifier '_html' is not in camel case. |
| 287 | 1 | 2 | Line 287 exceeds the maximum line length of 120. | max-len | → line 287, col 1: Line 287 exceeds the maximum line length of 120. |
| 292 | 13 | 2 | Identifier '_len' is not in camel case. | fecs-camelcase | → line 292, col 13: Identifier '_len' is not in camel case. |
| 293 | 13 | 2 | Identifier '_top' is not in camel case. | fecs-camelcase | → line 293, col 13: Identifier '_top' is not in camel case. |
| 295 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 295, col 17: Identifier '_data' is not in camel case. |
| 299 | 21 | 2 | Property 'coupon_value' is not in camel case. | fecs-camelcase | → line 299, col 21: Property 'coupon_value' is not in camel case. |
| 300 | 21 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 300, col 21: Property 'coupon_id' is not in camel case. |
| 301 | 21 | 2 | Property 'brand_logo' is not in camel case. | fecs-camelcase | → line 301, col 21: Property 'brand_logo' is not in camel case. |
| 308 | 21 | 2 | Property 'remain_count' is not in camel case. | fecs-camelcase | → line 308, col 21: Property 'remain_count' is not in camel case. |
| 309 | 21 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 309, col 21: Property 'event_id' is not in camel case. |
| 313 | 39 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 313, col 39: Identifier 'origin_price' is not in camel case. |
| 321 | 39 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 321, col 39: Identifier 'origin_price' is not in camel case. |
| 345 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 345, col 21: Property 'entity_type' is not in camel case. |
| 346 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 346, col 21: Property 'entity_list' is not in camel case. |
| 348 | 25 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 348, col 25: Expected key `block_name` but `'block_name'` found. |
| 364 | 13 | 2 | Identifier '_html' is not in camel case. | fecs-camelcase | → line 364, col 13: Identifier '_html' is not in camel case. |
| 371 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 371, col 13: "self" is defined but never used |
| 373 | 17 | 2 | Identifier '_this' is not in camel case. | fecs-camelcase | → line 373, col 17: Identifier '_this' is not in camel case. |
| 374 | 17 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 374, col 17: Identifier 'event_id' is not in camel case. |
| 375 | 17 | 2 | Identifier 'coupon_id' is not in camel case. | fecs-camelcase | → line 375, col 17: Identifier 'coupon_id' is not in camel case. |
| 378 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 378, col 17: Property 'entity_type' is not in camel case. |
| 379 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 379, col 17: Property 'entity_list' is not in camel case. |
| 381 | 21 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 381, col 21: Expected key `block_name` but `'block_name'` found. |
| 389 | 13 | 2 | Identifier '_len' is not in camel case. | fecs-camelcase | → line 389, col 13: Identifier '_len' is not in camel case. |
| 390 | 13 | 2 | Identifier '_normal' is not in camel case. | fecs-camelcase | → line 390, col 13: Identifier '_normal' is not in camel case. |
| 393 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 393, col 17: Identifier '_data' is not in camel case. |
| 394 | 35 | 2 | Identifier '_len' is not in camel case. | fecs-camelcase | → line 394, col 35: Identifier '_len' is not in camel case. |
| 395 | 32 | 2 | Missing radix parameter. | radix | → line 395, col 32: Missing radix parameter. |
| 398 | 21 | 2 | Property 'coupon_value' is not in camel case. | fecs-camelcase | → line 398, col 21: Property 'coupon_value' is not in camel case. |
| 399 | 21 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 399, col 21: Property 'coupon_id' is not in camel case. |
| 401 | 21 | 2 | Property 'brand_logo' is not in camel case. | fecs-camelcase | → line 401, col 21: Property 'brand_logo' is not in camel case. |
| 402 | 21 | 2 | Property 'brand_title' is not in camel case. | fecs-camelcase | → line 402, col 21: Property 'brand_title' is not in camel case. |
| 403 | 21 | 2 | Property 'buy_num' is not in camel case. | fecs-camelcase | → line 403, col 21: Property 'buy_num' is not in camel case. |
| 406 | 21 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 406, col 21: Property 'event_id' is not in camel case. |
| 416 | 21 | 2 | Identifier '_this' is not in camel case. | fecs-camelcase | → line 416, col 21: Identifier '_this' is not in camel case. |
| 417 | 17 | 2 | "event_id" is not defined. | no-undef | → line 417, col 17: "event_id" is not defined. |
| 420 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 420, col 21: Property 'entity_type' is not in camel case. |
| 421 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 421, col 21: Property 'entity_list' is not in camel case. |
| 421 | 34 | 2 | "event_id" is not defined. | no-undef | → line 421, col 34: "event_id" is not defined. |
| 423 | 25 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 423, col 25: Expected key `block_name` but `'block_name'` found. |
| 435 | 17 | 2 | Identifier '_this' is not in camel case. | fecs-camelcase | → line 435, col 17: Identifier '_this' is not in camel case. |
| 436 | 17 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 436, col 17: Identifier 'event_id' is not in camel case. |
| 437 | 17 | 2 | Identifier 'coupon_id' is not in camel case. | fecs-camelcase | → line 437, col 17: Identifier 'coupon_id' is not in camel case. |
| 444 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 444, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 449 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 449, col 29: Property 'entity_type' is not in camel case. |
| 450 | 29 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 450, col 29: Property 'entity_list' is not in camel case. |
| 452 | 33 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 452, col 33: Expected key `block_name` but `'block_name'` found. |
| 456 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 456, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 463 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 463, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 466 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 466, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 473 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 473, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 480 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 480, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 490 | 41 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 490, col 41: Identifier 'event_id' is not in camel case. |
| 490 | 51 | 2 | Identifier 'coupon_id' is not in camel case. | fecs-camelcase | → line 490, col 51: Identifier 'coupon_id' is not in camel case. |
| 491 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 491, col 13: "self" is defined but never used |
| 496 | 17 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 496, col 17: Property 'event_id' is not in camel case. |
| 497 | 17 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 497, col 17: Property 'coupon_id' is not in camel case. |
| 506 | 17 | 1 | Unexpected console statement. | no-console | → line 506, col 17: Unexpected console statement. |
| 517 | 13 | 2 | "jWTop" is not defined. | no-undef | → line 517, col 13: "jWTop" is not defined. |
| 524 | 1 | 2 | Line 524 exceeds the maximum line length of 120. | max-len | → line 524, col 1: Line 524 exceeds the maximum line length of 120. |
| 528 | 41 | 2 | Missing radix parameter. | radix | → line 528, col 41: Missing radix parameter. |
| 566 | 25 | 2 | Missing radix parameter. | radix | → line 566, col 25: Missing radix parameter. |
| 574 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 574, col 17: Property 'entity_type' is not in camel case. |
| 575 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 575, col 17: Property 'entity_list' is not in camel case. |
| 577 | 21 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 577, col 21: Expected key `block_name` but `'block_name'` found. |
| 612 | 17 | 1 | Unexpected console statement. | no-console | → line 612, col 17: Unexpected console statement. |
| 618 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 618, col 17: Identifier '_data' is not in camel case. |
| 628 | 21 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 628, col 21: Property 'coupon_id' is not in camel case. |
| 630 | 21 | 2 | Property 'begin_time' is not in camel case. | fecs-camelcase | → line 630, col 21: Property 'begin_time' is not in camel case. |
| 631 | 21 | 2 | Property 'end_time' is not in camel case. | fecs-camelcase | → line 631, col 21: Property 'end_time' is not in camel case. |
| 644 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 644, col 21: Property 'entity_type' is not in camel case. |
| 645 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 645, col 21: Property 'entity_list' is not in camel case. |
| 647 | 25 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 647, col 25: Expected key `block_name` but `'block_name'` found. |
不规范数量:49
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 41 | 5 | 1 | "$cateBox" is defined but never used | no-unused-vars | → line 41, col 5: "$cateBox" is defined but never used |
| 78 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 78, col 14: Unexpected 'else' after 'return'. |
| 146 | 13 | 1 | "myScroll" is defined but never used | no-unused-vars | → line 146, col 13: "myScroll" is defined but never used |
| 146 | 28 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 146, col 28: A constructor name should not start with a lowercase letter. |
| 169 | 17 | 1 | Unexpected console statement. | no-console | → line 169, col 17: Unexpected console statement. |
| 195 | 17 | 1 | Unexpected console statement. | no-console | → line 195, col 17: Unexpected console statement. |
| 209 | 17 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 209, col 17: "sliderPic" is defined but never used |
| 209 | 33 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 209, col 33: A constructor name should not start with a lowercase letter. |
| 230 | 27 | 2 | Missing radix parameter. | radix | → line 230, col 27: Missing radix parameter. |
| 233 | 13 | 1 | Unexpected console statement. | no-console | → line 233, col 13: Unexpected console statement. |
| 241 | 13 | 2 | Identifier 'W_list' is not in camel case. | fecs-camelcase | → line 241, col 13: Identifier 'W_list' is not in camel case. |
| 247 | 13 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 247, col 13: Property 'gmt_begin' is not in camel case. |
| 248 | 13 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 248, col 13: Property 'gmt_end' is not in camel case. |
| 251 | 1 | 2 | Line 251 exceeds the maximum line length of 120. | max-len | → line 251, col 1: Line 251 exceeds the maximum line length of 120. |
| 252 | 1 | 2 | Line 252 exceeds the maximum line length of 120. | max-len | → line 252, col 1: Line 252 exceeds the maximum line length of 120. |
| 351 | 27 | 2 | Missing radix parameter. | radix | → line 351, col 27: Missing radix parameter. |
| 379 | 27 | 2 | Missing radix parameter. | radix | → line 379, col 27: Missing radix parameter. |
| 481 | 5 | 1 | Duplicate key 'iscroll'. | no-dupe-keys | → line 481, col 5: Duplicate key 'iscroll'. |
| 482 | 13 | 1 | "myScroll" is defined but never used | no-unused-vars | → line 482, col 13: "myScroll" is defined but never used |
| 482 | 28 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 482, col 28: A constructor name should not start with a lowercase letter. |
| 497 | 17 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 497, col 17: Property 'gmt_begin' is not in camel case. |
| 498 | 17 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 498, col 17: Property 'gmt_end' is not in camel case. |
| 502 | 1 | 2 | Line 502 exceeds the maximum line length of 120. | max-len | → line 502, col 1: Line 502 exceeds the maximum line length of 120. |
| 503 | 1 | 2 | Line 503 exceeds the maximum line length of 120. | max-len | → line 503, col 1: Line 503 exceeds the maximum line length of 120. |
| 524 | 13 | 2 | "hybridlog" is not defined. | no-undef | → line 524, col 13: "hybridlog" is not defined. |
| 526 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 526, col 17: Property 'entity_type' is not in camel case. |
| 528 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 528, col 21: Property 'block_name' is not in camel case. |
| 530 | 21 | 2 | Property 'target_url' is not in camel case. | fecs-camelcase | → line 530, col 21: Property 'target_url' is not in camel case. |
| 539 | 13 | 2 | "hybridlog" is not defined. | no-undef | → line 539, col 13: "hybridlog" is not defined. |
| 541 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 541, col 17: Property 'entity_type' is not in camel case. |
| 543 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 543, col 21: Property 'block_name' is not in camel case. |
| 545 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 545, col 21: Property 'item_id' is not in camel case. |
| 554 | 13 | 2 | "hybridlog" is not defined. | no-undef | → line 554, col 13: "hybridlog" is not defined. |
| 556 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 556, col 17: Property 'entity_type' is not in camel case. |
| 558 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 558, col 21: Property 'block_name' is not in camel case. |
| 561 | 21 | 2 | Property 'target_url' is not in camel case. | fecs-camelcase | → line 561, col 21: Property 'target_url' is not in camel case. |
| 569 | 13 | 2 | "hybridlog" is not defined. | no-undef | → line 569, col 13: "hybridlog" is not defined. |
| 571 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 571, col 17: Property 'entity_type' is not in camel case. |
| 573 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 573, col 21: Property 'block_name' is not in camel case. |
| 575 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 575, col 21: Property 'item_id' is not in camel case. |
| 584 | 13 | 2 | "hybridlog" is not defined. | no-undef | → line 584, col 13: "hybridlog" is not defined. |
| 586 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 586, col 17: Property 'entity_type' is not in camel case. |
| 588 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 588, col 21: Property 'block_name' is not in camel case. |
| 590 | 21 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 590, col 21: Property 'brand_id' is not in camel case. |
| 599 | 13 | 2 | "hybridlog" is not defined. | no-undef | → line 599, col 13: "hybridlog" is not defined. |
| 601 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 601, col 17: Property 'entity_type' is not in camel case. |
| 603 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 603, col 21: Property 'block_name' is not in camel case. |
| 605 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 605, col 21: Property 'item_id' is not in camel case. |
不规范数量:15
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 15 | 5 | 1 | "share" is defined but never used | no-unused-vars | → line 15, col 5: "share" is defined but never used |
| 17 | 18 | 2 | Unexpected trailing comma. | comma-dangle | → line 17, col 18: Unexpected trailing comma. |
| 30 | 5 | 1 | "$sortBar" is defined but never used | no-unused-vars | → line 30, col 5: "$sortBar" is defined but never used |
| 66 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 66, col 14: Unexpected 'else' after 'return'. |
| 108 | 17 | 2 | Property 'main_img' is not in camel case. | fecs-camelcase | → line 108, col 17: Property 'main_img' is not in camel case. |
| 112 | 17 | 2 | Property 'country_name' is not in camel case. | fecs-camelcase | → line 112, col 17: Property 'country_name' is not in camel case. |
| 147 | 17 | 1 | Unexpected console statement. | no-console | → line 147, col 17: Unexpected console statement. |
| 330 | 40 | 2 | Unexpected trailing comma. | comma-dangle | → line 330, col 40: Unexpected trailing comma. |
| 332 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 332, col 13: "bbhybrid" is not defined. |
| 340 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 340, col 21: Expected key `title` but `'title'` found. |
| 352 | 13 | 2 | "hybridlog" is not defined. | no-undef | → line 352, col 13: "hybridlog" is not defined. |
| 354 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 354, col 17: Property 'entity_type' is not in camel case. |
| 356 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 356, col 21: Property 'block_name' is not in camel case. |
| 358 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 358, col 21: Property 'item_id' is not in camel case. |
不规范数量:24
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 7 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 7, col 5: "env" is defined but never used |
| 8 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 8, col 5: "popup" is defined but never used |
| 13 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 13, col 5: "httpurl" is defined but never used |
| 52 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 52, col 17: Identifier 'block_name' is not in camel case. |
| 55 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 55, col 17: Property 'entity_type' is not in camel case. |
| 57 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 57, col 21: Property 'block_name' is not in camel case. |
| 63 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 63, col 13: "that" is defined but never used |
| 88 | 17 | 1 | Unexpected console statement. | no-console | → line 88, col 17: Unexpected console statement. |
| 103 | 17 | 1 | Unexpected console statement. | no-console | → line 103, col 17: Unexpected console statement. |
| 119 | 17 | 1 | Unexpected console statement. | no-console | → line 119, col 17: Unexpected console statement. |
| 146 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 146, col 13: "that" is defined but never used |
| 176 | 18 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 176, col 18: Identifier 'origin_price' is not in camel case. |
| 184 | 13 | 2 | Property 'qiang_list' is not in camel case. | fecs-camelcase | → line 184, col 13: Property 'qiang_list' is not in camel case. |
| 199 | 13 | 2 | Property 'gmt_begin' is not in camel case. | fecs-camelcase | → line 199, col 13: Property 'gmt_begin' is not in camel case. |
| 200 | 13 | 2 | Property 'gmt_end' is not in camel case. | fecs-camelcase | → line 200, col 13: Property 'gmt_end' is not in camel case. |
| 202 | 1 | 2 | Line 202 exceeds the maximum line length of 120. | max-len | → line 202, col 1: Line 202 exceeds the maximum line length of 120. |
| 222 | 18 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 222, col 18: Identifier 'origin_price' is not in camel case. |
| 227 | 18 | 2 | Identifier 'click_num' is not in camel case. | fecs-camelcase | → line 227, col 18: Identifier 'click_num' is not in camel case. |
| 227 | 58 | 2 | "click_num" is not defined. | no-undef | → line 227, col 58: "click_num" is not defined. |
| 227 | 79 | 2 | "toFixed" is not defined. | no-undef | → line 227, col 79: "toFixed" is not defined. |
| 232 | 13 | 2 | Property 'recomand_list' is not in camel case. | fecs-camelcase | → line 232, col 13: Property 'recomand_list' is not in camel case. |
| 246 | 32 | 2 | Missing radix parameter. | radix | → line 246, col 32: Missing radix parameter. |
不规范数量:45
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 6 | 46 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 6, col 46: Expected exception block, space or tab after "//" in comment. |
| 7 | 65 | 2 | Expected exception block, space or tab after "//" in comment. | spaced-comment | → line 7, col 65: Expected exception block, space or tab after "//" in comment. |
| 10 | 1 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 10, col 1: Split 'var' declarations into multiple statements. |
| 10 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 10, col 5: "env" is defined but never used |
| 23 | 1 | 2 | Line 23 exceeds the maximum line length of 120. | max-len | → line 23, col 1: Line 23 exceeds the maximum line length of 120. |
| 30 | 1 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 30, col 1: Split 'var' declarations into multiple statements. |
| 32 | 1 | 2 | Expected { after 'if' condition. | curly | → line 32, col 1: Expected { after 'if' condition. |
| 49 | 23 | 2 | Strings must use singlequote. | quotes | → line 49, col 23: Strings must use singlequote. |
| 50 | 28 | 2 | Strings must use singlequote. | quotes | → line 50, col 28: Strings must use singlequote. |
| 55 | 73 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 55, col 73: Unnecessary use of boolean literals in conditional expression |
| 87 | 22 | 2 | Identifier 'sale_num' is not in camel case. | fecs-camelcase | → line 87, col 22: Identifier 'sale_num' is not in camel case. |
| 87 | 110 | 2 | Strings must use singlequote. | quotes | → line 87, col 110: Strings must use singlequote. |
| 88 | 22 | 2 | Identifier 'price_int' is not in camel case. | fecs-camelcase | → line 88, col 22: Identifier 'price_int' is not in camel case. |
| 88 | 34 | 2 | Missing radix parameter. | radix | → line 88, col 34: Missing radix parameter. |
| 89 | 22 | 2 | Identifier 'price_dec' is not in camel case. | fecs-camelcase | → line 89, col 22: Identifier 'price_dec' is not in camel case. |
| 89 | 72 | 2 | Missing radix parameter. | radix | → line 89, col 72: Missing radix parameter. |
| 90 | 22 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 90, col 22: Identifier 'price_ori' is not in camel case. |
| 97 | 13 | 1 | "tpl" is already defined | no-redeclare | → line 97, col 13: "tpl" is already defined |
| 133 | 13 | 2 | Identifier 'time_delay' is not in camel case. | fecs-camelcase | → line 133, col 13: Identifier 'time_delay' is not in camel case. |
| 134 | 9 | 2 | "d" is not defined. | no-undef | → line 134, col 9: "d" is not defined. |
| 135 | 9 | 2 | "h" is not defined. | no-undef | → line 135, col 9: "h" is not defined. |
| 136 | 9 | 2 | "m" is not defined. | no-undef | → line 136, col 9: "m" is not defined. |
| 137 | 9 | 2 | "s" is not defined. | no-undef | → line 137, col 9: "s" is not defined. |
| 138 | 41 | 2 | Strings must use singlequote. | quotes | → line 138, col 41: Strings must use singlequote. |
| 138 | 51 | 2 | Strings must use singlequote. | quotes | → line 138, col 51: Strings must use singlequote. |
| 139 | 20 | 2 | "d" is not defined. | no-undef | → line 139, col 20: "d" is not defined. |
| 139 | 30 | 2 | Strings must use singlequote. | quotes | → line 139, col 30: Strings must use singlequote. |
| 139 | 35 | 2 | "d" is not defined. | no-undef | → line 139, col 35: "d" is not defined. |
| 139 | 39 | 2 | Strings must use singlequote. | quotes | → line 139, col 39: Strings must use singlequote. |
| 140 | 1 | 2 | Line 140 exceeds the maximum line length of 120. | max-len | → line 140, col 1: Line 140 exceeds the maximum line length of 120. |
| 140 | 20 | 2 | Strings must use singlequote. | quotes | → line 140, col 20: Strings must use singlequote. |
| 140 | 47 | 2 | "h" is not defined. | no-undef | → line 140, col 47: "h" is not defined. |
| 140 | 51 | 2 | Strings must use singlequote. | quotes | → line 140, col 51: Strings must use singlequote. |
| 140 | 86 | 2 | "m" is not defined. | no-undef | → line 140, col 86: "m" is not defined. |
| 140 | 90 | 2 | Strings must use singlequote. | quotes | → line 140, col 90: Strings must use singlequote. |
| 140 | 125 | 2 | "s" is not defined. | no-undef | → line 140, col 125: "s" is not defined. |
| 140 | 129 | 2 | Strings must use singlequote. | quotes | → line 140, col 129: Strings must use singlequote. |
| 148 | 13 | 2 | Split 'var' declarations into multiple statements. | one-var | → line 148, col 13: Split 'var' declarations into multiple statements. |
| 148 | 17 | 2 | Identifier 'item_id' is not in camel case. | fecs-camelcase | → line 148, col 17: Identifier 'item_id' is not in camel case. |
| 153 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 153, col 17: Property 'entity_type' is not in camel case. |
| 154 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 154, col 17: Property 'entity_list' is not in camel case. |
| 156 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 156, col 21: Property 'block_name' is not in camel case. |
| 157 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 157, col 21: Property 'item_id' is not in camel case. |
| 158 | 21 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 158, col 21: Property 'brand_id' is not in camel case. |
不规范数量:41
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 22 | 5 | 1 | "saleSub" is defined but never used | no-unused-vars | → line 22, col 5: "saleSub" is defined but never used |
| 29 | 5 | 2 | "sort" is not defined. | no-undef | → line 29, col 5: "sort" is not defined. |
| 32 | 9 | 2 | "getItemList" was used before it was defined | no-use-before-define | → line 32, col 9: "getItemList" was used before it was defined |
| 32 | 21 | 2 | "renderInit" was used before it was defined | no-use-before-define | → line 32, col 21: "renderInit" was used before it was defined |
| 33 | 9 | 2 | "sortList" was used before it was defined | no-use-before-define | → line 33, col 9: "sortList" was used before it was defined |
| 39 | 111 | 2 | "sort" is not defined. | no-undef | → line 39, col 111: "sort" is not defined. |
| 52 | 17 | 1 | Unexpected console statement. | no-console | → line 52, col 17: Unexpected console statement. |
| 59 | 9 | 2 | "renderList" was used before it was defined | no-use-before-define | → line 59, col 9: "renderList" was used before it was defined |
| 61 | 9 | 2 | "loadMore" was used before it was defined | no-use-before-define | → line 61, col 9: "loadMore" was used before it was defined |
| 69 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 69, col 17: Identifier '_data' is not in camel case. |
| 73 | 1 | 2 | Line 73 exceeds the maximum line length of 120. | max-len | → line 73, col 1: Line 73 exceeds the maximum line length of 120. |
| 76 | 22 | 2 | Identifier 'price_int' is not in camel case. | fecs-camelcase | → line 76, col 22: Identifier 'price_int' is not in camel case. |
| 76 | 34 | 2 | Missing radix parameter. | radix | → line 76, col 34: Missing radix parameter. |
| 77 | 22 | 2 | Identifier 'price_dec' is not in camel case. | fecs-camelcase | → line 77, col 22: Identifier 'price_dec' is not in camel case. |
| 79 | 26 | 2 | Identifier 'price_dec' is not in camel case. | fecs-camelcase | → line 79, col 26: Identifier 'price_dec' is not in camel case. |
| 79 | 44 | 2 | Missing radix parameter. | radix | → line 79, col 44: Missing radix parameter. |
| 90 | 22 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 90, col 22: Identifier 'btn_txt' is not in camel case. |
| 93 | 17 | 2 | Expected key `items` but `'items'` found. | fecs-properties-quote | → line 93, col 17: Expected key `items` but `'items'` found. |
| 145 | 33 | 2 | "height" is not defined. | no-undef | → line 145, col 33: "height" is not defined. |
| 152 | 17 | 2 | Identifier '_sort' is not in camel case. | fecs-camelcase | → line 152, col 17: Identifier '_sort' is not in camel case. |
| 156 | 27 | 2 | "sort" is not defined. | no-undef | → line 156, col 27: "sort" is not defined. |
| 161 | 17 | 2 | "sort" is not defined. | no-undef | → line 161, col 17: "sort" is not defined. |
| 167 | 25 | 2 | "sort" is not defined. | no-undef | → line 167, col 25: "sort" is not defined. |
| 168 | 43 | 2 | "sort" is not defined. | no-undef | → line 168, col 43: "sort" is not defined. |
| 173 | 25 | 2 | "sort" is not defined. | no-undef | → line 173, col 25: "sort" is not defined. |
| 174 | 43 | 2 | "sort" is not defined. | no-undef | → line 174, col 43: "sort" is not defined. |
| 201 | 13 | 2 | Expected key `day` but `'day'` found. | fecs-properties-quote | → line 201, col 13: Expected key `day` but `'day'` found. |
| 202 | 13 | 2 | Expected key `fullTime` but `'fullTime'` found. | fecs-properties-quote | → line 202, col 13: Expected key `fullTime` but `'fullTime'` found. |
| 206 | 33 | 2 | Missing radix parameter. | radix | → line 206, col 33: Missing radix parameter. |
| 212 | 16 | 2 | Missing radix parameter. | radix | → line 212, col 16: Missing radix parameter. |
| 222 | 16 | 2 | Missing radix parameter. | radix | → line 222, col 16: Missing radix parameter. |
| 276 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 276, col 21: Property 'entity_type' is not in camel case. |
| 278 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 278, col 25: Property 'block_name' is not in camel case. |
| 280 | 25 | 2 | Property 'tab_name' is not in camel case. | fecs-camelcase | → line 280, col 25: Property 'tab_name' is not in camel case. |
| 293 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 293, col 21: Property 'entity_type' is not in camel case. |
| 294 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 294, col 21: Property 'entity_list' is not in camel case. |
| 296 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 296, col 25: Property 'block_name' is not in camel case. |
| 299 | 25 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 299, col 25: Property 'item_id' is not in camel case. |
| 300 | 25 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 300, col 25: Property 'brand_id' is not in camel case. |
不规范数量:42
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 26 | 5 | 1 | Nested block is redundant. | no-lone-blocks | → line 26, col 5: Nested block is redundant. |
| 27 | 5 | 2 | Bad indentation (4 instead 8). | fecs-indent | → line 27, col 5: Bad indentation (4 instead 8). |
| 33 | 1 | 2 | Line 33 exceeds the maximum line length of 120. | max-len | → line 33, col 1: Line 33 exceeds the maximum line length of 120. |
| 77 | 73 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 77, col 73: Unnecessary use of boolean literals in conditional expression |
| 99 | 37 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 99, col 37: "sliderPic" is defined but never used |
| 99 | 53 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 99, col 53: A constructor name should not start with a lowercase letter. |
| 149 | 26 | 2 | Identifier 'today_begin' is not in camel case. | fecs-camelcase | → line 149, col 26: Identifier 'today_begin' is not in camel case. |
| 153 | 22 | 2 | Identifier 'sale_num' is not in camel case. | fecs-camelcase | → line 153, col 22: Identifier 'sale_num' is not in camel case. |
| 154 | 22 | 2 | Identifier 'price_int' is not in camel case. | fecs-camelcase | → line 154, col 22: Identifier 'price_int' is not in camel case. |
| 154 | 34 | 2 | Missing radix parameter. | radix | → line 154, col 34: Missing radix parameter. |
| 155 | 22 | 2 | Identifier 'price_dec' is not in camel case. | fecs-camelcase | → line 155, col 22: Identifier 'price_dec' is not in camel case. |
| 155 | 72 | 2 | Missing radix parameter. | radix | → line 155, col 72: Missing radix parameter. |
| 156 | 22 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 156, col 22: Identifier 'price_ori' is not in camel case. |
| 161 | 29 | 1 | "len" is already defined | no-redeclare | → line 161, col 29: "len" is already defined |
| 164 | 22 | 2 | Identifier 'sale_num' is not in camel case. | fecs-camelcase | → line 164, col 22: Identifier 'sale_num' is not in camel case. |
| 167 | 26 | 2 | Identifier 'tomorrow_begin' is not in camel case. | fecs-camelcase | → line 167, col 26: Identifier 'tomorrow_begin' is not in camel case. |
| 170 | 26 | 2 | Identifier '_len' is not in camel case. | fecs-camelcase | → line 170, col 26: Identifier '_len' is not in camel case. |
| 171 | 25 | 2 | Identifier '_item' is not in camel case. | fecs-camelcase | → line 171, col 25: Identifier '_item' is not in camel case. |
| 179 | 13 | 1 | "tpl" is already defined | no-redeclare | → line 179, col 13: "tpl" is already defined |
| 207 | 1 | 2 | Line 207 exceeds the maximum line length of 120. | max-len | → line 207, col 1: Line 207 exceeds the maximum line length of 120. |
| 236 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 236, col 17: Property 'entity_type' is not in camel case. |
| 238 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 238, col 21: Property 'block_name' is not in camel case. |
| 240 | 21 | 2 | Property 'tab_name' is not in camel case. | fecs-camelcase | → line 240, col 21: Property 'tab_name' is not in camel case. |
| 248 | 17 | 2 | Identifier 'target_url' is not in camel case. | fecs-camelcase | → line 248, col 17: Identifier 'target_url' is not in camel case. |
| 253 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 253, col 17: Property 'entity_type' is not in camel case. |
| 255 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 255, col 21: Property 'block_name' is not in camel case. |
| 257 | 21 | 2 | Property 'target_url' is not in camel case. | fecs-camelcase | → line 257, col 21: Property 'target_url' is not in camel case. |
| 266 | 17 | 2 | Identifier 'target_url' is not in camel case. | fecs-camelcase | → line 266, col 17: Identifier 'target_url' is not in camel case. |
| 270 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 270, col 17: Property 'entity_type' is not in camel case. |
| 272 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 272, col 21: Property 'block_name' is not in camel case. |
| 274 | 21 | 2 | Property 'target_url' is not in camel case. | fecs-camelcase | → line 274, col 21: Property 'target_url' is not in camel case. |
| 282 | 17 | 2 | Identifier 'item_id' is not in camel case. | fecs-camelcase | → line 282, col 17: Identifier 'item_id' is not in camel case. |
| 287 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 287, col 17: Property 'entity_type' is not in camel case. |
| 288 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 288, col 17: Property 'entity_list' is not in camel case. |
| 290 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 290, col 21: Property 'block_name' is not in camel case. |
| 292 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 292, col 21: Property 'item_id' is not in camel case. |
| 302 | 17 | 2 | Identifier 'brand_id' is not in camel case. | fecs-camelcase | → line 302, col 17: Identifier 'brand_id' is not in camel case. |
| 307 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 307, col 17: Property 'entity_type' is not in camel case. |
| 308 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 308, col 17: Property 'entity_list' is not in camel case. |
| 310 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 310, col 21: Property 'block_name' is not in camel case. |
| 313 | 21 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 313, col 21: Property 'brand_id' is not in camel case. |
不规范数量:79
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 16 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 16, col 5: "navbar" is defined but never used |
| 25 | 5 | 1 | "sale" is defined but never used | no-unused-vars | → line 25, col 5: "sale" is defined but never used |
| 31 | 9 | 2 | Identifier 'today_must_buy' is not in camel case. | fecs-camelcase | → line 31, col 9: Identifier 'today_must_buy' is not in camel case. |
| 35 | 9 | 2 | Identifier 'last_goods' is not in camel case. | fecs-camelcase | → line 35, col 9: Identifier 'last_goods' is not in camel case. |
| 43 | 9 | 2 | "bindTabEvent" was used before it was defined | no-use-before-define | → line 43, col 9: "bindTabEvent" was used before it was defined |
| 44 | 9 | 2 | "getAds" was used before it was defined | no-use-before-define | → line 44, col 9: "getAds" was used before it was defined |
| 45 | 9 | 2 | "getData" was used before it was defined | no-use-before-define | → line 45, col 9: "getData" was used before it was defined |
| 45 | 17 | 2 | "renderInitData" was used before it was defined | no-use-before-define | → line 45, col 17: "renderInitData" was used before it was defined |
| 69 | 17 | 1 | Unexpected console statement. | no-console | → line 69, col 17: Unexpected console statement. |
| 76 | 9 | 2 | "renderBrandList" was used before it was defined | no-use-before-define | → line 76, col 9: "renderBrandList" was used before it was defined |
| 80 | 9 | 2 | "renderCategories" was used before it was defined | no-use-before-define | → line 80, col 9: "renderCategories" was used before it was defined |
| 81 | 9 | 2 | Identifier 'today_must_buy' is not in camel case. | fecs-camelcase | → line 81, col 9: Identifier 'today_must_buy' is not in camel case. |
| 82 | 9 | 2 | Identifier 'last_goods' is not in camel case. | fecs-camelcase | → line 82, col 9: Identifier 'last_goods' is not in camel case. |
| 83 | 9 | 2 | "renderSelectedList" was used before it was defined | no-use-before-define | → line 83, col 9: "renderSelectedList" was used before it was defined |
| 84 | 9 | 2 | "renderList" was used before it was defined | no-use-before-define | → line 84, col 9: "renderList" was used before it was defined |
| 86 | 9 | 2 | "loadMore" was used before it was defined | no-use-before-define | → line 86, col 9: "loadMore" was used before it was defined |
| 115 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 115, col 17: Identifier '_data' is not in camel case. |
| 119 | 1 | 2 | Line 119 exceeds the maximum line length of 120. | max-len | → line 119, col 1: Line 119 exceeds the maximum line length of 120. |
| 148 | 17 | 2 | "renderSliderAds" was used before it was defined | no-use-before-define | → line 148, col 17: "renderSliderAds" was used before it was defined |
| 151 | 17 | 1 | Unexpected console statement. | no-console | → line 151, col 17: Unexpected console statement. |
| 158 | 13 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 158, col 13: Identifier '_data' is not in camel case. |
| 172 | 13 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 172, col 13: "sliderPic" is defined but never used |
| 172 | 29 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 172, col 29: A constructor name should not start with a lowercase letter. |
| 186 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 186, col 17: Identifier '_data' is not in camel case. |
| 187 | 17 | 2 | Identifier '_now' is not in camel case. | fecs-camelcase | → line 187, col 17: Identifier '_now' is not in camel case. |
| 229 | 17 | 2 | Expected key `items` but `'items'` found. | fecs-properties-quote | → line 229, col 17: Expected key `items` but `'items'` found. |
| 237 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 237, col 21: Property 'entity_type' is not in camel case. |
| 239 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 239, col 25: Property 'block_name' is not in camel case. |
| 252 | 13 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 252, col 13: Identifier '_data' is not in camel case. |
| 260 | 9 | 2 | "dropDownFilter" was used before it was defined | no-use-before-define | → line 260, col 9: "dropDownFilter" was used before it was defined |
| 267 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 267, col 17: Identifier '_data' is not in camel case. |
| 274 | 1 | 2 | Line 274 exceeds the maximum line length of 120. | max-len | → line 274, col 1: Line 274 exceeds the maximum line length of 120. |
| 277 | 22 | 2 | Identifier 'price_int' is not in camel case. | fecs-camelcase | → line 277, col 22: Identifier 'price_int' is not in camel case. |
| 277 | 34 | 2 | Missing radix parameter. | radix | → line 277, col 34: Missing radix parameter. |
| 278 | 22 | 2 | Identifier 'price_dec' is not in camel case. | fecs-camelcase | → line 278, col 22: Identifier 'price_dec' is not in camel case. |
| 280 | 26 | 2 | Identifier 'price_dec' is not in camel case. | fecs-camelcase | → line 280, col 26: Identifier 'price_dec' is not in camel case. |
| 280 | 44 | 2 | Missing radix parameter. | radix | → line 280, col 44: Missing radix parameter. |
| 291 | 22 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 291, col 22: Identifier 'btn_txt' is not in camel case. |
| 294 | 17 | 2 | Expected key `items` but `'items'` found. | fecs-properties-quote | → line 294, col 17: Expected key `items` but `'items'` found. |
| 308 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 308, col 21: Property 'entity_type' is not in camel case. |
| 311 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 311, col 25: Property 'block_name' is not in camel case. |
| 420 | 21 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 420, col 21: Expected exception block, space or tab after "/*" in comment. |
| 437 | 13 | 2 | Expected key `day` but `'day'` found. | fecs-properties-quote | → line 437, col 13: Expected key `day` but `'day'` found. |
| 438 | 13 | 2 | Expected key `fullTime` but `'fullTime'` found. | fecs-properties-quote | → line 438, col 13: Expected key `fullTime` but `'fullTime'` found. |
| 442 | 33 | 2 | Missing radix parameter. | radix | → line 442, col 33: Missing radix parameter. |
| 448 | 16 | 2 | Missing radix parameter. | radix | → line 448, col 16: Missing radix parameter. |
| 458 | 16 | 2 | Missing radix parameter. | radix | → line 458, col 16: Missing radix parameter. |
| 486 | 13 | 2 | Identifier '_time' is not in camel case. | fecs-camelcase | → line 486, col 13: Identifier '_time' is not in camel case. |
| 487 | 13 | 2 | Identifier '_date' is not in camel case. | fecs-camelcase | → line 487, col 13: Identifier '_date' is not in camel case. |
| 487 | 52 | 2 | "formatDateNumber" was used before it was defined | no-use-before-define | → line 487, col 52: "formatDateNumber" was used before it was defined |
| 489 | 13 | 2 | Identifier '_nowGap' is not in camel case. | fecs-camelcase | → line 489, col 13: Identifier '_nowGap' is not in camel case. |
| 490 | 13 | 2 | Identifier '_beginGap' is not in camel case. | fecs-camelcase | → line 490, col 13: Identifier '_beginGap' is not in camel case. |
| 492 | 13 | 2 | Identifier '_timeDif' is not in camel case. | fecs-camelcase | → line 492, col 13: Identifier '_timeDif' is not in camel case. |
| 502 | 24 | 2 | "formatDateNumber" was used before it was defined | no-use-before-define | → line 502, col 24: "formatDateNumber" was used before it was defined |
| 502 | 67 | 2 | "formatDateNumber" was used before it was defined | no-use-before-define | → line 502, col 67: "formatDateNumber" was used before it was defined |
| 515 | 5 | 2 | Date prototype is read only, properties should not be added. | no-extend-native | → line 515, col 5: Date prototype is read only, properties should not be added. |
| 541 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 541, col 21: Property 'entity_type' is not in camel case. |
| 543 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 543, col 25: Property 'block_name' is not in camel case. |
| 545 | 25 | 2 | Property 'tab_name' is not in camel case. | fecs-camelcase | → line 545, col 25: Property 'tab_name' is not in camel case. |
| 558 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 558, col 21: Property 'entity_type' is not in camel case. |
| 559 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 559, col 21: Property 'entity_list' is not in camel case. |
| 561 | 25 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 561, col 25: Property 'item_id' is not in camel case. |
| 562 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 562, col 25: Property 'block_name' is not in camel case. |
| 578 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 578, col 21: Property 'entity_type' is not in camel case. |
| 580 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 580, col 25: Property 'block_name' is not in camel case. |
| 582 | 25 | 2 | Property 'target_url' is not in camel case. | fecs-camelcase | → line 582, col 25: Property 'target_url' is not in camel case. |
| 596 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 596, col 21: Property 'entity_type' is not in camel case. |
| 597 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 597, col 21: Property 'entity_list' is not in camel case. |
| 599 | 25 | 2 | Property 'brand_id' is not in camel case. | fecs-camelcase | → line 599, col 25: Property 'brand_id' is not in camel case. |
| 600 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 600, col 25: Property 'block_name' is not in camel case. |
| 617 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 617, col 21: Property 'entity_type' is not in camel case. |
| 619 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 619, col 25: Property 'block_name' is not in camel case. |
| 621 | 25 | 2 | Property 'tab_name' is not in camel case. | fecs-camelcase | → line 621, col 25: Property 'tab_name' is not in camel case. |
| 636 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 636, col 21: Property 'entity_type' is not in camel case. |
| 637 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 637, col 21: Property 'entity_list' is not in camel case. |
| 639 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 639, col 25: Property 'block_name' is not in camel case. |
| 642 | 25 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 642, col 25: Property 'item_id' is not in camel case. |
| 642 | 37 | 2 | Unexpected trailing comma. | comma-dangle | → line 642, col 37: Unexpected trailing comma. |
不规范数量:42
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 12, col 5: "env" is defined but never used |
| 13 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 13, col 5: "popup" is defined but never used |
| 25 | 9 | 1 | "toIntFormat" is defined but never used | no-unused-vars | → line 25, col 9: "toIntFormat" is defined but never used |
| 25 | 23 | 2 | Missing radix parameter. | radix | → line 25, col 23: Missing radix parameter. |
| 27 | 9 | 2 | "result" is not defined. | no-undef | → line 27, col 9: "result" is not defined. |
| 30 | 9 | 2 | "result" is not defined. | no-undef | → line 30, col 9: "result" is not defined. |
| 32 | 12 | 2 | "result" is not defined. | no-undef | → line 32, col 12: "result" is not defined. |
| 70 | 21 | 2 | "html" is not defined. | no-undef | → line 70, col 21: "html" is not defined. |
| 75 | 21 | 2 | "html" is not defined. | no-undef | → line 75, col 21: "html" is not defined. |
| 78 | 30 | 2 | "html" is not defined. | no-undef | → line 78, col 30: "html" is not defined. |
| 85 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 85, col 17: Identifier 'block_name' is not in camel case. |
| 88 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 88, col 17: Property 'entity_type' is not in camel case. |
| 90 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 90, col 21: Property 'block_name' is not in camel case. |
| 103 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 103, col 17: Identifier 'block_name' is not in camel case. |
| 106 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 106, col 17: Property 'entity_type' is not in camel case. |
| 108 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 108, col 21: Property 'block_name' is not in camel case. |
| 114 | 13 | 1 | "that" is defined but never used | no-unused-vars | → line 114, col 13: "that" is defined but never used |
| 141 | 17 | 1 | Unexpected console statement. | no-console | → line 141, col 17: Unexpected console statement. |
| 159 | 17 | 1 | Unexpected console statement. | no-console | → line 159, col 17: Unexpected console statement. |
| 182 | 17 | 1 | Unexpected console statement. | no-console | → line 182, col 17: Unexpected console statement. |
| 213 | 13 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 213, col 13: "sliderPic" is defined but never used |
| 213 | 29 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 213, col 29: A constructor name should not start with a lowercase letter. |
| 249 | 14 | 2 | "key" is not defined. | no-undef | → line 249, col 14: "key" is not defined. |
| 251 | 32 | 2 | "key" is not defined. | no-undef | → line 251, col 32: "key" is not defined. |
| 252 | 60 | 2 | "key" is not defined. | no-undef | → line 252, col 60: "key" is not defined. |
| 253 | 26 | 2 | "key" is not defined. | no-undef | → line 253, col 26: "key" is not defined. |
| 253 | 59 | 2 | "key" is not defined. | no-undef | → line 253, col 59: "key" is not defined. |
| 257 | 45 | 2 | "key" is not defined. | no-undef | → line 257, col 45: "key" is not defined. |
| 259 | 44 | 2 | "key" is not defined. | no-undef | → line 259, col 44: "key" is not defined. |
| 261 | 1 | 2 | Line 261 exceeds the maximum line length of 120. | max-len | → line 261, col 1: Line 261 exceeds the maximum line length of 120. |
| 261 | 83 | 2 | "key" is not defined. | no-undef | → line 261, col 83: "key" is not defined. |
| 261 | 114 | 2 | "key" is not defined. | no-undef | → line 261, col 114: "key" is not defined. |
| 262 | 45 | 2 | "key" is not defined. | no-undef | → line 262, col 45: "key" is not defined. |
| 265 | 1 | 2 | Line 265 exceeds the maximum line length of 120. | max-len | → line 265, col 1: Line 265 exceeds the maximum line length of 120. |
| 265 | 76 | 2 | "key" is not defined. | no-undef | → line 265, col 76: "key" is not defined. |
| 265 | 107 | 2 | "key" is not defined. | no-undef | → line 265, col 107: "key" is not defined. |
| 270 | 59 | 2 | "key" is not defined. | no-undef | → line 270, col 59: "key" is not defined. |
| 270 | 77 | 2 | "key" is not defined. | no-undef | → line 270, col 77: "key" is not defined. |
| 294 | 18 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 294, col 18: Identifier 'price_ori' is not in camel case. |
| 298 | 18 | 2 | Identifier 'click_num' is not in camel case. | fecs-camelcase | → line 298, col 18: Identifier 'click_num' is not in camel case. |
| 302 | 13 | 2 | Property 'recomand_list' is not in camel case. | fecs-camelcase | → line 302, col 13: Property 'recomand_list' is not in camel case. |
不规范数量:46
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 12, col 5: "popup" is defined but never used |
| 16 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 16, col 5: "navbar" is defined but never used |
| 24 | 5 | 2 | Identifier '_isBeibei' is not in camel case. | fecs-camelcase | → line 24, col 5: Identifier '_isBeibei' is not in camel case. |
| 31 | 10 | 1 | "toIntPrice" is defined but never used | no-unused-vars | → line 31, col 10: "toIntPrice" is defined but never used |
| 34 | 9 | 1 | "toIntFormat" is defined but never used | no-unused-vars | → line 34, col 9: "toIntFormat" is defined but never used |
| 34 | 23 | 2 | Missing radix parameter. | radix | → line 34, col 23: Missing radix parameter. |
| 36 | 9 | 2 | "result" is not defined. | no-undef | → line 36, col 9: "result" is not defined. |
| 39 | 9 | 2 | "result" is not defined. | no-undef | → line 39, col 9: "result" is not defined. |
| 41 | 12 | 2 | "result" is not defined. | no-undef | → line 41, col 12: "result" is not defined. |
| 44 | 10 | 1 | "getBeibeiDetailURL" is defined but never used | no-unused-vars | → line 44, col 10: "getBeibeiDetailURL" is defined but never used |
| 51 | 1 | 2 | Line 51 exceeds the maximum line length of 120. | max-len | → line 51, col 1: Line 51 exceeds the maximum line length of 120. |
| 79 | 21 | 2 | Identifier '_martshows' is not in camel case. | fecs-camelcase | → line 79, col 21: Identifier '_martshows' is not in camel case. |
| 80 | 21 | 2 | Identifier '_items' is not in camel case. | fecs-camelcase | → line 80, col 21: Identifier '_items' is not in camel case. |
| 96 | 25 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 96, col 25: Identifier '$J_waterover' is not in camel case. |
| 97 | 34 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 97, col 34: Identifier '$J_waterover' is not in camel case. |
| 98 | 21 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 98, col 21: Identifier '$J_waterover' is not in camel case. |
| 99 | 63 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 99, col 63: Identifier '$J_waterover' is not in camel case. |
| 100 | 21 | 2 | Identifier '$J_waterover' is not in camel case. | fecs-camelcase | → line 100, col 21: Identifier '$J_waterover' is not in camel case. |
| 106 | 61 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 106, col 61: Expected '===' and instead saw '=='. |
| 107 | 23 | 2 | Strings must use singlequote. | quotes | → line 107, col 23: Strings must use singlequote. |
| 121 | 13 | 2 | Expected key `items` but `'items'` found. | fecs-properties-quote | → line 121, col 13: Expected key `items` but `'items'` found. |
| 127 | 22 | 2 | Identifier 'brand_logo' is not in camel case. | fecs-camelcase | → line 127, col 22: Identifier 'brand_logo' is not in camel case. |
| 154 | 17 | 2 | Identifier '_martshow' is not in camel case. | fecs-camelcase | → line 154, col 17: Identifier '_martshow' is not in camel case. |
| 160 | 25 | 2 | Identifier '_ul' is not in camel case. | fecs-camelcase | → line 160, col 25: Identifier '_ul' is not in camel case. |
| 176 | 17 | 2 | Identifier '_index' is not in camel case. | fecs-camelcase | → line 176, col 17: Identifier '_index' is not in camel case. |
| 177 | 17 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 177, col 17: "sliderPic" is defined but never used |
| 177 | 33 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 177, col 33: A constructor name should not start with a lowercase letter. |
| 191 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 191, col 13: "$doc" is defined but never used |
| 194 | 17 | 1 | "scrollTop" is defined but never used | no-unused-vars | → line 194, col 17: "scrollTop" is defined but never used |
| 208 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 208, col 17: Identifier 'block_name' is not in camel case. |
| 211 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 211, col 17: Property 'entity_type' is not in camel case. |
| 213 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 213, col 21: Property 'block_name' is not in camel case. |
| 221 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 221, col 17: Identifier 'block_name' is not in camel case. |
| 224 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 224, col 17: Property 'entity_type' is not in camel case. |
| 226 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 226, col 21: Property 'block_name' is not in camel case. |
| 237 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 237, col 17: Identifier 'block_name' is not in camel case. |
| 240 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 240, col 17: Property 'entity_type' is not in camel case. |
| 242 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 242, col 21: Property 'block_name' is not in camel case. |
| 247 | 6 | 2 | Unexpected trailing comma. | comma-dangle | → line 247, col 6: Unexpected trailing comma. |
| 290 | 19 | 2 | Missing radix parameter. | radix | → line 290, col 19: Missing radix parameter. |
| 293 | 19 | 2 | Missing radix parameter. | radix | → line 293, col 19: Missing radix parameter. |
| 312 | 5 | 1 | Duplicate key 'init'. | no-dupe-keys | → line 312, col 5: Duplicate key 'init'. |
| 313 | 13 | 2 | Identifier '_this' is not in camel case. | fecs-camelcase | → line 313, col 13: Identifier '_this' is not in camel case. |
| 321 | 18 | 1 | "i" is already defined | no-redeclare | → line 321, col 18: "i" is already defined |
| 326 | 18 | 1 | "i" is already defined | no-redeclare | → line 326, col 18: "i" is already defined |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 17 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 17, col 5: "navbar" is defined but never used |
| 119 | 17 | 1 | Unexpected console statement. | no-console | → line 119, col 17: Unexpected console statement. |
不规范数量:18
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 7, col 5: "env" is defined but never used |
| 8 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 8, col 5: "popup" is defined but never used |
| 16 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 16, col 5: "navbar" is defined but never used |
| 17 | 5 | 1 | "statistics" is defined but never used | no-unused-vars | → line 17, col 5: "statistics" is defined but never used |
| 26 | 9 | 2 | Expected key `dress` but `'dress'` found. | fecs-properties-quote | → line 26, col 9: Expected key `dress` but `'dress'` found. |
| 27 | 9 | 2 | Expected key `woman_dress` but `'woman_dress'` found. | fecs-properties-quote | → line 27, col 9: Expected key `woman_dress` but `'woman_dress'` found. |
| 28 | 9 | 2 | Expected key `babythings` but `'babythings'` found. | fecs-properties-quote | → line 28, col 9: Expected key `babythings` but `'babythings'` found. |
| 29 | 9 | 2 | Expected key `house` but `'house'` found. | fecs-properties-quote | → line 29, col 9: Expected key `house` but `'house'` found. |
| 30 | 9 | 2 | Expected key `toy` but `'toy'` found. | fecs-properties-quote | → line 30, col 9: Expected key `toy` but `'toy'` found. |
| 31 | 9 | 2 | Expected key `beauty` but `'beauty'` found. | fecs-properties-quote | → line 31, col 9: Expected key `beauty` but `'beauty'` found. |
| 35 | 5 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 35, col 5: Property 'page_size' is not in camel case. |
| 37 | 5 | 2 | Property 'time_slot_id' is not in camel case. | fecs-camelcase | → line 37, col 5: Property 'time_slot_id' is not in camel case. |
| 57 | 18 | 2 | Identifier 'time_slot_id' is not in camel case. | fecs-camelcase | → line 57, col 18: Identifier 'time_slot_id' is not in camel case. |
| 60 | 18 | 2 | Identifier 'time_slot_id' is not in camel case. | fecs-camelcase | → line 60, col 18: Identifier 'time_slot_id' is not in camel case. |
| 86 | 17 | 1 | Unexpected console statement. | no-console | → line 86, col 17: Unexpected console statement. |
| 105 | 21 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 105, col 21: Identifier 'price_ori' is not in camel case. |
| 138 | 18 | 2 | Identifier 'time_slot_id' is not in camel case. | fecs-camelcase | → line 138, col 18: Identifier 'time_slot_id' is not in camel case. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 166 | 4 | 2 | Parsing error: Unexpected token | syntax | → line 166, col 4: Parsing error: Unexpected token |
不规范数量:58
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 12, col 5: "popup" is defined but never used |
| 19 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 19, col 5: "navbar" is defined but never used |
| 21 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 21, col 5: "httpurl" is defined but never used |
| 27 | 5 | 2 | Identifier '_isBeibei' is not in camel case. | fecs-camelcase | → line 27, col 5: Identifier '_isBeibei' is not in camel case. |
| 35 | 9 | 1 | "toIntFormat" is defined but never used | no-unused-vars | → line 35, col 9: "toIntFormat" is defined but never used |
| 35 | 23 | 2 | Missing radix parameter. | radix | → line 35, col 23: Missing radix parameter. |
| 37 | 9 | 2 | "result" is not defined. | no-undef | → line 37, col 9: "result" is not defined. |
| 40 | 9 | 2 | "result" is not defined. | no-undef | → line 40, col 9: "result" is not defined. |
| 42 | 12 | 2 | "result" is not defined. | no-undef | → line 42, col 12: "result" is not defined. |
| 52 | 1 | 2 | Line 52 exceeds the maximum line length of 120. | max-len | → line 52, col 1: Line 52 exceeds the maximum line length of 120. |
| 101 | 13 | 2 | "isNo0Hidden" is not defined. | no-undef | → line 101, col 13: "isNo0Hidden" is not defined. |
| 102 | 17 | 2 | "isNo0Hidden" is not defined. | no-undef | → line 102, col 17: "isNo0Hidden" is not defined. |
| 122 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 122, col 17: Identifier 'block_name' is not in camel case. |
| 125 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 125, col 17: Property 'entity_type' is not in camel case. |
| 127 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 127, col 21: Property 'block_name' is not in camel case. |
| 134 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 134, col 17: Identifier 'block_name' is not in camel case. |
| 137 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 137, col 17: Property 'entity_type' is not in camel case. |
| 139 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 139, col 21: Property 'block_name' is not in camel case. |
| 159 | 13 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 159, col 13: "sliderPic" is defined but never used |
| 159 | 29 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 159, col 29: A constructor name should not start with a lowercase letter. |
| 180 | 1 | 2 | Line 180 exceeds the maximum line length of 120. | max-len | → line 180, col 1: Line 180 exceeds the maximum line length of 120. |
| 189 | 13 | 1 | "isInXiaomiApp" is defined but never used | no-unused-vars | → line 189, col 13: "isInXiaomiApp" is defined but never used |
| 207 | 17 | 1 | Unexpected console statement. | no-console | → line 207, col 17: Unexpected console statement. |
| 221 | 22 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 221, col 22: Identifier 'origin_price' is not in camel case. |
| 236 | 17 | 1 | "cssTxt" is already defined | no-redeclare | → line 236, col 17: "cssTxt" is already defined |
| 237 | 22 | 1 | "i" is already defined | no-redeclare | → line 237, col 22: "i" is already defined |
| 238 | 21 | 1 | "item" is already defined | no-redeclare | → line 238, col 21: "item" is already defined |
| 241 | 22 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 241, col 22: Identifier 'origin_price' is not in camel case. |
| 245 | 17 | 1 | "tpl" is already defined | no-redeclare | → line 245, col 17: "tpl" is already defined |
| 246 | 17 | 1 | "html" is already defined | no-redeclare | → line 246, col 17: "html" is already defined |
| 260 | 17 | 2 | Identifier '_martshow' is not in camel case. | fecs-camelcase | → line 260, col 17: Identifier '_martshow' is not in camel case. |
| 318 | 17 | 1 | Unexpected console statement. | no-console | → line 318, col 17: Unexpected console statement. |
| 328 | 17 | 2 | Identifier '_martshow' is not in camel case. | fecs-camelcase | → line 328, col 17: Identifier '_martshow' is not in camel case. |
| 340 | 26 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 340, col 26: Identifier 'price_ori' is not in camel case. |
| 365 | 17 | 1 | Unexpected console statement. | no-console | → line 365, col 17: Unexpected console statement. |
| 372 | 23 | 2 | Missing radix parameter. | radix | → line 372, col 23: Missing radix parameter. |
| 373 | 23 | 2 | Missing radix parameter. | radix | → line 373, col 23: Missing radix parameter. |
| 398 | 17 | 1 | Unexpected console statement. | no-console | → line 398, col 17: Unexpected console statement. |
| 413 | 5 | 1 | "bindEvent" is defined but never used | no-unused-vars | → line 413, col 5: "bindEvent" is defined but never used |
| 415 | 13 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 415, col 13: Identifier 'block_name' is not in camel case. |
| 418 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 418, col 13: Property 'entity_type' is not in camel case. |
| 420 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 420, col 17: Property 'block_name' is not in camel case. |
| 426 | 13 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 426, col 13: Identifier 'block_name' is not in camel case. |
| 429 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 429, col 13: Property 'entity_type' is not in camel case. |
| 431 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 431, col 17: Property 'block_name' is not in camel case. |
| 437 | 13 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 437, col 13: Identifier 'block_name' is not in camel case. |
| 440 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 440, col 13: Property 'entity_type' is not in camel case. |
| 442 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 442, col 17: Property 'block_name' is not in camel case. |
| 448 | 13 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 448, col 13: Identifier 'block_name' is not in camel case. |
| 451 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 451, col 13: Property 'entity_type' is not in camel case. |
| 453 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 453, col 17: Property 'block_name' is not in camel case. |
| 459 | 13 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 459, col 13: Identifier 'block_name' is not in camel case. |
| 462 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 462, col 13: Property 'entity_type' is not in camel case. |
| 464 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 464, col 17: Property 'block_name' is not in camel case. |
| 470 | 13 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 470, col 13: Identifier 'block_name' is not in camel case. |
| 473 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 473, col 13: Property 'entity_type' is not in camel case. |
| 475 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 475, col 17: Property 'block_name' is not in camel case. |
不规范数量:66
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 17 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 17, col 5: "navbar" is defined but never used |
| 18 | 5 | 1 | "login" is defined but never used | no-unused-vars | → line 18, col 5: "login" is defined but never used |
| 30 | 5 | 1 | "dateFormat" is defined but never used | no-unused-vars | → line 30, col 5: "dateFormat" is defined but never used |
| 55 | 5 | 1 | "countFormat" is defined but never used | no-unused-vars | → line 55, col 5: "countFormat" is defined but never used |
| 81 | 5 | 1 | "iid" is defined but never used | no-unused-vars | → line 81, col 5: "iid" is defined but never used |
| 114 | 17 | 1 | Unexpected console statement. | no-console | → line 114, col 17: Unexpected console statement. |
| 132 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 132, col 17: Identifier '_data' is not in camel case. |
| 135 | 199 | 2 | Identifier 'coupon_value' is not in camel case. | fecs-camelcase | → line 135, col 199: Identifier 'coupon_value' is not in camel case. |
| 135 | 263 | 2 | Identifier 'brand_logo' is not in camel case. | fecs-camelcase | → line 135, col 263: Identifier 'brand_logo' is not in camel case. |
| 135 | 420 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 135, col 420: Identifier 'event_id' is not in camel case. |
| 135 | 445 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 135, col 445: Identifier 'event_id' is not in camel case. |
| 136 | 21 | 2 | Identifier '_items' is not in camel case. | fecs-camelcase | → line 136, col 21: Identifier '_items' is not in camel case. |
| 137 | 33 | 2 | Identifier '_len' is not in camel case. | fecs-camelcase | → line 137, col 33: Identifier '_len' is not in camel case. |
| 139 | 31 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 139, col 31: Identifier 'origin_price' is not in camel case. |
| 163 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 163, col 21: Property 'entity_type' is not in camel case. |
| 165 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 165, col 25: Property 'block_name' is not in camel case. |
| 173 | 17 | 2 | Identifier '_datas' is not in camel case. | fecs-camelcase | → line 173, col 17: Identifier '_datas' is not in camel case. |
| 174 | 17 | 1 | "logArr" is already defined | no-redeclare | → line 174, col 17: "logArr" is already defined |
| 175 | 22 | 1 | "i" is already defined | no-redeclare | → line 175, col 22: "i" is already defined |
| 175 | 29 | 1 | "len" is already defined | no-redeclare | → line 175, col 29: "len" is already defined |
| 176 | 187 | 2 | Identifier 'coupon_value' is not in camel case. | fecs-camelcase | → line 176, col 187: Identifier 'coupon_value' is not in camel case. |
| 176 | 257 | 2 | Identifier 'brand_logo' is not in camel case. | fecs-camelcase | → line 176, col 257: Identifier 'brand_logo' is not in camel case. |
| 176 | 432 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 176, col 432: Identifier 'event_id' is not in camel case. |
| 176 | 460 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 176, col 460: Identifier 'event_id' is not in camel case. |
| 177 | 21 | 2 | Identifier '_items' is not in camel case. | fecs-camelcase | → line 177, col 21: Identifier '_items' is not in camel case. |
| 177 | 21 | 1 | "_items" is already defined | no-redeclare | → line 177, col 21: "_items" is already defined |
| 178 | 26 | 1 | "j" is already defined | no-redeclare | → line 178, col 26: "j" is already defined |
| 178 | 33 | 1 | "_len" is already defined | no-redeclare | → line 178, col 33: "_len" is already defined |
| 178 | 33 | 2 | Identifier '_len' is not in camel case. | fecs-camelcase | → line 178, col 33: Identifier '_len' is not in camel case. |
| 180 | 31 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 180, col 31: Identifier 'origin_price' is not in camel case. |
| 187 | 17 | 1 | "todayBrands" is already defined | no-redeclare | → line 187, col 17: "todayBrands" is already defined |
| 194 | 17 | 1 | "logArr" is already defined | no-redeclare | → line 194, col 17: "logArr" is already defined |
| 205 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 205, col 21: Property 'entity_type' is not in camel case. |
| 207 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 207, col 25: Property 'block_name' is not in camel case. |
| 221 | 9 | 2 | "len" is not defined. | no-undef | → line 221, col 9: "len" is not defined. |
| 222 | 13 | 2 | "len" is not defined. | no-undef | → line 222, col 13: "len" is not defined. |
| 223 | 33 | 2 | "len" is not defined. | no-undef | → line 223, col 33: "len" is not defined. |
| 225 | 1 | 2 | Line 225 exceeds the maximum line length of 120. | max-len | → line 225, col 1: Line 225 exceeds the maximum line length of 120. |
| 227 | 22 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 227, col 22: Identifier 'price_ori' is not in camel case. |
| 257 | 17 | 1 | Unexpected console statement. | no-console | → line 257, col 17: Unexpected console statement. |
| 264 | 1 | 2 | Line 264 exceeds the maximum line length of 120. | max-len | → line 264, col 1: Line 264 exceeds the maximum line length of 120. |
| 271 | 1 | 2 | Line 271 exceeds the maximum line length of 120. | max-len | → line 271, col 1: Line 271 exceeds the maximum line length of 120. |
| 289 | 17 | 2 | "jWTop" is not defined. | no-undef | → line 289, col 17: "jWTop" is not defined. |
| 290 | 1 | 2 | Line 290 exceeds the maximum line length of 120. | max-len | → line 290, col 1: Line 290 exceeds the maximum line length of 120. |
| 290 | 21 | 2 | "jWTop" is not defined. | no-undef | → line 290, col 21: "jWTop" is not defined. |
| 291 | 21 | 2 | "loading" is not defined. | no-undef | → line 291, col 21: "loading" is not defined. |
| 309 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 309, col 17: Property 'entity_type' is not in camel case. |
| 310 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 310, col 17: Property 'entity_list' is not in camel case. |
| 312 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 312, col 21: Property 'block_name' is not in camel case. |
| 314 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 314, col 21: Property 'item_id' is not in camel case. |
| 315 | 21 | 2 | Property 'f_event_id' is not in camel case. | fecs-camelcase | → line 315, col 21: Property 'f_event_id' is not in camel case. |
| 330 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 330, col 17: Property 'entity_type' is not in camel case. |
| 331 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 331, col 17: Property 'entity_list' is not in camel case. |
| 333 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 333, col 21: Property 'block_name' is not in camel case. |
| 335 | 21 | 2 | Property 'item_id' is not in camel case. | fecs-camelcase | → line 335, col 21: Property 'item_id' is not in camel case. |
| 336 | 21 | 2 | Property 'f_event_id' is not in camel case. | fecs-camelcase | → line 336, col 21: Property 'f_event_id' is not in camel case. |
| 343 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 343, col 17: Identifier 'block_name' is not in camel case. |
| 346 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 346, col 17: Property 'entity_type' is not in camel case. |
| 348 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 348, col 21: Property 'block_name' is not in camel case. |
| 354 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 354, col 17: Identifier 'block_name' is not in camel case. |
| 357 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 357, col 17: Property 'entity_type' is not in camel case. |
| 359 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 359, col 21: Property 'block_name' is not in camel case. |
| 366 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 366, col 17: Identifier 'block_name' is not in camel case. |
| 369 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 369, col 17: Property 'entity_type' is not in camel case. |
| 371 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 371, col 21: Property 'block_name' is not in camel case. |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 19 | 9 | 2 | Identifier 'compensation_id' is not in camel case. | fecs-camelcase | → line 19, col 9: Identifier 'compensation_id' is not in camel case. |
| 37 | 9 | 2 | "Y" is not defined. | no-undef | → line 37, col 9: "Y" is not defined. |
| 38 | 9 | 2 | "M" is not defined. | no-undef | → line 38, col 9: "M" is not defined. |
| 39 | 9 | 2 | "D" is not defined. | no-undef | → line 39, col 9: "D" is not defined. |
| 40 | 9 | 2 | "h" is not defined. | no-undef | → line 40, col 9: "h" is not defined. |
| 41 | 9 | 2 | "m" is not defined. | no-undef | → line 41, col 9: "m" is not defined. |
| 43 | 16 | 2 | "Y" is not defined. | no-undef | → line 43, col 16: "Y" is not defined. |
| 43 | 20 | 2 | "M" is not defined. | no-undef | → line 43, col 20: "M" is not defined. |
| 43 | 24 | 2 | "D" is not defined. | no-undef | → line 43, col 24: "D" is not defined. |
| 43 | 28 | 2 | "h" is not defined. | no-undef | → line 43, col 28: "h" is not defined. |
| 43 | 32 | 2 | "m" is not defined. | no-undef | → line 43, col 32: "m" is not defined. |
| 50 | 13 | 2 | Expected key `compensation_id` but `'compensation_id'` found. | fecs-properties-quote | → line 50, col 13: Expected key `compensation_id` but `'compensation_id'` found. |
| 59 | 27 | 2 | Identifier 'compensation_type' is not in camel case. | fecs-camelcase | → line 59, col 27: Identifier 'compensation_type' is not in camel case. |
| 60 | 38 | 2 | Identifier 'proof_time' is not in camel case. | fecs-camelcase | → line 60, col 38: Identifier 'proof_time' is not in camel case. |
| 97 | 37 | 1 | "length" is already defined | no-redeclare | → line 97, col 37: "length" is already defined |
不规范数量:4
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 29 | 40 | 2 | Unexpected trailing comma. | comma-dangle | → line 29, col 40: Unexpected trailing comma. |
| 50 | 13 | 2 | Expected key `oid` but `'oid'` found. | fecs-properties-quote | → line 50, col 13: Expected key `oid` but `'oid'` found. |
| 51 | 13 | 2 | Expected key `compensation_type` but `'compensation_type'` found. | fecs-properties-quote | → line 51, col 13: Expected key `compensation_type` but `'compensation_type'` found. |
不规范数量:15
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 28 | 9 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 28, col 9: Identifier '_lock' is not in camel case. |
| 57 | 9 | 2 | Identifier '_uploaddiv' is not in camel case. | fecs-camelcase | → line 57, col 9: Identifier '_uploaddiv' is not in camel case. |
| 68 | 9 | 2 | "getData" was used before it was defined | no-use-before-define | → line 68, col 9: "getData" was used before it was defined |
| 68 | 17 | 2 | "renderData" was used before it was defined | no-use-before-define | → line 68, col 17: "renderData" was used before it was defined |
| 68 | 29 | 2 | "bindEvent" was used before it was defined | no-use-before-define | → line 68, col 29: "bindEvent" was used before it was defined |
| 73 | 13 | 2 | Expected key `oid` but `'oid'` found. | fecs-properties-quote | → line 73, col 13: Expected key `oid` but `'oid'` found. |
| 74 | 13 | 2 | Expected key `compensation_type` but `'compensation_type'` found. | fecs-properties-quote | → line 74, col 13: Expected key `compensation_type` but `'compensation_type'` found. |
| 119 | 13 | 2 | Expected key `oid` but `'oid'` found. | fecs-properties-quote | → line 119, col 13: Expected key `oid` but `'oid'` found. |
| 120 | 13 | 2 | Expected key `oiid` but `'oiid'` found. | fecs-properties-quote | → line 120, col 13: Expected key `oiid` but `'oiid'` found. |
| 121 | 13 | 2 | Expected key `compensation_type` but `'compensation_type'` found. | fecs-properties-quote | → line 121, col 13: Expected key `compensation_type` but `'compensation_type'` found. |
| 122 | 13 | 2 | Expected key `imgs` but `'imgs'` found. | fecs-properties-quote | → line 122, col 13: Expected key `imgs` but `'imgs'` found. |
| 123 | 13 | 2 | Expected key `desc` but `'desc'` found. | fecs-properties-quote | → line 123, col 13: Expected key `desc` but `'desc'` found. |
| 187 | 25 | 2 | Missing radix parameter. | radix | → line 187, col 25: Missing radix parameter. |
| 251 | 25 | 2 | Missing radix parameter. | radix | → line 251, col 25: Missing radix parameter. |
不规范数量:95
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 43 | 17 | 1 | Unexpected console statement. | no-console | → line 43, col 17: Unexpected console statement. |
| 50 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 50, col 17: Identifier '_data' is not in camel case. |
| 60 | 21 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 60, col 21: Property 'coupon_id' is not in camel case. |
| 62 | 21 | 2 | Property 'begin_time' is not in camel case. | fecs-camelcase | → line 62, col 21: Property 'begin_time' is not in camel case. |
| 63 | 21 | 2 | Property 'end_time' is not in camel case. | fecs-camelcase | → line 63, col 21: Property 'end_time' is not in camel case. |
| 76 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 76, col 21: Property 'entity_type' is not in camel case. |
| 77 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 77, col 21: Property 'entity_list' is not in camel case. |
| 79 | 25 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 79, col 25: Expected key `block_name` but `'block_name'` found. |
| 105 | 17 | 1 | Unexpected console statement. | no-console | → line 105, col 17: Unexpected console statement. |
| 111 | 9 | 2 | "renderSelectedBrand" was used before it was defined | no-use-before-define | → line 111, col 9: "renderSelectedBrand" was used before it was defined |
| 112 | 9 | 2 | "renderDiscoveryBuy" was used before it was defined | no-use-before-define | → line 112, col 9: "renderDiscoveryBuy" was used before it was defined |
| 113 | 9 | 2 | "tabsDiscovery" was used before it was defined | no-use-before-define | → line 113, col 9: "tabsDiscovery" was used before it was defined |
| 118 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 118, col 17: Identifier '_data' is not in camel case. |
| 122 | 21 | 2 | Property 'coupon_value' is not in camel case. | fecs-camelcase | → line 122, col 21: Property 'coupon_value' is not in camel case. |
| 123 | 21 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 123, col 21: Property 'coupon_id' is not in camel case. |
| 124 | 21 | 2 | Property 'brand_logo' is not in camel case. | fecs-camelcase | → line 124, col 21: Property 'brand_logo' is not in camel case. |
| 131 | 21 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 131, col 21: Property 'event_id' is not in camel case. |
| 135 | 35 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 135, col 35: Identifier 'origin_price' is not in camel case. |
| 137 | 35 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 137, col 35: Identifier 'origin_price' is not in camel case. |
| 156 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 156, col 21: Property 'entity_type' is not in camel case. |
| 157 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 157, col 21: Property 'entity_list' is not in camel case. |
| 159 | 25 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 159, col 25: Expected key `block_name` but `'block_name'` found. |
| 170 | 17 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 170, col 17: Identifier 'event_id' is not in camel case. |
| 171 | 17 | 2 | Identifier 'coupon_id' is not in camel case. | fecs-camelcase | → line 171, col 17: Identifier 'coupon_id' is not in camel case. |
| 174 | 17 | 2 | "getBrandAndBuyCouponData" was used before it was defined | no-use-before-define | → line 174, col 17: "getBrandAndBuyCouponData" was used before it was defined |
| 178 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 178, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 181 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 181, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 187 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 187, col 29: Property 'entity_type' is not in camel case. |
| 188 | 29 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 188, col 29: Property 'entity_list' is not in camel case. |
| 190 | 33 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 190, col 33: Expected key `block_name` but `'block_name'` found. |
| 197 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 197, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 200 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 200, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 207 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 207, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 214 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 214, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 226 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 226, col 17: Identifier '_data' is not in camel case. |
| 228 | 32 | 2 | Missing radix parameter. | radix | → line 228, col 32: Missing radix parameter. |
| 231 | 21 | 2 | Property 'coupon_value' is not in camel case. | fecs-camelcase | → line 231, col 21: Property 'coupon_value' is not in camel case. |
| 232 | 21 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 232, col 21: Property 'coupon_id' is not in camel case. |
| 234 | 21 | 2 | Property 'brand_logo' is not in camel case. | fecs-camelcase | → line 234, col 21: Property 'brand_logo' is not in camel case. |
| 235 | 21 | 2 | Property 'brand_title' is not in camel case. | fecs-camelcase | → line 235, col 21: Property 'brand_title' is not in camel case. |
| 236 | 21 | 2 | Property 'buy_num' is not in camel case. | fecs-camelcase | → line 236, col 21: Property 'buy_num' is not in camel case. |
| 239 | 21 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 239, col 21: Property 'event_id' is not in camel case. |
| 256 | 17 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 256, col 17: Identifier 'event_id' is not in camel case. |
| 257 | 17 | 2 | Identifier 'coupon_id' is not in camel case. | fecs-camelcase | → line 257, col 17: Identifier 'coupon_id' is not in camel case. |
| 260 | 17 | 2 | "getBrandAndBuyCouponData" was used before it was defined | no-use-before-define | → line 260, col 17: "getBrandAndBuyCouponData" was used before it was defined |
| 264 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 264, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 270 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 270, col 29: Property 'entity_type' is not in camel case. |
| 271 | 29 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 271, col 29: Property 'entity_list' is not in camel case. |
| 273 | 33 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 273, col 33: Expected key `block_name` but `'block_name'` found. |
| 277 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 277, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 284 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 284, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 287 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 287, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 294 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 294, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 301 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 301, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 311 | 46 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 311, col 46: Identifier 'event_id' is not in camel case. |
| 311 | 56 | 2 | Identifier 'coupon_id' is not in camel case. | fecs-camelcase | → line 311, col 56: Identifier 'coupon_id' is not in camel case. |
| 312 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 312, col 13: "self" is defined but never used |
| 317 | 17 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 317, col 17: Property 'event_id' is not in camel case. |
| 318 | 17 | 2 | Property 'coupon_id' is not in camel case. | fecs-camelcase | → line 318, col 17: Property 'coupon_id' is not in camel case. |
| 326 | 17 | 1 | Unexpected console statement. | no-console | → line 326, col 17: Unexpected console statement. |
| 333 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 333, col 13: "self" is defined but never used |
| 354 | 1 | 2 | Line 354 exceeds the maximum line length of 120. | max-len | → line 354, col 1: Line 354 exceeds the maximum line length of 120. |
| 379 | 17 | 1 | Unexpected console statement. | no-console | → line 379, col 17: Unexpected console statement. |
| 386 | 17 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 386, col 17: Identifier '_data' is not in camel case. |
| 390 | 21 | 2 | Property 'coupon_value' is not in camel case. | fecs-camelcase | → line 390, col 21: Property 'coupon_value' is not in camel case. |
| 393 | 21 | 2 | Property 'sold_count' is not in camel case. | fecs-camelcase | → line 393, col 21: Property 'sold_count' is not in camel case. |
| 396 | 21 | 2 | Property 'activity_id' is not in camel case. | fecs-camelcase | → line 396, col 21: Property 'activity_id' is not in camel case. |
| 397 | 21 | 2 | Property 'follower_count' is not in camel case. | fecs-camelcase | → line 397, col 21: Property 'follower_count' is not in camel case. |
| 413 | 17 | 1 | "self" is defined but never used | no-unused-vars | → line 413, col 17: "self" is defined but never used |
| 414 | 17 | 2 | Identifier 'activity_id' is not in camel case. | fecs-camelcase | → line 414, col 17: Identifier 'activity_id' is not in camel case. |
| 418 | 17 | 2 | "getCircleCouponData" was used before it was defined | no-use-before-define | → line 418, col 17: "getCircleCouponData" was used before it was defined |
| 422 | 75 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 422, col 75: Too many nested callbacks (4). Maximum allowed is 3. |
| 428 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 428, col 29: Property 'entity_type' is not in camel case. |
| 429 | 29 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 429, col 29: Property 'entity_list' is not in camel case. |
| 431 | 33 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 431, col 33: Expected key `block_name` but `'block_name'` found. |
| 435 | 72 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 435, col 72: Too many nested callbacks (4). Maximum allowed is 3. |
| 465 | 69 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 465, col 69: Too many nested callbacks (4). Maximum allowed is 3. |
| 474 | 41 | 2 | Identifier 'activity_id' is not in camel case. | fecs-camelcase | → line 474, col 41: Identifier 'activity_id' is not in camel case. |
| 479 | 17 | 2 | Property 'activity_id' is not in camel case. | fecs-camelcase | → line 479, col 17: Property 'activity_id' is not in camel case. |
| 486 | 17 | 1 | Unexpected console statement. | no-console | → line 486, col 17: Unexpected console statement. |
| 497 | 17 | 2 | Identifier '_tab' is not in camel case. | fecs-camelcase | → line 497, col 17: Identifier '_tab' is not in camel case. |
| 500 | 13 | 2 | "gotoInner" was used before it was defined | no-use-before-define | → line 500, col 13: "gotoInner" was used before it was defined |
| 501 | 13 | 2 | "lazyloadImg" was used before it was defined | no-use-before-define | → line 501, col 13: "lazyloadImg" was used before it was defined |
| 555 | 13 | 2 | Expected key `day` but `'day'` found. | fecs-properties-quote | → line 555, col 13: Expected key `day` but `'day'` found. |
| 556 | 13 | 2 | Expected key `fullTime` but `'fullTime'` found. | fecs-properties-quote | → line 556, col 13: Expected key `fullTime` but `'fullTime'` found. |
| 560 | 33 | 2 | Missing radix parameter. | radix | → line 560, col 33: Missing radix parameter. |
| 566 | 16 | 2 | Missing radix parameter. | radix | → line 566, col 16: Missing radix parameter. |
| 576 | 16 | 2 | Missing radix parameter. | radix | → line 576, col 16: Missing radix parameter. |
| 640 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 640, col 17: Property 'entity_type' is not in camel case. |
| 641 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 641, col 17: Property 'entity_list' is not in camel case. |
| 643 | 21 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 643, col 21: Expected key `block_name` but `'block_name'` found. |
| 651 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 651, col 17: Property 'entity_type' is not in camel case. |
| 652 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 652, col 17: Property 'entity_list' is not in camel case. |
| 654 | 21 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 654, col 21: Expected key `block_name` but `'block_name'` found. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 21 | 13 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 21, col 13: Property 'block_name' is not in camel case. |
不规范数量:24
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 8, col 1: Expected exception block, space or tab after "/*" in comment. |
| 13 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 13, col 17: Identifier '_t' is not in camel case. |
| 24 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 24, col 17: Identifier '_t' is not in camel case. |
| 33 | 9 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 33, col 9: Reserved word "do" used as key. |
| 33 | 9 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 33, col 9: Expected key `'do'` but `do` found. |
| 34 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 34, col 17: Identifier '_t' is not in camel case. |
| 47 | 9 | 2 | Expected key `'setCb'` but `setCb` found. | fecs-properties-quote | → line 47, col 9: Expected key `'setCb'` but `setCb` found. |
| 51 | 9 | 2 | Expected key `'hide'` but `hide` found. | fecs-properties-quote | → line 51, col 9: Expected key `'hide'` but `hide` found. |
| 57 | 9 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 57, col 9: Reserved word "do" used as key. |
| 57 | 9 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 57, col 9: Expected key `'do'` but `do` found. |
| 58 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 58, col 17: Identifier '_t' is not in camel case. |
| 64 | 9 | 2 | Expected key `'setCb'` but `setCb` found. | fecs-properties-quote | → line 64, col 9: Expected key `'setCb'` but `setCb` found. |
| 70 | 9 | 2 | Identifier 'login_freeLoad' is not in camel case. | fecs-camelcase | → line 70, col 9: Identifier 'login_freeLoad' is not in camel case. |
| 71 | 9 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 71, col 9: Reserved word "do" used as key. |
| 71 | 9 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 71, col 9: Expected key `'do'` but `do` found. |
| 72 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 72, col 17: Identifier '_t' is not in camel case. |
| 79 | 9 | 2 | Expected key `'func'` but `func` found. | fecs-properties-quote | → line 79, col 9: Expected key `'func'` but `func` found. |
| 81 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 81, col 17: Identifier '_t' is not in camel case. |
| 81 | 22 | 2 | Identifier 'login_freeLoad' is not in camel case. | fecs-camelcase | → line 81, col 22: Identifier 'login_freeLoad' is not in camel case. |
| 95 | 9 | 2 | Expected key `'cb'` but `cb` found. | fecs-properties-quote | → line 95, col 9: Expected key `'cb'` but `cb` found. |
| 96 | 9 | 2 | Expected key `'setCb'` but `setCb` found. | fecs-properties-quote | → line 96, col 9: Expected key `'setCb'` but `setCb` found. |
| 97 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 97, col 17: Identifier '_t' is not in camel case. |
| 105 | 9 | 2 | Property 'login_freeLoad' is not in camel case. | fecs-camelcase | → line 105, col 9: Property 'login_freeLoad' is not in camel case. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 68 | 13 | 2 | Property 'invite_code' is not in camel case. | fecs-camelcase | → line 68, col 13: Property 'invite_code' is not in camel case. |
| 78 | 22 | 2 | Identifier 'error_code' is not in camel case. | fecs-camelcase | → line 78, col 22: Identifier 'error_code' is not in camel case. |
不规范数量:20
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 46 | 9 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 46, col 9: Property 'entity_type' is not in camel case. |
| 70 | 13 | 2 | Expected key `sign` but `'sign'` found. | fecs-properties-quote | → line 70, col 13: Expected key `sign` but `'sign'` found. |
| 71 | 13 | 2 | Expected key `udid` but `'udid'` found. | fecs-properties-quote | → line 71, col 13: Expected key `udid` but `'udid'` found. |
| 72 | 13 | 2 | Expected key `session` but `'session'` found. | fecs-properties-quote | → line 72, col 13: Expected key `session` but `'session'` found. |
| 73 | 13 | 2 | Expected key `ts` but `'ts'` found. | fecs-properties-quote | → line 73, col 13: Expected key `ts` but `'ts'` found. |
| 74 | 13 | 2 | Expected key `uid` but `'uid'` found. | fecs-properties-quote | → line 74, col 13: Expected key `uid` but `'uid'` found. |
| 78 | 13 | 2 | "invitation" was used before it was defined | no-use-before-define | → line 78, col 13: "invitation" was used before it was defined |
| 79 | 13 | 2 | "invitation" was used before it was defined | no-use-before-define | → line 79, col 13: "invitation" was used before it was defined |
| 80 | 13 | 2 | "invitation" was used before it was defined | no-use-before-define | → line 80, col 13: "invitation" was used before it was defined |
| 83 | 13 | 1 | Unexpected console statement. | no-console | → line 83, col 13: Unexpected console statement. |
| 98 | 5 | 2 | Property 'invite_code' is not in camel case. | fecs-camelcase | → line 98, col 5: Property 'invite_code' is not in camel case. |
| 105 | 14 | 2 | Identifier 'total_points' is not in camel case. | fecs-camelcase | → line 105, col 14: Identifier 'total_points' is not in camel case. |
| 114 | 17 | 2 | Expected key `height` but `'height'` found. | fecs-properties-quote | → line 114, col 17: Expected key `height` but `'height'` found. |
| 142 | 13 | 2 | Expected key `method` but `'method'` found. | fecs-properties-quote | → line 142, col 13: Expected key `method` but `'method'` found. |
| 143 | 13 | 2 | Expected key `from_h5` but `'from_h5'` found. | fecs-properties-quote | → line 143, col 13: Expected key `from_h5` but `'from_h5'` found. |
| 156 | 22 | 2 | Identifier 'invite_code' is not in camel case. | fecs-camelcase | → line 156, col 22: Identifier 'invite_code' is not in camel case. |
| 156 | 41 | 2 | Identifier 'invite_code' is not in camel case. | fecs-camelcase | → line 156, col 41: Identifier 'invite_code' is not in camel case. |
| 160 | 21 | 2 | Property 'total_points' is not in camel case. | fecs-camelcase | → line 160, col 21: Property 'total_points' is not in camel case. |
| 178 | 17 | 1 | "$this" is defined but never used | no-unused-vars | → line 178, col 17: "$this" is defined but never used |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 9 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 9, col 5: "popup" is defined but never used |
| 56 | 13 | 2 | Expected key `method` but `'method'` found. | fecs-properties-quote | → line 56, col 13: Expected key `method` but `'method'` found. |
| 57 | 13 | 2 | Expected key `page` but `'page'` found. | fecs-properties-quote | → line 57, col 13: Expected key `page` but `'page'` found. |
| 58 | 13 | 2 | Expected key `pageSize` but `'pageSize'` found. | fecs-properties-quote | → line 58, col 13: Expected key `pageSize` but `'pageSize'` found. |
| 69 | 21 | 2 | Property 'total_points' is not in camel case. | fecs-camelcase | → line 69, col 21: Property 'total_points' is not in camel case. |
| 78 | 61 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 78, col 61: Unnecessary use of boolean literals in conditional expression |
不规范数量:14
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 45 | 66 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 45, col 66: Unnecessary use of boolean literals in conditional expression |
| 48 | 17 | 1 | Unexpected console statement. | no-console | → line 48, col 17: Unexpected console statement. |
| 77 | 44 | 2 | Missing radix parameter. | radix | → line 77, col 44: Missing radix parameter. |
| 80 | 44 | 2 | Missing radix parameter. | radix | → line 80, col 44: Missing radix parameter. |
| 83 | 44 | 2 | Missing radix parameter. | radix | → line 83, col 44: Missing radix parameter. |
| 86 | 45 | 2 | Missing radix parameter. | radix | → line 86, col 45: Missing radix parameter. |
| 89 | 45 | 2 | Missing radix parameter. | radix | → line 89, col 45: Missing radix parameter. |
| 92 | 45 | 2 | Missing radix parameter. | radix | → line 92, col 45: Missing radix parameter. |
| 127 | 28 | 2 | Identifier 'expire_time' is not in camel case. | fecs-camelcase | → line 127, col 28: Identifier 'expire_time' is not in camel case. |
| 150 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 150, col 13: "bbhybrid" is not defined. |
| 158 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 158, col 21: Expected key `title` but `'title'` found. |
| 159 | 21 | 2 | Expected key `textColor` but `'textColor'` found. | fecs-properties-quote | → line 159, col 21: Expected key `textColor` but `'textColor'` found. |
| 162 | 21 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 162, col 21: Expected key `hidden` but `'hidden'` found. |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 40 | 17 | 1 | Unexpected console statement. | no-console | → line 40, col 17: Unexpected console statement. |
| 46 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 46, col 13: "self" is defined but never used |
| 76 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 76, col 13: "bbhybrid" is not defined. |
| 84 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 84, col 21: Expected key `title` but `'title'` found. |
| 85 | 21 | 2 | Expected key `textColor` but `'textColor'` found. | fecs-properties-quote | → line 85, col 21: Expected key `textColor` but `'textColor'` found. |
| 88 | 21 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 88, col 21: Expected key `hidden` but `'hidden'` found. |
不规范数量:15
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 8 | 5 | 1 | "cookie" is defined but never used | no-unused-vars | → line 8, col 5: "cookie" is defined but never used |
| 24 | 5 | 2 | Identifier '$J_daily_task' is not in camel case. | fecs-camelcase | → line 24, col 5: Identifier '$J_daily_task' is not in camel case. |
| 25 | 5 | 2 | Identifier '$J_new_member_task' is not in camel case. | fecs-camelcase | → line 25, col 5: Identifier '$J_new_member_task' is not in camel case. |
| 29 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 29, col 2: Expected a blank comment line between description and tags. |
| 29 | 17 | 2 | Expected "Array.<Object>" or "Object[]" but "[Object]" found. | fecs-valid-jsdoc | → line 29, col 17: Expected "Array.<Object>" or "Object[]" but "[Object]" found. |
| 30 | 17 | 2 | Expected JSDoc type name "number" but "Number" found. | fecs-valid-jsdoc | → line 30, col 17: Expected JSDoc type name "number" but "Number" found. |
| 45 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 45, col 2: Expected a blank comment line between description and tags. |
| 45 | 17 | 2 | Expected "Array.<Object>" or "Object[]" but "[Object]" found. | fecs-valid-jsdoc | → line 45, col 17: Expected "Array.<Object>" or "Object[]" but "[Object]" found. |
| 69 | 21 | 2 | Identifier 'daily_task_lists' is not in camel case. | fecs-camelcase | → line 69, col 21: Identifier 'daily_task_lists' is not in camel case. |
| 70 | 21 | 2 | Identifier 'new_member_task_lists' is not in camel case. | fecs-camelcase | → line 70, col 21: Identifier 'new_member_task_lists' is not in camel case. |
| 74 | 17 | 2 | Identifier '$J_daily_task' is not in camel case. | fecs-camelcase | → line 74, col 17: Identifier '$J_daily_task' is not in camel case. |
| 76 | 29 | 2 | Identifier 'daily_task_lists' is not in camel case. | fecs-camelcase | → line 76, col 29: Identifier 'daily_task_lists' is not in camel case. |
| 81 | 17 | 2 | Identifier '$J_new_member_task' is not in camel case. | fecs-camelcase | → line 81, col 17: Identifier '$J_new_member_task' is not in camel case. |
| 83 | 29 | 2 | Identifier 'new_member_task_lists' is not in camel case. | fecs-camelcase | → line 83, col 29: Identifier 'new_member_task_lists' is not in camel case. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
不规范数量:18
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 24 | 1 | 2 | Line 24 exceeds the maximum line length of 120. | max-len | → line 24, col 1: Line 24 exceeds the maximum line length of 120. |
| 39 | 17 | 2 | Property 'utm_source' is not in camel case. | fecs-camelcase | → line 39, col 17: Property 'utm_source' is not in camel case. |
| 41 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 41, col 17: Property 'page_size' is not in camel case. |
| 49 | 25 | 2 | Identifier 'biz_data' is not in camel case. | fecs-camelcase | → line 49, col 25: Identifier 'biz_data' is not in camel case. |
| 52 | 31 | 2 | Identifier 'get_time' is not in camel case. | fecs-camelcase | → line 52, col 31: Identifier 'get_time' is not in camel case. |
| 56 | 35 | 2 | Identifier 'type_txt' is not in camel case. | fecs-camelcase | → line 56, col 35: Identifier 'type_txt' is not in camel case. |
| 62 | 59 | 2 | Identifier 'biz_data' is not in camel case. | fecs-camelcase | → line 62, col 59: Identifier 'biz_data' is not in camel case. |
| 63 | 33 | 2 | Identifier 'biz_data' is not in camel case. | fecs-camelcase | → line 63, col 33: Identifier 'biz_data' is not in camel case. |
| 65 | 56 | 2 | Identifier 'biz_data' is not in camel case. | fecs-camelcase | → line 65, col 56: Identifier 'biz_data' is not in camel case. |
| 69 | 47 | 2 | Identifier 'biz_data' is not in camel case. | fecs-camelcase | → line 69, col 47: Identifier 'biz_data' is not in camel case. |
| 70 | 45 | 2 | Identifier 'biz_data' is not in camel case. | fecs-camelcase | → line 70, col 45: Identifier 'biz_data' is not in camel case. |
| 70 | 65 | 2 | Identifier 'biz_data' is not in camel case. | fecs-camelcase | → line 70, col 65: Identifier 'biz_data' is not in camel case. |
| 71 | 39 | 2 | Identifier 'type_txt' is not in camel case. | fecs-camelcase | → line 71, col 39: Identifier 'type_txt' is not in camel case. |
| 71 | 59 | 2 | Identifier 'biz_data' is not in camel case. | fecs-camelcase | → line 71, col 59: Identifier 'biz_data' is not in camel case. |
| 78 | 25 | 2 | Property 'award_records' is not in camel case. | fecs-camelcase | → line 78, col 25: Property 'award_records' is not in camel case. |
| 86 | 17 | 1 | Unexpected console statement. | no-console | → line 86, col 17: Unexpected console statement. |
| 93 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 93, col 13: "$doc" is defined but never used |
不规范数量:23
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 14 | 5 | 1 | "cookie" is defined but never used | no-unused-vars | → line 14, col 5: "cookie" is defined but never used |
| 16 | 5 | 1 | "lazyload" is defined but never used | no-unused-vars | → line 16, col 5: "lazyload" is defined but never used |
| 17 | 5 | 1 | "appname" is defined but never used | no-unused-vars | → line 17, col 5: "appname" is defined but never used |
| 18 | 5 | 1 | "pathname" is defined but never used | no-unused-vars | → line 18, col 5: "pathname" is defined but never used |
| 36 | 5 | 1 | "$awards" is defined but never used | no-unused-vars | → line 36, col 5: "$awards" is defined but never used |
| 74 | 18 | 1 | "i" is already defined | no-redeclare | → line 74, col 18: "i" is already defined |
| 80 | 18 | 1 | "i" is already defined | no-redeclare | → line 80, col 18: "i" is already defined |
| 110 | 17 | 1 | "$active" is defined but never used | no-unused-vars | → line 110, col 17: "$active" is defined but never used |
| 123 | 6 | 2 | Unexpected trailing comma. | comma-dangle | → line 123, col 6: Unexpected trailing comma. |
| 132 | 10 | 2 | Identifier 'popup_tip' is not in camel case. | fecs-camelcase | → line 132, col 10: Identifier 'popup_tip' is not in camel case. |
| 223 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 223, col 17: Property 'entity_type' is not in camel case. |
| 226 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 226, col 21: Property 'block_name' is not in camel case. |
| 289 | 33 | 2 | Missing radix parameter. | radix | → line 289, col 33: Missing radix parameter. |
| 299 | 17 | 1 | Unexpected console statement. | no-console | → line 299, col 17: Unexpected console statement. |
| 308 | 17 | 2 | Property 'utm_source' is not in camel case. | fecs-camelcase | → line 308, col 17: Property 'utm_source' is not in camel case. |
| 321 | 17 | 2 | A function with a name starting with an uppercase letter should only be used as a constructor. | new-cap | → line 321, col 17: A function with a name starting with an uppercase letter should only be used as a constructor. |
| 331 | 17 | 1 | Unexpected console statement. | no-console | → line 331, col 17: Unexpected console statement. |
| 340 | 17 | 2 | Property 'utm_source' is not in camel case. | fecs-camelcase | → line 340, col 17: Property 'utm_source' is not in camel case. |
| 342 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 342, col 17: Property 'page_size' is not in camel case. |
| 346 | 17 | 1 | Unexpected console statement. | no-console | → line 346, col 17: Unexpected console statement. |
| 365 | 21 | 2 | Property 'utm_source' is not in camel case. | fecs-camelcase | → line 365, col 21: Property 'utm_source' is not in camel case. |
| 447 | 33 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 447, col 33: Expected exception block, space or tab after "/*" in comment. |
不规范数量:51
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 14 | 5 | 1 | "appname" is defined but never used | no-unused-vars | → line 14, col 5: "appname" is defined but never used |
| 15 | 5 | 1 | "pathname" is defined but never used | no-unused-vars | → line 15, col 5: "pathname" is defined but never used |
| 54 | 9 | 1 | "code" is already defined | no-redeclare | → line 54, col 9: "code" is already defined |
| 68 | 17 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 68, col 17: There should be no spaces inside this paren. |
| 68 | 56 | 2 | There should be no spaces inside this paren. | space-in-parens | → line 68, col 56: There should be no spaces inside this paren. |
| 83 | 17 | 2 | Property 'do_check_in' is not in camel case. | fecs-camelcase | → line 83, col 17: Property 'do_check_in' is not in camel case. |
| 92 | 30 | 2 | Identifier 'is_first_time_today' is not in camel case. | fecs-camelcase | → line 92, col 30: Identifier 'is_first_time_today' is not in camel case. |
| 100 | 17 | 1 | Unexpected console statement. | no-console | → line 100, col 17: Unexpected console statement. |
| 127 | 14 | 2 | Identifier 'click_sign_in' is not in camel case. | fecs-camelcase | → line 127, col 14: Identifier 'click_sign_in' is not in camel case. |
| 188 | 17 | 1 | "today" is defined but never used | no-unused-vars | → line 188, col 17: "today" is defined but never used |
| 208 | 1 | 2 | Line 208 exceeds the maximum line length of 120. | max-len | → line 208, col 1: Line 208 exceeds the maximum line length of 120. |
| 305 | 13 | 2 | Identifier 'checkin_continuous' is not in camel case. | fecs-camelcase | → line 305, col 13: Identifier 'checkin_continuous' is not in camel case. |
| 309 | 13 | 2 | Property 'total_num' is not in camel case. | fecs-camelcase | → line 309, col 13: Property 'total_num' is not in camel case. |
| 310 | 13 | 2 | Property 'total_num_minus' is not in camel case. | fecs-camelcase | → line 310, col 13: Property 'total_num_minus' is not in camel case. |
| 311 | 13 | 2 | Property 'next_award_num' is not in camel case. | fecs-camelcase | → line 311, col 13: Property 'next_award_num' is not in camel case. |
| 383 | 5 | 2 | Identifier 'recom_id' is not in camel case. | fecs-camelcase | → line 383, col 5: Identifier 'recom_id' is not in camel case. |
| 387 | 9 | 2 | Identifier 'handler_item' is not in camel case. | fecs-camelcase | → line 387, col 9: Identifier 'handler_item' is not in camel case. |
| 400 | 25 | 2 | Identifier 'price_main' is not in camel case. | fecs-camelcase | → line 400, col 25: Identifier 'price_main' is not in camel case. |
| 404 | 25 | 2 | Identifier 'price_main' is not in camel case. | fecs-camelcase | → line 404, col 25: Identifier 'price_main' is not in camel case. |
| 405 | 25 | 2 | Identifier 'price_little' is not in camel case. | fecs-camelcase | → line 405, col 25: Identifier 'price_little' is not in camel case. |
| 407 | 21 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 407, col 21: Identifier 'price_ori' is not in camel case. |
| 418 | 9 | 2 | Identifier 'handler_item' is not in camel case. | fecs-camelcase | → line 418, col 9: Identifier 'handler_item' is not in camel case. |
| 419 | 13 | 2 | Property 'select_items' is not in camel case. | fecs-camelcase | → line 419, col 13: Property 'select_items' is not in camel case. |
| 428 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 428, col 13: Property 'entity_type' is not in camel case. |
| 430 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 430, col 17: Property 'block_name' is not in camel case. |
| 432 | 17 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 432, col 17: Property 'recom_id' is not in camel case. |
| 445 | 17 | 2 | Property 'scene_id' is not in camel case. | fecs-camelcase | → line 445, col 17: Property 'scene_id' is not in camel case. |
| 446 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 446, col 17: Property 'page_size' is not in camel case. |
| 447 | 17 | 2 | Property 'page_num' is not in camel case. | fecs-camelcase | → line 447, col 17: Property 'page_num' is not in camel case. |
| 468 | 17 | 1 | Unexpected console statement. | no-console | → line 468, col 17: Unexpected console statement. |
| 510 | 13 | 1 | "itemId" is defined but never used | no-unused-vars | → line 510, col 13: "itemId" is defined but never used |
| 514 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 514, col 13: Property 'entity_type' is not in camel case. |
| 515 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 515, col 13: Property 'entity_list' is not in camel case. |
| 517 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 517, col 17: Property 'block_name' is not in camel case. |
| 519 | 17 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 519, col 17: Property 'recom_id' is not in camel case. |
| 529 | 37 | 2 | Identifier 'award_total' is not in camel case. | fecs-camelcase | → line 529, col 37: Identifier 'award_total' is not in camel case. |
| 622 | 13 | 1 | "countDowning" is defined but never used | no-unused-vars | → line 622, col 13: "countDowning" is defined but never used |
| 647 | 31 | 2 | Unexpected trailing comma. | comma-dangle | → line 647, col 31: Unexpected trailing comma. |
| 705 | 35 | 2 | "after" was used before it was defined | no-use-before-define | → line 705, col 35: "after" was used before it was defined |
| 757 | 21 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 757, col 21: "sliderPic" is defined but never used |
| 757 | 37 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 757, col 37: A constructor name should not start with a lowercase letter. |
| 842 | 22 | 2 | Missing radix parameter. | radix | → line 842, col 22: Missing radix parameter. |
| 852 | 17 | 2 | Property 'client_info' is not in camel case. | fecs-camelcase | → line 852, col 17: Property 'client_info' is not in camel case. |
| 867 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 867, col 1: Expected exception block, space or tab after "/*" in comment. |
| 891 | 18 | 2 | Identifier 'has_award_25' is not in camel case. | fecs-camelcase | → line 891, col 18: Identifier 'has_award_25' is not in camel case. |
| 892 | 18 | 2 | Identifier 'has_award_10' is not in camel case. | fecs-camelcase | → line 892, col 18: Identifier 'has_award_10' is not in camel case. |
| 893 | 18 | 2 | Identifier 'checkin_continuous' is not in camel case. | fecs-camelcase | → line 893, col 18: Identifier 'checkin_continuous' is not in camel case. |
| 909 | 18 | 2 | Identifier 'has_award_25' is not in camel case. | fecs-camelcase | → line 909, col 18: Identifier 'has_award_25' is not in camel case. |
| 910 | 18 | 2 | Identifier 'has_award_10' is not in camel case. | fecs-camelcase | → line 910, col 18: Identifier 'has_award_10' is not in camel case. |
| 911 | 18 | 2 | Identifier 'checkin_continuous' is not in camel case. | fecs-camelcase | → line 911, col 18: Identifier 'checkin_continuous' is not in camel case. |
不规范数量:14
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 7, col 5: "env" is defined but never used |
| 13 | 5 | 1 | "adsHelper" is defined but never used | no-unused-vars | → line 13, col 5: "adsHelper" is defined but never used |
| 20 | 13 | 2 | Property 'client_info' is not in camel case. | fecs-camelcase | → line 20, col 13: Property 'client_info' is not in camel case. |
| 81 | 13 | 1 | "today" is defined but never used | no-unused-vars | → line 81, col 13: "today" is defined but never used |
| 121 | 9 | 2 | Identifier 'is_signed_today' is not in camel case. | fecs-camelcase | → line 121, col 9: Identifier 'is_signed_today' is not in camel case. |
| 122 | 13 | 2 | Identifier 'is_signed' is not in camel case. | fecs-camelcase | → line 122, col 13: Identifier 'is_signed' is not in camel case. |
| 124 | 20 | 2 | Missing radix parameter. | radix | → line 124, col 20: Missing radix parameter. |
| 125 | 21 | 2 | Missing radix parameter. | radix | → line 125, col 21: Missing radix parameter. |
| 126 | 19 | 2 | Missing radix parameter. | radix | → line 126, col 19: Missing radix parameter. |
| 139 | 9 | 2 | Property 'total_num' is not in camel case. | fecs-camelcase | → line 139, col 9: Property 'total_num' is not in camel case. |
| 140 | 9 | 2 | Property 'next_num' is not in camel case. | fecs-camelcase | → line 140, col 9: Property 'next_num' is not in camel case. |
| 141 | 9 | 2 | Property 'signed_today' is not in camel case. | fecs-camelcase | → line 141, col 9: Property 'signed_today' is not in camel case. |
| 232 | 37 | 2 | Identifier 'award_total' is not in camel case. | fecs-camelcase | → line 232, col 37: Identifier 'award_total' is not in camel case. |
不规范数量:95
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 7 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 7, col 5: "httpurl" is defined but never used |
| 10 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 10, col 5: "popup" is defined but never used |
| 11 | 5 | 1 | "slider" is defined but never used | no-unused-vars | → line 11, col 5: "slider" is defined but never used |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 19 | 5 | 2 | Identifier '_isBeibei' is not in camel case. | fecs-camelcase | → line 19, col 5: Identifier '_isBeibei' is not in camel case. |
| 22 | 5 | 1 | "$product" is defined but never used | no-unused-vars | → line 22, col 5: "$product" is defined but never used |
| 28 | 5 | 1 | "share" is defined but never used | no-unused-vars | → line 28, col 5: "share" is defined but never used |
| 70 | 14 | 2 | Identifier '_hide' is not in camel case. | fecs-camelcase | → line 70, col 14: Identifier '_hide' is not in camel case. |
| 74 | 14 | 2 | Identifier '_mask' is not in camel case. | fecs-camelcase | → line 74, col 14: Identifier '_mask' is not in camel case. |
| 91 | 9 | 1 | "toIntFormat" is defined but never used | no-unused-vars | → line 91, col 9: "toIntFormat" is defined but never used |
| 91 | 23 | 2 | Missing radix parameter. | radix | → line 91, col 23: Missing radix parameter. |
| 93 | 9 | 2 | "result" is not defined. | no-undef | → line 93, col 9: "result" is not defined. |
| 96 | 9 | 2 | "result" is not defined. | no-undef | → line 96, col 9: "result" is not defined. |
| 98 | 12 | 2 | "result" is not defined. | no-undef | → line 98, col 12: "result" is not defined. |
| 102 | 5 | 1 | "allADs" is defined but never used | no-unused-vars | → line 102, col 5: "allADs" is defined but never used |
| 103 | 14 | 2 | Identifier '_scrollEvent' is not in camel case. | fecs-camelcase | → line 103, col 14: Identifier '_scrollEvent' is not in camel case. |
| 151 | 13 | 1 | Unexpected console statement. | no-console | → line 151, col 13: Unexpected console statement. |
| 157 | 5 | 1 | "xianLiangMiaoSha" is defined but never used | no-unused-vars | → line 157, col 5: "xianLiangMiaoSha" is defined but never used |
| 173 | 13 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 173, col 13: Identifier 'block_name' is not in camel case. |
| 176 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 176, col 13: Property 'entity_type' is not in camel case. |
| 178 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 178, col 17: Property 'block_name' is not in camel case. |
| 194 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 194, col 17: Identifier 'tuan_items' is not in camel case. |
| 195 | 35 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 195, col 35: Identifier 'tuan_items' is not in camel case. |
| 196 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 196, col 17: Identifier 'tuan_items' is not in camel case. |
| 196 | 85 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 196, col 85: Identifier 'tuan_items' is not in camel case. |
| 196 | 151 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 196, col 151: Identifier 'tuan_items' is not in camel case. |
| 197 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 197, col 17: Identifier 'tuan_items' is not in camel case. |
| 197 | 42 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 197, col 42: Identifier 'tuan_items' is not in camel case. |
| 198 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 198, col 17: Identifier 'tuan_items' is not in camel case. |
| 198 | 38 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 198, col 38: Identifier 'tuan_items' is not in camel case. |
| 199 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 199, col 17: Identifier 'tuan_items' is not in camel case. |
| 199 | 37 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 199, col 37: Identifier 'tuan_items' is not in camel case. |
| 200 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 200, col 17: Identifier 'tuan_items' is not in camel case. |
| 200 | 50 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 200, col 50: Identifier 'tuan_items' is not in camel case. |
| 201 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 201, col 17: Identifier 'tuan_items' is not in camel case. |
| 201 | 31 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 201, col 31: Identifier 'price_ori' is not in camel case. |
| 201 | 54 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 201, col 54: Identifier 'tuan_items' is not in camel case. |
| 202 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 202, col 17: Identifier 'tuan_items' is not in camel case. |
| 202 | 44 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 202, col 44: Identifier 'tuan_items' is not in camel case. |
| 202 | 69 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 202, col 69: Identifier 'tuan_items' is not in camel case. |
| 203 | 17 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 203, col 17: Identifier 'tuan_items' is not in camel case. |
| 203 | 31 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 203, col 31: Identifier 'btn_txt' is not in camel case. |
| 203 | 41 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 203, col 41: Identifier 'tuan_items' is not in camel case. |
| 213 | 13 | 2 | "songShengHuoFei" was used before it was defined | no-use-before-define | → line 213, col 13: "songShengHuoFei" was used before it was defined |
| 214 | 13 | 2 | "haiTaoBaoKuan" was used before it was defined | no-use-before-define | → line 214, col 13: "haiTaoBaoKuan" was used before it was defined |
| 217 | 13 | 1 | Unexpected console statement. | no-console | → line 217, col 13: Unexpected console statement. |
| 224 | 14 | 2 | Identifier '_showPacketMoney' is not in camel case. | fecs-camelcase | → line 224, col 14: Identifier '_showPacketMoney' is not in camel case. |
| 230 | 14 | 2 | Identifier '_getShengHuoFei' is not in camel case. | fecs-camelcase | → line 230, col 14: Identifier '_getShengHuoFei' is not in camel case. |
| 251 | 25 | 1 | Unexpected console statement. | no-console | → line 251, col 25: Unexpected console statement. |
| 256 | 21 | 1 | Unexpected console statement. | no-console | → line 256, col 21: Unexpected console statement. |
| 286 | 14 | 2 | Identifier '_getList' is not in camel case. | fecs-camelcase | → line 286, col 14: Identifier '_getList' is not in camel case. |
| 298 | 21 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 298, col 21: Identifier 'group_items' is not in camel case. |
| 299 | 39 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 299, col 39: Identifier 'group_items' is not in camel case. |
| 300 | 21 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 300, col 21: Identifier 'group_items' is not in camel case. |
| 300 | 90 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 300, col 90: Identifier 'group_items' is not in camel case. |
| 300 | 157 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 300, col 157: Identifier 'group_items' is not in camel case. |
| 301 | 21 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 301, col 21: Identifier 'group_items' is not in camel case. |
| 301 | 47 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 301, col 47: Identifier 'group_items' is not in camel case. |
| 302 | 21 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 302, col 21: Identifier 'group_items' is not in camel case. |
| 302 | 43 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 302, col 43: Identifier 'group_items' is not in camel case. |
| 303 | 21 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 303, col 21: Identifier 'group_items' is not in camel case. |
| 303 | 42 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 303, col 42: Identifier 'group_items' is not in camel case. |
| 304 | 21 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 304, col 21: Identifier 'group_items' is not in camel case. |
| 304 | 55 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 304, col 55: Identifier 'group_items' is not in camel case. |
| 305 | 21 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 305, col 21: Identifier 'group_items' is not in camel case. |
| 305 | 36 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 305, col 36: Identifier 'price_ori' is not in camel case. |
| 305 | 59 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 305, col 59: Identifier 'group_items' is not in camel case. |
| 306 | 21 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 306, col 21: Identifier 'group_items' is not in camel case. |
| 306 | 44 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 306, col 44: Identifier 'group_items' is not in camel case. |
| 306 | 71 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 306, col 71: Identifier 'group_items' is not in camel case. |
| 307 | 21 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 307, col 21: Identifier 'group_items' is not in camel case. |
| 307 | 36 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 307, col 36: Identifier 'btn_txt' is not in camel case. |
| 307 | 46 | 2 | Identifier 'group_items' is not in camel case. | fecs-camelcase | → line 307, col 46: Identifier 'group_items' is not in camel case. |
| 319 | 17 | 1 | Unexpected console statement. | no-console | → line 319, col 17: Unexpected console statement. |
| 331 | 14 | 2 | Identifier '_getList' is not in camel case. | fecs-camelcase | → line 331, col 14: Identifier '_getList' is not in camel case. |
| 343 | 21 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 343, col 21: Identifier 'oversea_items' is not in camel case. |
| 344 | 39 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 344, col 39: Identifier 'oversea_items' is not in camel case. |
| 345 | 21 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 345, col 21: Identifier 'oversea_items' is not in camel case. |
| 345 | 92 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 345, col 92: Identifier 'oversea_items' is not in camel case. |
| 345 | 161 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 345, col 161: Identifier 'oversea_items' is not in camel case. |
| 346 | 21 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 346, col 21: Identifier 'oversea_items' is not in camel case. |
| 346 | 45 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 346, col 45: Identifier 'oversea_items' is not in camel case. |
| 347 | 21 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 347, col 21: Identifier 'oversea_items' is not in camel case. |
| 347 | 44 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 347, col 44: Identifier 'oversea_items' is not in camel case. |
| 348 | 21 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 348, col 21: Identifier 'oversea_items' is not in camel case. |
| 348 | 47 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 348, col 47: Identifier 'oversea_items' is not in camel case. |
| 349 | 21 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 349, col 21: Identifier 'oversea_items' is not in camel case. |
| 349 | 38 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 349, col 38: Identifier 'price_ori' is not in camel case. |
| 349 | 51 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 349, col 51: Identifier 'oversea_items' is not in camel case. |
| 350 | 21 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 350, col 21: Identifier 'oversea_items' is not in camel case. |
| 350 | 38 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 350, col 38: Identifier 'btn_txt' is not in camel case. |
| 350 | 48 | 2 | Identifier 'oversea_items' is not in camel case. | fecs-camelcase | → line 350, col 48: Identifier 'oversea_items' is not in camel case. |
| 363 | 17 | 1 | Unexpected console statement. | no-console | → line 363, col 17: Unexpected console statement. |
| 372 | 5 | 1 | "hashChangeEvent" is defined but never used | no-unused-vars | → line 372, col 5: "hashChangeEvent" is defined but never used |
不规范数量:177
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 19 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 19, col 5: "navbar" is defined but never used |
| 26 | 5 | 2 | Identifier '_isBeibei' is not in camel case. | fecs-camelcase | → line 26, col 5: Identifier '_isBeibei' is not in camel case. |
| 29 | 5 | 1 | "$product" is defined but never used | no-unused-vars | → line 29, col 5: "$product" is defined but never used |
| 30 | 5 | 2 | Identifier '_page' is not in camel case. | fecs-camelcase | → line 30, col 5: Identifier '_page' is not in camel case. |
| 31 | 5 | 2 | Identifier '_callbackLoop' is not in camel case. | fecs-camelcase | → line 31, col 5: Identifier '_callbackLoop' is not in camel case. |
| 32 | 5 | 2 | Identifier '_loading' is not in camel case. | fecs-camelcase | → line 32, col 5: Identifier '_loading' is not in camel case. |
| 33 | 5 | 2 | Identifier '_scrollTop' is not in camel case. | fecs-camelcase | → line 33, col 5: Identifier '_scrollTop' is not in camel case. |
| 34 | 5 | 2 | Identifier '_tab' is not in camel case. | fecs-camelcase | → line 34, col 5: Identifier '_tab' is not in camel case. |
| 35 | 5 | 2 | Identifier '_tabText' is not in camel case. | fecs-camelcase | → line 35, col 5: Identifier '_tabText' is not in camel case. |
| 37 | 5 | 2 | Identifier '_isLogin' is not in camel case. | fecs-camelcase | → line 37, col 5: Identifier '_isLogin' is not in camel case. |
| 38 | 5 | 2 | Identifier '$J_loading' is not in camel case. | fecs-camelcase | → line 38, col 5: Identifier '$J_loading' is not in camel case. |
| 90 | 14 | 2 | Identifier '_hide' is not in camel case. | fecs-camelcase | → line 90, col 14: Identifier '_hide' is not in camel case. |
| 94 | 14 | 2 | Identifier '_mask' is not in camel case. | fecs-camelcase | → line 94, col 14: Identifier '_mask' is not in camel case. |
| 111 | 9 | 1 | "toIntFormat" is defined but never used | no-unused-vars | → line 111, col 9: "toIntFormat" is defined but never used |
| 111 | 23 | 2 | Missing radix parameter. | radix | → line 111, col 23: Missing radix parameter. |
| 113 | 9 | 2 | "result" is not defined. | no-undef | → line 113, col 9: "result" is not defined. |
| 116 | 9 | 2 | "result" is not defined. | no-undef | → line 116, col 9: "result" is not defined. |
| 118 | 12 | 2 | "result" is not defined. | no-undef | → line 118, col 12: "result" is not defined. |
| 137 | 5 | 1 | "allADs" is defined but never used | no-unused-vars | → line 137, col 5: "allADs" is defined but never used |
| 138 | 14 | 2 | Identifier '_scrollEvent' is not in camel case. | fecs-camelcase | → line 138, col 14: Identifier '_scrollEvent' is not in camel case. |
| 169 | 21 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 169, col 21: "sliderPic" is defined but never used |
| 169 | 37 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 169, col 37: A constructor name should not start with a lowercase letter. |
| 195 | 1 | 2 | Line 195 exceeds the maximum line length of 120. | max-len | → line 195, col 1: Line 195 exceeds the maximum line length of 120. |
| 202 | 21 | 1 | "tpl" is already defined | no-redeclare | → line 202, col 21: "tpl" is already defined |
| 211 | 13 | 1 | Unexpected console statement. | no-console | → line 211, col 13: Unexpected console statement. |
| 219 | 9 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 219, col 9: Identifier '_lock' is not in camel case. |
| 259 | 9 | 2 | Identifier '_isFinished' is not in camel case. | fecs-camelcase | → line 259, col 9: Identifier '_isFinished' is not in camel case. |
| 260 | 14 | 2 | Identifier '_checkFinish' is not in camel case. | fecs-camelcase | → line 260, col 14: Identifier '_checkFinish' is not in camel case. |
| 265 | 14 | 2 | Identifier '_getUserInfo' is not in camel case. | fecs-camelcase | → line 265, col 14: Identifier '_getUserInfo' is not in camel case. |
| 277 | 14 | 2 | Identifier '_popAlert' is not in camel case. | fecs-camelcase | → line 277, col 14: Identifier '_popAlert' is not in camel case. |
| 289 | 25 | 2 | "re" was used before it was defined | no-use-before-define | → line 289, col 25: "re" was used before it was defined |
| 302 | 14 | 2 | Identifier '_toFinish' is not in camel case. | fecs-camelcase | → line 302, col 14: Identifier '_toFinish' is not in camel case. |
| 302 | 14 | 1 | "_toFinish" is defined but never used | no-unused-vars | → line 302, col 14: "_toFinish" is defined but never used |
| 321 | 14 | 2 | Identifier '_finishedAndNext' is not in camel case. | fecs-camelcase | → line 321, col 14: Identifier '_finishedAndNext' is not in camel case. |
| 347 | 14 | 2 | Identifier '_init' is not in camel case. | fecs-camelcase | → line 347, col 14: Identifier '_init' is not in camel case. |
| 368 | 14 | 2 | Identifier '_init' is not in camel case. | fecs-camelcase | → line 368, col 14: Identifier '_init' is not in camel case. |
| 377 | 21 | 2 | "baoKuanTuiJian" was used before it was defined | no-use-before-define | → line 377, col 21: "baoKuanTuiJian" was used before it was defined |
| 383 | 21 | 2 | "xianLiangMiaoSha" was used before it was defined | no-use-before-define | → line 383, col 21: "xianLiangMiaoSha" was used before it was defined |
| 390 | 21 | 2 | "pinTuan" was used before it was defined | no-use-before-define | → line 390, col 21: "pinTuan" was used before it was defined |
| 422 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 422, col 17: Identifier 'block_name' is not in camel case. |
| 425 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 425, col 17: Property 'entity_type' is not in camel case. |
| 427 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 427, col 21: Property 'block_name' is not in camel case. |
| 462 | 14 | 2 | Identifier '_loadMore' is not in camel case. | fecs-camelcase | → line 462, col 14: Identifier '_loadMore' is not in camel case. |
| 479 | 14 | 2 | Identifier '_scrollAfterClickTab' is not in camel case. | fecs-camelcase | → line 479, col 14: Identifier '_scrollAfterClickTab' is not in camel case. |
| 511 | 9 | 2 | Identifier '_uriParams' is not in camel case. | fecs-camelcase | → line 511, col 9: Identifier '_uriParams' is not in camel case. |
| 512 | 9 | 2 | Identifier '_ckey' is not in camel case. | fecs-camelcase | → line 512, col 9: Identifier '_ckey' is not in camel case. |
| 513 | 9 | 2 | Identifier '_utmSource' is not in camel case. | fecs-camelcase | → line 513, col 9: Identifier '_utmSource' is not in camel case. |
| 514 | 9 | 2 | Identifier '_utmSourceIos' is not in camel case. | fecs-camelcase | → line 514, col 9: Identifier '_utmSourceIos' is not in camel case. |
| 515 | 9 | 2 | Identifier '_downUrl' is not in camel case. | fecs-camelcase | → line 515, col 9: Identifier '_downUrl' is not in camel case. |
| 544 | 14 | 2 | Identifier '_bindYiYuanGouEvent' is not in camel case. | fecs-camelcase | → line 544, col 14: Identifier '_bindYiYuanGouEvent' is not in camel case. |
| 558 | 25 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 558, col 25: Identifier 'block_name' is not in camel case. |
| 558 | 25 | 1 | "block_name" is defined but never used | no-unused-vars | → line 558, col 25: "block_name" is defined but never used |
| 563 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 563, col 25: Property 'entity_type' is not in camel case. |
| 564 | 25 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 564, col 25: Property 'entity_list' is not in camel case. |
| 566 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 566, col 29: Property 'block_name' is not in camel case. |
| 577 | 21 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 577, col 21: Identifier 'block_name' is not in camel case. |
| 577 | 21 | 1 | "block_name" is defined but never used | no-unused-vars | → line 577, col 21: "block_name" is defined but never used |
| 580 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 580, col 21: Property 'entity_type' is not in camel case. |
| 581 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 581, col 21: Property 'entity_list' is not in camel case. |
| 583 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 583, col 25: Property 'block_name' is not in camel case. |
| 592 | 21 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 592, col 21: Identifier 'block_name' is not in camel case. |
| 592 | 21 | 1 | "block_name" is defined but never used | no-unused-vars | → line 592, col 21: "block_name" is defined but never used |
| 595 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 595, col 21: Property 'entity_type' is not in camel case. |
| 596 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 596, col 21: Property 'entity_list' is not in camel case. |
| 598 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 598, col 25: Property 'block_name' is not in camel case. |
| 637 | 17 | 1 | "block_name" is defined but never used | no-unused-vars | → line 637, col 17: "block_name" is defined but never used |
| 637 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 637, col 17: Identifier 'block_name' is not in camel case. |
| 640 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 640, col 17: Property 'entity_type' is not in camel case. |
| 641 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 641, col 17: Property 'entity_list' is not in camel case. |
| 643 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 643, col 21: Property 'block_name' is not in camel case. |
| 650 | 14 | 2 | Identifier '_getList' is not in camel case. | fecs-camelcase | → line 650, col 14: Identifier '_getList' is not in camel case. |
| 664 | 17 | 2 | Identifier '$J_loading' is not in camel case. | fecs-camelcase | → line 664, col 17: Identifier '$J_loading' is not in camel case. |
| 667 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 667, col 25: Identifier 'search_items' is not in camel case. |
| 668 | 43 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 668, col 43: Identifier 'search_items' is not in camel case. |
| 670 | 33 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 670, col 33: Identifier 'search_items' is not in camel case. |
| 671 | 33 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 671, col 33: Identifier 'search_items' is not in camel case. |
| 671 | 103 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 671, col 103: Identifier 'search_items' is not in camel case. |
| 671 | 171 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 671, col 171: Identifier 'search_items' is not in camel case. |
| 674 | 37 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 674, col 37: Identifier 'search_items' is not in camel case. |
| 674 | 61 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 674, col 61: Identifier 'search_items' is not in camel case. |
| 675 | 41 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 675, col 41: Identifier 'search_items' is not in camel case. |
| 676 | 41 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 676, col 41: Identifier 'search_items' is not in camel case. |
| 676 | 111 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 676, col 111: Identifier 'search_items' is not in camel case. |
| 676 | 186 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 676, col 186: Identifier 'search_items' is not in camel case. |
| 676 | 225 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 676, col 225: Identifier 'search_items' is not in camel case. |
| 679 | 41 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 679, col 41: Identifier 'search_items' is not in camel case. |
| 679 | 111 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 679, col 111: Identifier 'search_items' is not in camel case. |
| 679 | 179 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 679, col 179: Identifier 'search_items' is not in camel case. |
| 683 | 37 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 683, col 37: Identifier 'search_items' is not in camel case. |
| 683 | 107 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 683, col 107: Identifier 'search_items' is not in camel case. |
| 683 | 182 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 683, col 182: Identifier 'search_items' is not in camel case. |
| 683 | 221 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 683, col 221: Identifier 'search_items' is not in camel case. |
| 688 | 29 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 688, col 29: Identifier 'search_items' is not in camel case. |
| 691 | 1 | 2 | Line 691 exceeds the maximum line length of 120. | max-len | → line 691, col 1: Line 691 exceeds the maximum line length of 120. |
| 691 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 691, col 25: Identifier 'search_items' is not in camel case. |
| 691 | 41 | 2 | Identifier 'new_member_price' is not in camel case. | fecs-camelcase | → line 691, col 41: Identifier 'new_member_price' is not in camel case. |
| 691 | 60 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 691, col 60: Identifier 'search_items' is not in camel case. |
| 691 | 103 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 691, col 103: Identifier 'search_items' is not in camel case. |
| 692 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 692, col 25: Identifier 'search_items' is not in camel case. |
| 692 | 52 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 692, col 52: Identifier 'search_items' is not in camel case. |
| 693 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 693, col 25: Identifier 'search_items' is not in camel case. |
| 693 | 48 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 693, col 48: Identifier 'search_items' is not in camel case. |
| 694 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 694, col 25: Identifier 'search_items' is not in camel case. |
| 694 | 47 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 694, col 47: Identifier 'search_items' is not in camel case. |
| 695 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 695, col 25: Identifier 'search_items' is not in camel case. |
| 695 | 50 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 695, col 50: Identifier 'search_items' is not in camel case. |
| 696 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 696, col 25: Identifier 'search_items' is not in camel case. |
| 696 | 41 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 696, col 41: Identifier 'price_ori' is not in camel case. |
| 696 | 54 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 696, col 54: Identifier 'search_items' is not in camel case. |
| 697 | 1 | 2 | Line 697 exceeds the maximum line length of 120. | max-len | → line 697, col 1: Line 697 exceeds the maximum line length of 120. |
| 697 | 25 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 697, col 25: Identifier 'search_items' is not in camel case. |
| 697 | 54 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 697, col 54: Identifier 'search_items' is not in camel case. |
| 697 | 81 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 697, col 81: Identifier 'search_items' is not in camel case. |
| 698 | 29 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 698, col 29: Identifier 'search_items' is not in camel case. |
| 699 | 33 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 699, col 33: Identifier 'search_items' is not in camel case. |
| 700 | 33 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 700, col 33: Identifier 'search_items' is not in camel case. |
| 700 | 49 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 700, col 49: Identifier 'btn_txt' is not in camel case. |
| 703 | 33 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 703, col 33: Identifier 'search_items' is not in camel case. |
| 703 | 49 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 703, col 49: Identifier 'btn_txt' is not in camel case. |
| 706 | 34 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 706, col 34: Identifier 'search_items' is not in camel case. |
| 706 | 58 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 706, col 58: Identifier 'search_items' is not in camel case. |
| 707 | 29 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 707, col 29: Identifier 'search_items' is not in camel case. |
| 707 | 45 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 707, col 45: Identifier 'btn_txt' is not in camel case. |
| 710 | 29 | 2 | Identifier 'search_items' is not in camel case. | fecs-camelcase | → line 710, col 29: Identifier 'search_items' is not in camel case. |
| 710 | 45 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 710, col 45: Identifier 'btn_txt' is not in camel case. |
| 736 | 25 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 736, col 25: Property 'entity_type' is not in camel case. |
| 739 | 29 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 739, col 29: Property 'block_name' is not in camel case. |
| 745 | 21 | 2 | Identifier '$J_loading' is not in camel case. | fecs-camelcase | → line 745, col 21: Identifier '$J_loading' is not in camel case. |
| 749 | 17 | 1 | Unexpected console statement. | no-console | → line 749, col 17: Unexpected console statement. |
| 762 | 14 | 2 | Identifier '_init' is not in camel case. | fecs-camelcase | → line 762, col 14: Identifier '_init' is not in camel case. |
| 785 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 785, col 21: Property 'entity_type' is not in camel case. |
| 788 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 788, col 25: Property 'block_name' is not in camel case. |
| 794 | 17 | 1 | Unexpected console statement. | no-console | → line 794, col 17: Unexpected console statement. |
| 806 | 19 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 806, col 19: Identifier 'price_ori' is not in camel case. |
| 808 | 19 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 808, col 19: Identifier 'btn_txt' is not in camel case. |
| 827 | 17 | 1 | "block_name" is defined but never used | no-unused-vars | → line 827, col 17: "block_name" is defined but never used |
| 827 | 17 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 827, col 17: Identifier 'block_name' is not in camel case. |
| 832 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 832, col 17: Property 'entity_type' is not in camel case. |
| 833 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 833, col 17: Property 'entity_list' is not in camel case. |
| 835 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 835, col 21: Property 'block_name' is not in camel case. |
| 849 | 14 | 2 | Identifier '_init' is not in camel case. | fecs-camelcase | → line 849, col 14: Identifier '_init' is not in camel case. |
| 852 | 21 | 1 | "block_name" is defined but never used | no-unused-vars | → line 852, col 21: "block_name" is defined but never used |
| 852 | 21 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 852, col 21: Identifier 'block_name' is not in camel case. |
| 858 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 858, col 21: Property 'entity_type' is not in camel case. |
| 859 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 859, col 21: Property 'entity_list' is not in camel case. |
| 861 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 861, col 25: Property 'block_name' is not in camel case. |
| 879 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 879, col 21: Identifier 'tuan_items' is not in camel case. |
| 880 | 39 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 880, col 39: Identifier 'tuan_items' is not in camel case. |
| 881 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 881, col 21: Identifier 'tuan_items' is not in camel case. |
| 881 | 89 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 881, col 89: Identifier 'tuan_items' is not in camel case. |
| 881 | 155 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 881, col 155: Identifier 'tuan_items' is not in camel case. |
| 882 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 882, col 21: Identifier 'tuan_items' is not in camel case. |
| 882 | 46 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 882, col 46: Identifier 'tuan_items' is not in camel case. |
| 883 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 883, col 21: Identifier 'tuan_items' is not in camel case. |
| 883 | 42 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 883, col 42: Identifier 'tuan_items' is not in camel case. |
| 884 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 884, col 21: Identifier 'tuan_items' is not in camel case. |
| 884 | 41 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 884, col 41: Identifier 'tuan_items' is not in camel case. |
| 885 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 885, col 21: Identifier 'tuan_items' is not in camel case. |
| 885 | 54 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 885, col 54: Identifier 'tuan_items' is not in camel case. |
| 886 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 886, col 21: Identifier 'tuan_items' is not in camel case. |
| 886 | 35 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 886, col 35: Identifier 'price_ori' is not in camel case. |
| 886 | 58 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 886, col 58: Identifier 'tuan_items' is not in camel case. |
| 887 | 1 | 2 | Line 887 exceeds the maximum line length of 120. | max-len | → line 887, col 1: Line 887 exceeds the maximum line length of 120. |
| 887 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 887, col 21: Identifier 'tuan_items' is not in camel case. |
| 887 | 48 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 887, col 48: Identifier 'tuan_items' is not in camel case. |
| 887 | 73 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 887, col 73: Identifier 'tuan_items' is not in camel case. |
| 888 | 21 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 888, col 21: Identifier 'tuan_items' is not in camel case. |
| 888 | 35 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 888, col 35: Identifier 'btn_txt' is not in camel case. |
| 888 | 45 | 2 | Identifier 'tuan_items' is not in camel case. | fecs-camelcase | → line 888, col 45: Identifier 'tuan_items' is not in camel case. |
| 906 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 906, col 21: Property 'entity_type' is not in camel case. |
| 909 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 909, col 25: Property 'block_name' is not in camel case. |
| 915 | 17 | 1 | Unexpected console statement. | no-console | → line 915, col 17: Unexpected console statement. |
| 950 | 27 | 2 | Missing radix parameter. | radix | → line 950, col 27: Missing radix parameter. |
| 983 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 983, col 21: Property 'entity_type' is not in camel case. |
| 986 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 986, col 25: Property 'block_name' is not in camel case. |
| 998 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 998, col 1: Expected exception block, space or tab after "/*" in comment. |
不规范数量:30
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 20 | 19 | 2 | Missing radix parameter. | radix | → line 20, col 19: Missing radix parameter. |
| 21 | 5 | 2 | Identifier 'begin_ts' is not in camel case. | fecs-camelcase | → line 21, col 5: Identifier 'begin_ts' is not in camel case. |
| 22 | 5 | 2 | Identifier 'end_ts' is not in camel case. | fecs-camelcase | → line 22, col 5: Identifier 'end_ts' is not in camel case. |
| 30 | 37 | 2 | Missing radix parameter. | radix | → line 30, col 37: Missing radix parameter. |
| 31 | 33 | 2 | Missing radix parameter. | radix | → line 31, col 33: Missing radix parameter. |
| 51 | 10 | 2 | "itemsGetter" was used before it was defined | no-use-before-define | → line 51, col 10: "itemsGetter" was used before it was defined |
| 57 | 9 | 2 | Identifier '_page' is not in camel case. | fecs-camelcase | → line 57, col 9: Identifier '_page' is not in camel case. |
| 58 | 9 | 2 | Identifier '_pageSize' is not in camel case. | fecs-camelcase | → line 58, col 9: Identifier '_pageSize' is not in camel case. |
| 59 | 9 | 2 | Identifier '_category' is not in camel case. | fecs-camelcase | → line 59, col 9: Identifier '_category' is not in camel case. |
| 60 | 9 | 2 | Identifier '_loading' is not in camel case. | fecs-camelcase | → line 60, col 9: Identifier '_loading' is not in camel case. |
| 61 | 9 | 2 | Identifier '_isEnd' is not in camel case. | fecs-camelcase | → line 61, col 9: Identifier '_isEnd' is not in camel case. |
| 62 | 9 | 2 | Identifier '_compiled_tpl_show' is not in camel case. | fecs-camelcase | → line 62, col 9: Identifier '_compiled_tpl_show' is not in camel case. |
| 63 | 9 | 2 | Identifier '_compiled_tpl_items' is not in camel case. | fecs-camelcase | → line 63, col 9: Identifier '_compiled_tpl_items' is not in camel case. |
| 67 | 9 | 2 | Identifier '_isInApp' is not in camel case. | fecs-camelcase | → line 67, col 9: Identifier '_isInApp' is not in camel case. |
| 94 | 36 | 2 | Identifier '_compiled_tpl_show' is not in camel case. | fecs-camelcase | → line 94, col 36: Identifier '_compiled_tpl_show' is not in camel case. |
| 95 | 30 | 2 | Identifier 'new_member_price' is not in camel case. | fecs-camelcase | → line 95, col 30: Identifier 'new_member_price' is not in camel case. |
| 99 | 30 | 2 | Identifier 'price_ori' is not in camel case. | fecs-camelcase | → line 99, col 30: Identifier 'price_ori' is not in camel case. |
| 101 | 30 | 2 | Identifier 'is_sell_out' is not in camel case. | fecs-camelcase | → line 101, col 30: Identifier 'is_sell_out' is not in camel case. |
| 105 | 38 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 105, col 38: Identifier 'btn_txt' is not in camel case. |
| 108 | 38 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 108, col 38: Identifier 'btn_txt' is not in camel case. |
| 112 | 34 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 112, col 34: Identifier 'btn_txt' is not in camel case. |
| 115 | 30 | 2 | Identifier 'not_begin' is not in camel case. | fecs-camelcase | → line 115, col 30: Identifier 'not_begin' is not in camel case. |
| 117 | 34 | 2 | Identifier 'btn_txt' is not in camel case. | fecs-camelcase | → line 117, col 34: Identifier 'btn_txt' is not in camel case. |
| 122 | 35 | 2 | Identifier '_compiled_tpl_items' is not in camel case. | fecs-camelcase | → line 122, col 35: Identifier '_compiled_tpl_items' is not in camel case. |
| 133 | 17 | 1 | Unexpected console statement. | no-console | → line 133, col 17: Unexpected console statement. |
| 141 | 9 | 2 | Identifier 'cl_handle' is not in camel case. | fecs-camelcase | → line 141, col 9: Identifier 'cl_handle' is not in camel case. |
| 176 | 21 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 176, col 21: Property 'entity_type' is not in camel case. |
| 177 | 21 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 177, col 21: Property 'entity_list' is not in camel case. |
| 185 | 9 | 2 | Identifier 'sc_handle' is not in camel case. | fecs-camelcase | → line 185, col 9: Identifier 'sc_handle' is not in camel case. |
不规范数量:12
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 15 | 9 | 1 | "navbar" is defined but never used | no-unused-vars | → line 15, col 9: "navbar" is defined but never used |
| 17 | 9 | 1 | "share" is defined but never used | no-unused-vars | → line 17, col 9: "share" is defined but never used |
| 35 | 9 | 2 | Identifier 'P_sort' is not in camel case. | fecs-camelcase | → line 35, col 9: Identifier 'P_sort' is not in camel case. |
| 36 | 9 | 2 | Identifier 'P_sub_cat' is not in camel case. | fecs-camelcase | → line 36, col 9: Identifier 'P_sub_cat' is not in camel case. |
| 37 | 9 | 2 | Identifier 'P_country' is not in camel case. | fecs-camelcase | → line 37, col 9: Identifier 'P_country' is not in camel case. |
| 40 | 9 | 2 | Identifier 'G_counter' is not in camel case. | fecs-camelcase | → line 40, col 9: Identifier 'G_counter' is not in camel case. |
| 41 | 9 | 2 | Identifier 'G_status' is not in camel case. | fecs-camelcase | → line 41, col 9: Identifier 'G_status' is not in camel case. |
| 42 | 9 | 2 | Identifier 'G_loading' is not in camel case. | fecs-camelcase | → line 42, col 9: Identifier 'G_loading' is not in camel case. |
| 43 | 9 | 2 | Identifier 'G_one' is not in camel case. | fecs-camelcase | → line 43, col 9: Identifier 'G_one' is not in camel case. |
| 69 | 21 | 2 | Identifier 'R_items' is not in camel case. | fecs-camelcase | → line 69, col 21: Identifier 'R_items' is not in camel case. |
| 168 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 168, col 4: "Zepto" is not defined. |
不规范数量:41
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 17 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 17, col 5: "navbar" is defined but never used |
| 32 | 5 | 2 | Identifier 'g_country' is not in camel case. | fecs-camelcase | → line 32, col 5: Identifier 'g_country' is not in camel case. |
| 33 | 5 | 2 | Identifier 'g_dpr' is not in camel case. | fecs-camelcase | → line 33, col 5: Identifier 'g_dpr' is not in camel case. |
| 33 | 5 | 1 | "g_dpr" is defined but never used | no-unused-vars | → line 33, col 5: "g_dpr" is defined but never used |
| 33 | 13 | 2 | Missing radix parameter. | radix | → line 33, col 13: Missing radix parameter. |
| 34 | 5 | 1 | "g_fontUnit" is defined but never used | no-unused-vars | → line 34, col 5: "g_fontUnit" is defined but never used |
| 34 | 5 | 2 | Identifier 'g_fontUnit' is not in camel case. | fecs-camelcase | → line 34, col 5: Identifier 'g_fontUnit' is not in camel case. |
| 37 | 5 | 2 | Identifier 'g_getUrl' is not in camel case. | fecs-camelcase | → line 37, col 5: Identifier 'g_getUrl' is not in camel case. |
| 37 | 5 | 1 | "g_getUrl" is defined but never used | no-unused-vars | → line 37, col 5: "g_getUrl" is defined but never used |
| 42 | 5 | 2 | Identifier 'g_attach' is not in camel case. | fecs-camelcase | → line 42, col 5: Identifier 'g_attach' is not in camel case. |
| 52 | 17 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 52, col 17: Expected key `position` but `'position'` found. |
| 53 | 17 | 2 | Expected key `top` but `'top'` found. | fecs-properties-quote | → line 53, col 17: Expected key `top` but `'top'` found. |
| 58 | 17 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 58, col 17: Expected key `position` but `'position'` found. |
| 59 | 17 | 2 | Expected key `top` but `'top'` found. | fecs-properties-quote | → line 59, col 17: Expected key `top` but `'top'` found. |
| 98 | 9 | 1 | "countryParam" is defined but never used | no-unused-vars | → line 98, col 9: "countryParam" is defined but never used |
| 99 | 9 | 1 | "url" is defined but never used | no-unused-vars | → line 99, col 9: "url" is defined but never used |
| 100 | 9 | 1 | "selClass" is defined but never used | no-unused-vars | → line 100, col 9: "selClass" is defined but never used |
| 107 | 1 | 2 | Line 107 exceeds the maximum line length of 120. | max-len | → line 107, col 1: Line 107 exceeds the maximum line length of 120. |
| 125 | 5 | 2 | Identifier 'g_country_ch' is not in camel case. | fecs-camelcase | → line 125, col 5: Identifier 'g_country_ch' is not in camel case. |
| 161 | 9 | 2 | Property 'sub_select' is not in camel case. | fecs-camelcase | → line 161, col 9: Property 'sub_select' is not in camel case. |
| 180 | 21 | 2 | Expected key `width` but `'width'` found. | fecs-properties-quote | → line 180, col 21: Expected key `width` but `'width'` found. |
| 185 | 17 | 2 | Expected key `'width'` but `width` found. | fecs-properties-quote | → line 185, col 17: Expected key `'width'` but `width` found. |
| 205 | 30 | 2 | Identifier 'sub_cat' is not in camel case. | fecs-camelcase | → line 205, col 30: Identifier 'sub_cat' is not in camel case. |
| 212 | 18 | 2 | Identifier 'sub_select' is not in camel case. | fecs-camelcase | → line 212, col 18: Identifier 'sub_select' is not in camel case. |
| 241 | 17 | 2 | Identifier 'beibei_info' is not in camel case. | fecs-camelcase | → line 241, col 17: Identifier 'beibei_info' is not in camel case. |
| 278 | 17 | 2 | Expected key `width` but `'width'` found. | fecs-properties-quote | → line 278, col 17: Expected key `width` but `'width'` found. |
| 289 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 289, col 13: "self" is defined but never used |
| 290 | 13 | 2 | Identifier 'item_tmpl' is not in camel case. | fecs-camelcase | → line 290, col 13: Identifier 'item_tmpl' is not in camel case. |
| 335 | 9 | 2 | Identifier '_this' is not in camel case. | fecs-camelcase | → line 335, col 9: Identifier '_this' is not in camel case. |
| 339 | 5 | 2 | "render" was used before it was defined | no-use-before-define | → line 339, col 5: "render" was used before it was defined |
| 366 | 17 | 1 | "title" is defined but never used | no-unused-vars | → line 366, col 17: "title" is defined but never used |
| 375 | 29 | 2 | Identifier 'cat_name_en' is not in camel case. | fecs-camelcase | → line 375, col 29: Identifier 'cat_name_en' is not in camel case. |
| 399 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 399, col 13: Property 'entity_type' is not in camel case. |
| 401 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 401, col 17: Property 'block_name' is not in camel case. |
| 412 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 412, col 13: Property 'entity_type' is not in camel case. |
| 414 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 414, col 17: Property 'block_name' is not in camel case. |
| 425 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 425, col 13: Property 'entity_type' is not in camel case. |
| 427 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 427, col 17: Property 'block_name' is not in camel case. |
| 438 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 438, col 13: Property 'entity_type' is not in camel case. |
| 440 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 440, col 17: Property 'block_name' is not in camel case. |
不规范数量:24
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 17 | 9 | 1 | "navbar" is defined but never used | no-unused-vars | → line 17, col 9: "navbar" is defined but never used |
| 76 | 13 | 2 | Identifier 'P_country' is not in camel case. | fecs-camelcase | → line 76, col 13: Identifier 'P_country' is not in camel case. |
| 86 | 21 | 2 | Identifier 'R_brand' is not in camel case. | fecs-camelcase | → line 86, col 21: Identifier 'R_brand' is not in camel case. |
| 87 | 21 | 2 | Identifier 'R_category' is not in camel case. | fecs-camelcase | → line 87, col 21: Identifier 'R_category' is not in camel case. |
| 88 | 21 | 2 | Identifier 'R_items' is not in camel case. | fecs-camelcase | → line 88, col 21: Identifier 'R_items' is not in camel case. |
| 89 | 21 | 2 | Identifier 'R_country' is not in camel case. | fecs-camelcase | → line 89, col 21: Identifier 'R_country' is not in camel case. |
| 107 | 32 | 2 | Identifier 'R_brand' is not in camel case. | fecs-camelcase | → line 107, col 32: Identifier 'R_brand' is not in camel case. |
| 108 | 31 | 2 | Identifier 'R_brand' is not in camel case. | fecs-camelcase | → line 108, col 31: Identifier 'R_brand' is not in camel case. |
| 110 | 31 | 2 | Identifier 'R_brand' is not in camel case. | fecs-camelcase | → line 110, col 31: Identifier 'R_brand' is not in camel case. |
| 111 | 31 | 2 | Identifier 'R_brand' is not in camel case. | fecs-camelcase | → line 111, col 31: Identifier 'R_brand' is not in camel case. |
| 112 | 33 | 2 | Identifier 'R_brand' is not in camel case. | fecs-camelcase | → line 112, col 33: Identifier 'R_brand' is not in camel case. |
| 134 | 21 | 2 | Identifier 'N_counter' is not in camel case. | fecs-camelcase | → line 134, col 21: Identifier 'N_counter' is not in camel case. |
| 137 | 35 | 2 | Identifier 'R_category' is not in camel case. | fecs-camelcase | → line 137, col 35: Identifier 'R_category' is not in camel case. |
| 140 | 25 | 2 | Property 'R_category' is not in camel case. | fecs-camelcase | → line 140, col 25: Property 'R_category' is not in camel case. |
| 152 | 30 | 1 | "i" is already defined | no-redeclare | → line 152, col 30: "i" is already defined |
| 152 | 37 | 1 | "iLen" is already defined | no-redeclare | → line 152, col 37: "iLen" is already defined |
| 156 | 25 | 2 | Identifier 'W_category' is not in camel case. | fecs-camelcase | → line 156, col 25: Identifier 'W_category' is not in camel case. |
| 156 | 46 | 2 | Identifier 'R_category' is not in camel case. | fecs-camelcase | → line 156, col 46: Identifier 'R_category' is not in camel case. |
| 168 | 34 | 2 | Identifier 'R_country' is not in camel case. | fecs-camelcase | → line 168, col 34: Identifier 'R_country' is not in camel case. |
| 170 | 1 | 2 | Line 170 exceeds the maximum line length of 120. | max-len | → line 170, col 1: Line 170 exceeds the maximum line length of 120. |
| 170 | 25 | 2 | Identifier 'W_country' is not in camel case. | fecs-camelcase | → line 170, col 25: Identifier 'W_country' is not in camel case. |
| 170 | 37 | 2 | Identifier 'R_country' is not in camel case. | fecs-camelcase | → line 170, col 37: Identifier 'R_country' is not in camel case. |
| 226 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 226, col 4: "Zepto" is not defined. |
不规范数量:32
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 14 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 14, col 5: "navbar" is defined but never used |
| 15 | 5 | 1 | "httpurl" is defined but never used | no-unused-vars | → line 15, col 5: "httpurl" is defined but never used |
| 28 | 5 | 1 | "g_getUrl" is defined but never used | no-unused-vars | → line 28, col 5: "g_getUrl" is defined but never used |
| 28 | 5 | 2 | Identifier 'g_getUrl' is not in camel case. | fecs-camelcase | → line 28, col 5: Identifier 'g_getUrl' is not in camel case. |
| 33 | 5 | 2 | Identifier 'g_attach' is not in camel case. | fecs-camelcase | → line 33, col 5: Identifier 'g_attach' is not in camel case. |
| 43 | 17 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 43, col 17: Expected key `position` but `'position'` found. |
| 44 | 17 | 2 | Expected key `top` but `'top'` found. | fecs-properties-quote | → line 44, col 17: Expected key `top` but `'top'` found. |
| 49 | 17 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 49, col 17: Expected key `position` but `'position'` found. |
| 50 | 17 | 2 | Expected key `top` but `'top'` found. | fecs-properties-quote | → line 50, col 17: Expected key `top` but `'top'` found. |
| 89 | 1 | 2 | Line 89 exceeds the maximum line length of 120. | max-len | → line 89, col 1: Line 89 exceeds the maximum line length of 120. |
| 132 | 9 | 2 | Property 'sub_select' is not in camel case. | fecs-camelcase | → line 132, col 9: Property 'sub_select' is not in camel case. |
| 150 | 21 | 2 | Expected key `width` but `'width'` found. | fecs-properties-quote | → line 150, col 21: Expected key `width` but `'width'` found. |
| 178 | 30 | 2 | Identifier 'sub_cat' is not in camel case. | fecs-camelcase | → line 178, col 30: Identifier 'sub_cat' is not in camel case. |
| 185 | 18 | 2 | Identifier 'sub_select' is not in camel case. | fecs-camelcase | → line 185, col 18: Identifier 'sub_select' is not in camel case. |
| 216 | 13 | 1 | "self" is defined but never used | no-unused-vars | → line 216, col 13: "self" is defined but never used |
| 217 | 13 | 2 | Identifier 'item_tmpl' is not in camel case. | fecs-camelcase | → line 217, col 13: Identifier 'item_tmpl' is not in camel case. |
| 277 | 29 | 2 | Identifier 'cat_name_en' is not in camel case. | fecs-camelcase | → line 277, col 29: Identifier 'cat_name_en' is not in camel case. |
| 314 | 17 | 2 | Identifier 'top_coupon' is not in camel case. | fecs-camelcase | → line 314, col 17: Identifier 'top_coupon' is not in camel case. |
| 316 | 17 | 2 | Identifier 'top_coupon' is not in camel case. | fecs-camelcase | → line 316, col 17: Identifier 'top_coupon' is not in camel case. |
| 316 | 49 | 2 | Identifier 'top_coupon' is not in camel case. | fecs-camelcase | → line 316, col 49: Identifier 'top_coupon' is not in camel case. |
| 317 | 45 | 2 | Identifier 'top_coupon' is not in camel case. | fecs-camelcase | → line 317, col 45: Identifier 'top_coupon' is not in camel case. |
| 318 | 50 | 2 | Identifier 'top_coupon' is not in camel case. | fecs-camelcase | → line 318, col 50: Identifier 'top_coupon' is not in camel case. |
| 327 | 1 | 2 | Line 327 exceeds the maximum line length of 120. | max-len | → line 327, col 1: Line 327 exceeds the maximum line length of 120. |
| 335 | 1 | 2 | Line 335 exceeds the maximum line length of 120. | max-len | → line 335, col 1: Line 335 exceeds the maximum line length of 120. |
| 339 | 1 | 2 | Line 339 exceeds the maximum line length of 120. | max-len | → line 339, col 1: Line 339 exceeds the maximum line length of 120. |
| 351 | 17 | 2 | Identifier 'header_coupon_one' is not in camel case. | fecs-camelcase | → line 351, col 17: Identifier 'header_coupon_one' is not in camel case. |
| 352 | 17 | 2 | Identifier 'header_coupon_two' is not in camel case. | fecs-camelcase | → line 352, col 17: Identifier 'header_coupon_two' is not in camel case. |
| 355 | 17 | 2 | Identifier 'header_coupon_one' is not in camel case. | fecs-camelcase | → line 355, col 17: Identifier 'header_coupon_one' is not in camel case. |
| 355 | 45 | 2 | Identifier 'header_coupon_two' is not in camel case. | fecs-camelcase | → line 355, col 45: Identifier 'header_coupon_two' is not in camel case. |
| 365 | 1 | 2 | Line 365 exceeds the maximum line length of 120. | max-len | → line 365, col 1: Line 365 exceeds the maximum line length of 120. |
| 385 | 1 | 2 | Line 385 exceeds the maximum line length of 120. | max-len | → line 385, col 1: Line 385 exceeds the maximum line length of 120. |
不规范数量:61
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 11 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 11, col 5: "popup" is defined but never used |
| 17 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 17, col 5: "navbar" is defined but never used |
| 43 | 5 | 2 | Identifier 'C_top' is not in camel case. | fecs-camelcase | → line 43, col 5: Identifier 'C_top' is not in camel case. |
| 44 | 5 | 2 | Identifier 'C_change' is not in camel case. | fecs-camelcase | → line 44, col 5: Identifier 'C_change' is not in camel case. |
| 55 | 5 | 1 | "$brand" is defined but never used | no-unused-vars | → line 55, col 5: "$brand" is defined but never used |
| 70 | 5 | 1 | "$nav" is defined but never used | no-unused-vars | → line 70, col 5: "$nav" is defined but never used |
| 72 | 5 | 1 | "$chooseInfo" is defined but never used | no-unused-vars | → line 72, col 5: "$chooseInfo" is defined but never used |
| 74 | 5 | 1 | "$btnMore" is defined but never used | no-unused-vars | → line 74, col 5: "$btnMore" is defined but never used |
| 75 | 5 | 1 | "$btnClear" is defined but never used | no-unused-vars | → line 75, col 5: "$btnClear" is defined but never used |
| 77 | 5 | 1 | "$TPLchooseModal" is defined but never used | no-unused-vars | → line 77, col 5: "$TPLchooseModal" is defined but never used |
| 78 | 5 | 1 | "$TPLchooseBrand" is defined but never used | no-unused-vars | → line 78, col 5: "$TPLchooseBrand" is defined but never used |
| 80 | 5 | 1 | "$complete" is defined but never used | no-unused-vars | → line 80, col 5: "$complete" is defined but never used |
| 82 | 5 | 1 | "C_loading" is defined but never used | no-unused-vars | → line 82, col 5: "C_loading" is defined but never used |
| 82 | 5 | 2 | Identifier 'C_loading' is not in camel case. | fecs-camelcase | → line 82, col 5: Identifier 'C_loading' is not in camel case. |
| 96 | 5 | 2 | Identifier 'G_counter' is not in camel case. | fecs-camelcase | → line 96, col 5: Identifier 'G_counter' is not in camel case. |
| 97 | 5 | 2 | Identifier 'G_loading' is not in camel case. | fecs-camelcase | → line 97, col 5: Identifier 'G_loading' is not in camel case. |
| 98 | 5 | 2 | Identifier 'G_page' is not in camel case. | fecs-camelcase | → line 98, col 5: Identifier 'G_page' is not in camel case. |
| 99 | 5 | 2 | Identifier 'G_cate' is not in camel case. | fecs-camelcase | → line 99, col 5: Identifier 'G_cate' is not in camel case. |
| 100 | 5 | 2 | Identifier 'G_brand' is not in camel case. | fecs-camelcase | → line 100, col 5: Identifier 'G_brand' is not in camel case. |
| 101 | 5 | 2 | Identifier 'G_stock' is not in camel case. | fecs-camelcase | → line 101, col 5: Identifier 'G_stock' is not in camel case. |
| 102 | 5 | 2 | Identifier 'G_self' is not in camel case. | fecs-camelcase | → line 102, col 5: Identifier 'G_self' is not in camel case. |
| 103 | 5 | 2 | Identifier 'G_sort' is not in camel case. | fecs-camelcase | → line 103, col 5: Identifier 'G_sort' is not in camel case. |
| 104 | 5 | 2 | Identifier 'G_pageEmpty' is not in camel case. | fecs-camelcase | → line 104, col 5: Identifier 'G_pageEmpty' is not in camel case. |
| 105 | 5 | 2 | Identifier 'G_click' is not in camel case. | fecs-camelcase | → line 105, col 5: Identifier 'G_click' is not in camel case. |
| 106 | 5 | 2 | Identifier 'G_navTop' is not in camel case. | fecs-camelcase | → line 106, col 5: Identifier 'G_navTop' is not in camel case. |
| 133 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 133, col 13: Property 'entity_type' is not in camel case. |
| 136 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 136, col 17: Property 'block_name' is not in camel case. |
| 150 | 1 | 2 | Line 150 exceeds the maximum line length of 120. | max-len | → line 150, col 1: Line 150 exceeds the maximum line length of 120. |
| 183 | 21 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 183, col 21: "sliderPic" is defined but never used |
| 183 | 37 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 183, col 37: A constructor name should not start with a lowercase letter. |
| 206 | 1 | 2 | Line 206 exceeds the maximum line length of 120. | max-len | → line 206, col 1: Line 206 exceeds the maximum line length of 120. |
| 247 | 25 | 2 | "marginLeft" is not defined. | no-undef | → line 247, col 25: "marginLeft" is not defined. |
| 250 | 25 | 2 | "marginLeft" is not defined. | no-undef | → line 250, col 25: "marginLeft" is not defined. |
| 254 | 53 | 2 | "marginLeft" is not defined. | no-undef | → line 254, col 53: "marginLeft" is not defined. |
| 262 | 25 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 262, col 25: "sliderPic" is defined but never used |
| 262 | 41 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 262, col 41: A constructor name should not start with a lowercase letter. |
| 341 | 13 | 2 | Identifier 'W_scrollTop' is not in camel case. | fecs-camelcase | → line 341, col 13: Identifier 'W_scrollTop' is not in camel case. |
| 348 | 32 | 2 | Identifier 'C_change' is not in camel case. | fecs-camelcase | → line 348, col 32: Identifier 'C_change' is not in camel case. |
| 351 | 32 | 2 | Identifier 'C_change' is not in camel case. | fecs-camelcase | → line 351, col 32: Identifier 'C_change' is not in camel case. |
| 377 | 9 | 1 | "resetMenu" is defined but never used | no-unused-vars | → line 377, col 9: "resetMenu" is defined but never used |
| 380 | 9 | 1 | "resetClose" is defined but never used | no-unused-vars | → line 380, col 9: "resetClose" is defined but never used |
| 393 | 24 | 2 | Identifier 'C_change' is not in camel case. | fecs-camelcase | → line 393, col 24: Identifier 'C_change' is not in camel case. |
| 402 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 402, col 13: Property 'entity_type' is not in camel case. |
| 404 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 404, col 17: Property 'block_name' is not in camel case. |
| 422 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 422, col 13: Property 'entity_type' is not in camel case. |
| 424 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 424, col 17: Property 'block_name' is not in camel case. |
| 441 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 441, col 13: Property 'entity_type' is not in camel case. |
| 443 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 443, col 17: Property 'block_name' is not in camel case. |
| 452 | 13 | 1 | "itemUrl" is defined but never used | no-unused-vars | → line 452, col 13: "itemUrl" is defined but never used |
| 456 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 456, col 13: Property 'entity_type' is not in camel case. |
| 457 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 457, col 13: Property 'entity_list' is not in camel case. |
| 459 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 459, col 17: Property 'block_name' is not in camel case. |
| 469 | 13 | 1 | "itemUrl" is defined but never used | no-unused-vars | → line 469, col 13: "itemUrl" is defined but never used |
| 474 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 474, col 13: Property 'entity_type' is not in camel case. |
| 475 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 475, col 13: Property 'entity_list' is not in camel case. |
| 477 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 477, col 17: Property 'block_name' is not in camel case. |
| 488 | 13 | 1 | "itemUrl" is defined but never used | no-unused-vars | → line 488, col 13: "itemUrl" is defined but never used |
| 492 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 492, col 13: Property 'entity_type' is not in camel case. |
| 493 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 493, col 13: Property 'entity_list' is not in camel case. |
| 495 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 495, col 17: Property 'block_name' is not in camel case. |
不规范数量:17
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 35 | 9 | 2 | Identifier 'G_counter' is not in camel case. | fecs-camelcase | → line 35, col 9: Identifier 'G_counter' is not in camel case. |
| 36 | 9 | 2 | Identifier 'G_loading' is not in camel case. | fecs-camelcase | → line 36, col 9: Identifier 'G_loading' is not in camel case. |
| 37 | 9 | 2 | Identifier 'G_pageEmpty' is not in camel case. | fecs-camelcase | → line 37, col 9: Identifier 'G_pageEmpty' is not in camel case. |
| 38 | 9 | 2 | Identifier 'G_click' is not in camel case. | fecs-camelcase | → line 38, col 9: Identifier 'G_click' is not in camel case. |
| 39 | 9 | 2 | Identifier 'G_day' is not in camel case. | fecs-camelcase | → line 39, col 9: Identifier 'G_day' is not in camel case. |
| 40 | 9 | 2 | Identifier 'G_specifiedItems' is not in camel case. | fecs-camelcase | → line 40, col 9: Identifier 'G_specifiedItems' is not in camel case. |
| 179 | 21 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 179, col 21: Expected key `position` but `'position'` found. |
| 180 | 21 | 2 | Expected key `top` but `'top'` found. | fecs-properties-quote | → line 180, col 21: Expected key `top` but `'top'` found. |
| 188 | 21 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 188, col 21: Expected key `position` but `'position'` found. |
| 189 | 21 | 2 | Expected key `top` but `'top'` found. | fecs-properties-quote | → line 189, col 21: Expected key `top` but `'top'` found. |
| 267 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 267, col 4: "Zepto" is not defined. |
| 281 | 13 | 1 | "href" is defined but never used | no-unused-vars | → line 281, col 13: "href" is defined but never used |
| 285 | 13 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 285, col 13: Expected key `et` but `'et'` found. |
| 286 | 13 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 286, col 13: Expected key `entity_type` but `'entity_type'` found. |
| 287 | 13 | 2 | Expected key `json` but `'json'` found. | fecs-properties-quote | → line 287, col 13: Expected key `json` but `'json'` found. |
| 288 | 17 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 288, col 17: Expected key `block_name` but `'block_name'` found. |
不规范数量:59
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 12 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 12, col 5: "popup" is defined but never used |
| 18 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 18, col 5: "navbar" is defined but never used |
| 44 | 5 | 2 | Identifier 'C_top' is not in camel case. | fecs-camelcase | → line 44, col 5: Identifier 'C_top' is not in camel case. |
| 45 | 5 | 2 | Identifier 'C_change' is not in camel case. | fecs-camelcase | → line 45, col 5: Identifier 'C_change' is not in camel case. |
| 56 | 5 | 1 | "$brand" is defined but never used | no-unused-vars | → line 56, col 5: "$brand" is defined but never used |
| 73 | 5 | 1 | "$chooseInfo" is defined but never used | no-unused-vars | → line 73, col 5: "$chooseInfo" is defined but never used |
| 76 | 5 | 1 | "$TPLchooseModal" is defined but never used | no-unused-vars | → line 76, col 5: "$TPLchooseModal" is defined but never used |
| 77 | 5 | 1 | "$TPLchooseBrand" is defined but never used | no-unused-vars | → line 77, col 5: "$TPLchooseBrand" is defined but never used |
| 79 | 5 | 1 | "$complete" is defined but never used | no-unused-vars | → line 79, col 5: "$complete" is defined but never used |
| 81 | 5 | 2 | Identifier 'C_loading' is not in camel case. | fecs-camelcase | → line 81, col 5: Identifier 'C_loading' is not in camel case. |
| 81 | 5 | 1 | "C_loading" is defined but never used | no-unused-vars | → line 81, col 5: "C_loading" is defined but never used |
| 95 | 5 | 2 | Identifier 'G_counter' is not in camel case. | fecs-camelcase | → line 95, col 5: Identifier 'G_counter' is not in camel case. |
| 96 | 5 | 2 | Identifier 'G_loading' is not in camel case. | fecs-camelcase | → line 96, col 5: Identifier 'G_loading' is not in camel case. |
| 97 | 5 | 2 | Identifier 'G_page' is not in camel case. | fecs-camelcase | → line 97, col 5: Identifier 'G_page' is not in camel case. |
| 98 | 5 | 2 | Identifier 'G_cate' is not in camel case. | fecs-camelcase | → line 98, col 5: Identifier 'G_cate' is not in camel case. |
| 99 | 5 | 2 | Identifier 'G_brand' is not in camel case. | fecs-camelcase | → line 99, col 5: Identifier 'G_brand' is not in camel case. |
| 100 | 5 | 2 | Identifier 'G_stock' is not in camel case. | fecs-camelcase | → line 100, col 5: Identifier 'G_stock' is not in camel case. |
| 101 | 5 | 2 | Identifier 'G_self' is not in camel case. | fecs-camelcase | → line 101, col 5: Identifier 'G_self' is not in camel case. |
| 102 | 5 | 2 | Identifier 'G_sort' is not in camel case. | fecs-camelcase | → line 102, col 5: Identifier 'G_sort' is not in camel case. |
| 103 | 5 | 2 | Identifier 'G_pageEmpty' is not in camel case. | fecs-camelcase | → line 103, col 5: Identifier 'G_pageEmpty' is not in camel case. |
| 104 | 5 | 2 | Identifier 'G_click' is not in camel case. | fecs-camelcase | → line 104, col 5: Identifier 'G_click' is not in camel case. |
| 105 | 5 | 2 | Identifier 'G_navTop' is not in camel case. | fecs-camelcase | → line 105, col 5: Identifier 'G_navTop' is not in camel case. |
| 133 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 133, col 13: Property 'entity_type' is not in camel case. |
| 136 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 136, col 17: Property 'block_name' is not in camel case. |
| 150 | 1 | 2 | Line 150 exceeds the maximum line length of 120. | max-len | → line 150, col 1: Line 150 exceeds the maximum line length of 120. |
| 181 | 21 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 181, col 21: "sliderPic" is defined but never used |
| 181 | 37 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 181, col 37: A constructor name should not start with a lowercase letter. |
| 204 | 1 | 2 | Line 204 exceeds the maximum line length of 120. | max-len | → line 204, col 1: Line 204 exceeds the maximum line length of 120. |
| 222 | 21 | 2 | Identifier 'R_page_size' is not in camel case. | fecs-camelcase | → line 222, col 21: Identifier 'R_page_size' is not in camel case. |
| 222 | 21 | 1 | "R_page_size" is defined but never used | no-unused-vars | → line 222, col 21: "R_page_size" is defined but never used |
| 238 | 25 | 2 | "marginLeft" is not defined. | no-undef | → line 238, col 25: "marginLeft" is not defined. |
| 241 | 25 | 2 | "marginLeft" is not defined. | no-undef | → line 241, col 25: "marginLeft" is not defined. |
| 253 | 25 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 253, col 25: "sliderPic" is defined but never used |
| 253 | 41 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 253, col 41: A constructor name should not start with a lowercase letter. |
| 332 | 13 | 2 | Identifier 'W_scrollTop' is not in camel case. | fecs-camelcase | → line 332, col 13: Identifier 'W_scrollTop' is not in camel case. |
| 338 | 32 | 2 | Identifier 'C_change' is not in camel case. | fecs-camelcase | → line 338, col 32: Identifier 'C_change' is not in camel case. |
| 341 | 32 | 2 | Identifier 'C_change' is not in camel case. | fecs-camelcase | → line 341, col 32: Identifier 'C_change' is not in camel case. |
| 367 | 9 | 1 | "resetMenu" is defined but never used | no-unused-vars | → line 367, col 9: "resetMenu" is defined but never used |
| 370 | 9 | 1 | "resetClose" is defined but never used | no-unused-vars | → line 370, col 9: "resetClose" is defined but never used |
| 383 | 24 | 2 | Identifier 'C_change' is not in camel case. | fecs-camelcase | → line 383, col 24: Identifier 'C_change' is not in camel case. |
| 392 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 392, col 13: Property 'entity_type' is not in camel case. |
| 394 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 394, col 17: Property 'block_name' is not in camel case. |
| 412 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 412, col 13: Property 'entity_type' is not in camel case. |
| 414 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 414, col 17: Property 'block_name' is not in camel case. |
| 431 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 431, col 13: Property 'entity_type' is not in camel case. |
| 433 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 433, col 17: Property 'block_name' is not in camel case. |
| 442 | 13 | 1 | "itemUrl" is defined but never used | no-unused-vars | → line 442, col 13: "itemUrl" is defined but never used |
| 446 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 446, col 13: Property 'entity_type' is not in camel case. |
| 447 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 447, col 13: Property 'entity_list' is not in camel case. |
| 449 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 449, col 17: Property 'block_name' is not in camel case. |
| 459 | 13 | 1 | "itemUrl" is defined but never used | no-unused-vars | → line 459, col 13: "itemUrl" is defined but never used |
| 464 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 464, col 13: Property 'entity_type' is not in camel case. |
| 465 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 465, col 13: Property 'entity_list' is not in camel case. |
| 467 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 467, col 17: Property 'block_name' is not in camel case. |
| 477 | 13 | 1 | "itemUrl" is defined but never used | no-unused-vars | → line 477, col 13: "itemUrl" is defined but never used |
| 481 | 13 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 481, col 13: Property 'entity_type' is not in camel case. |
| 482 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 482, col 13: Property 'entity_list' is not in camel case. |
| 484 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 484, col 17: Property 'block_name' is not in camel case. |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 15 | 9 | 1 | "navbar" is defined but never used | no-unused-vars | → line 15, col 9: "navbar" is defined but never used |
| 31 | 9 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 31, col 9: Expected key `entity_type` but `'entity_type'` found. |
| 32 | 9 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 32, col 9: Expected key `et` but `'et'` found. |
| 34 | 13 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 34, col 13: Expected key `tab` but `'tab'` found. |
| 38 | 9 | 2 | Identifier 'g_cate' is not in camel case. | fecs-camelcase | → line 38, col 9: Identifier 'g_cate' is not in camel case. |
| 41 | 9 | 2 | Identifier 'g_list' is not in camel case. | fecs-camelcase | → line 41, col 9: Identifier 'g_list' is not in camel case. |
| 44 | 9 | 2 | Identifier 'g_requestList' is not in camel case. | fecs-camelcase | → line 44, col 9: Identifier 'g_requestList' is not in camel case. |
| 48 | 17 | 2 | Identifier 'page_size' is not in camel case. | fecs-camelcase | → line 48, col 17: Identifier 'page_size' is not in camel case. |
| 52 | 21 | 2 | Bad indentation (20 instead one of `16,12,8`). | fecs-indent | → line 52, col 21: Bad indentation (20 instead one of `16,12,8`). |
| 68 | 33 | 2 | Identifier 'promotion_text' is not in camel case. | fecs-camelcase | → line 68, col 33: Identifier 'promotion_text' is not in camel case. |
| 71 | 33 | 2 | Identifier 'promotion_text' is not in camel case. | fecs-camelcase | → line 71, col 33: Identifier 'promotion_text' is not in camel case. |
| 82 | 9 | 2 | Identifier 'g_render' is not in camel case. | fecs-camelcase | → line 82, col 9: Identifier 'g_render' is not in camel case. |
| 94 | 13 | 2 | Identifier 'g_cate' is not in camel case. | fecs-camelcase | → line 94, col 13: Identifier 'g_cate' is not in camel case. |
| 101 | 9 | 2 | Identifier 'g_cate' is not in camel case. | fecs-camelcase | → line 101, col 9: Identifier 'g_cate' is not in camel case. |
| 104 | 9 | 2 | Identifier 'g_list' is not in camel case. | fecs-camelcase | → line 104, col 9: Identifier 'g_list' is not in camel case. |
| 107 | 9 | 2 | Identifier 'g_cate' is not in camel case. | fecs-camelcase | → line 107, col 9: Identifier 'g_cate' is not in camel case. |
| 117 | 9 | 2 | Identifier 'g_cate' is not in camel case. | fecs-camelcase | → line 117, col 9: Identifier 'g_cate' is not in camel case. |
| 119 | 13 | 2 | Identifier 'g_cate' is not in camel case. | fecs-camelcase | → line 119, col 13: Identifier 'g_cate' is not in camel case. |
| 122 | 17 | 2 | Identifier 'g_list' is not in camel case. | fecs-camelcase | → line 122, col 17: Identifier 'g_list' is not in camel case. |
| 136 | 9 | 2 | Identifier 'g_cate' is not in camel case. | fecs-camelcase | → line 136, col 9: Identifier 'g_cate' is not in camel case. |
| 146 | 17 | 2 | Identifier 'g_list' is not in camel case. | fecs-camelcase | → line 146, col 17: Identifier 'g_list' is not in camel case. |
| 162 | 25 | 2 | Identifier 'g_list' is not in camel case. | fecs-camelcase | → line 162, col 25: Identifier 'g_list' is not in camel case. |
| 165 | 21 | 2 | Identifier 'g_list' is not in camel case. | fecs-camelcase | → line 165, col 21: Identifier 'g_list' is not in camel case. |
| 174 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 174, col 4: "Zepto" is not defined. |
不规范数量:14
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 13 | 5 | 1 | "navbar" is defined but never used | no-unused-vars | → line 13, col 5: "navbar" is defined but never used |
| 33 | 5 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 33, col 5: Expected key `entity_type` but `'entity_type'` found. |
| 34 | 5 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 34, col 5: Expected key `et` but `'et'` found. |
| 36 | 9 | 2 | Expected key `tab` but `'tab'` found. | fecs-properties-quote | → line 36, col 9: Expected key `tab` but `'tab'` found. |
| 44 | 13 | 2 | Identifier 'tabs_sel_cls' is not in camel case. | fecs-camelcase | → line 44, col 13: Identifier 'tabs_sel_cls' is not in camel case. |
| 159 | 17 | 2 | Expected key `top` but `'top'` found. | fecs-properties-quote | → line 159, col 17: Expected key `top` but `'top'` found. |
| 159 | 30 | 2 | Unexpected trailing comma. | comma-dangle | → line 159, col 30: Unexpected trailing comma. |
| 164 | 17 | 2 | Expected key `top` but `'top'` found. | fecs-properties-quote | → line 164, col 17: Expected key `top` but `'top'` found. |
| 187 | 13 | 1 | "href" is defined but never used | no-unused-vars | → line 187, col 13: "href" is defined but never used |
| 191 | 13 | 2 | Expected key `et` but `'et'` found. | fecs-properties-quote | → line 191, col 13: Expected key `et` but `'et'` found. |
| 192 | 13 | 2 | Expected key `entity_type` but `'entity_type'` found. | fecs-properties-quote | → line 192, col 13: Expected key `entity_type` but `'entity_type'` found. |
| 193 | 13 | 2 | Expected key `json` but `'json'` found. | fecs-properties-quote | → line 193, col 13: Expected key `json` but `'json'` found. |
| 194 | 17 | 2 | Expected key `block_name` but `'block_name'` found. | fecs-properties-quote | → line 194, col 17: Expected key `block_name` but `'block_name'` found. |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 71 | 13 | 1 | "tpl" is already defined | no-redeclare | → line 71, col 13: "tpl" is already defined |
| 84 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 84, col 17: Property 'entity_type' is not in camel case. |
| 86 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 86, col 21: Property 'block_name' is not in camel case. |
| 87 | 21 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 87, col 21: Property 'recom_id' is not in camel case. |
| 89 | 21 | 2 | Property 'is_hybrid' is not in camel case. | fecs-camelcase | → line 89, col 21: Property 'is_hybrid' is not in camel case. |
| 103 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 103, col 17: Property 'entity_type' is not in camel case. |
| 104 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 104, col 17: Property 'entity_list' is not in camel case. |
| 106 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 106, col 21: Property 'block_name' is not in camel case. |
| 108 | 21 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 108, col 21: Property 'recom_id' is not in camel case. |
| 109 | 21 | 2 | Property 'is_hybrid' is not in camel case. | fecs-camelcase | → line 109, col 21: Property 'is_hybrid' is not in camel case. |
| 121 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 121, col 17: Property 'entity_type' is not in camel case. |
| 122 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 122, col 17: Property 'entity_list' is not in camel case. |
| 124 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 124, col 21: Property 'block_name' is not in camel case. |
| 126 | 21 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 126, col 21: Property 'recom_id' is not in camel case. |
| 127 | 21 | 2 | Property 'is_hybrid' is not in camel case. | fecs-camelcase | → line 127, col 21: Property 'is_hybrid' is not in camel case. |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 71 | 13 | 1 | "tpl" is already defined | no-redeclare | → line 71, col 13: "tpl" is already defined |
| 86 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 86, col 17: Property 'entity_type' is not in camel case. |
| 88 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 88, col 21: Property 'block_name' is not in camel case. |
| 90 | 21 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 90, col 21: Property 'recom_id' is not in camel case. |
| 91 | 21 | 2 | Property 'is_hybrid' is not in camel case. | fecs-camelcase | → line 91, col 21: Property 'is_hybrid' is not in camel case. |
| 105 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 105, col 17: Property 'entity_type' is not in camel case. |
| 106 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 106, col 17: Property 'entity_list' is not in camel case. |
| 108 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 108, col 21: Property 'block_name' is not in camel case. |
| 110 | 21 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 110, col 21: Property 'recom_id' is not in camel case. |
| 111 | 21 | 2 | Property 'is_hybrid' is not in camel case. | fecs-camelcase | → line 111, col 21: Property 'is_hybrid' is not in camel case. |
| 123 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 123, col 17: Property 'entity_type' is not in camel case. |
| 124 | 17 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 124, col 17: Property 'entity_list' is not in camel case. |
| 126 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 126, col 21: Property 'block_name' is not in camel case. |
| 128 | 21 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 128, col 21: Property 'recom_id' is not in camel case. |
| 129 | 21 | 2 | Property 'is_hybrid' is not in camel case. | fecs-camelcase | → line 129, col 21: Property 'is_hybrid' is not in camel case. |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 36 | 66 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 36, col 66: Unnecessary use of boolean literals in conditional expression |
| 39 | 17 | 1 | Unexpected console statement. | no-console | → line 39, col 17: Unexpected console statement. |
| 49 | 34 | 2 | Missing radix parameter. | radix | → line 49, col 34: Missing radix parameter. |
| 85 | 28 | 2 | Identifier 'expire_time' is not in camel case. | fecs-camelcase | → line 85, col 28: Identifier 'expire_time' is not in camel case. |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 35 | 28 | 2 | Identifier 'expire_time' is not in camel case. | fecs-camelcase | → line 35, col 28: Identifier 'expire_time' is not in camel case. |
| 40 | 9 | 2 | "expireTime" is not defined. | no-undef | → line 40, col 9: "expireTime" is not defined. |
| 41 | 16 | 2 | "expireTime" is not defined. | no-undef | → line 41, col 16: "expireTime" is not defined. |
| 54 | 17 | 1 | Unexpected console statement. | no-console | → line 54, col 17: Unexpected console statement. |
不规范数量:35
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 10 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 10, col 5: "BB" is defined but never used |
| 12 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 12, col 1: Expected exception block, space or tab after "/*" in comment. |
| 27 | 9 | 2 | Identifier '_d' is not in camel case. | fecs-camelcase | → line 27, col 9: Identifier '_d' is not in camel case. |
| 32 | 17 | 2 | Expected key `padding` but `'padding'` found. | fecs-properties-quote | → line 32, col 17: Expected key `padding` but `'padding'` found. |
| 39 | 13 | 2 | Identifier 'html_content' is not in camel case. | fecs-camelcase | → line 39, col 13: Identifier 'html_content' is not in camel case. |
| 60 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 60, col 1: Expected exception block, space or tab after "/*" in comment. |
| 65 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 65, col 17: Identifier '_t' is not in camel case. |
| 76 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 76, col 17: Identifier '_t' is not in camel case. |
| 85 | 9 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 85, col 9: Reserved word "do" used as key. |
| 85 | 9 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 85, col 9: Expected key `'do'` but `do` found. |
| 86 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 86, col 17: Identifier '_t' is not in camel case. |
| 98 | 9 | 2 | Expected key `'setCb'` but `setCb` found. | fecs-properties-quote | → line 98, col 9: Expected key `'setCb'` but `setCb` found. |
| 102 | 9 | 2 | Expected key `'hide'` but `hide` found. | fecs-properties-quote | → line 102, col 9: Expected key `'hide'` but `hide` found. |
| 108 | 9 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 108, col 9: Reserved word "do" used as key. |
| 108 | 9 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 108, col 9: Expected key `'do'` but `do` found. |
| 109 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 109, col 17: Identifier '_t' is not in camel case. |
| 115 | 9 | 2 | Expected key `'setCb'` but `setCb` found. | fecs-properties-quote | → line 115, col 9: Expected key `'setCb'` but `setCb` found. |
| 121 | 9 | 2 | Identifier 'login_freeLoad' is not in camel case. | fecs-camelcase | → line 121, col 9: Identifier 'login_freeLoad' is not in camel case. |
| 122 | 9 | 2 | Reserved word "do" used as key. | fecs-no-reserved-keys | → line 122, col 9: Reserved word "do" used as key. |
| 122 | 9 | 2 | Expected key `'do'` but `do` found. | fecs-properties-quote | → line 122, col 9: Expected key `'do'` but `do` found. |
| 123 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 123, col 17: Identifier '_t' is not in camel case. |
| 130 | 9 | 2 | Expected key `'func'` but `func` found. | fecs-properties-quote | → line 130, col 9: Expected key `'func'` but `func` found. |
| 132 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 132, col 17: Identifier '_t' is not in camel case. |
| 132 | 22 | 2 | Identifier 'login_freeLoad' is not in camel case. | fecs-camelcase | → line 132, col 22: Identifier 'login_freeLoad' is not in camel case. |
| 146 | 9 | 2 | Expected key `'cb'` but `cb` found. | fecs-properties-quote | → line 146, col 9: Expected key `'cb'` but `cb` found. |
| 147 | 9 | 2 | Expected key `'setCb'` but `setCb` found. | fecs-properties-quote | → line 147, col 9: Expected key `'setCb'` but `setCb` found. |
| 148 | 17 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 148, col 17: Identifier '_t' is not in camel case. |
| 156 | 9 | 2 | Property 'login_freeLoad' is not in camel case. | fecs-camelcase | → line 156, col 9: Property 'login_freeLoad' is not in camel case. |
| 160 | 1 | 2 | Expected exception block, space or tab after "/*" in comment. | spaced-comment | → line 160, col 1: Expected exception block, space or tab after "/*" in comment. |
| 161 | 5 | 2 | Identifier 'page_show' is not in camel case. | fecs-camelcase | → line 161, col 5: Identifier 'page_show' is not in camel case. |
| 161 | 5 | 1 | "page_show" is defined but never used | no-unused-vars | → line 161, col 5: "page_show" is defined but never used |
| 170 | 25 | 2 | ["task_lists"] is better written in dot notation. | fecs-dot-notation | → line 170, col 25: ["task_lists"] is better written in dot notation. |
| 171 | 47 | 2 | ["task_lists"] is better written in dot notation. | fecs-dot-notation | → line 171, col 47: ["task_lists"] is better written in dot notation. |
| 174 | 38 | 2 | ["err_msg"] is better written in dot notation. | fecs-dot-notation | → line 174, col 38: ["err_msg"] is better written in dot notation. |
不规范数量:31
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 32 | 25 | 1 | "sliderPic" is defined but never used | no-unused-vars | → line 32, col 25: "sliderPic" is defined but never used |
| 32 | 41 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 32, col 41: A constructor name should not start with a lowercase letter. |
| 131 | 13 | 1 | "isString" is defined but never used | no-unused-vars | → line 131, col 13: "isString" is defined but never used |
| 176 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 176, col 17: "bbhybrid" is not defined. |
| 180 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 180, col 17: "bbhybrid" is not defined. |
| 188 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 188, col 21: "bbhybrid" is not defined. |
| 294 | 55 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 294, col 55: Too many nested callbacks (4). Maximum allowed is 3. |
| 303 | 1 | 2 | Line 303 exceeds the maximum line length of 120. | max-len | → line 303, col 1: Line 303 exceeds the maximum line length of 120. |
| 307 | 37 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 307, col 37: Property 'sku_id' is not in camel case. |
| 337 | 21 | 1 | "$body" is defined but never used | no-unused-vars | → line 337, col 21: "$body" is defined but never used |
| 338 | 21 | 1 | "$win" is defined but never used | no-unused-vars | → line 338, col 21: "$win" is defined but never used |
| 351 | 25 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 351, col 25: Property 'sku_id' is not in camel case. |
| 355 | 25 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 355, col 25: Property 'sku_id' is not in camel case. |
| 420 | 36 | 2 | Missing radix parameter. | radix | → line 420, col 36: Missing radix parameter. |
| 605 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 605, col 29: Property 'entity_type' is not in camel case. |
| 607 | 33 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 607, col 33: Property 'block_name' is not in camel case. |
| 622 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 622, col 29: Property 'entity_type' is not in camel case. |
| 624 | 33 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 624, col 33: Property 'block_name' is not in camel case. |
| 750 | 58 | 2 | Identifier 'sku_id' is not in camel case. | fecs-camelcase | → line 750, col 58: Identifier 'sku_id' is not in camel case. |
| 757 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 757, col 29: Property 'entity_type' is not in camel case. |
| 759 | 33 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 759, col 33: Property 'block_name' is not in camel case. |
| 761 | 33 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 761, col 33: Property 'sku_id' is not in camel case. |
| 810 | 30 | 2 | Identifier 'check_shipping' is not in camel case. | fecs-camelcase | → line 810, col 30: Identifier 'check_shipping' is not in camel case. |
| 811 | 30 | 2 | Identifier 'pay_direct' is not in camel case. | fecs-camelcase | → line 811, col 30: Identifier 'pay_direct' is not in camel case. |
| 816 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 816, col 29: Property 'entity_type' is not in camel case. |
| 818 | 33 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 818, col 33: Property 'block_name' is not in camel case. |
| 841 | 41 | 2 | Property 'cart_id' is not in camel case. | fecs-camelcase | → line 841, col 41: Property 'cart_id' is not in camel case. |
| 910 | 29 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 910, col 29: Property 'entity_type' is not in camel case. |
| 912 | 33 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 912, col 33: Property 'block_name' is not in camel case. |
不规范数量:30
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 12 | 5 | 1 | "uri" is defined but never used | no-unused-vars | → line 12, col 5: "uri" is defined but never used |
| 15 | 5 | 1 | "appbar" is defined but never used | no-unused-vars | → line 15, col 5: "appbar" is defined but never used |
| 17 | 5 | 1 | "slider" is defined but never used | no-unused-vars | → line 17, col 5: "slider" is defined but never used |
| 27 | 9 | 1 | "wikiId" is defined but never used | no-unused-vars | → line 27, col 9: "wikiId" is defined but never used |
| 44 | 13 | 2 | Expected key `comment_id` but `'comment_id'` found. | fecs-properties-quote | → line 44, col 13: Expected key `comment_id` but `'comment_id'` found. |
| 45 | 13 | 2 | Expected key `page` but `'page'` found. | fecs-properties-quote | → line 45, col 13: Expected key `page` but `'page'` found. |
| 54 | 25 | 2 | Identifier 'wiki_id' is not in camel case. | fecs-camelcase | → line 54, col 25: Identifier 'wiki_id' is not in camel case. |
| 54 | 48 | 2 | Identifier 'wiki_id' is not in camel case. | fecs-camelcase | → line 54, col 48: Identifier 'wiki_id' is not in camel case. |
| 56 | 25 | 2 | Identifier 'life_cycle_at' is not in camel case. | fecs-camelcase | → line 56, col 25: Identifier 'life_cycle_at' is not in camel case. |
| 56 | 54 | 2 | Identifier 'life_cycle_at' is not in camel case. | fecs-camelcase | → line 56, col 54: Identifier 'life_cycle_at' is not in camel case. |
| 57 | 25 | 2 | Identifier 'created_at' is not in camel case. | fecs-camelcase | → line 57, col 25: Identifier 'created_at' is not in camel case. |
| 57 | 51 | 2 | Identifier 'created_at' is not in camel case. | fecs-camelcase | → line 57, col 51: Identifier 'created_at' is not in camel case. |
| 58 | 25 | 2 | Identifier 'is_hot' is not in camel case. | fecs-camelcase | → line 58, col 25: Identifier 'is_hot' is not in camel case. |
| 58 | 47 | 2 | Identifier 'is_hot' is not in camel case. | fecs-camelcase | → line 58, col 47: Identifier 'is_hot' is not in camel case. |
| 63 | 21 | 1 | "data" is already defined | no-redeclare | → line 63, col 21: "data" is already defined |
| 64 | 21 | 2 | Expected key `comment` but `'comment'` found. | fecs-properties-quote | → line 64, col 21: Expected key `comment` but `'comment'` found. |
| 65 | 21 | 2 | Expected key `childComments` but `'childComments'` found. | fecs-properties-quote | → line 65, col 21: Expected key `childComments` but `'childComments'` found. |
| 95 | 9 | 2 | Identifier '_link' is not in camel case. | fecs-camelcase | → line 95, col 9: Identifier '_link' is not in camel case. |
| 96 | 9 | 2 | Identifier '_setLinkFinished' is not in camel case. | fecs-camelcase | → line 96, col 9: Identifier '_setLinkFinished' is not in camel case. |
| 101 | 67 | 2 | Invalid typeof comparison value | valid-typeof | → line 101, col 67: Invalid typeof comparison value |
| 120 | 25 | 2 | "lib" is not defined. | no-undef | → line 120, col 25: "lib" is not defined. |
| 162 | 1 | 2 | Line 162 exceeds the maximum line length of 120. | max-len | → line 162, col 1: Line 162 exceeds the maximum line length of 120. |
| 204 | 19 | 2 | Missing radix parameter. | radix | → line 204, col 19: Missing radix parameter. |
| 221 | 13 | 2 | Identifier '_code' is not in camel case. | fecs-camelcase | → line 221, col 13: Identifier '_code' is not in camel case. |
| 324 | 13 | 1 | Unexpected console statement. | no-console | → line 324, col 13: Unexpected console statement. |
| 334 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 334, col 6: Expected a blank comment line between description and tags. |
| 334 | 6 | 2 | Missing JSDoc parameter type for "config". | fecs-valid-jsdoc | → line 334, col 6: Missing JSDoc parameter type for "config". |
| 334 | 15 | 2 | Expected JSDoc for "type" but found "config". | fecs-valid-jsdoc | → line 334, col 15: Expected JSDoc for "type" but found "config". |
不规范数量:14
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 13 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 13, col 9: "bbhybrid" is not defined. |
| 19 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 19, col 17: "bbhybrid" is not defined. |
| 20 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 20, col 21: Expected key `title` but `'title'` found. |
| 22 | 1 | 2 | Line 22 exceeds the maximum line length of 120. | max-len | → line 22, col 1: Line 22 exceeds the maximum line length of 120. |
| 30 | 9 | 2 | "getAllData" was used before it was defined | no-use-before-define | → line 30, col 9: "getAllData" was used before it was defined |
| 31 | 9 | 2 | "bindEvents" was used before it was defined | no-use-before-define | → line 31, col 9: "bindEvents" was used before it was defined |
| 40 | 13 | 2 | Identifier 'group_id' is not in camel case. | fecs-camelcase | → line 40, col 13: Identifier 'group_id' is not in camel case. |
| 41 | 13 | 1 | "uid" is defined but never used | no-unused-vars | → line 41, col 13: "uid" is defined but never used |
| 44 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 44, col 13: "bbhybrid" is not defined. |
| 50 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 50, col 17: "bbhybrid" is not defined. |
| 55 | 33 | 2 | Property 'group_id' is not in camel case. | fecs-camelcase | → line 55, col 33: Property 'group_id' is not in camel case. |
| 70 | 25 | 2 | "bbhybrid" is not defined. | no-undef | → line 70, col 25: "bbhybrid" is not defined. |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 13 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 13, col 9: "bbhybrid" is not defined. |
| 18 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 18, col 13: "bbhybrid" is not defined. |
| 19 | 17 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 19, col 17: Expected key `hidden` but `'hidden'` found. |
| 25 | 9 | 2 | "getAllDate" was used before it was defined | no-use-before-define | → line 25, col 9: "getAllDate" was used before it was defined |
| 26 | 9 | 2 | "bindEvents" was used before it was defined | no-use-before-define | → line 26, col 9: "bindEvents" was used before it was defined |
| 36 | 13 | 2 | Identifier 'group_id' is not in camel case. | fecs-camelcase | → line 36, col 13: Identifier 'group_id' is not in camel case. |
| 41 | 21 | 2 | Property 'group_id' is not in camel case. | fecs-camelcase | → line 41, col 21: Property 'group_id' is not in camel case. |
| 45 | 25 | 1 | Unexpected console statement. | no-console | → line 45, col 25: Unexpected console statement. |
| 109 | 21 | 2 | Expected key `border` but `'border'` found. | fecs-properties-quote | → line 109, col 21: Expected key `border` but `'border'` found. |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 7 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 7, col 5: "bbhybrid" is not defined. |
| 12 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 12, col 9: "bbhybrid" is not defined. |
| 13 | 13 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 13, col 13: Expected key `hidden` but `'hidden'` found. |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 8, col 9: "bbhybrid" is not defined. |
| 10 | 45 | 2 | Unexpected trailing comma. | comma-dangle | → line 10, col 45: Unexpected trailing comma. |
| 17 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 17, col 13: "bbhybrid" is not defined. |
| 43 | 44 | 2 | "bbhybrid" is not defined. | no-undef | → line 43, col 44: "bbhybrid" is not defined. |
| 49 | 28 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 49, col 28: Too many nested callbacks (4). Maximum allowed is 3. |
| 51 | 33 | 2 | "bbhybrid" is not defined. | no-undef | → line 51, col 33: "bbhybrid" is not defined. |
| 51 | 63 | 1 | Too many nested callbacks (5). Maximum allowed is 3. | max-nested-callbacks | → line 51, col 63: Too many nested callbacks (5). Maximum allowed is 3. |
| 53 | 41 | 2 | "bbhybrid" is not defined. | no-undef | → line 53, col 41: "bbhybrid" is not defined. |
| 56 | 41 | 2 | "bbhybrid" is not defined. | no-undef | → line 56, col 41: "bbhybrid" is not defined. |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 3 | 1 | 2 | "env" is not defined. | no-undef | → line 3, col 1: "env" is not defined. |
| 5 | 5 | 2 | "env" is not defined. | no-undef | → line 5, col 5: "env" is not defined. |
| 6 | 9 | 2 | "env" is not defined. | no-undef | → line 6, col 9: "env" is not defined. |
| 11 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 11, col 13: "bbhybrid" is not defined. |
| 13 | 21 | 2 | Expected key `needupdate` but `'needupdate'` found. | fecs-properties-quote | → line 13, col 21: Expected key `needupdate` but `'needupdate'` found. |
不规范数量:28
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 8, col 9: "bbhybrid" is not defined. |
| 18 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 18, col 13: "bbhybrid" is not defined. |
| 21 | 21 | 2 | Expected key `e_name` but `'e_name'` found. | fecs-properties-quote | → line 21, col 21: Expected key `e_name` but `'e_name'` found. |
| 22 | 21 | 2 | Expected key `router` but `'router'` found. | fecs-properties-quote | → line 22, col 21: Expected key `router` but `'router'` found. |
| 26 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 26, col 13: "bbhybrid" is not defined. |
| 38 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 38, col 21: "bbhybrid" is not defined. |
| 41 | 29 | 2 | Expected key `e_name` but `'e_name'` found. | fecs-properties-quote | → line 41, col 29: Expected key `e_name` but `'e_name'` found. |
| 42 | 29 | 2 | Expected key `router` but `'router'` found. | fecs-properties-quote | → line 42, col 29: Expected key `router` but `'router'` found. |
| 50 | 25 | 2 | "bbhybrid" is not defined. | no-undef | → line 50, col 25: "bbhybrid" is not defined. |
| 53 | 33 | 2 | Expected key `e_name` but `'e_name'` found. | fecs-properties-quote | → line 53, col 33: Expected key `e_name` but `'e_name'` found. |
| 54 | 33 | 2 | Expected key `router` but `'router'` found. | fecs-properties-quote | → line 54, col 33: Expected key `router` but `'router'` found. |
| 59 | 44 | 2 | "bbhybrid" is not defined. | no-undef | → line 59, col 44: "bbhybrid" is not defined. |
| 65 | 28 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 65, col 28: Too many nested callbacks (4). Maximum allowed is 3. |
| 67 | 33 | 2 | "bbhybrid" is not defined. | no-undef | → line 67, col 33: "bbhybrid" is not defined. |
| 67 | 63 | 1 | Too many nested callbacks (5). Maximum allowed is 3. | max-nested-callbacks | → line 67, col 63: Too many nested callbacks (5). Maximum allowed is 3. |
| 69 | 41 | 2 | "bbhybrid" is not defined. | no-undef | → line 69, col 41: "bbhybrid" is not defined. |
| 72 | 49 | 2 | Expected key `e_name` but `'e_name'` found. | fecs-properties-quote | → line 72, col 49: Expected key `e_name` but `'e_name'` found. |
| 73 | 49 | 2 | Expected key `router` but `'router'` found. | fecs-properties-quote | → line 73, col 49: Expected key `router` but `'router'` found. |
| 77 | 41 | 2 | "bbhybrid" is not defined. | no-undef | → line 77, col 41: "bbhybrid" is not defined. |
| 80 | 41 | 2 | "bbhybrid" is not defined. | no-undef | → line 80, col 41: "bbhybrid" is not defined. |
| 83 | 49 | 2 | Expected key `e_name` but `'e_name'` found. | fecs-properties-quote | → line 83, col 49: Expected key `e_name` but `'e_name'` found. |
| 84 | 49 | 2 | Expected key `router` but `'router'` found. | fecs-properties-quote | → line 84, col 49: Expected key `router` but `'router'` found. |
| 89 | 41 | 2 | "bbhybrid" is not defined. | no-undef | → line 89, col 41: "bbhybrid" is not defined. |
| 96 | 33 | 2 | "bbhybrid" is not defined. | no-undef | → line 96, col 33: "bbhybrid" is not defined. |
| 99 | 41 | 2 | Expected key `e_name` but `'e_name'` found. | fecs-properties-quote | → line 99, col 41: Expected key `e_name` but `'e_name'` found. |
| 100 | 41 | 2 | Expected key `router` but `'router'` found. | fecs-properties-quote | → line 100, col 41: Expected key `router` but `'router'` found. |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 3 | 1 | 2 | "env" is not defined. | no-undef | → line 3, col 1: "env" is not defined. |
| 5 | 20 | 2 | "bbhybrid" is not defined. | no-undef | → line 5, col 20: "bbhybrid" is not defined. |
| 14 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 14, col 5: "bbhybrid" is not defined. |
| 30 | 5 | 2 | "env" is not defined. | no-undef | → line 30, col 5: "env" is not defined. |
不规范数量:31
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 12 | 5 | 1 | "uri" is defined but never used | no-unused-vars | → line 12, col 5: "uri" is defined but never used |
| 15 | 5 | 1 | "appbar" is defined but never used | no-unused-vars | → line 15, col 5: "appbar" is defined but never used |
| 17 | 5 | 1 | "slider" is defined but never used | no-unused-vars | → line 17, col 5: "slider" is defined but never used |
| 30 | 9 | 1 | "$contentImg" is defined but never used | no-unused-vars | → line 30, col 9: "$contentImg" is defined but never used |
| 58 | 13 | 2 | Expected key `post_id` but `'post_id'` found. | fecs-properties-quote | → line 58, col 13: Expected key `post_id` but `'post_id'` found. |
| 67 | 23 | 2 | Identifier 'member_cnt' is not in camel case. | fecs-camelcase | → line 67, col 23: Identifier 'member_cnt' is not in camel case. |
| 70 | 22 | 2 | Identifier 'post_id' is not in camel case. | fecs-camelcase | → line 70, col 22: Identifier 'post_id' is not in camel case. |
| 70 | 42 | 2 | Identifier 'post_id' is not in camel case. | fecs-camelcase | → line 70, col 42: Identifier 'post_id' is not in camel case. |
| 71 | 22 | 2 | Identifier 'update_at' is not in camel case. | fecs-camelcase | → line 71, col 22: Identifier 'update_at' is not in camel case. |
| 71 | 44 | 2 | Identifier 'update_at' is not in camel case. | fecs-camelcase | → line 71, col 44: Identifier 'update_at' is not in camel case. |
| 79 | 22 | 2 | Identifier 'baby_life_cycle' is not in camel case. | fecs-camelcase | → line 79, col 22: Identifier 'baby_life_cycle' is not in camel case. |
| 79 | 50 | 2 | Identifier 'baby_life_cycle' is not in camel case. | fecs-camelcase | → line 79, col 50: Identifier 'baby_life_cycle' is not in camel case. |
| 82 | 21 | 2 | Expected key `post` but `'post'` found. | fecs-properties-quote | → line 82, col 21: Expected key `post` but `'post'` found. |
| 83 | 21 | 2 | Expected key `user` but `'user'` found. | fecs-properties-quote | → line 83, col 21: Expected key `user` but `'user'` found. |
| 84 | 21 | 2 | Expected key `group` but `'group'` found. | fecs-properties-quote | → line 84, col 21: Expected key `group` but `'group'` found. |
| 96 | 10 | 2 | Unexpected trailing comma. | comma-dangle | → line 96, col 10: Unexpected trailing comma. |
| 116 | 13 | 2 | Expected key `post_id` but `'post_id'` found. | fecs-properties-quote | → line 116, col 13: Expected key `post_id` but `'post_id'` found. |
| 117 | 13 | 2 | Expected key `page_size` but `'page_size'` found. | fecs-properties-quote | → line 117, col 13: Expected key `page_size` but `'page_size'` found. |
| 118 | 13 | 2 | Expected key `page` but `'page'` found. | fecs-properties-quote | → line 118, col 13: Expected key `page` but `'page'` found. |
| 127 | 21 | 2 | Expected key `comments` but `'comments'` found. | fecs-properties-quote | → line 127, col 21: Expected key `comments` but `'comments'` found. |
| 137 | 9 | 2 | Identifier '_link' is not in camel case. | fecs-camelcase | → line 137, col 9: Identifier '_link' is not in camel case. |
| 138 | 9 | 2 | Identifier '_setLinkFinished' is not in camel case. | fecs-camelcase | → line 138, col 9: Identifier '_setLinkFinished' is not in camel case. |
| 143 | 67 | 2 | Invalid typeof comparison value | valid-typeof | → line 143, col 67: Invalid typeof comparison value |
| 204 | 1 | 2 | Line 204 exceeds the maximum line length of 120. | max-len | → line 204, col 1: Line 204 exceeds the maximum line length of 120. |
| 246 | 19 | 2 | Missing radix parameter. | radix | → line 246, col 19: Missing radix parameter. |
| 263 | 13 | 2 | Identifier '_code' is not in camel case. | fecs-camelcase | → line 263, col 13: Identifier '_code' is not in camel case. |
| 375 | 6 | 2 | Missing JSDoc parameter type for "config". | fecs-valid-jsdoc | → line 375, col 6: Missing JSDoc parameter type for "config". |
| 375 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 375, col 6: Expected a blank comment line between description and tags. |
| 375 | 15 | 2 | Expected JSDoc for "type" but found "config". | fecs-valid-jsdoc | → line 375, col 15: Expected JSDoc for "type" but found "config". |
不规范数量:27
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 12 | 5 | 1 | "uri" is defined but never used | no-unused-vars | → line 12, col 5: "uri" is defined but never used |
| 15 | 5 | 1 | "appbar" is defined but never used | no-unused-vars | → line 15, col 5: "appbar" is defined but never used |
| 17 | 5 | 1 | "slider" is defined but never used | no-unused-vars | → line 17, col 5: "slider" is defined but never used |
| 28 | 9 | 1 | "$contentImg" is defined but never used | no-unused-vars | → line 28, col 9: "$contentImg" is defined but never used |
| 43 | 13 | 2 | Expected key `post_id` but `'post_id'` found. | fecs-properties-quote | → line 43, col 13: Expected key `post_id` but `'post_id'` found. |
| 56 | 26 | 2 | Identifier 'comment_count_int' is not in camel case. | fecs-camelcase | → line 56, col 26: Identifier 'comment_count_int' is not in camel case. |
| 56 | 56 | 2 | Identifier 'comment_count_int' is not in camel case. | fecs-camelcase | → line 56, col 56: Identifier 'comment_count_int' is not in camel case. |
| 68 | 25 | 1 | "data" is already defined | no-redeclare | → line 68, col 25: "data" is already defined |
| 69 | 25 | 2 | Expected key `post` but `'post'` found. | fecs-properties-quote | → line 69, col 25: Expected key `post` but `'post'` found. |
| 70 | 25 | 2 | Expected key `main` but `'main'` found. | fecs-properties-quote | → line 70, col 25: Expected key `main` but `'main'` found. |
| 104 | 13 | 2 | Expected key `post_id` but `'post_id'` found. | fecs-properties-quote | → line 104, col 13: Expected key `post_id` but `'post_id'` found. |
| 105 | 13 | 2 | Expected key `page_size` but `'page_size'` found. | fecs-properties-quote | → line 105, col 13: Expected key `page_size` but `'page_size'` found. |
| 106 | 13 | 2 | Expected key `page` but `'page'` found. | fecs-properties-quote | → line 106, col 13: Expected key `page` but `'page'` found. |
| 115 | 21 | 2 | Expected key `comments` but `'comments'` found. | fecs-properties-quote | → line 115, col 21: Expected key `comments` but `'comments'` found. |
| 126 | 9 | 2 | Identifier '_link' is not in camel case. | fecs-camelcase | → line 126, col 9: Identifier '_link' is not in camel case. |
| 127 | 9 | 2 | Identifier '_setLinkFinished' is not in camel case. | fecs-camelcase | → line 127, col 9: Identifier '_setLinkFinished' is not in camel case. |
| 132 | 67 | 2 | Invalid typeof comparison value | valid-typeof | → line 132, col 67: Invalid typeof comparison value |
| 151 | 25 | 2 | "lib" is not defined. | no-undef | → line 151, col 25: "lib" is not defined. |
| 193 | 1 | 2 | Line 193 exceeds the maximum line length of 120. | max-len | → line 193, col 1: Line 193 exceeds the maximum line length of 120. |
| 235 | 19 | 2 | Missing radix parameter. | radix | → line 235, col 19: Missing radix parameter. |
| 252 | 13 | 2 | Identifier '_code' is not in camel case. | fecs-camelcase | → line 252, col 13: Identifier '_code' is not in camel case. |
| 355 | 13 | 1 | Unexpected console statement. | no-console | → line 355, col 13: Unexpected console statement. |
| 365 | 6 | 2 | Missing JSDoc parameter type for "config". | fecs-valid-jsdoc | → line 365, col 6: Missing JSDoc parameter type for "config". |
| 365 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 365, col 6: Expected a blank comment line between description and tags. |
| 365 | 15 | 2 | Expected JSDoc for "type" but found "config". | fecs-valid-jsdoc | → line 365, col 15: Expected JSDoc for "type" but found "config". |
不规范数量:40
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 10 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 10, col 5: "bbhybrid" is not defined. |
| 18 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 18, col 13: "bbhybrid" is not defined. |
| 19 | 17 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 19, col 17: Expected key `title` but `'title'` found. |
| 22 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 22, col 17: "bbhybrid" is not defined. |
| 31 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 31, col 13: "bbhybrid" is not defined. |
| 64 | 5 | 2 | Property 'age_id' is not in camel case. | fecs-camelcase | → line 64, col 5: Property 'age_id' is not in camel case. |
| 66 | 5 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 66, col 5: Property 'page_size' is not in camel case. |
| 67 | 5 | 2 | Property 'order_type' is not in camel case. | fecs-camelcase | → line 67, col 5: Property 'order_type' is not in camel case. |
| 80 | 13 | 2 | Identifier '$J_loading' is not in camel case. | fecs-camelcase | → line 80, col 13: Identifier '$J_loading' is not in camel case. |
| 81 | 13 | 2 | Identifier '$J_loaded' is not in camel case. | fecs-camelcase | → line 81, col 13: Identifier '$J_loaded' is not in camel case. |
| 83 | 9 | 2 | Identifier '$J_loaded' is not in camel case. | fecs-camelcase | → line 83, col 9: Identifier '$J_loaded' is not in camel case. |
| 85 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 85, col 13: "bbhybrid" is not defined. |
| 90 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 90, col 17: "bbhybrid" is not defined. |
| 95 | 25 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 95, col 25: Property 'page_size' is not in camel case. |
| 96 | 25 | 2 | Property 'order_type' is not in camel case. | fecs-camelcase | → line 96, col 25: Property 'order_type' is not in camel case. |
| 97 | 25 | 2 | Property 'age_id' is not in camel case. | fecs-camelcase | → line 97, col 25: Property 'age_id' is not in camel case. |
| 97 | 49 | 2 | Unexpected trailing comma. | comma-dangle | → line 97, col 49: Unexpected trailing comma. |
| 101 | 21 | 2 | Identifier '$J_loading' is not in camel case. | fecs-camelcase | → line 101, col 21: Identifier '$J_loading' is not in camel case. |
| 104 | 25 | 2 | Identifier '$J_loaded' is not in camel case. | fecs-camelcase | → line 104, col 25: Identifier '$J_loaded' is not in camel case. |
| 116 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 116, col 21: "bbhybrid" is not defined. |
| 116 | 42 | 2 | "bbhybrid" is not defined. | no-undef | → line 116, col 42: "bbhybrid" is not defined. |
| 119 | 29 | 2 | Property 'e_name' is not in camel case. | fecs-camelcase | → line 119, col 29: Property 'e_name' is not in camel case. |
| 122 | 29 | 2 | Property 'recipes_ids' is not in camel case. | fecs-camelcase | → line 122, col 29: Property 'recipes_ids' is not in camel case. |
| 134 | 21 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 134, col 21: Property 'page_size' is not in camel case. |
| 135 | 21 | 2 | Property 'order_type' is not in camel case. | fecs-camelcase | → line 135, col 21: Property 'order_type' is not in camel case. |
| 136 | 21 | 2 | Property 'age_id' is not in camel case. | fecs-camelcase | → line 136, col 21: Property 'age_id' is not in camel case. |
| 142 | 21 | 2 | Identifier '$J_loading' is not in camel case. | fecs-camelcase | → line 142, col 21: Identifier '$J_loading' is not in camel case. |
| 144 | 25 | 2 | Identifier '$J_loaded' is not in camel case. | fecs-camelcase | → line 144, col 25: Identifier '$J_loaded' is not in camel case. |
| 170 | 13 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 170, col 13: Identifier '_template' is not in camel case. |
| 175 | 13 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 175, col 13: Identifier '_template' is not in camel case. |
| 186 | 13 | 2 | Identifier '_template' is not in camel case. | fecs-camelcase | → line 186, col 13: Identifier '_template' is not in camel case. |
| 204 | 22 | 2 | Identifier 'order_type' is not in camel case. | fecs-camelcase | → line 204, col 22: Identifier 'order_type' is not in camel case. |
| 206 | 22 | 2 | Identifier 'age_id' is not in camel case. | fecs-camelcase | → line 206, col 22: Identifier 'age_id' is not in camel case. |
| 222 | 22 | 2 | Identifier 'order_type' is not in camel case. | fecs-camelcase | → line 222, col 22: Identifier 'order_type' is not in camel case. |
| 232 | 17 | 1 | "$doc" is defined but never used | no-unused-vars | → line 232, col 17: "$doc" is defined but never used |
| 259 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 259, col 13: "$doc" is defined but never used |
| 261 | 13 | 2 | Identifier '$J_loading' is not in camel case. | fecs-camelcase | → line 261, col 13: Identifier '$J_loading' is not in camel case. |
| 272 | 21 | 2 | Identifier '$J_loading' is not in camel case. | fecs-camelcase | → line 272, col 21: Identifier '$J_loading' is not in camel case. |
不规范数量:59
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 3 | 5 | 1 | "uri" is defined but never used | no-unused-vars | → line 3, col 5: "uri" is defined but never used |
| 5 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 5, col 5: "popup" is defined but never used |
| 12 | 5 | 1 | "article_id" is defined but never used | no-unused-vars | → line 12, col 5: "article_id" is defined but never used |
| 12 | 5 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 12, col 5: Identifier 'article_id' is not in camel case. |
| 13 | 5 | 1 | "select_status" is defined but never used | no-unused-vars | → line 13, col 5: "select_status" is defined but never used |
| 13 | 5 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 13, col 5: Identifier 'select_status' is not in camel case. |
| 16 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 16, col 5: "bbhybrid" is not defined. |
| 21 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 21, col 9: "bbhybrid" is not defined. |
| 22 | 13 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 22, col 13: Expected key `hidden` but `'hidden'` found. |
| 34 | 9 | 2 | "getData" was used before it was defined | no-use-before-define | → line 34, col 9: "getData" was used before it was defined |
| 58 | 13 | 1 | "currentList" is defined but never used | no-unused-vars | → line 58, col 13: "currentList" is defined but never used |
| 60 | 21 | 2 | Identifier 'article_type' is not in camel case. | fecs-camelcase | → line 60, col 21: Identifier 'article_type' is not in camel case. |
| 60 | 41 | 2 | Identifier 'article_type' is not in camel case. | fecs-camelcase | → line 60, col 41: Identifier 'article_type' is not in camel case. |
| 69 | 9 | 2 | "bindEvent" was used before it was defined | no-use-before-define | → line 69, col 9: "bindEvent" was used before it was defined |
| 72 | 33 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 72, col 33: Identifier 'article_id' is not in camel case. |
| 72 | 45 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 72, col 45: Identifier 'select_status' is not in camel case. |
| 78 | 17 | 2 | Property 'select_status' is not in camel case. | fecs-camelcase | → line 78, col 17: Property 'select_status' is not in camel case. |
| 79 | 17 | 2 | Property 'article_id' is not in camel case. | fecs-camelcase | → line 79, col 17: Property 'article_id' is not in camel case. |
| 103 | 17 | 2 | "$this" is not defined. | no-undef | → line 103, col 17: "$this" is not defined. |
| 105 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 105, col 21: "bbhybrid" is not defined. |
| 111 | 25 | 2 | "bbhybrid" is not defined. | no-undef | → line 111, col 25: "bbhybrid" is not defined. |
| 113 | 37 | 2 | "$this" is not defined. | no-undef | → line 113, col 37: "$this" is not defined. |
| 114 | 41 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 114, col 41: Identifier 'article_id' is not in camel case. |
| 114 | 54 | 2 | "$this" is not defined. | no-undef | → line 114, col 54: "$this" is not defined. |
| 115 | 41 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 115, col 41: Identifier 'select_status' is not in camel case. |
| 115 | 57 | 2 | "$this" is not defined. | no-undef | → line 115, col 57: "$this" is not defined. |
| 116 | 37 | 2 | "$this" is not defined. | no-undef | → line 116, col 37: "$this" is not defined. |
| 117 | 37 | 2 | "$this" is not defined. | no-undef | → line 117, col 37: "$this" is not defined. |
| 119 | 37 | 2 | "$this" is not defined. | no-undef | → line 119, col 37: "$this" is not defined. |
| 122 | 37 | 2 | "$this" is not defined. | no-undef | → line 122, col 37: "$this" is not defined. |
| 123 | 37 | 2 | "$this" is not defined. | no-undef | → line 123, col 37: "$this" is not defined. |
| 124 | 41 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 124, col 41: Identifier 'article_id' is not in camel case. |
| 124 | 41 | 1 | "article_id" is already defined | no-redeclare | → line 124, col 41: "article_id" is already defined |
| 124 | 54 | 2 | "$this" is not defined. | no-undef | → line 124, col 54: "$this" is not defined. |
| 125 | 41 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 125, col 41: Identifier 'select_status' is not in camel case. |
| 125 | 41 | 1 | "select_status" is already defined | no-redeclare | → line 125, col 41: "select_status" is already defined |
| 125 | 57 | 2 | "$this" is not defined. | no-undef | → line 125, col 57: "$this" is not defined. |
| 127 | 37 | 2 | "$this" is not defined. | no-undef | → line 127, col 37: "$this" is not defined. |
| 131 | 33 | 2 | "bbhybrid" is not defined. | no-undef | → line 131, col 33: "bbhybrid" is not defined. |
| 131 | 48 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 131, col 48: Too many nested callbacks (4). Maximum allowed is 3. |
| 140 | 29 | 2 | "$this" is not defined. | no-undef | → line 140, col 29: "$this" is not defined. |
| 141 | 33 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 141, col 33: Identifier 'article_id' is not in camel case. |
| 141 | 46 | 2 | "$this" is not defined. | no-undef | → line 141, col 46: "$this" is not defined. |
| 142 | 33 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 142, col 33: Identifier 'select_status' is not in camel case. |
| 142 | 49 | 2 | "$this" is not defined. | no-undef | → line 142, col 49: "$this" is not defined. |
| 143 | 29 | 2 | "$this" is not defined. | no-undef | → line 143, col 29: "$this" is not defined. |
| 144 | 29 | 2 | "$this" is not defined. | no-undef | → line 144, col 29: "$this" is not defined. |
| 146 | 29 | 2 | "$this" is not defined. | no-undef | → line 146, col 29: "$this" is not defined. |
| 149 | 29 | 2 | "$this" is not defined. | no-undef | → line 149, col 29: "$this" is not defined. |
| 150 | 29 | 2 | "$this" is not defined. | no-undef | → line 150, col 29: "$this" is not defined. |
| 151 | 33 | 1 | "article_id" is already defined | no-redeclare | → line 151, col 33: "article_id" is already defined |
| 151 | 33 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 151, col 33: Identifier 'article_id' is not in camel case. |
| 151 | 46 | 2 | "$this" is not defined. | no-undef | → line 151, col 46: "$this" is not defined. |
| 152 | 33 | 1 | "select_status" is already defined | no-redeclare | → line 152, col 33: "select_status" is already defined |
| 152 | 33 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 152, col 33: Identifier 'select_status' is not in camel case. |
| 152 | 49 | 2 | "$this" is not defined. | no-undef | → line 152, col 49: "$this" is not defined. |
| 154 | 29 | 2 | "$this" is not defined. | no-undef | → line 154, col 29: "$this" is not defined. |
不规范数量:26
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 9 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 9, col 5: "BB" is defined but never used |
| 16 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 16, col 13: "bbhybrid" is not defined. |
| 21 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 21, col 17: "bbhybrid" is not defined. |
| 23 | 35 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 23, col 35: Too many nested callbacks (4). Maximum allowed is 3. |
| 35 | 45 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 35, col 45: Unnecessary use of boolean literals in conditional expression |
| 62 | 9 | 2 | "removeShareBtn" was used before it was defined | no-use-before-define | → line 62, col 9: "removeShareBtn" was used before it was defined |
| 63 | 9 | 2 | "bindEvent" was used before it was defined | no-use-before-define | → line 63, col 9: "bindEvent" was used before it was defined |
| 127 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 127, col 17: "bbhybrid" is not defined. |
| 132 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 132, col 21: "bbhybrid" is not defined. |
| 195 | 29 | 2 | "bbhybrid" is not defined. | no-undef | → line 195, col 29: "bbhybrid" is not defined. |
| 200 | 33 | 2 | "bbhybrid" is not defined. | no-undef | → line 200, col 33: "bbhybrid" is not defined. |
| 224 | 28 | 2 | "compare" was used before it was defined | no-use-before-define | → line 224, col 28: "compare" was used before it was defined |
| 231 | 28 | 2 | "compare" was used before it was defined | no-use-before-define | → line 231, col 28: "compare" was used before it was defined |
| 238 | 28 | 2 | "compare" was used before it was defined | no-use-before-define | → line 238, col 28: "compare" was used before it was defined |
| 248 | 9 | 2 | "renderBar" was used before it was defined | no-use-before-define | → line 248, col 9: "renderBar" was used before it was defined |
| 271 | 21 | 1 | "left" is already defined | no-redeclare | → line 271, col 21: "left" is already defined |
| 276 | 21 | 2 | Expected key `width` but `'width'` found. | fecs-properties-quote | → line 276, col 21: Expected key `width` but `'width'` found. |
| 277 | 21 | 2 | Expected key `left` but `'left'` found. | fecs-properties-quote | → line 277, col 21: Expected key `left` but `'left'` found. |
| 283 | 21 | 1 | "left" is already defined | no-redeclare | → line 283, col 21: "left" is already defined |
| 288 | 21 | 2 | Expected key `width` but `'width'` found. | fecs-properties-quote | → line 288, col 21: Expected key `width` but `'width'` found. |
| 289 | 21 | 2 | Expected key `left` but `'left'` found. | fecs-properties-quote | → line 289, col 21: Expected key `left` but `'left'` found. |
| 305 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 305, col 14: Unexpected 'else' after 'return'. |
| 313 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 313, col 13: "bbhybrid" is not defined. |
| 318 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 318, col 17: "bbhybrid" is not defined. |
不规范数量:69
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 4 | 5 | 1 | "uri" is defined but never used | no-unused-vars | → line 4, col 5: "uri" is defined but never used |
| 6 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 6, col 5: "popup" is defined but never used |
| 14 | 39 | 2 | Unexpected trailing comma. | comma-dangle | → line 14, col 39: Unexpected trailing comma. |
| 48 | 31 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 48, col 31: Expected '===' and instead saw '=='. |
| 82 | 31 | 2 | Expected '===' and instead saw '=='. | eqeqeq | → line 82, col 31: Expected '===' and instead saw '=='. |
| 150 | 4 | 2 | "Zepto" is not defined. | no-undef | → line 150, col 4: "Zepto" is not defined. |
| 153 | 5 | 1 | "listData" is defined but never used | no-unused-vars | → line 153, col 5: "listData" is defined but never used |
| 154 | 5 | 1 | "select_status" is defined but never used | no-unused-vars | → line 154, col 5: "select_status" is defined but never used |
| 154 | 5 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 154, col 5: Identifier 'select_status' is not in camel case. |
| 155 | 5 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 155, col 5: Identifier 'article_id' is not in camel case. |
| 155 | 5 | 1 | "article_id" is defined but never used | no-unused-vars | → line 155, col 5: "article_id" is defined but never used |
| 159 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 159, col 5: "bbhybrid" is not defined. |
| 165 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 165, col 13: "bbhybrid" is not defined. |
| 166 | 17 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 166, col 17: Expected key `title` but `'title'` found. |
| 168 | 1 | 2 | Line 168 exceeds the maximum line length of 120. | max-len | → line 168, col 1: Line 168 exceeds the maximum line length of 120. |
| 177 | 9 | 2 | "getData" was used before it was defined | no-use-before-define | → line 177, col 9: "getData" was used before it was defined |
| 179 | 9 | 2 | "bindEvent" was used before it was defined | no-use-before-define | → line 179, col 9: "bindEvent" was used before it was defined |
| 191 | 25 | 2 | Property 'package_daichan' is not in camel case. | fecs-camelcase | → line 191, col 25: Property 'package_daichan' is not in camel case. |
| 204 | 38 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 204, col 38: Identifier 'article_id' is not in camel case. |
| 204 | 50 | 2 | Identifier 'take_status' is not in camel case. | fecs-camelcase | → line 204, col 50: Identifier 'take_status' is not in camel case. |
| 210 | 17 | 2 | Property 'take_status' is not in camel case. | fecs-camelcase | → line 210, col 17: Property 'take_status' is not in camel case. |
| 211 | 17 | 2 | Property 'article_id' is not in camel case. | fecs-camelcase | → line 211, col 17: Property 'article_id' is not in camel case. |
| 222 | 37 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 222, col 37: Identifier 'article_id' is not in camel case. |
| 222 | 49 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 222, col 49: Identifier 'select_status' is not in camel case. |
| 228 | 17 | 2 | Property 'select_status' is not in camel case. | fecs-camelcase | → line 228, col 17: Property 'select_status' is not in camel case. |
| 229 | 17 | 2 | Property 'article_id' is not in camel case. | fecs-camelcase | → line 229, col 17: Property 'article_id' is not in camel case. |
| 246 | 13 | 2 | Expected key `width` but `'width'` found. | fecs-properties-quote | → line 246, col 13: Expected key `width` but `'width'` found. |
| 247 | 13 | 2 | Expected key `transition` but `'transition'` found. | fecs-properties-quote | → line 247, col 13: Expected key `transition` but `'transition'` found. |
| 251 | 13 | 2 | Expected key `left` but `'left'` found. | fecs-properties-quote | → line 251, col 13: Expected key `left` but `'left'` found. |
| 252 | 13 | 2 | Expected key `transition` but `'transition'` found. | fecs-properties-quote | → line 252, col 13: Expected key `transition` but `'transition'` found. |
| 263 | 13 | 2 | "$this" is not defined. | no-undef | → line 263, col 13: "$this" is not defined. |
| 264 | 13 | 2 | "$this" is not defined. | no-undef | → line 264, col 13: "$this" is not defined. |
| 265 | 13 | 2 | "$this" is not defined. | no-undef | → line 265, col 13: "$this" is not defined. |
| 266 | 17 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 266, col 17: Identifier 'article_id' is not in camel case. |
| 266 | 30 | 2 | "$this" is not defined. | no-undef | → line 266, col 30: "$this" is not defined. |
| 267 | 17 | 2 | Identifier 'take_status' is not in camel case. | fecs-camelcase | → line 267, col 17: Identifier 'take_status' is not in camel case. |
| 267 | 31 | 2 | "$this" is not defined. | no-undef | → line 267, col 31: "$this" is not defined. |
| 270 | 13 | 2 | "$this" is not defined. | no-undef | → line 270, col 13: "$this" is not defined. |
| 273 | 13 | 2 | "$this" is not defined. | no-undef | → line 273, col 13: "$this" is not defined. |
| 274 | 13 | 2 | "$this" is not defined. | no-undef | → line 274, col 13: "$this" is not defined. |
| 275 | 17 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 275, col 17: Identifier 'article_id' is not in camel case. |
| 275 | 17 | 1 | "article_id" is already defined | no-redeclare | → line 275, col 17: "article_id" is already defined |
| 275 | 30 | 2 | "$this" is not defined. | no-undef | → line 275, col 30: "$this" is not defined. |
| 276 | 17 | 1 | "take_status" is already defined | no-redeclare | → line 276, col 17: "take_status" is already defined |
| 276 | 17 | 2 | Identifier 'take_status' is not in camel case. | fecs-camelcase | → line 276, col 17: Identifier 'take_status' is not in camel case. |
| 276 | 31 | 2 | "$this" is not defined. | no-undef | → line 276, col 31: "$this" is not defined. |
| 279 | 13 | 2 | "$this" is not defined. | no-undef | → line 279, col 13: "$this" is not defined. |
| 287 | 17 | 2 | "$this" is not defined. | no-undef | → line 287, col 17: "$this" is not defined. |
| 289 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 289, col 21: "bbhybrid" is not defined. |
| 295 | 25 | 2 | "bbhybrid" is not defined. | no-undef | → line 295, col 25: "bbhybrid" is not defined. |
| 300 | 33 | 2 | "bbhybrid" is not defined. | no-undef | → line 300, col 33: "bbhybrid" is not defined. |
| 300 | 48 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 300, col 48: Too many nested callbacks (4). Maximum allowed is 3. |
| 321 | 17 | 2 | "$this" is not defined. | no-undef | → line 321, col 17: "$this" is not defined. |
| 323 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 323, col 21: "bbhybrid" is not defined. |
| 329 | 25 | 2 | "bbhybrid" is not defined. | no-undef | → line 329, col 25: "bbhybrid" is not defined. |
| 332 | 33 | 2 | "$this" is not defined. | no-undef | → line 332, col 33: "$this" is not defined. |
| 333 | 44 | 2 | "$this" is not defined. | no-undef | → line 333, col 44: "$this" is not defined. |
| 334 | 44 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 334, col 44: Too many nested callbacks (4). Maximum allowed is 3. |
| 335 | 41 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 335, col 41: Identifier 'article_id' is not in camel case. |
| 336 | 41 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 336, col 41: Identifier 'select_status' is not in camel case. |
| 343 | 33 | 2 | "bbhybrid" is not defined. | no-undef | → line 343, col 33: "bbhybrid" is not defined. |
| 343 | 48 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 343, col 48: Too many nested callbacks (4). Maximum allowed is 3. |
| 353 | 25 | 2 | "$this" is not defined. | no-undef | → line 353, col 25: "$this" is not defined. |
| 354 | 36 | 2 | "$this" is not defined. | no-undef | → line 354, col 36: "$this" is not defined. |
| 356 | 33 | 2 | Identifier 'article_id' is not in camel case. | fecs-camelcase | → line 356, col 33: Identifier 'article_id' is not in camel case. |
| 357 | 33 | 2 | Identifier 'select_status' is not in camel case. | fecs-camelcase | → line 357, col 33: Identifier 'select_status' is not in camel case. |
| 369 | 10 | 2 | Unexpected trailing comma. | comma-dangle | → line 369, col 10: Unexpected trailing comma. |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 19 | 5 | 2 | Identifier '_data' is not in camel case. | fecs-camelcase | → line 19, col 5: Identifier '_data' is not in camel case. |
| 20 | 5 | 2 | Identifier '_tplFunc' is not in camel case. | fecs-camelcase | → line 20, col 5: Identifier '_tplFunc' is not in camel case. |
| 21 | 5 | 1 | "sliderInstance" is defined but never used | no-unused-vars | → line 21, col 5: "sliderInstance" is defined but never used |
| 23 | 5 | 2 | Identifier '_lock' is not in camel case. | fecs-camelcase | → line 23, col 5: Identifier '_lock' is not in camel case. |
| 24 | 5 | 2 | Identifier '_isUp' is not in camel case. | fecs-camelcase | → line 24, col 5: Identifier '_isUp' is not in camel case. |
| 25 | 5 | 2 | Identifier '_isBottom' is not in camel case. | fecs-camelcase | → line 25, col 5: Identifier '_isBottom' is not in camel case. |
| 60 | 17 | 2 | Property 'api_v' is not in camel case. | fecs-camelcase | → line 60, col 17: Property 'api_v' is not in camel case. |
| 70 | 21 | 1 | Unexpected console statement. | no-console | → line 70, col 21: Unexpected console statement. |
| 82 | 17 | 2 | Expected key `api_v` but `'api_v'` found. | fecs-properties-quote | → line 82, col 17: Expected key `api_v` but `'api_v'` found. |
| 83 | 17 | 2 | Expected key `position` but `'position'` found. | fecs-properties-quote | → line 83, col 17: Expected key `position` but `'position'` found. |
| 93 | 21 | 1 | Unexpected console statement. | no-console | → line 93, col 21: Unexpected console statement. |
| 153 | 1 | 2 | Line 153 exceeds the maximum line length of 120. | max-len | → line 153, col 1: Line 153 exceeds the maximum line length of 120. |
| 172 | 17 | 2 | Property 'api_v' is not in camel case. | fecs-camelcase | → line 172, col 17: Property 'api_v' is not in camel case. |
| 214 | 9 | 1 | "isLogin" is defined but never used | no-unused-vars | → line 214, col 9: "isLogin" is defined but never used |
| 216 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 216, col 9: "bbhybrid" is not defined. |
| 222 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 222, col 13: "bbhybrid" is not defined. |
| 227 | 21 | 2 | "bbhybrid" is not defined. | no-undef | → line 227, col 21: "bbhybrid" is not defined. |
| 227 | 36 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 227, col 36: Too many nested callbacks (4). Maximum allowed is 3. |
| 246 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 246, col 5: "bbhybrid" is not defined. |
| 255 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 255, col 9: "bbhybrid" is not defined. |
| 260 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 260, col 5: "bbhybrid" is not defined. |
| 265 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 265, col 9: "bbhybrid" is not defined. |
| 266 | 13 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 266, col 13: Expected key `hidden` but `'hidden'` found. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 169 | 1 | 2 | Parsing error: Unexpected token | syntax | → line 169, col 1: Parsing error: Unexpected token |
不规范数量:13
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 15 | 9 | 2 | "fetchData" was used before it was defined | no-use-before-define | → line 15, col 9: "fetchData" was used before it was defined |
| 16 | 9 | 2 | "bindEvent" was used before it was defined | no-use-before-define | → line 16, col 9: "bindEvent" was used before it was defined |
| 25 | 17 | 2 | Property 'manual_id' is not in camel case. | fecs-camelcase | → line 25, col 17: Property 'manual_id' is not in camel case. |
| 26 | 17 | 2 | Property 'age_id' is not in camel case. | fecs-camelcase | → line 26, col 17: Property 'age_id' is not in camel case. |
| 74 | 17 | 1 | Unexpected console statement. | no-console | → line 74, col 17: Unexpected console statement. |
| 91 | 1 | 2 | Line 91 exceeds the maximum line length of 120. | max-len | → line 91, col 1: Line 91 exceeds the maximum line length of 120. |
| 108 | 1 | 2 | Line 108 exceeds the maximum line length of 120. | max-len | → line 108, col 1: Line 108 exceeds the maximum line length of 120. |
| 126 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 126, col 5: "bbhybrid" is not defined. |
| 132 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 132, col 9: "bbhybrid" is not defined. |
| 133 | 13 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 133, col 13: Expected key `hidden` but `'hidden'` found. |
| 138 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 138, col 13: "bbhybrid" is not defined. |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 7 | 5 | 1 | "uri" is defined but never used | no-unused-vars | → line 7, col 5: "uri" is defined but never used |
| 10 | 5 | 1 | "appbar" is defined but never used | no-unused-vars | → line 10, col 5: "appbar" is defined but never used |
| 12 | 5 | 1 | "slider" is defined but never used | no-unused-vars | → line 12, col 5: "slider" is defined but never used |
| 23 | 9 | 1 | "$contentImg" is defined but never used | no-unused-vars | → line 23, col 9: "$contentImg" is defined but never used |
| 38 | 13 | 2 | Expected key `wiki_id` but `'wiki_id'` found. | fecs-properties-quote | → line 38, col 13: Expected key `wiki_id` but `'wiki_id'` found. |
| 49 | 21 | 1 | "data" is already defined | no-redeclare | → line 49, col 21: "data" is already defined |
| 50 | 21 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 50, col 21: Expected key `title` but `'title'` found. |
| 51 | 21 | 2 | Expected key `main` but `'main'` found. | fecs-properties-quote | → line 51, col 21: Expected key `main` but `'main'` found. |
| 89 | 13 | 2 | Expected key `wiki_id` but `'wiki_id'` found. | fecs-properties-quote | → line 89, col 13: Expected key `wiki_id` but `'wiki_id'` found. |
| 90 | 13 | 2 | Expected key `page_size` but `'page_size'` found. | fecs-properties-quote | → line 90, col 13: Expected key `page_size` but `'page_size'` found. |
| 91 | 13 | 2 | Expected key `page` but `'page'` found. | fecs-properties-quote | → line 91, col 13: Expected key `page` but `'page'` found. |
| 97 | 21 | 2 | Expected key `comments` but `'comments'` found. | fecs-properties-quote | → line 97, col 21: Expected key `comments` but `'comments'` found. |
| 115 | 9 | 2 | Identifier '_link' is not in camel case. | fecs-camelcase | → line 115, col 9: Identifier '_link' is not in camel case. |
| 116 | 9 | 2 | Identifier '_setLinkFinished' is not in camel case. | fecs-camelcase | → line 116, col 9: Identifier '_setLinkFinished' is not in camel case. |
| 121 | 67 | 2 | Invalid typeof comparison value | valid-typeof | → line 121, col 67: Invalid typeof comparison value |
| 140 | 25 | 2 | "lib" is not defined. | no-undef | → line 140, col 25: "lib" is not defined. |
| 182 | 1 | 2 | Line 182 exceeds the maximum line length of 120. | max-len | → line 182, col 1: Line 182 exceeds the maximum line length of 120. |
| 224 | 19 | 2 | Missing radix parameter. | radix | → line 224, col 19: Missing radix parameter. |
| 241 | 13 | 2 | Identifier '_code' is not in camel case. | fecs-camelcase | → line 241, col 13: Identifier '_code' is not in camel case. |
| 344 | 13 | 1 | Unexpected console statement. | no-console | → line 344, col 13: Unexpected console statement. |
| 354 | 6 | 2 | Missing JSDoc parameter type for "config". | fecs-valid-jsdoc | → line 354, col 6: Missing JSDoc parameter type for "config". |
| 354 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 354, col 6: Expected a blank comment line between description and tags. |
| 354 | 15 | 2 | Expected JSDoc for "type" but found "config". | fecs-valid-jsdoc | → line 354, col 15: Expected JSDoc for "type" but found "config". |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 4 | 5 | 1 | "BB" is defined but never used | no-unused-vars | → line 4, col 5: "BB" is defined but never used |
| 12 | 26 | 2 | "fetchData" was used before it was defined | no-use-before-define | → line 12, col 26: "fetchData" was used before it was defined |
| 17 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 17, col 13: "bbhybrid" is not defined. |
| 22 | 17 | 2 | "bbhybrid" is not defined. | no-undef | → line 22, col 17: "bbhybrid" is not defined. |
| 71 | 5 | 2 | "bbhybrid" is not defined. | no-undef | → line 71, col 5: "bbhybrid" is not defined. |
| 77 | 9 | 2 | "bbhybrid" is not defined. | no-undef | → line 77, col 9: "bbhybrid" is not defined. |
| 78 | 13 | 2 | Expected key `hidden` but `'hidden'` found. | fecs-properties-quote | → line 78, col 13: Expected key `hidden` but `'hidden'` found. |
| 83 | 13 | 2 | "bbhybrid" is not defined. | no-undef | → line 83, col 13: "bbhybrid" is not defined. |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 14 | 5 | 1 | "wx" is defined but never used | no-unused-vars | → line 14, col 5: "wx" is defined but never used |
| 34 | 5 | 2 | Property 'share_title' is not in camel case. | fecs-camelcase | → line 34, col 5: Property 'share_title' is not in camel case. |
| 35 | 5 | 2 | Property 'share_desc' is not in camel case. | fecs-camelcase | → line 35, col 5: Property 'share_desc' is not in camel case. |
| 36 | 5 | 2 | Property 'share_link' is not in camel case. | fecs-camelcase | → line 36, col 5: Property 'share_link' is not in camel case. |
| 37 | 5 | 2 | Property 'share_icon' is not in camel case. | fecs-camelcase | → line 37, col 5: Property 'share_icon' is not in camel case. |
不规范数量:21
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 24 | 5 | 1 | "util" is defined but never used | no-unused-vars | → line 24, col 5: "util" is defined but never used |
| 29 | 5 | 1 | "ptBottomBar" is defined but never used | no-unused-vars | → line 29, col 5: "ptBottomBar" is defined but never used |
| 33 | 5 | 1 | "myapp" is defined but never used | no-unused-vars | → line 33, col 5: "myapp" is defined but never used |
| 37 | 9 | 2 | Identifier 'g_tag' is not in camel case. | fecs-camelcase | → line 37, col 9: Identifier 'g_tag' is not in camel case. |
| 38 | 9 | 2 | Identifier 'g_cat' is not in camel case. | fecs-camelcase | → line 38, col 9: Identifier 'g_cat' is not in camel case. |
| 39 | 9 | 2 | Identifier 'g_pid' is not in camel case. | fecs-camelcase | → line 39, col 9: Identifier 'g_pid' is not in camel case. |
| 40 | 9 | 2 | Identifier 'g_province' is not in camel case. | fecs-camelcase | → line 40, col 9: Identifier 'g_province' is not in camel case. |
| 40 | 9 | 1 | "g_province" is defined but never used | no-unused-vars | → line 40, col 9: "g_province" is defined but never used |
| 44 | 9 | 2 | Identifier '$T_ads' is not in camel case. | fecs-camelcase | → line 44, col 9: Identifier '$T_ads' is not in camel case. |
| 47 | 9 | 2 | Expected key `fruit` but `'fruit'` found. | fecs-properties-quote | → line 47, col 9: Expected key `fruit` but `'fruit'` found. |
| 48 | 9 | 2 | Expected key `fooddrink` but `'fooddrink'` found. | fecs-properties-quote | → line 48, col 9: Expected key `fooddrink` but `'fooddrink'` found. |
| 49 | 9 | 2 | Expected key `house` but `'house'` found. | fecs-properties-quote | → line 49, col 9: Expected key `house` but `'house'` found. |
| 50 | 9 | 2 | Expected key `beauty` but `'beauty'` found. | fecs-properties-quote | → line 50, col 9: Expected key `beauty` but `'beauty'` found. |
| 51 | 9 | 2 | Expected key `momthings` but `'momthings'` found. | fecs-properties-quote | → line 51, col 9: Expected key `momthings` but `'momthings'` found. |
| 52 | 9 | 2 | Expected key `dress` but `'dress'` found. | fecs-properties-quote | → line 52, col 9: Expected key `dress` but `'dress'` found. |
| 100 | 17 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 100, col 17: Property 'block_name' is not in camel case. |
| 134 | 13 | 2 | Identifier '_loc' is not in camel case. | fecs-camelcase | → line 134, col 13: Identifier '_loc' is not in camel case. |
| 218 | 27 | 2 | Identifier '$T_ads' is not in camel case. | fecs-camelcase | → line 218, col 27: Identifier '$T_ads' is not in camel case. |
| 238 | 9 | 1 | "init" is defined but never used | no-unused-vars | → line 238, col 9: "init" is defined but never used |
不规范数量:152
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 17 | 5 | 1 | "wx" is defined but never used | no-unused-vars | → line 17, col 5: "wx" is defined but never used |
| 18 | 5 | 1 | "appbar" is defined but never used | no-unused-vars | → line 18, col 5: "appbar" is defined but never used |
| 20 | 5 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 20, col 5: Identifier 'area_limit' is not in camel case. |
| 24 | 5 | 1 | "amount" is defined but never used | no-unused-vars | → line 24, col 5: "amount" is defined but never used |
| 27 | 5 | 1 | "isBeibei" is defined but never used | no-unused-vars | → line 27, col 5: "isBeibei" is defined but never used |
| 29 | 5 | 2 | Identifier 'group_code' is not in camel case. | fecs-camelcase | → line 29, col 5: Identifier 'group_code' is not in camel case. |
| 33 | 5 | 1 | "wechatCode" is defined but never used | no-unused-vars | → line 33, col 5: "wechatCode" is defined but never used |
| 34 | 5 | 2 | Identifier 'st_au' is not in camel case. | fecs-camelcase | → line 34, col 5: Identifier 'st_au' is not in camel case. |
| 34 | 5 | 1 | "st_au" is defined but never used | no-unused-vars | → line 34, col 5: "st_au" is defined but never used |
| 38 | 5 | 2 | Property 'is_foreign_pay' is not in camel case. | fecs-camelcase | → line 38, col 5: Property 'is_foreign_pay' is not in camel case. |
| 44 | 5 | 1 | "isGroupOpened" is defined but never used | no-unused-vars | → line 44, col 5: "isGroupOpened" is defined but never used |
| 44 | 21 | 2 | Missing radix parameter. | radix | → line 44, col 21: Missing radix parameter. |
| 44 | 50 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 44, col 50: Unnecessary use of boolean literals in conditional expression |
| 60 | 5 | 1 | "myapp" is defined but never used | no-unused-vars | → line 60, col 5: "myapp" is defined but never used |
| 110 | 13 | 2 | "renderDetails" was used before it was defined | no-use-before-define | → line 110, col 13: "renderDetails" was used before it was defined |
| 141 | 20 | 2 | Identifier 'is_foreign_pay' is not in camel case. | fecs-camelcase | → line 141, col 20: Identifier 'is_foreign_pay' is not in camel case. |
| 149 | 26 | 2 | Identifier 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 149, col 26: Identifier 'sku_stock_map' is not in camel case. |
| 149 | 47 | 2 | Identifier 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 149, col 47: Identifier 'sku_stock_map' is not in camel case. |
| 161 | 17 | 2 | "renderBtns" was used before it was defined | no-use-before-define | → line 161, col 17: "renderBtns" was used before it was defined |
| 162 | 17 | 2 | "processSku" was used before it was defined | no-use-before-define | → line 162, col 17: "processSku" was used before it was defined |
| 166 | 21 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 166, col 21: Property 'event_id' is not in camel case. |
| 167 | 20 | 2 | "listShow" was used before it was defined | no-use-before-define | → line 167, col 20: "listShow" was used before it was defined |
| 179 | 29 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 179, col 29: Identifier '_tpl' is not in camel case. |
| 192 | 9 | 2 | "getReviews" was used before it was defined | no-use-before-define | → line 192, col 9: "getReviews" was used before it was defined |
| 192 | 20 | 2 | "renderReviews" was used before it was defined | no-use-before-define | → line 192, col 20: "renderReviews" was used before it was defined |
| 202 | 9 | 2 | "eventBind" was used before it was defined | no-use-before-define | → line 202, col 9: "eventBind" was used before it was defined |
| 204 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 204, col 13: Property 'entity_list' is not in camel case. |
| 208 | 9 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 208, col 9: Identifier 'area_limit' is not in camel case. |
| 220 | 34 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 220, col 34: Identifier 'event_id' is not in camel case. |
| 222 | 1 | 2 | Line 222 exceeds the maximum line length of 120. | max-len | → line 222, col 1: Line 222 exceeds the maximum line length of 120. |
| 228 | 17 | 1 | Unexpected console statement. | no-console | → line 228, col 17: Unexpected console statement. |
| 248 | 17 | 1 | Unexpected console statement. | no-console | → line 248, col 17: Unexpected console statement. |
| 255 | 9 | 2 | "renderSlider" was used before it was defined | no-use-before-define | → line 255, col 9: "renderSlider" was used before it was defined |
| 256 | 9 | 2 | "renderDatail" was used before it was defined | no-use-before-define | → line 256, col 9: "renderDatail" was used before it was defined |
| 260 | 9 | 2 | "renderInfos" was used before it was defined | no-use-before-define | → line 260, col 9: "renderInfos" was used before it was defined |
| 261 | 9 | 2 | "renderIcons" was used before it was defined | no-use-before-define | → line 261, col 9: "renderIcons" was used before it was defined |
| 262 | 9 | 2 | "renderLives" was used before it was defined | no-use-before-define | → line 262, col 9: "renderLives" was used before it was defined |
| 265 | 9 | 2 | "filterDetail" was used before it was defined | no-use-before-define | → line 265, col 9: "filterDetail" was used before it was defined |
| 274 | 9 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 274, col 9: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 283 | 17 | 2 | Identifier '_slider' is not in camel case. | fecs-camelcase | → line 283, col 17: Identifier '_slider' is not in camel case. |
| 283 | 17 | 1 | "_slider" is defined but never used | no-unused-vars | → line 283, col 17: "_slider" is defined but never used |
| 283 | 31 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 283, col 31: A constructor name should not start with a lowercase letter. |
| 325 | 17 | 2 | Identifier 'rule_intr' is not in camel case. | fecs-camelcase | → line 325, col 17: Identifier 'rule_intr' is not in camel case. |
| 326 | 50 | 2 | Identifier 'rule_intr' is not in camel case. | fecs-camelcase | → line 326, col 50: Identifier 'rule_intr' is not in camel case. |
| 327 | 28 | 2 | Identifier 'rule_intr' is not in camel case. | fecs-camelcase | → line 327, col 28: Identifier 'rule_intr' is not in camel case. |
| 335 | 35 | 2 | Identifier 'rule_introduce' is not in camel case. | fecs-camelcase | → line 335, col 35: Identifier 'rule_introduce' is not in camel case. |
| 339 | 40 | 2 | Missing radix parameter. | radix | → line 339, col 40: Missing radix parameter. |
| 340 | 38 | 2 | Missing radix parameter. | radix | → line 340, col 38: Missing radix parameter. |
| 345 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 345, col 13: Identifier '_tpl' is not in camel case. |
| 357 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 357, col 13: Identifier '_tpl' is not in camel case. |
| 365 | 9 | 1 | "renderGroup" is defined but never used | no-unused-vars | → line 365, col 9: "renderGroup" is defined but never used |
| 371 | 32 | 2 | Missing radix parameter. | radix | → line 371, col 32: Missing radix parameter. |
| 371 | 61 | 2 | Missing radix parameter. | radix | → line 371, col 61: Missing radix parameter. |
| 374 | 17 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 374, col 17: Identifier '_tpl' is not in camel case. |
| 475 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 475, col 13: Identifier '_tpl' is not in camel case. |
| 498 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 498, col 13: Identifier '_tpl' is not in camel case. |
| 508 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 508, col 13: Identifier '_tpl' is not in camel case. |
| 521 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 521, col 10: Expected a blank comment line between description and tags. |
| 521 | 21 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 521, col 21: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 522 | 1 | 2 | Expected JSDoc type name "number" but "int" found. | fecs-valid-jsdoc | → line 522, col 1: Expected JSDoc type name "number" but "int" found. |
| 522 | 21 | 2 | Expected "Array.<int>" or "int[]" but "[int]" found. | fecs-valid-jsdoc | → line 522, col 21: Expected "Array.<int>" or "int[]" but "[int]" found. |
| 531 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 531, col 10: Expected a blank comment line between description and tags. |
| 531 | 21 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 531, col 21: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 532 | 1 | 2 | Expected JSDoc type name "number" but "int" found. | fecs-valid-jsdoc | → line 532, col 1: Expected JSDoc type name "number" but "int" found. |
| 532 | 21 | 2 | Expected "Array.<int>" or "int[]" but "[int]" found. | fecs-valid-jsdoc | → line 532, col 21: Expected "Array.<int>" or "int[]" but "[int]" found. |
| 557 | 10 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 557, col 10: Expected a blank comment line between description and tags. |
| 557 | 21 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 557, col 21: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 558 | 21 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 558, col 21: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 584 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 584, col 13: Identifier '_tpl' is not in camel case. |
| 653 | 1 | 2 | Line 653 exceeds the maximum line length of 120. | max-len | → line 653, col 1: Line 653 exceeds the maximum line length of 120. |
| 668 | 17 | 2 | Identifier 'sku_id_map' is not in camel case. | fecs-camelcase | → line 668, col 17: Identifier 'sku_id_map' is not in camel case. |
| 669 | 17 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 669, col 17: Identifier 'sku_kv_map' is not in camel case. |
| 674 | 28 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 674, col 28: Identifier 'sku_kv_map' is not in camel case. |
| 680 | 32 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 680, col 32: Identifier 'sku_kv_map' is not in camel case. |
| 690 | 18 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 690, col 18: Identifier 'main_img' is not in camel case. |
| 697 | 18 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 697, col 18: Identifier 'event_id' is not in camel case. |
| 697 | 34 | 2 | Identifier 'event_id' is not in camel case. | fecs-camelcase | → line 697, col 34: Identifier 'event_id' is not in camel case. |
| 701 | 22 | 2 | Identifier 'group_price' is not in camel case. | fecs-camelcase | → line 701, col 22: Identifier 'group_price' is not in camel case. |
| 701 | 58 | 2 | Identifier 'group_price' is not in camel case. | fecs-camelcase | → line 701, col 58: Identifier 'group_price' is not in camel case. |
| 704 | 17 | 1 | Unexpected console statement. | no-console | → line 704, col 17: Unexpected console statement. |
| 711 | 17 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 711, col 17: Identifier '_tpl' is not in camel case. |
| 718 | 17 | 2 | Identifier 'sku_id_map' is not in camel case. | fecs-camelcase | → line 718, col 17: Identifier 'sku_id_map' is not in camel case. |
| 719 | 17 | 1 | "sku_kv_map" is defined but never used | no-unused-vars | → line 719, col 17: "sku_kv_map" is defined but never used |
| 719 | 17 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 719, col 17: Identifier 'sku_kv_map' is not in camel case. |
| 720 | 17 | 2 | Identifier 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 720, col 17: Identifier 'sku_stock_map' is not in camel case. |
| 733 | 17 | 1 | "len" is defined but never used | no-unused-vars | → line 733, col 17: "len" is defined but never used |
| 738 | 21 | 1 | "that" is defined but never used | no-unused-vars | → line 738, col 21: "that" is defined but never used |
| 739 | 21 | 1 | "oldKey" is defined but never used | no-unused-vars | → line 739, col 21: "oldKey" is defined but never used |
| 753 | 25 | 2 | Property 'origin_prices' is not in camel case. | fecs-camelcase | → line 753, col 25: Property 'origin_prices' is not in camel case. |
| 769 | 27 | 2 | Identifier 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 769, col 27: Identifier 'sku_stock_map' is not in camel case. |
| 824 | 21 | 2 | Identifier 'origin_prices' is not in camel case. | fecs-camelcase | → line 824, col 21: Identifier 'origin_prices' is not in camel case. |
| 845 | 25 | 2 | Identifier '_vid' is not in camel case. | fecs-camelcase | → line 845, col 25: Identifier '_vid' is not in camel case. |
| 846 | 25 | 2 | Identifier '_arr' is not in camel case. | fecs-camelcase | → line 846, col 25: Identifier '_arr' is not in camel case. |
| 851 | 25 | 2 | Identifier '_map' is not in camel case. | fecs-camelcase | → line 851, col 25: Identifier '_map' is not in camel case. |
| 885 | 25 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 885, col 25: Identifier 'area_limit' is not in camel case. |
| 890 | 25 | 1 | Unexpected console statement. | no-console | → line 890, col 25: Unexpected console statement. |
| 912 | 17 | 1 | "that" is defined but never used | no-unused-vars | → line 912, col 17: "that" is defined but never used |
| 922 | 17 | 2 | Identifier '_temp' is not in camel case. | fecs-camelcase | → line 922, col 17: Identifier '_temp' is not in camel case. |
| 923 | 17 | 2 | Identifier '_imgIdx' is not in camel case. | fecs-camelcase | → line 923, col 17: Identifier '_imgIdx' is not in camel case. |
| 956 | 1 | 2 | Line 956 exceeds the maximum line length of 120. | max-len | → line 956, col 1: Line 956 exceeds the maximum line length of 120. |
| 986 | 9 | 2 | Missing JSDoc for parameter "targetArr". | fecs-valid-jsdoc | → line 986, col 9: Missing JSDoc for parameter "targetArr". |
| 986 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 986, col 9: Missing JSDoc @return for function. |
| 987 | 10 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 987, col 10: Missing JSDoc description. |
| 1024 | 9 | 2 | Missing JSDoc for parameter "m". | fecs-valid-jsdoc | → line 1024, col 9: Missing JSDoc for parameter "m". |
| 1024 | 9 | 2 | Missing JSDoc for parameter "n". | fecs-valid-jsdoc | → line 1024, col 9: Missing JSDoc for parameter "n". |
| 1024 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1024, col 9: Missing JSDoc @return for function. |
| 1025 | 10 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 1025, col 10: Missing JSDoc description. |
| 1039 | 17 | 1 | "j" is defined but never used | no-unused-vars | → line 1039, col 17: "j" is defined but never used |
| 1040 | 17 | 1 | "leftCnt" is defined but never used | no-unused-vars | → line 1040, col 17: "leftCnt" is defined but never used |
| 1094 | 9 | 2 | Identifier 'cart_animation' is not in camel case. | fecs-camelcase | → line 1094, col 9: Identifier 'cart_animation' is not in camel case. |
| 1108 | 21 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 1108, col 21: Identifier '_t' is not in camel case. |
| 1149 | 21 | 2 | Identifier '_t' is not in camel case. | fecs-camelcase | → line 1149, col 21: Identifier '_t' is not in camel case. |
| 1180 | 1 | 2 | Line 1180 exceeds the maximum line length of 120. | max-len | → line 1180, col 1: Line 1180 exceeds the maximum line length of 120. |
| 1253 | 21 | 1 | "el" is defined but never used | no-unused-vars | → line 1253, col 21: "el" is defined but never used |
| 1292 | 17 | 2 | Identifier '_iid' is not in camel case. | fecs-camelcase | → line 1292, col 17: Identifier '_iid' is not in camel case. |
| 1349 | 17 | 1 | "_eventId" is defined but never used | no-unused-vars | → line 1349, col 17: "_eventId" is defined but never used |
| 1349 | 17 | 2 | Identifier '_eventId' is not in camel case. | fecs-camelcase | → line 1349, col 17: Identifier '_eventId' is not in camel case. |
| 1350 | 17 | 2 | Identifier '_iId' is not in camel case. | fecs-camelcase | → line 1350, col 17: Identifier '_iId' is not in camel case. |
| 1351 | 17 | 2 | Identifier '_uid' is not in camel case. | fecs-camelcase | → line 1351, col 17: Identifier '_uid' is not in camel case. |
| 1351 | 17 | 1 | "_uid" is defined but never used | no-unused-vars | → line 1351, col 17: "_uid" is defined but never used |
| 1352 | 17 | 2 | Identifier '_cart_id' is not in camel case. | fecs-camelcase | → line 1352, col 17: Identifier '_cart_id' is not in camel case. |
| 1353 | 17 | 1 | "_temp" is defined but never used | no-unused-vars | → line 1353, col 17: "_temp" is defined but never used |
| 1353 | 17 | 2 | Identifier '_temp' is not in camel case. | fecs-camelcase | → line 1353, col 17: Identifier '_temp' is not in camel case. |
| 1354 | 17 | 2 | Identifier '_skuId' is not in camel case. | fecs-camelcase | → line 1354, col 17: Identifier '_skuId' is not in camel case. |
| 1355 | 1 | 2 | Line 1355 exceeds the maximum line length of 120. | max-len | → line 1355, col 1: Line 1355 exceeds the maximum line length of 120. |
| 1355 | 17 | 2 | Identifier '_type' is not in camel case. | fecs-camelcase | → line 1355, col 17: Identifier '_type' is not in camel case. |
| 1357 | 17 | 2 | Identifier '_needToFollow' is not in camel case. | fecs-camelcase | → line 1357, col 17: Identifier '_needToFollow' is not in camel case. |
| 1373 | 25 | 2 | Identifier 'apply_url' is not in camel case. | fecs-camelcase | → line 1373, col 25: Identifier 'apply_url' is not in camel case. |
| 1377 | 29 | 2 | Property 'group_code' is not in camel case. | fecs-camelcase | → line 1377, col 29: Property 'group_code' is not in camel case. |
| 1378 | 29 | 2 | Property 'address_id' is not in camel case. | fecs-camelcase | → line 1378, col 29: Property 'address_id' is not in camel case. |
| 1379 | 29 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 1379, col 29: Property 'sku_id' is not in camel case. |
| 1411 | 25 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 1411, col 25: Property 'sku_id' is not in camel case. |
| 1412 | 25 | 2 | Property 'group_code' is not in camel case. | fecs-camelcase | → line 1412, col 25: Property 'group_code' is not in camel case. |
| 1413 | 25 | 2 | Property 'pay_direct' is not in camel case. | fecs-camelcase | → line 1413, col 25: Property 'pay_direct' is not in camel case. |
| 1414 | 25 | 2 | Property 'pay_direct_type' is not in camel case. | fecs-camelcase | → line 1414, col 25: Property 'pay_direct_type' is not in camel case. |
| 1424 | 33 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 1424, col 33: Identifier 'area_limit' is not in camel case. |
| 1427 | 29 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 1427, col 29: Identifier 'area_limit' is not in camel case. |
| 1442 | 25 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 1442, col 25: Property 'sku_id' is not in camel case. |
| 1443 | 25 | 2 | Property 'check_shipping' is not in camel case. | fecs-camelcase | → line 1443, col 25: Property 'check_shipping' is not in camel case. |
| 1456 | 29 | 2 | Identifier 'cart_animation' is not in camel case. | fecs-camelcase | → line 1456, col 29: Identifier 'cart_animation' is not in camel case. |
| 1458 | 34 | 2 | Missing radix parameter. | radix | → line 1458, col 34: Missing radix parameter. |
| 1486 | 33 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 1486, col 33: Identifier 'area_limit' is not in camel case. |
| 1489 | 29 | 2 | Identifier 'area_limit' is not in camel case. | fecs-camelcase | → line 1489, col 29: Identifier 'area_limit' is not in camel case. |
| 1531 | 21 | 2 | Identifier '_op' is not in camel case. | fecs-camelcase | → line 1531, col 21: Identifier '_op' is not in camel case. |
| 1548 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 1548, col 21: Property 'block_name' is not in camel case. |
| 1567 | 17 | 2 | Identifier '_now' is not in camel case. | fecs-camelcase | → line 1567, col 17: Identifier '_now' is not in camel case. |
| 1617 | 13 | 2 | Identifier 'recom_id' is not in camel case. | fecs-camelcase | → line 1617, col 13: Identifier 'recom_id' is not in camel case. |
| 1629 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 1629, col 25: Property 'block_name' is not in camel case. |
| 1630 | 25 | 2 | Property 'f_item_id' is not in camel case. | fecs-camelcase | → line 1630, col 25: Property 'f_item_id' is not in camel case. |
| 1631 | 25 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 1631, col 25: Property 'recom_id' is not in camel case. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 5 | 5 | 1 | "ptBottomBar" is defined but never used | no-unused-vars | → line 5, col 5: "ptBottomBar" is defined but never used |
不规范数量:9
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 5 | 1 | "wx" is defined but never used | no-unused-vars | → line 8, col 5: "wx" is defined but never used |
| 17 | 5 | 1 | "ptBottomBar" is defined but never used | no-unused-vars | → line 17, col 5: "ptBottomBar" is defined but never used |
| 30 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 30, col 17: Property 'page_size' is not in camel case. |
| 51 | 66 | 2 | Unexpected trailing comma. | comma-dangle | → line 51, col 66: Unexpected trailing comma. |
| 58 | 22 | 2 | Identifier 'price_format' is not in camel case. | fecs-camelcase | → line 58, col 22: Identifier 'price_format' is not in camel case. |
| 69 | 29 | 2 | Unexpected trailing comma. | comma-dangle | → line 69, col 29: Unexpected trailing comma. |
| 99 | 13 | 1 | "$needNum" is defined but never used | no-unused-vars | → line 99, col 13: "$needNum" is defined but never used |
不规范数量:134
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 7 | 5 | 1 | "isBeibei" is defined but never used | no-unused-vars | → line 7, col 5: "isBeibei" is defined but never used |
| 16 | 5 | 1 | "wx" is defined but never used | no-unused-vars | → line 16, col 5: "wx" is defined but never used |
| 18 | 5 | 1 | "appbar" is defined but never used | no-unused-vars | → line 18, col 5: "appbar" is defined but never used |
| 21 | 5 | 1 | "amount" is defined but never used | no-unused-vars | → line 21, col 5: "amount" is defined but never used |
| 34 | 5 | 1 | "myapp" is defined but never used | no-unused-vars | → line 34, col 5: "myapp" is defined but never used |
| 35 | 9 | 1 | "temp" is defined but never used | no-unused-vars | → line 35, col 9: "temp" is defined but never used |
| 37 | 9 | 1 | "$win" is defined but never used | no-unused-vars | → line 37, col 9: "$win" is defined but never used |
| 39 | 9 | 1 | "timeout" is defined but never used | no-unused-vars | → line 39, col 9: "timeout" is defined but never used |
| 40 | 9 | 2 | Identifier 'group_code' is not in camel case. | fecs-camelcase | → line 40, col 9: Identifier 'group_code' is not in camel case. |
| 41 | 21 | 2 | Missing radix parameter. | radix | → line 41, col 21: Missing radix parameter. |
| 43 | 9 | 1 | "statObj" is defined but never used | no-unused-vars | → line 43, col 9: "statObj" is defined but never used |
| 121 | 13 | 2 | "renderDetails" was used before it was defined | no-use-before-define | → line 121, col 13: "renderDetails" was used before it was defined |
| 125 | 21 | 2 | Missing radix parameter. | radix | → line 125, col 21: Missing radix parameter. |
| 133 | 9 | 2 | "eventBind" was used before it was defined | no-use-before-define | → line 133, col 9: "eventBind" was used before it was defined |
| 183 | 17 | 2 | Identifier 'sku_id_map' is not in camel case. | fecs-camelcase | → line 183, col 17: Identifier 'sku_id_map' is not in camel case. |
| 184 | 17 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 184, col 17: Identifier 'sku_kv_map' is not in camel case. |
| 189 | 28 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 189, col 28: Identifier 'sku_kv_map' is not in camel case. |
| 195 | 32 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 195, col 32: Identifier 'sku_kv_map' is not in camel case. |
| 205 | 18 | 2 | Identifier 'main_img' is not in camel case. | fecs-camelcase | → line 205, col 18: Identifier 'main_img' is not in camel case. |
| 212 | 22 | 2 | Identifier 'group_price' is not in camel case. | fecs-camelcase | → line 212, col 22: Identifier 'group_price' is not in camel case. |
| 212 | 41 | 2 | Identifier 'group_price' is not in camel case. | fecs-camelcase | → line 212, col 41: Identifier 'group_price' is not in camel case. |
| 215 | 17 | 1 | Unexpected console statement. | no-console | → line 215, col 17: Unexpected console statement. |
| 231 | 17 | 2 | Identifier 'sku_id_map' is not in camel case. | fecs-camelcase | → line 231, col 17: Identifier 'sku_id_map' is not in camel case. |
| 232 | 17 | 1 | "sku_kv_map" is defined but never used | no-unused-vars | → line 232, col 17: "sku_kv_map" is defined but never used |
| 232 | 17 | 2 | Identifier 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 232, col 17: Identifier 'sku_kv_map' is not in camel case. |
| 233 | 17 | 2 | Identifier 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 233, col 17: Identifier 'sku_stock_map' is not in camel case. |
| 246 | 17 | 1 | "len" is defined but never used | no-unused-vars | → line 246, col 17: "len" is defined but never used |
| 251 | 21 | 1 | "that" is defined but never used | no-unused-vars | → line 251, col 21: "that" is defined but never used |
| 252 | 21 | 1 | "oldKey" is defined but never used | no-unused-vars | → line 252, col 21: "oldKey" is defined but never used |
| 266 | 25 | 2 | Property 'origin_prices' is not in camel case. | fecs-camelcase | → line 266, col 25: Property 'origin_prices' is not in camel case. |
| 282 | 27 | 2 | Identifier 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 282, col 27: Identifier 'sku_stock_map' is not in camel case. |
| 337 | 21 | 2 | Identifier 'origin_prices' is not in camel case. | fecs-camelcase | → line 337, col 21: Identifier 'origin_prices' is not in camel case. |
| 357 | 25 | 2 | Identifier '_vid' is not in camel case. | fecs-camelcase | → line 357, col 25: Identifier '_vid' is not in camel case. |
| 358 | 25 | 2 | Identifier '_arr' is not in camel case. | fecs-camelcase | → line 358, col 25: Identifier '_arr' is not in camel case. |
| 363 | 25 | 2 | Identifier '_map' is not in camel case. | fecs-camelcase | → line 363, col 25: Identifier '_map' is not in camel case. |
| 388 | 25 | 1 | Unexpected console statement. | no-console | → line 388, col 25: Unexpected console statement. |
| 410 | 17 | 1 | "that" is defined but never used | no-unused-vars | → line 410, col 17: "that" is defined but never used |
| 420 | 17 | 2 | Identifier '_temp' is not in camel case. | fecs-camelcase | → line 420, col 17: Identifier '_temp' is not in camel case. |
| 421 | 17 | 2 | Identifier '_imgIdx' is not in camel case. | fecs-camelcase | → line 421, col 17: Identifier '_imgIdx' is not in camel case. |
| 454 | 1 | 2 | Line 454 exceeds the maximum line length of 120. | max-len | → line 454, col 1: Line 454 exceeds the maximum line length of 120. |
| 484 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 484, col 9: Missing JSDoc @return for function. |
| 484 | 9 | 2 | Missing JSDoc for parameter "targetArr". | fecs-valid-jsdoc | → line 484, col 9: Missing JSDoc for parameter "targetArr". |
| 485 | 10 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 485, col 10: Missing JSDoc description. |
| 522 | 9 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 522, col 9: Missing JSDoc @return for function. |
| 522 | 9 | 2 | Missing JSDoc for parameter "m". | fecs-valid-jsdoc | → line 522, col 9: Missing JSDoc for parameter "m". |
| 522 | 9 | 2 | Missing JSDoc for parameter "n". | fecs-valid-jsdoc | → line 522, col 9: Missing JSDoc for parameter "n". |
| 523 | 10 | 2 | Missing JSDoc description. | fecs-valid-jsdoc | → line 523, col 10: Missing JSDoc description. |
| 537 | 17 | 1 | "j" is defined but never used | no-unused-vars | → line 537, col 17: "j" is defined but never used |
| 538 | 17 | 1 | "leftCnt" is defined but never used | no-unused-vars | → line 538, col 17: "leftCnt" is defined but never used |
| 602 | 13 | 2 | Property 'require_num' is not in camel case. | fecs-camelcase | → line 602, col 13: Property 'require_num' is not in camel case. |
| 603 | 13 | 2 | Property 'is_lottery_item' is not in camel case. | fecs-camelcase | → line 603, col 13: Property 'is_lottery_item' is not in camel case. |
| 604 | 13 | 2 | Property 'activity_type' is not in camel case. | fecs-camelcase | → line 604, col 13: Property 'activity_type' is not in camel case. |
| 605 | 13 | 2 | Property 'rule_title' is not in camel case. | fecs-camelcase | → line 605, col 13: Property 'rule_title' is not in camel case. |
| 606 | 13 | 2 | Property 'rule_intr' is not in camel case. | fecs-camelcase | → line 606, col 13: Property 'rule_intr' is not in camel case. |
| 606 | 24 | 2 | "formatRules" was used before it was defined | no-use-before-define | → line 606, col 24: "formatRules" was used before it was defined |
| 631 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 631, col 13: Identifier '_tpl' is not in camel case. |
| 639 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 639, col 13: Identifier '_tpl' is not in camel case. |
| 649 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 649, col 13: Identifier '_tpl' is not in camel case. |
| 661 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 661, col 13: Identifier '_tpl' is not in camel case. |
| 667 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 667, col 13: Identifier '_tpl' is not in camel case. |
| 679 | 13 | 1 | "limitShowNum" is defined but never used | no-unused-vars | → line 679, col 13: "limitShowNum" is defined but never used |
| 684 | 14 | 2 | Identifier 'has_more_users' is not in camel case. | fecs-camelcase | → line 684, col 14: Identifier 'has_more_users' is not in camel case. |
| 686 | 14 | 2 | Identifier 'status_message' is not in camel case. | fecs-camelcase | → line 686, col 14: Identifier 'status_message' is not in camel case. |
| 713 | 18 | 2 | Identifier 'activity_introduce' is not in camel case. | fecs-camelcase | → line 713, col 18: Identifier 'activity_introduce' is not in camel case. |
| 717 | 9 | 2 | "processMembers" was used before it was defined | no-use-before-define | → line 717, col 9: "processMembers" was used before it was defined |
| 741 | 17 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 741, col 17: Property 'event_id' is not in camel case. |
| 750 | 21 | 2 | Property 'sku_id_map' is not in camel case. | fecs-camelcase | → line 750, col 21: Property 'sku_id_map' is not in camel case. |
| 751 | 21 | 2 | Property 'sku_kv_map' is not in camel case. | fecs-camelcase | → line 751, col 21: Property 'sku_kv_map' is not in camel case. |
| 752 | 21 | 2 | Property 'sku_stock_map' is not in camel case. | fecs-camelcase | → line 752, col 21: Property 'sku_stock_map' is not in camel case. |
| 754 | 17 | 2 | Property 'group_price' is not in camel case. | fecs-camelcase | → line 754, col 17: Property 'group_price' is not in camel case. |
| 779 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 779, col 13: Property 'entity_list' is not in camel case. |
| 810 | 13 | 2 | Identifier 'group_users' is not in camel case. | fecs-camelcase | → line 810, col 13: Identifier 'group_users' is not in camel case. |
| 813 | 14 | 2 | Identifier 'left_num' is not in camel case. | fecs-camelcase | → line 813, col 14: Identifier 'left_num' is not in camel case. |
| 814 | 13 | 2 | Identifier 'limit_num' is not in camel case. | fecs-camelcase | → line 814, col 13: Identifier 'limit_num' is not in camel case. |
| 818 | 18 | 2 | Identifier 'join_time_format' is not in camel case. | fecs-camelcase | → line 818, col 18: Identifier 'join_time_format' is not in camel case. |
| 820 | 18 | 2 | Identifier 'is_new_member' is not in camel case. | fecs-camelcase | → line 820, col 18: Identifier 'is_new_member' is not in camel case. |
| 820 | 56 | 2 | "is3Q1" is not defined. | no-undef | → line 820, col 56: "is3Q1" is not defined. |
| 830 | 55 | 2 | Identifier 'left_num' is not in camel case. | fecs-camelcase | → line 830, col 55: Identifier 'left_num' is not in camel case. |
| 831 | 17 | 2 | Identifier 'one_item' is not in camel case. | fecs-camelcase | → line 831, col 17: Identifier 'one_item' is not in camel case. |
| 835 | 21 | 2 | Identifier 'one_item' is not in camel case. | fecs-camelcase | → line 835, col 21: Identifier 'one_item' is not in camel case. |
| 835 | 30 | 2 | Identifier 'is_left' is not in camel case. | fecs-camelcase | → line 835, col 30: Identifier 'is_left' is not in camel case. |
| 838 | 21 | 2 | Identifier 'one_item' is not in camel case. | fecs-camelcase | → line 838, col 21: Identifier 'one_item' is not in camel case. |
| 838 | 30 | 2 | Identifier 'is_complete' is not in camel case. | fecs-camelcase | → line 838, col 30: Identifier 'is_complete' is not in camel case. |
| 846 | 18 | 2 | Identifier 'more_num' is not in camel case. | fecs-camelcase | → line 846, col 18: Identifier 'more_num' is not in camel case. |
| 852 | 21 | 2 | Identifier 'group_users' is not in camel case. | fecs-camelcase | → line 852, col 21: Identifier 'group_users' is not in camel case. |
| 855 | 17 | 2 | Identifier 'group_users' is not in camel case. | fecs-camelcase | → line 855, col 17: Identifier 'group_users' is not in camel case. |
| 859 | 23 | 2 | Identifier 'group_users' is not in camel case. | fecs-camelcase | → line 859, col 23: Identifier 'group_users' is not in camel case. |
| 863 | 22 | 2 | Identifier 'is_null' is not in camel case. | fecs-camelcase | → line 863, col 22: Identifier 'is_null' is not in camel case. |
| 867 | 21 | 2 | Identifier 'group_users' is not in camel case. | fecs-camelcase | → line 867, col 21: Identifier 'group_users' is not in camel case. |
| 874 | 17 | 2 | Identifier 'group_users' is not in camel case. | fecs-camelcase | → line 874, col 17: Identifier 'group_users' is not in camel case. |
| 880 | 17 | 2 | Identifier 'group_users' is not in camel case. | fecs-camelcase | → line 880, col 17: Identifier 'group_users' is not in camel case. |
| 884 | 22 | 1 | "i" is already defined | no-redeclare | → line 884, col 22: "i" is already defined |
| 885 | 21 | 1 | "item" is already defined | no-redeclare | → line 885, col 21: "item" is already defined |
| 886 | 22 | 2 | Identifier 'is_null' is not in camel case. | fecs-camelcase | → line 886, col 22: Identifier 'is_null' is not in camel case. |
| 887 | 17 | 2 | Identifier 'group_users' is not in camel case. | fecs-camelcase | → line 887, col 17: Identifier 'group_users' is not in camel case. |
| 891 | 14 | 2 | Identifier 'group_head_map' is not in camel case. | fecs-camelcase | → line 891, col 14: Identifier 'group_head_map' is not in camel case. |
| 923 | 1 | 2 | Line 923 exceeds the maximum line length of 120. | max-len | → line 923, col 1: Line 923 exceeds the maximum line length of 120. |
| 950 | 17 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 950, col 17: Property 'sku_id' is not in camel case. |
| 951 | 17 | 2 | Property 'group_code' is not in camel case. | fecs-camelcase | → line 951, col 17: Property 'group_code' is not in camel case. |
| 952 | 17 | 2 | Property 'pay_direct' is not in camel case. | fecs-camelcase | → line 952, col 17: Property 'pay_direct' is not in camel case. |
| 953 | 17 | 2 | Property 'pay_direct_type' is not in camel case. | fecs-camelcase | → line 953, col 17: Property 'pay_direct_type' is not in camel case. |
| 988 | 1 | 2 | Line 988 exceeds the maximum line length of 120. | max-len | → line 988, col 1: Line 988 exceeds the maximum line length of 120. |
| 1016 | 17 | 1 | "_eventId" is defined but never used | no-unused-vars | → line 1016, col 17: "_eventId" is defined but never used |
| 1016 | 17 | 2 | Identifier '_eventId' is not in camel case. | fecs-camelcase | → line 1016, col 17: Identifier '_eventId' is not in camel case. |
| 1017 | 17 | 2 | Identifier '_iId' is not in camel case. | fecs-camelcase | → line 1017, col 17: Identifier '_iId' is not in camel case. |
| 1018 | 17 | 2 | Identifier '_uid' is not in camel case. | fecs-camelcase | → line 1018, col 17: Identifier '_uid' is not in camel case. |
| 1018 | 17 | 1 | "_uid" is defined but never used | no-unused-vars | → line 1018, col 17: "_uid" is defined but never used |
| 1019 | 17 | 1 | "_cart_id" is defined but never used | no-unused-vars | → line 1019, col 17: "_cart_id" is defined but never used |
| 1019 | 17 | 2 | Identifier '_cart_id' is not in camel case. | fecs-camelcase | → line 1019, col 17: Identifier '_cart_id' is not in camel case. |
| 1020 | 17 | 1 | "_temp" is defined but never used | no-unused-vars | → line 1020, col 17: "_temp" is defined but never used |
| 1020 | 17 | 2 | Identifier '_temp' is not in camel case. | fecs-camelcase | → line 1020, col 17: Identifier '_temp' is not in camel case. |
| 1021 | 17 | 2 | Identifier '_num' is not in camel case. | fecs-camelcase | → line 1021, col 17: Identifier '_num' is not in camel case. |
| 1022 | 17 | 2 | Identifier '_skuId' is not in camel case. | fecs-camelcase | → line 1022, col 17: Identifier '_skuId' is not in camel case. |
| 1023 | 1 | 2 | Line 1023 exceeds the maximum line length of 120. | max-len | → line 1023, col 1: Line 1023 exceeds the maximum line length of 120. |
| 1023 | 17 | 2 | Identifier '_type' is not in camel case. | fecs-camelcase | → line 1023, col 17: Identifier '_type' is not in camel case. |
| 1026 | 17 | 2 | Identifier '_needToFollow' is not in camel case. | fecs-camelcase | → line 1026, col 17: Identifier '_needToFollow' is not in camel case. |
| 1026 | 33 | 2 | "isShowFoucsFollow" was used before it was defined | no-use-before-define | → line 1026, col 33: "isShowFoucsFollow" was used before it was defined |
| 1041 | 25 | 2 | Identifier 'apply_url' is not in camel case. | fecs-camelcase | → line 1041, col 25: Identifier 'apply_url' is not in camel case. |
| 1044 | 29 | 2 | Property 'group_code' is not in camel case. | fecs-camelcase | → line 1044, col 29: Property 'group_code' is not in camel case. |
| 1045 | 29 | 2 | Property 'address_id' is not in camel case. | fecs-camelcase | → line 1045, col 29: Property 'address_id' is not in camel case. |
| 1046 | 29 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 1046, col 29: Property 'sku_id' is not in camel case. |
| 1079 | 71 | 1 | Too many nested callbacks (4). Maximum allowed is 3. | max-nested-callbacks | → line 1079, col 71: Too many nested callbacks (4). Maximum allowed is 3. |
| 1180 | 30 | 2 | Identifier 'join_time_format' is not in camel case. | fecs-camelcase | → line 1180, col 30: Identifier 'join_time_format' is not in camel case. |
| 1183 | 25 | 2 | Identifier 'has_more_users' is not in camel case. | fecs-camelcase | → line 1183, col 25: Identifier 'has_more_users' is not in camel case. |
| 1185 | 25 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 1185, col 25: Identifier '_tpl' is not in camel case. |
| 1199 | 9 | 1 | "mapStateToClass" is defined but never used | no-unused-vars | → line 1199, col 9: "mapStateToClass" is defined but never used |
| 1199 | 51 | 2 | Identifier 'require_num' is not in camel case. | fecs-camelcase | → line 1199, col 51: Identifier 'require_num' is not in camel case. |
| 1233 | 17 | 2 | Identifier '_now' is not in camel case. | fecs-camelcase | → line 1233, col 17: Identifier '_now' is not in camel case. |
| 1283 | 13 | 2 | Identifier 'recom_id' is not in camel case. | fecs-camelcase | → line 1283, col 13: Identifier 'recom_id' is not in camel case. |
| 1295 | 25 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 1295, col 25: Property 'block_name' is not in camel case. |
| 1296 | 25 | 2 | Property 'f_item_id' is not in camel case. | fecs-camelcase | → line 1296, col 25: Property 'f_item_id' is not in camel case. |
| 1297 | 25 | 2 | Property 'recom_id' is not in camel case. | fecs-camelcase | → line 1297, col 25: Property 'recom_id' is not in camel case. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
不规范数量:30
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 26 | 5 | 1 | "isBeibei" is defined but never used | no-unused-vars | → line 26, col 5: "isBeibei" is defined but never used |
| 28 | 5 | 1 | "myapp" is defined but never used | no-unused-vars | → line 28, col 5: "myapp" is defined but never used |
| 36 | 30 | 2 | Missing radix parameter. | radix | → line 36, col 30: Missing radix parameter. |
| 40 | 13 | 2 | "renderDetails" was used before it was defined | no-use-before-define | → line 40, col 13: "renderDetails" was used before it was defined |
| 42 | 9 | 2 | "eventBind" was used before it was defined | no-use-before-define | → line 42, col 9: "eventBind" was used before it was defined |
| 49 | 28 | 2 | "mapStateToClass" was used before it was defined | no-use-before-define | → line 49, col 28: "mapStateToClass" was used before it was defined |
| 58 | 18 | 2 | Identifier 'group_user_more' is not in camel case. | fecs-camelcase | → line 58, col 18: Identifier 'group_user_more' is not in camel case. |
| 59 | 18 | 2 | Identifier 'group_user_more_num' is not in camel case. | fecs-camelcase | → line 59, col 18: Identifier 'group_user_more_num' is not in camel case. |
| 60 | 18 | 2 | Identifier 'group_users' is not in camel case. | fecs-camelcase | → line 60, col 18: Identifier 'group_users' is not in camel case. |
| 63 | 18 | 2 | Identifier 'group_user_more' is not in camel case. | fecs-camelcase | → line 63, col 18: Identifier 'group_user_more' is not in camel case. |
| 67 | 18 | 2 | Identifier 'group_users_show_num' is not in camel case. | fecs-camelcase | → line 67, col 18: Identifier 'group_users_show_num' is not in camel case. |
| 70 | 18 | 2 | Identifier 'group_users_show_num' is not in camel case. | fecs-camelcase | → line 70, col 18: Identifier 'group_users_show_num' is not in camel case. |
| 75 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 75, col 13: Identifier '_tpl' is not in camel case. |
| 98 | 9 | 2 | "renderSteps" was used before it was defined | no-use-before-define | → line 98, col 9: "renderSteps" was used before it was defined |
| 101 | 9 | 2 | "renderMasks" was used before it was defined | no-use-before-define | → line 101, col 9: "renderMasks" was used before it was defined |
| 104 | 9 | 2 | "getUserInfo" was used before it was defined | no-use-before-define | → line 104, col 9: "getUserInfo" was used before it was defined |
| 104 | 21 | 2 | "renderCoupon" was used before it was defined | no-use-before-define | → line 104, col 21: "renderCoupon" was used before it was defined |
| 108 | 13 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 108, col 13: Property 'entity_list' is not in camel case. |
| 112 | 9 | 2 | "showShareMask" was used before it was defined | no-use-before-define | → line 112, col 9: "showShareMask" was used before it was defined |
| 117 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 117, col 13: Identifier '_tpl' is not in camel case. |
| 130 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 130, col 13: Identifier '_tpl' is not in camel case. |
| 141 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 141, col 13: Identifier '_tpl' is not in camel case. |
| 191 | 17 | 1 | "iid" is defined but never used | no-unused-vars | → line 191, col 17: "iid" is defined but never used |
| 204 | 25 | 2 | Missing radix parameter. | radix | → line 204, col 25: Missing radix parameter. |
| 206 | 25 | 2 | "BB" is not defined. | no-undef | → line 206, col 25: "BB" is not defined. |
| 212 | 33 | 2 | "popup" is not defined. | no-undef | → line 212, col 33: "popup" is not defined. |
| 234 | 21 | 1 | Unexpected console statement. | no-console | → line 234, col 21: Unexpected console statement. |
| 264 | 9 | 1 | "mapStateToText" is defined but never used | no-unused-vars | → line 264, col 9: "mapStateToText" is defined but never used |
| 278 | 13 | 2 | Missing radix parameter. | radix | → line 278, col 13: Missing radix parameter. |
不规范数量:27
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 20 | 5 | 2 | Expected key `A` but `'A'` found. | fecs-properties-quote | → line 20, col 5: Expected key `A` but `'A'` found. |
| 26 | 5 | 2 | Expected key `B` but `'B'` found. | fecs-properties-quote | → line 26, col 5: Expected key `B` but `'B'` found. |
| 32 | 5 | 2 | Expected key `C` but `'C'` found. | fecs-properties-quote | → line 32, col 5: Expected key `C` but `'C'` found. |
| 38 | 5 | 2 | Expected key `F` but `'F'` found. | fecs-properties-quote | → line 38, col 5: Expected key `F` but `'F'` found. |
| 44 | 5 | 2 | Expected key `G` but `'G'` found. | fecs-properties-quote | → line 44, col 5: Expected key `G` but `'G'` found. |
| 62 | 5 | 2 | Expected key `H` but `'H'` found. | fecs-properties-quote | → line 62, col 5: Expected key `H` but `'H'` found. |
| 88 | 5 | 2 | Expected key `J` but `'J'` found. | fecs-properties-quote | → line 88, col 5: Expected key `J` but `'J'` found. |
| 102 | 5 | 2 | Expected key `L` but `'L'` found. | fecs-properties-quote | → line 102, col 5: Expected key `L` but `'L'` found. |
| 108 | 5 | 2 | Expected key `N` but `'N'` found. | fecs-properties-quote | → line 108, col 5: Expected key `N` but `'N'` found. |
| 118 | 5 | 2 | Expected key `Q` but `'Q'` found. | fecs-properties-quote | → line 118, col 5: Expected key `Q` but `'Q'` found. |
| 124 | 5 | 2 | Expected key `S` but `'S'` found. | fecs-properties-quote | → line 124, col 5: Expected key `S` but `'S'` found. |
| 146 | 5 | 2 | Expected key `T` but `'T'` found. | fecs-properties-quote | → line 146, col 5: Expected key `T` but `'T'` found. |
| 152 | 5 | 2 | Expected key `X` but `'X'` found. | fecs-properties-quote | → line 152, col 5: Expected key `X` but `'X'` found. |
| 162 | 5 | 2 | Expected key `Y` but `'Y'` found. | fecs-properties-quote | → line 162, col 5: Expected key `Y` but `'Y'` found. |
| 168 | 5 | 2 | Expected key `Z` but `'Z'` found. | fecs-properties-quote | → line 168, col 5: Expected key `Z` but `'Z'` found. |
| 208 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 208, col 2: Expected a blank comment line between description and tags. |
| 208 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 208, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 208 | 21 | 2 | Expected JSDoc for "provinces" but found "pName". | fecs-valid-jsdoc | → line 208, col 21: Expected JSDoc for "provinces" but found "pName". |
| 209 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 209, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 214 | 5 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 214, col 5: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 215 | 33 | 1 | Don't make functions within a loop | no-loop-func | → line 215, col 33: Don't make functions within a loop |
| 227 | 9 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 227, col 9: Identifier '_tpl' is not in camel case. |
| 271 | 9 | 1 | Unexpected console statement. | no-console | → line 271, col 9: Unexpected console statement. |
| 278 | 5 | 1 | The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. | guard-for-in | → line 278, col 5: The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype. |
| 279 | 33 | 1 | Don't make functions within a loop | no-loop-func | → line 279, col 33: Don't make functions within a loop |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 27 | 6 | 2 | Unexpected trailing comma. | comma-dangle | → line 27, col 6: Unexpected trailing comma. |
| 30 | 5 | 1 | "myapp" is defined but never used | no-unused-vars | → line 30, col 5: "myapp" is defined but never used |
| 32 | 9 | 2 | "getReviews" was used before it was defined | no-use-before-define | → line 32, col 9: "getReviews" was used before it was defined |
| 32 | 20 | 2 | "renderReviews" was used before it was defined | no-use-before-define | → line 32, col 20: "renderReviews" was used before it was defined |
| 33 | 9 | 2 | "eventBind" was used before it was defined | no-use-before-define | → line 33, col 9: "eventBind" was used before it was defined |
| 55 | 17 | 1 | Unexpected console statement. | no-console | → line 55, col 17: Unexpected console statement. |
| 62 | 9 | 2 | "renderReviewTags" was used before it was defined | no-use-before-define | → line 62, col 9: "renderReviewTags" was used before it was defined |
| 63 | 9 | 2 | "renderReviewItems" was used before it was defined | no-use-before-define | → line 63, col 9: "renderReviewItems" was used before it was defined |
| 71 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 71, col 13: Identifier '_tpl' is not in camel case. |
| 161 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 161, col 13: Identifier '_tpl' is not in camel case. |
不规范数量:4
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 26 | 16 | 2 | ["iid"] is better written in dot notation. | fecs-dot-notation | → line 26, col 16: ["iid"] is better written in dot notation. |
| 28 | 66 | 2 | ["iid"] is better written in dot notation. | fecs-dot-notation | → line 28, col 66: ["iid"] is better written in dot notation. |
不规范数量:2
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
不规范数量:17
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 50 | 9 | 2 | Identifier '$T_itemList' is not in camel case. | fecs-camelcase | → line 50, col 9: Identifier '$T_itemList' is not in camel case. |
| 51 | 9 | 2 | Identifier '$T_filterOptions' is not in camel case. | fecs-camelcase | → line 51, col 9: Identifier '$T_filterOptions' is not in camel case. |
| 65 | 17 | 2 | "renderList" was used before it was defined | no-use-before-define | → line 65, col 17: "renderList" was used before it was defined |
| 70 | 29 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 70, col 29: Expected key `type` but `'type'` found. |
| 71 | 29 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 71, col 29: Expected key `title` but `'title'` found. |
| 99 | 19 | 2 | Identifier '$T_filterOptions' is not in camel case. | fecs-camelcase | → line 99, col 19: Identifier '$T_filterOptions' is not in camel case. |
| 104 | 9 | 2 | Identifier '$T_filterOptions' is not in camel case. | fecs-camelcase | → line 104, col 9: Identifier '$T_filterOptions' is not in camel case. |
| 120 | 19 | 2 | Identifier '$T_itemList' is not in camel case. | fecs-camelcase | → line 120, col 19: Identifier '$T_itemList' is not in camel case. |
| 127 | 56 | 2 | Unnecessary use of boolean literals in conditional expression | no-unneeded-ternary | → line 127, col 56: Unnecessary use of boolean literals in conditional expression |
| 142 | 17 | 2 | Identifier '_this' is not in camel case. | fecs-camelcase | → line 142, col 17: Identifier '_this' is not in camel case. |
| 167 | 13 | 2 | "reset" was used before it was defined | no-use-before-define | → line 167, col 13: "reset" was used before it was defined |
| 174 | 21 | 1 | "el" is already defined | no-redeclare | → line 174, col 21: "el" is already defined |
| 186 | 21 | 1 | "el" is already defined | no-redeclare | → line 186, col 21: "el" is already defined |
| 211 | 17 | 2 | Identifier '_this' is not in camel case. | fecs-camelcase | → line 211, col 17: Identifier '_this' is not in camel case. |
| 212 | 17 | 2 | Identifier '_head' is not in camel case. | fecs-camelcase | → line 212, col 17: Identifier '_head' is not in camel case. |
| 281 | 9 | 1 | "init" is defined but never used | no-unused-vars | → line 281, col 9: "init" is defined but never used |
不规范数量:12
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 11 | 5 | 1 | "app" is defined but never used | no-unused-vars | → line 11, col 5: "app" is defined but never used |
| 13 | 13 | 1 | "util" is defined but never used | no-unused-vars | → line 13, col 13: "util" is defined but never used |
| 16 | 13 | 1 | "popup" is defined but never used | no-unused-vars | → line 16, col 13: "popup" is defined but never used |
| 19 | 13 | 1 | "tabTools" is defined but never used | no-unused-vars | → line 19, col 13: "tabTools" is defined but never used |
| 42 | 13 | 1 | "$win" is defined but never used | no-unused-vars | → line 42, col 13: "$win" is defined but never used |
| 43 | 13 | 1 | "$doc" is defined but never used | no-unused-vars | → line 43, col 13: "$doc" is defined but never used |
| 57 | 17 | 2 | Identifier 'fightgroup_items' is not in camel case. | fecs-camelcase | → line 57, col 17: Identifier 'fightgroup_items' is not in camel case. |
| 110 | 17 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 110, col 17: Identifier '_tpl' is not in camel case. |
| 123 | 25 | 2 | Property 'biz_status' is not in camel case. | fecs-camelcase | → line 123, col 25: Property 'biz_status' is not in camel case. |
| 145 | 25 | 2 | Property 'biz_status' is not in camel case. | fecs-camelcase | → line 145, col 25: Property 'biz_status' is not in camel case. |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 47 | 1 | `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 112: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `height: 371/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `height: 371/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `width: 371/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `width: 371/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 1 | `width: 372/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `width: 372/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `top: 0/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `top: 0/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 255 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 255: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 259 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 259: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 263 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 263: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 264 | 1 | `margin-left: -8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 264: `margin-left: -8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 272 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 272: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 278 | 1 | `top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 278: `top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 284 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 284: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:33
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 24 | 1 | `margin: 24/@g-base 9/@g-base 36/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `margin: 24/@g-base 9/@g-base 36/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `margin: 24/@g-base 9/@g-base 36/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `margin: 24/@g-base 9/@g-base 36/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `margin: 24/@g-base 9/@g-base 36/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `margin: 24/@g-base 9/@g-base 36/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `margin: 24/@g-base 9/@g-base 36/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `margin: 24/@g-base 9/@g-base 36/@g-base 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `bottom: -8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `bottom: -8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `margin-left: -8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `margin-left: -8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `top: 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `top: 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `left: 201/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `left: 201/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `top: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `top: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `width: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `width: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `left: 237/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `left: 237/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 1 | `height: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 112: `height: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `left: 367/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `left: 367/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 115 | 1 | `top: 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 115: `top: 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 1 | `width: 190/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `width: 190/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 124 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 124: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `height: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `height: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `left: 362/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `left: 362/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 1 | `width: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `width: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 10 | 1 | `padding: 36/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 10: `padding: 36/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 10 | 1 | `padding: 36/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 10: `padding: 36/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:9
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 10 | 1 | `margin: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 10: `margin: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `background-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `background-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 17 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. | block-indent | → line 118, col 17: ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. |
| 124 | 1 | `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 124: `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 124 | 1 | `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 124: `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:291
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 194 | 7 | 1 | ` .tit,.step{` Expected indentation of 8 spaces. | block-indent | → line 194, col 7: ` .tit,.step{` Expected indentation of 8 spaces. |
| 199 | 7 | 1 | ` .step{` Expected indentation of 8 spaces. | block-indent | → line 199, col 7: ` .step{` Expected indentation of 8 spaces. |
| 598 | 11 | 1 | ` img{` Expected indentation of 12 spaces. | block-indent | → line 598, col 11: ` img{` Expected indentation of 12 spaces. |
| 236 | 1 | `padding-top: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 236: `padding-top: .6rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 237 | 1 | `padding-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 237: `padding-bottom: .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 247 | 1 | `border-bottom: solid .1rem #F92D58;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 247: `border-bottom: solid .1rem #F92D58;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 252 | 1 | `padding-top: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 252: `padding-top: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 258 | 1 | `margin-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 258: `margin-bottom: .3rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 446 | 1 | `background: rgba(0, 0, 0, .5);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 446: `background: rgba(0, 0, 0, .5);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 459 | 1 | `border-radius: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 459: `border-radius: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 464 | 1 | `font-size: .758rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 464: `font-size: .758rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 488 | 1 | `font-size: .758rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 488: `font-size: .758rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 666 | 1 | `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 666: `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 666 | 1 | `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 666: `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 667 | 1 | `font-size: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 667: `font-size: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 670 | 1 | `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 670: `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 2 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 7 | 6 | 1 | `@arr:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATCAMAAABx9wfiAAAAVFBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPEWWtkAAAAG3RSTlMA+gruzhL05+HSx8W+tauiYVlORTw0LCYflpX/0JKPAAAAVklEQVQI12WPSQ6AMAwDW9KytOw7+P//5OQEqTl5osh2XO5uxwloL+oY0JwKCXIQqh6yKwyoN4URflW3CX5ReODnX45Qvtzz3nzMv8iNmX3Ys+if7K8PA5EEgl1Tvk8AAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 7, col 6: `@arr:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATCAMAAABx9wfiAAAAVFBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPEWWtkAAAAG3RSTlMA+gruzhL05+HSx8W+tauiYVlORTw0LCYflpX/0JKPAAAAVklEQVQI12WPSQ6AMAwDW9KytOw7+P//5OQEqTl5osh2XO5uxwloL+oY0JwKCXIQqh6yKwyoN4URflW3CX5ReODnX45Qvtzz3nzMv8iNmX3Ys+if7K8PA5EEgl1Tvk8AAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 14 | 8 | 1 | `.scroll{` Must contain spaces before the `{` | require-before-space | → line 14, col 8: `.scroll{` Must contain spaces before the `{` |
| 19 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 19, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 46 | 15 | 1 | ` .limit{` Must contain spaces before the `{` | require-before-space | → line 46, col 15: ` .limit{` Must contain spaces before the `{` |
| 51 | 22 | 1 | ` .origin-price{` Must contain spaces before the `{` | require-before-space | → line 51, col 22: ` .origin-price{` Must contain spaces before the `{` |
| 53 | 19 | 1 | ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 53, col 19: ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 56 | 13 | 1 | ` .box{` Must contain spaces before the `{` | require-before-space | → line 56, col 13: ` .box{` Must contain spaces before the `{` |
| 61 | 25 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 61, col 25: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 60 | 20 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 60, col 20: ` &:after{` Must contain spaces before the `{` |
| 62 | 25 | 1 | ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 62, col 25: ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 63 | 23 | 1 | ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 63, col 23: ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 64 | 26 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 64, col 26: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 68 | 21 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 68, col 21: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 67 | 19 | 1 | ` .apply-num{` Must contain spaces before the `{` | require-before-space | → line 67, col 19: ` .apply-num{` Must contain spaces before the `{` |
| 73 | 15 | 1 | ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 73, col 15: ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 72 | 25 | 1 | ` .countdown-container{` Must contain spaces before the `{` | require-before-space | → line 72, col 25: ` .countdown-container{` Must contain spaces before the `{` |
| 74 | 17 | 1 | ` display:none;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 74, col 17: ` display:none;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 78 | 15 | 1 | ` .desc-info{` Must contain spaces before the `{` | require-before-space | → line 78, col 15: ` .desc-info{` Must contain spaces before the `{` |
| 81 | 15 | 1 | ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 81, col 15: ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 94 | 10 | 1 | ` .desc{` Must contain spaces before the `{` | require-before-space | → line 94, col 10: ` .desc{` Must contain spaces before the `{` |
| 106 | 13 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 106, col 13: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 105 | 12 | 1 | `.temai-wrap{` Must contain spaces before the `{` | require-before-space | → line 105, col 12: `.temai-wrap{` Must contain spaces before the `{` |
| 108 | 13 | 1 | ` padding:0 24/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 108, col 13: ` padding:0 24/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 108 | 1 | `padding:0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `padding:0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 11 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 112, col 11: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 115 | 15 | 1 | ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 115, col 15: ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 114 | 11 | 1 | ` .price{` Must contain spaces before the `{` | require-before-space | → line 114, col 11: ` .price{` Must contain spaces before the `{` |
| 119 | 15 | 1 | ` float:right;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 119, col 15: ` float:right;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 118 | 8 | 1 | ` .go{` Must contain spaces before the `{` | require-before-space | → line 118, col 8: ` .go{` Must contain spaces before the `{` |
| 122 | 25 | 1 | ` background-size:11/@g-base 19/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 122, col 25: ` background-size:11/@g-base 19/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 122 | 1 | `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 122 | 1 | `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 127 | 14 | 1 | ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 127, col 14: ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 126 | 9 | 1 | `.try-msg{` Must contain spaces before the `{` | require-before-space | → line 126, col 9: `.try-msg{` Must contain spaces before the `{` |
| 128 | 13 | 1 | ` padding:0 18/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 128, col 13: ` padding:0 18/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 128 | 1 | `padding:0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `padding:0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 14 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 131, col 14: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 133 | 18 | 1 | ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 133, col 18: ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 136 | 17 | 1 | ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 136, col 17: ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 143 | 17 | 1 | ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 143, col 17: ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 142 | 7 | 1 | ` ul{` Must contain spaces before the `{` | require-before-space | → line 142, col 7: ` ul{` Must contain spaces before the `{` |
| 147 | 18 | 1 | ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 147, col 18: ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 146 | 7 | 1 | ` li{` Must contain spaces before the `{` | require-before-space | → line 146, col 7: ` li{` Must contain spaces before the `{` |
| 151 | 15 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 151, col 15: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 153 | 18 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 153, col 18: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 154 | 23 | 1 | ` text-overflow:ellipsis;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 154, col 23: ` text-overflow:ellipsis;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 160 | 22 | 1 | ` background-color:#fff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 160, col 22: ` background-color:#fff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 158 | 10 | 1 | `.try-flow{` Must contain spaces before the `{` | require-before-space | → line 158, col 10: `.try-flow{` Must contain spaces before the `{` |
| 163 | 18 | 1 | ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 163, col 18: ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 162 | 9 | 1 | ` .tit{` Must contain spaces before the `{` | require-before-space | → line 162, col 9: ` .tit{` Must contain spaces before the `{` |
| 164 | 17 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 164, col 17: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 170 | 15 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 170, col 15: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 171 | 20 | 1 | ` border-top:1px solid @g-color-grey6; ` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 171, col 20: ` border-top:1px solid @g-color-grey6; ` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 174 | 22 | 1 | ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 174, col 22: ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 173 | 16 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 173, col 16: ` &:after{` Must contain spaces before the `{` |
| 175 | 17 | 1 | ` top:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 175, col 17: ` top:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 179 | 21 | 1 | ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 179, col 21: ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 180 | 12 | 1 | ` background: url(@arr) no-repeat center right; ` Expected indentation of 12 spaces. | block-indent | → line 180, col 12: ` background: url(@arr) no-repeat center right; ` Expected indentation of 12 spaces. |
| 181 | 12 | 1 | ` background-size:11/@g-base 19/@g-base;` Expected indentation of 12 spaces. | block-indent | → line 181, col 12: ` background-size:11/@g-base 19/@g-base;` Expected indentation of 12 spaces. |
| 181 | 28 | 1 | ` background-size:11/@g-base 19/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 181, col 28: ` background-size:11/@g-base 19/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 181 | 1 | `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 181: `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 181 | 1 | `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 181: `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 17 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 185, col 17: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 184 | 10 | 1 | ` .step{` Must contain spaces before the `{` | require-before-space | → line 184, col 10: ` .step{` Must contain spaces before the `{` |
| 195 | 9 | 1 | ` visibility: hidden;` Expected indentation of 12 spaces. | block-indent | → line 195, col 9: ` visibility: hidden;` Expected indentation of 12 spaces. |
| 194 | 17 | 1 | ` .tit,.step{` Must contain spaces before the `{` | require-before-space | → line 194, col 17: ` .tit,.step{` Must contain spaces before the `{` |
| 194 | 1 | `.tit,.step{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 194: `.tit,.step{` When multiple selectors share a statement block, each selector statement must be per line | |
| 200 | 9 | 1 | ` background-image: url(http://h0.hucdn.com/open/201620/1463639985_d770791d237d4252_750x102.png);` Expected indentation of 12 spaces. | block-indent | → line 200, col 9: ` background-image: url(http://h0.hucdn.com/open/201620/1463639985_d770791d237d4252_750x102.png);` Expected indentation of 12 spaces. |
| 199 | 12 | 1 | ` .step{` Must contain spaces before the `{` | require-before-space | → line 199, col 12: ` .step{` Must contain spaces before the `{` |
| 205 | 13 | 1 | `.item-detail{` Must contain spaces before the `{` | require-before-space | → line 205, col 13: `.item-detail{` Must contain spaces before the `{` |
| 207 | 13 | 1 | ` .nav-box{` Must contain spaces before the `{` | require-before-space | → line 207, col 13: ` .nav-box{` Must contain spaces before the `{` |
| 216 | 8 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 216, col 8: ` img{` Must contain spaces before the `{` |
| 219 | 19 | 1 | ` width:100%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 219, col 19: ` width:100%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 218 | 15 | 1 | ` &.full{` Must contain spaces before the `{` | require-before-space | → line 218, col 15: ` &.full{` Must contain spaces before the `{` |
| 222 | 19 | 1 | ` width:1px;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 222, col 19: ` width:1px;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 221 | 22 | 1 | ` &.placeholder{` Must contain spaces before the `{` | require-before-space | → line 221, col 22: ` &.placeholder{` Must contain spaces before the `{` |
| 235 | 20 | 1 | ` .nav-wrapper li{` Must contain spaces before the `{` | require-before-space | → line 235, col 20: ` .nav-wrapper li{` Must contain spaces before the `{` |
| 239 | 15 | 1 | ` color:#000;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 239, col 15: ` color:#000;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 249 | 20 | 1 | ` #detail-wrapper{` Must contain spaces before the `{` | require-before-space | → line 249, col 20: ` #detail-wrapper{` Must contain spaces before the `{` |
| 251 | 26 | 1 | ` .detail-introduct{` Must contain spaces before the `{` | require-before-space | → line 251, col 26: ` .detail-introduct{` Must contain spaces before the `{` |
| 257 | 15 | 1 | ` .props{` Must contain spaces before the `{` | require-before-space | → line 257, col 15: ` .props{` Must contain spaces before the `{` |
| 260 | 22 | 1 | ` .pro-name{` Must contain spaces before the `{` | require-before-space | → line 260, col 22: ` .pro-name{` Must contain spaces before the `{` |
| 263 | 17 | 1 | ` span{` Must contain spaces before the `{` | require-before-space | → line 263, col 17: ` span{` Must contain spaces before the `{` |
| 269 | 17 | 1 | ` display:none;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 269, col 17: ` display:none;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 268 | 20 | 1 | ` #recomm-wrapper{` Must contain spaces before the `{` | require-before-space | → line 268, col 20: ` #recomm-wrapper{` Must contain spaces before the `{` |
| 272 | 17 | 1 | ` display:none;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 272, col 17: ` display:none;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 271 | 18 | 1 | ` #rule-wrapper{` Must contain spaces before the `{` | require-before-space | → line 271, col 18: ` #rule-wrapper{` Must contain spaces before the `{` |
| 274 | 21 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 274, col 21: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 273 | 12 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 273, col 12: ` img{` Must contain spaces before the `{` |
| 275 | 19 | 1 | ` width:100%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 275, col 19: ` width:100%;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 281 | 6 | 1 | ` @soldoutImg: 'data:image/png;base64,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';` Expected indentation of 4 spaces. | block-indent | → line 281, col 6: ` @soldoutImg: 'data:image/png;base64,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';` Expected indentation of 4 spaces. |
| 280 | 16 | 1 | `.recomm-wrapper{` Must contain spaces before the `{` | require-before-space | → line 280, col 16: `.recomm-wrapper{` Must contain spaces before the `{` |
| 281 | 1 | `: 'data:image/png;base64,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';Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 281: `: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACUdJREFUeNrsnF9sTFkcx+9oNSxTfwa10y1NCCYIiaQkvOxqIjyskHhhpXjsrpB4WPEiEtv0hbB2++CFRnggqzYRwg5eSExDUsHOkkhEt0WpPx3UDhP7+4xz5PS6M3NnOtPOdPySm9s5997Tc77n+/v+fufcP54PHz5YA2Uej6dEdl/J5pVtpGz6d0mCS2KyvVH7XvV3RNocG7A25xogAQUAfAYo2TDAisjWLe1/U3AAKaYASoVsZTke5ChAyfY4F8zKKkACDGD4FTiDYQDVKX2K5hVAijEAM8nKDwOo9mwwqt8ACTiTFDglVn5ZTLGpa1AAUqyZpsQ3nw0xv5+p22UEkIDjVeCUWIVhMQXSi5wDJOAgwNVWYVp7ui6XFkACTvUgRqisCbj0+b7bk4cVGTiYT/UlewBJhVVDBJy0QRrmAhxfHuU32QZpUr8AUtGq2hq6ViV9HJsRQEaeM9StWk2R0mZQIeU5/bGSZF4yLMn0wWsVj3kT6dGwJBPPYjO/k6s5MaiqSFzLydX8SQFSCPqs4jWfnUV2BvmtL+Z3BKjQ2bN06dLytra2ui1btlTaj1HGMc5Jl0UmgyYU8rDPmTPHO2/evM0bN26stR+rr69fzbFt27bVuKyu4rPZvKA218r9AntOLRKJHInHbK93vcmsc+fOnXr58uU/Pp+v3mVVMcGl7ROD1K2ZggHHyY2w58+fh0ePHh0wXampqamupKSkPBQKnUwnoukpiHYxX7533rTGxsYm2HL06NE+LvPgwYN/2GtXAqhp06atevz4cXDFihXBNJvSB6C8yJoR0n379v1p77jdLl26dGDkyJGVa9eubbpz585mXb5z586g0qMaDdS7d+8iUl+zef2ePXsCbrLruHcp15qbDwB1d3c3jR8/Pt65GzduHJg/f35zsqh1/PjxRs5/9uxZq9YXJx2ClWvWrFk4ffr0mjFjxgRGjBhReeXKlYYlS5akcrubpdbHe+MDxpDJkycHZNvu1GFp/CyAkU5XEnUePXoUWLduXcOFCxd67OdTBigmg7B79+4FufbMmTO14l4Bv99fgy5x7NWrV+EnT56Ebt261erS5bwelRh9PVAA0fja2trv7J3Wx/bu3bteXCN8+fLl1YsWLfqJY52dncETJ060UJ6ITZs2bZo1e/bsQFVV1ULNQuzt27cd169fb5brQ/v37+9Is8kPAWjGQGkQ2oJuaHpDfRpNB0+fPn1EQnHYZBflcs2OioqKeG7T3t5+csqUKQ1aR+R4DYycMGFCDZEqFov1EM7lvJAMQKuwrw6XEr1amWnmkFWAzEYPHz683J536Jykt7f300iiFbjJjBkz6jR7nOpUTOrANeT6P9ER7TZS3ipAVAKkyU7NymPHjtULWK0ZdCla2h9wtPjJqM4aN25cQPs6tKYDAKIbi3jq4zKiluhA8+3bt8OwCnDu3r3bDDhOgso1ZscF0JMCTISopctwSQDC1WAPZYcOHQpKVNyM68nP1lRJpYOVlaYLSiLxI0kTgW2h0bt27apdvHjxDvbS2JNaPGWkm+W6uADTCamrA0YBqIDmNUGkTslrYEsP55sdd4puPWLsZaA+JYm47+7du8Pokvzscw2sY2DMQXS9oug00SMEv3///uLy5csbhTG1r1+/7iDibN26dSWjgDagK/wzBJFrYZauh07hHoyqcrcazr169epvku1ul06sjkajEfQJtlDnzJkzD2hQpk6d+k0mLGfgiI7J5nDJrk8JEHSXSur4G7fAnxE9xJROO0UGymAAbpfoGDqly3AtysrKyrwaZIOx8fonTpyYNMOGmU7lZNcIOC6oB5y/8QBEPVVkSwkQLlNaWvodggsgbsUOCuMuTlmrGtUArMQV0SF9vn2qYY4w7oCLOy1b4EZ02J7fADjlCxYsqMOFydT5n7D1/PnzDan6kVKD9GjqhqdCXEcdCb0B7UqyC5vHYZYW37Nnz24HdAHJQhNgrBSHWLYgYRTmLFQaFkaHcHH5uV3aFTR1kdwHoXdqk7T5xw0bNmx++vQpiWJLujnRAjeboP83m71cgPteKPuLZL1/iaD++0GZsCMkmvWScn2uaNmvHKOcPb/NuigXl/hDQPxBn8f1AsDPHBewv7Vfx7mcx//muNv+uN1K0xE7hBQmLVu2LMCE0AztZhovjW6FeYg7uYuug9DMKNfX1zefOnXqd3t0IcmjTtEkqL8+UeYsGliuQ7vOthH6ZNEoUwMgHqlN+XguYicdsvBhneuQ+RLaE1FWh2M0Ay0xJ4doDksR5vlkwIR03NAODjol9cSF9tq1ayEt3CSdBw8ebEgEZj8tnii+d3MmIIi4WcycDx8+fCCdBgEOwMIcQrfuJJqDfmhhJaQLQETOVYFAoJLIZJ9KwEAdKHRdObT/0pqsEgUkopWnO7eBQcFg8CILV+Zci7xKxLfF7KgwdQeubLhlfCqBSGew6NVf64JBrp9U19mnkwu4sVGjRvUJ4bgH+YhZRsIp7hQkI5YsO5zBDDyb9iYtgBhFAeiz0J3KCM9xh5bcQ08iRX9qEXhYZT8/w4llLqy3lMdjPR5P1M2iPRQXt+gxs+BUE1kmnWgIZfaFc6YqwsSWPL03wJ2NN/HbPuoRO1dPkZH9Mrchu7brDGvA9vCPIeyAMwga0q8VYB721HlQxC1AhGKyVsSUnIdIY1/FQ1iJNrikzomswrP4M9XmjcP5lounOmAKSZ7JEHIikkRypQyXNvPRvdrsALl2M0ASZqzSuUuOkrRBdy87QHlz+ycP7KZ+t+PTcocq6P6CTfyVz2ii9aAvAFnWw4QLZoJcpMhBiigMkq4odlofXx8qRrufcslV+V9XMbqW00t3jmvScmKnWicqFutVfbZcAWTQrRhcLebkWikBUi/stxcBQO3JPk6Q9LYPa+9DXI+6VR+tjABSILUP0dDv6tVMV28cqoq6iw0c1wANMZBy81KvAVJXsYDTZzaf1kUf32MttLeC7qcS5KwBpEDi4c9qK3vfBMpZEqjAyeg7Q9n4uMmAPQSa4cy8X98VytbnccqUy43Nl1m5bP9m4+tU2f7AklexyTuIwDy0L1nkDUA2RvkVo3It5LgPdyC6cvE9s4H4yNtYBVQ2wdKgwJQXufwqnmeAPxNI5BttfXz9ocxK/olAEwyYEVX7V7n+8p1p/wswAEmpwE0O/kMDAAAAAElFTkSuQmCC';Variable name must be like this `@foo-bar or @foobar` | |
| 283 | 15 | 1 | ` .item-list{` Must contain spaces before the `{` | require-before-space | → line 283, col 15: ` .item-list{` Must contain spaces before the `{` |
| 290 | 21 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 290, col 21: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 289 | 16 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 289, col 16: ` &:after{` Must contain spaces before the `{` |
| 291 | 21 | 1 | ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 291, col 21: ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 292 | 19 | 1 | ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 292, col 19: ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 293 | 22 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 293, col 22: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 297 | 15 | 1 | ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 297, col 15: ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 296 | 10 | 1 | ` .item{` Must contain spaces before the `{` | require-before-space | → line 296, col 10: ` .item{` Must contain spaces before the `{` |
| 301 | 26 | 1 | ` background-color:#fff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 301, col 26: ` background-color:#fff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 303 | 21 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 303, col 21: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 302 | 10 | 1 | ` a{` Must contain spaces before the `{` | require-before-space | → line 302, col 10: ` a{` Must contain spaces before the `{` |
| 305 | 19 | 1 | ` .item-info{` Must contain spaces before the `{` | require-before-space | → line 305, col 19: ` .item-info{` Must contain spaces before the `{` |
| 310 | 22 | 1 | ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 310, col 22: ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 309 | 18 | 1 | ` .item-img{` Must contain spaces before the `{` | require-before-space | → line 309, col 18: ` .item-img{` Must contain spaces before the `{` |
| 313 | 25 | 1 | ` display:block; ` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 313, col 25: ` display:block; ` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 312 | 16 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 312, col 16: ` img{` Must contain spaces before the `{` |
| 330 | 15 | 1 | ` .title{` Must contain spaces before the `{` | require-before-space | → line 330, col 15: ` .title{` Must contain spaces before the `{` |
| 334 | 19 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 334, col 19: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 335 | 22 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 335, col 22: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 336 | 27 | 1 | ` text-overflow:ellipsis;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 336, col 27: ` text-overflow:ellipsis;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 337 | 21 | 1 | ` display:-webkit-box;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 337, col 21: ` display:-webkit-box;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 338 | 32 | 1 | ` -webkit-line-clamp:2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 338, col 32: ` -webkit-line-clamp:2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 339 | 32 | 1 | ` -webkit-box-orient:vertical;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 339, col 32: ` -webkit-box-orient:vertical;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 341 | 21 | 1 | ` .item-detail{` Must contain spaces before the `{` | require-before-space | → line 341, col 21: ` .item-detail{` Must contain spaces before the `{` |
| 344 | 25 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 344, col 25: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 343 | 20 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 343, col 20: ` &:after{` Must contain spaces before the `{` |
| 345 | 25 | 1 | ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 345, col 25: ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 346 | 23 | 1 | ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 346, col 23: ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 347 | 26 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 347, col 26: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 352 | 19 | 1 | ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 352, col 19: ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 351 | 15 | 1 | ` .price{` Must contain spaces before the `{` | require-before-space | → line 351, col 15: ` .price{` Must contain spaces before the `{` |
| 356 | 19 | 1 | ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 356, col 19: ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 355 | 24 | 1 | ` .price-discount{` Must contain spaces before the `{` | require-before-space | → line 355, col 24: ` .price-discount{` Must contain spaces before the `{` |
| 357 | 23 | 1 | ` .int-price{` Must contain spaces before the `{` | require-before-space | → line 357, col 23: ` .int-price{` Must contain spaces before the `{` |
| 362 | 19 | 1 | ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 362, col 19: ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 361 | 34 | 1 | ` .price-original,.sold_num{` Must contain spaces before the `{` | require-before-space | → line 361, col 34: ` .price-original,.sold_num{` Must contain spaces before the `{` |
| 361 | 1 | `.price-original,.sold_num{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 361: `.price-original,.sold_num{` When multiple selectors share a statement block, each selector statement must be per line | |
| 364 | 18 | 1 | ` .sold_num{` Must contain spaces before the `{` | require-before-space | → line 364, col 18: ` .sold_num{` Must contain spaces before the `{` |
| 367 | 19 | 1 | ` float:right;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 367, col 19: ` float:right;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 375 | 11 | 1 | `.foot-wrap{` Must contain spaces before the `{` | require-before-space | → line 375, col 11: `.foot-wrap{` Must contain spaces before the `{` |
| 379 | 14 | 1 | ` position:fixed;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 379, col 14: ` position:fixed;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 378 | 10 | 1 | `.foot-bar{` Must contain spaces before the `{` | require-before-space | → line 378, col 10: `.foot-bar{` Must contain spaces before the `{` |
| 380 | 12 | 1 | ` bottom:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 380, col 12: ` bottom:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 381 | 10 | 1 | ` left:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 381, col 10: ` left:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 383 | 13 | 1 | ` display:table;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 383, col 13: ` display:table;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 387 | 16 | 1 | ` border-top:1px solid @g-color-grey6;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 387, col 16: ` border-top:1px solid @g-color-grey6;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 390 | 17 | 1 | ` display:table-cell;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 390, col 17: ` display:table-cell;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 389 | 9 | 1 | ` .btn{` Must contain spaces before the `{` | require-before-space | → line 389, col 9: ` .btn{` Must contain spaces before the `{` |
| 391 | 22 | 1 | ` margin-right:-1px;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 391, col 22: ` margin-right:-1px;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 396 | 15 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 396, col 15: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 399 | 1 | `background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAllBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPTYpkqAAAAMXRSTlMACRb38uj6PC8oD+vSsjYG4t29q4VyAsaPalxUSiUc1szBpZyVioJi2K9+eFFDuFYgTyn5VQAAAZVJREFUOMu9lNeagyAQhVXE3k1MMUZNMb2c93+5NZhiFHX3ZrnQYb4fmDkzIPzDcKemORV/AW4AYD3MOSCOQ+AMghkKQSiQRQPcHF4Zn+hh188ZFPHjH4MaveAUQWUEmPZxmkL0ytKJonVz0QSjlz3CpBucwX8rLfod+Yjq+CBj8XEsIIdj56tESVyEewUAVnX3CgCUNDzGCZtLOZgnW8+X34cs5+uMrUcgsYU0LG6a29Ei2nx0oOwoGdJQWSXI5ZdCHQJVmEwwU+/nEpPJG9nwln3c0oMdMQUDWEZPn1jIxbcZuF2cmNe2kXx+71eB+bXAdBknPriFnNTnFwUxv+GVy7dnB8IRSSftFprwdFc5TWmBs6MGq+WjkHhFpq0uAeElQ+A2w0bKA1MkDc8CNg+8YtHwjGv3WFVrL9a49YbNnrWd7QFrJr7u5aYBBmAVMI4m4HmAeTSqiK4N0Me9VGMrA/k5cm8TQB6Vet3hN8A9zgyznWecdolupTPSVjKPcdA+HqdEgVYywomSUGsUMCT0JPx1/ADApSgssBnE2QAAAABJRU5ErkJggg==') no-repeat center 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 399: `background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAllBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPTYpkqAAAAMXRSTlMACRb38uj6PC8oD+vSsjYG4t29q4VyAsaPalxUSiUc1szBpZyVioJi2K9+eFFDuFYgTyn5VQAAAZVJREFUOMu9lNeagyAQhVXE3k1MMUZNMb2c93+5NZhiFHX3ZrnQYb4fmDkzIPzDcKemORV/AW4AYD3MOSCOQ+AMghkKQSiQRQPcHF4Zn+hh188ZFPHjH4MaveAUQWUEmPZxmkL0ytKJonVz0QSjlz3CpBucwX8rLfod+Yjq+CBj8XEsIIdj56tESVyEewUAVnX3CgCUNDzGCZtLOZgnW8+X34cs5+uMrUcgsYU0LG6a29Ei2nx0oOwoGdJQWSXI5ZdCHQJVmEwwU+/nEpPJG9nwln3c0oMdMQUDWEZPn1jIxbcZuF2cmNe2kXx+71eB+bXAdBknPriFnNTnFwUxv+GVy7dnB8IRSSftFprwdFc5TWmBs6MGq+WjkHhFpq0uAeElQ+A2w0bKA1MkDc8CNg+8YtHwjGv3WFVrL9a49YbNnrWd7QFrJr7u5aYBBmAVMI4m4HmAeTSqiK4N0Me9VGMrA/k5cm8TQB6Vet3hN8A9zgyznWecdolupTPSVjKPcdA+HqdEgVYywomSUGsUMCT0JPx1/ADApSgssBnE2QAAAABJRU5ErkJggg==') no-repeat center 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 398 | 13 | 1 | ` .collect{` Must contain spaces before the `{` | require-before-space | → line 398, col 13: ` .collect{` Must contain spaces before the `{` |
| 400 | 25 | 1 | ` background-size:40/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 400, col 25: ` background-size:40/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 400 | 1 | `background-size:40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 400: `background-size:40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 403 | 1 | `background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAgVBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWWQ8nIzAAAAKnRSTlMAAvvo3rJyOTDwqAn118fEjg4G6tK/rZaDZWBUJs27eUxCKBWdf1YkHBnmkk03AAABCUlEQVQ4y73TyZaDIBBAUYYoSpyNQ6KZe+T/P7BpTxDlWEBv+i31uigK0T9UFXVd7D1gJ2RvbseI+I25HM7E1Bk74Em8OtldSRWkpRUWYq6wuYhoSCL7JLocnucoVh030Z6FbbKGSRuy1YrGoW9TIjYjKX8fPif2zIWz5ikhFx5xCWMfGEtIfWHvA3sJceB2AZ5OsHG5/HWa5cHuDvNF+t7Z3O4LzT1iy8AjWnQnkCN34OKowF8C2HiGzM7AxAYDN0lNVwmgyoAPCI4GvEHwZsAQgqEBOwh2Brwsl7tc/cWA+l0z4Ooj018ZMFVXlKEppq5zujlMEOknUbA5DL7ShCumKE/qK0Z/7Ac71YG+2uorBAAAAABJRU5ErkJggg==') no-repeat center 12/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 403: `background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAgVBMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWWQ8nIzAAAAKnRSTlMAAvvo3rJyOTDwqAn118fEjg4G6tK/rZaDZWBUJs27eUxCKBWdf1YkHBnmkk03AAABCUlEQVQ4y73TyZaDIBBAUYYoSpyNQ6KZe+T/P7BpTxDlWEBv+i31uigK0T9UFXVd7D1gJ2RvbseI+I25HM7E1Bk74Em8OtldSRWkpRUWYq6wuYhoSCL7JLocnucoVh030Z6FbbKGSRuy1YrGoW9TIjYjKX8fPif2zIWz5ikhFx5xCWMfGEtIfWHvA3sJceB2AZ5OsHG5/HWa5cHuDvNF+t7Z3O4LzT1iy8AjWnQnkCN34OKowF8C2HiGzM7AxAYDN0lNVwmgyoAPCI4GvEHwZsAQgqEBOwh2Brwsl7tc/cWA+l0z4Ooj018ZMFVXlKEppq5zujlMEOknUbA5DL7ShCumKE/qK0Z/7Ac71YG+2uorBAAAAABJRU5ErkJggg==') no-repeat center 12/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 402 | 15 | 1 | ` .collected{` Must contain spaces before the `{` | require-before-space | → line 402, col 15: ` .collected{` Must contain spaces before the `{` |
| 404 | 25 | 1 | ` background-size:40/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 404, col 25: ` background-size:40/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 404 | 1 | `background-size:40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 404: `background-size:40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 407 | 1 | `background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAb1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPOyJkCAAAAJHRSTlMA4qryH/orlwVIKZkCyo71wGwzC++wpBrm1l5REgjbnod3RDYggLjpAAAA5ElEQVQ4y71USQ6DMAxsEhwChK1lKVvX+f8b20ZIvWEfEL74MrIymeW0x0SxIhVHLC4x+I1JuHsG2jqrYZibGXTYGvE2UMGGbaG2gQQXtgPtdLFDtb4x24L5ugR06lKG9TkHKv4fLwVBJbwykwIVF1a5vgXyMwvztYGpPWeTQEL3rE1WEqxNymsgwdskkBCJ2viDbfJ/Y8uHI9iE0FpR3Lrv7iJJgOeCQHEvyvydUD5mCTTVQPNcJNB3BVxrJ+mUVw7cRi/oFD8NwFBKOsWNCqhEnbI0jLSHmCUTmsVE8m6Wt718PoZ1Fp02ytXRAAAAAElFTkSuQmCC') no-repeat center 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 407: `background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAb1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPOyJkCAAAAJHRSTlMA4qryH/orlwVIKZkCyo71wGwzC++wpBrm1l5REgjbnod3RDYggLjpAAAA5ElEQVQ4y71USQ6DMAxsEhwChK1lKVvX+f8b20ZIvWEfEL74MrIymeW0x0SxIhVHLC4x+I1JuHsG2jqrYZibGXTYGvE2UMGGbaG2gQQXtgPtdLFDtb4x24L5ugR06lKG9TkHKv4fLwVBJbwykwIVF1a5vgXyMwvztYGpPWeTQEL3rE1WEqxNymsgwdskkBCJ2viDbfJ/Y8uHI9iE0FpR3Lrv7iJJgOeCQHEvyvydUD5mCTTVQPNcJNB3BVxrJ+mUVw7cRi/oFD8NwFBKOsWNCqhEnbI0jLSHmCUTmsVE8m6Wt718PoZ1Fp02ytXRAAAAAElFTkSuQmCC') no-repeat center 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 406 | 11 | 1 | ` .share{` Must contain spaces before the `{` | require-before-space | → line 406, col 11: ` .share{` Must contain spaces before the `{` |
| 408 | 25 | 1 | ` background-size:40/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 408, col 25: ` background-size:40/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 408 | 1 | `background-size:40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 408: `background-size:40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 409 | 21 | 1 | ` border-left:1px solid @g-color-grey6;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 409, col 21: ` border-left:1px solid @g-color-grey6;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 410 | 22 | 1 | ` border-right:1px solid @g-color-grey6;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 410, col 22: ` border-right:1px solid @g-color-grey6;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 413 | 1 | `background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAb1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPOyJkCAAAAJHRSTlMAJp7CBfH2vbSKbToOCuvl27itgGlaVkQ2mRjd1cunfHJQHBvhz9x7AAABB0lEQVQ4y+2Rya6DMAxFnYSElKFMLdB5ePf/v/EhrKC8hXnddFGpZxHF8gF8MX0OmYGAyf54WCE2U/Qk0COlhRzbRBKTLXIKaGxIZAO9PAQoWVRA+NyOx5BIsVtu+zVxH94zhihynHG+HKIoq3FClLU4HMXQP5g5TsNR1uM00+lQclku0y/ZQgduOuswYleEjYadFV0Yso72N7qGzfJyKdlr3BjFzoHuSermgOqukqI/A+e+SNS9AtxN0bMDcv6PjPZgjAHjNZgDzQzXCic9ED10Deszosxb1PoxtfQJ1XWg92HMiz1AFoGv+KpocZS8I2xUtfCC+ePRRqWyELGKYrO1gtYqehO/z90lyyG1x1YAAAAASUVORK5CYII=') no-repeat center 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 413: `background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAb1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPOyJkCAAAAJHRSTlMAJp7CBfH2vbSKbToOCuvl27itgGlaVkQ2mRjd1cunfHJQHBvhz9x7AAABB0lEQVQ4y+2Rya6DMAxFnYSElKFMLdB5ePf/v/EhrKC8hXnddFGpZxHF8gF8MX0OmYGAyf54WCE2U/Qk0COlhRzbRBKTLXIKaGxIZAO9PAQoWVRA+NyOx5BIsVtu+zVxH94zhihynHG+HKIoq3FClLU4HMXQP5g5TsNR1uM00+lQclku0y/ZQgduOuswYleEjYadFV0Yso72N7qGzfJyKdlr3BjFzoHuSermgOqukqI/A+e+SNS9AtxN0bMDcv6PjPZgjAHjNZgDzQzXCic9ED10Deszosxb1PoxtfQJ1XWg92HMiz1AFoGv+KpocZS8I2xUtfCC+ePRRqWyELGKYrO1gtYqehO/z90lyyG1x1YAAAAASUVORK5CYII=') no-repeat center 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 412 | 10 | 1 | ` .shop{` Must contain spaces before the `{` | require-before-space | → line 412, col 10: ` .shop{` Must contain spaces before the `{` |
| 414 | 25 | 1 | ` background-size:40/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 414, col 25: ` background-size:40/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 414 | 1 | `background-size:40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 414: `background-size:40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 417 | 17 | 1 | ` display:table-cell;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 417, col 17: ` display:table-cell;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 416 | 15 | 1 | ` .btn-apply{` Must contain spaces before the `{` | require-before-space | → line 416, col 15: ` .btn-apply{` Must contain spaces before the `{` |
| 422 | 15 | 1 | ` color:#fff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 422, col 15: ` color:#fff;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 424 | 14 | 1 | ` &.pre{` Must contain spaces before the `{` | require-before-space | → line 424, col 14: ` &.pre{` Must contain spaces before the `{` |
| 428 | 30 | 1 | ` background-color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 428, col 30: ` background-color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 427 | 18 | 1 | ` &.current{` Must contain spaces before the `{` | require-before-space | → line 427, col 18: ` &.current{` Must contain spaces before the `{` |
| 430 | 17 | 1 | ` &.unable{` Must contain spaces before the `{` | require-before-space | → line 430, col 17: ` &.unable{` Must contain spaces before the `{` |
| 448 | 1 | `.confirm-popup,.alert-popup {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 448: `.confirm-popup,.alert-popup {` When multiple selectors share a statement block, each selector statement must be per line | |
| 458 | 17 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. | block-indent | → line 458, col 17: ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. |
| 463 | 1 | `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 463: `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 463 | 1 | `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 463: `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 474 | 25 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 474, col 25: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 473 | 20 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 473, col 20: ` &:after{` Must contain spaces before the `{` |
| 475 | 25 | 1 | ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 475, col 25: ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 476 | 23 | 1 | ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 476, col 23: ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 477 | 26 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 477, col 26: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 500 | 17 | 1 | ` &::after{` Must contain spaces before the `{` | require-before-space | → line 500, col 17: ` &::after{` Must contain spaces before the `{` |
| 508 | 22 | 1 | ` .alert-popup .btn{` Must contain spaces before the `{` | require-before-space | → line 508, col 22: ` .alert-popup .btn{` Must contain spaces before the `{` |
| 513 | 18 | 1 | ` position:fixed;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 513, col 18: ` position:fixed;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 512 | 17 | 1 | ` .popup-popup{` Must contain spaces before the `{` | require-before-space | → line 512, col 17: ` .popup-popup{` Must contain spaces before the `{` |
| 514 | 14 | 1 | ` left:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 514, col 14: ` left:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 515 | 16 | 1 | ` bottom:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 515, col 16: ` bottom:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 518 | 16 | 1 | ` .result{` Must contain spaces before the `{` | require-before-space | → line 518, col 16: ` .result{` Must contain spaces before the `{` |
| 521 | 25 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 521, col 25: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 520 | 20 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 520, col 20: ` &:after{` Must contain spaces before the `{` |
| 522 | 25 | 1 | ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 522, col 25: ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 523 | 23 | 1 | ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 523, col 23: ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 524 | 26 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 524, col 26: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 527 | 16 | 1 | ` .btnBox{` Must contain spaces before the `{` | require-before-space | → line 527, col 16: ` .btnBox{` Must contain spaces before the `{` |
| 529 | 17 | 1 | ` .btn{` Must contain spaces before the `{` | require-before-space | → line 529, col 17: ` .btn{` Must contain spaces before the `{` |
| 536 | 23 | 1 | ` color:@g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 536, col 23: ` color:@g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 535 | 20 | 1 | ` .cancel{` Must contain spaces before the `{` | require-before-space | → line 535, col 20: ` .cancel{` Must contain spaces before the `{` |
| 545 | 12 | 1 | `.share-wrap{` Must contain spaces before the `{` | require-before-space | → line 545, col 12: `.share-wrap{` Must contain spaces before the `{` |
| 547 | 13 | 1 | ` padding:48/@g-base 54/@g-base 0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 547, col 13: ` padding:48/@g-base 54/@g-base 0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 549 | 15 | 1 | ` .share-tip{` Must contain spaces before the `{` | require-before-space | → line 549, col 15: ` .share-tip{` Must contain spaces before the `{` |
| 553 | 15 | 1 | ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 553, col 15: ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 555 | 15 | 1 | ` .share-txt{` Must contain spaces before the `{` | require-before-space | → line 555, col 15: ` .share-txt{` Must contain spaces before the `{` |
| 558 | 15 | 1 | ` color:@g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 558, col 15: ` color:@g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 562 | 17 | 1 | ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 562, col 17: ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 561 | 34 | 1 | ` .weixin-share,.timeline-share{` Must contain spaces before the `{` | require-before-space | → line 561, col 34: ` .weixin-share,.timeline-share{` Must contain spaces before the `{` |
| 561 | 1 | `.weixin-share,.timeline-share{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 561: `.weixin-share,.timeline-share{` When multiple selectors share a statement block, each selector statement must be per line | |
| 563 | 16 | 1 | ` margin:34/@g-base 90/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 563, col 16: ` margin:34/@g-base 90/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 563 | 1 | `margin:34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 563: `margin:34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 563 | 1 | `margin:34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 563: `margin:34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 567 | 18 | 1 | ` .weixin-share{` Must contain spaces before the `{` | require-before-space | → line 567, col 18: ` .weixin-share{` Must contain spaces before the `{` |
| 572 | 20 | 1 | ` .timeline-share{` Must contain spaces before the `{` | require-before-space | → line 572, col 20: ` .timeline-share{` Must contain spaces before the `{` |
| 583 | 11 | 1 | ` @plus:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAgMAAACdGdVrAAAACVBMVEUAAAAzMzMzMzNoBFY1AAAAAnRSTlMAxOqay5EAAAAeSURBVAjXY2BgYHRgAAGmBsqprFVAsBJKUcdMqAMB7Q0SIQXxyesAAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 583, col 11: ` @plus:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAgMAAACdGdVrAAAACVBMVEUAAAAzMzMzMzNoBFY1AAAAAnRSTlMAxOqay5EAAAAeSURBVAjXY2BgYHRgAAGmBsqprFVAsBJKUcdMqAMB7Q0SIQXxyesAAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 582 | 16 | 1 | `.mall-container{` Must contain spaces before the `{` | require-before-space | → line 582, col 16: `.mall-container{` Must contain spaces before the `{` |
| 587 | 18 | 1 | ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 587, col 18: ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 586 | 13 | 1 | ` .mall-hd{` Must contain spaces before the `{` | require-before-space | → line 586, col 13: ` .mall-hd{` Must contain spaces before the `{` |
| 588 | 17 | 1 | ` padding:24/@g-base 24/@g-base 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 588, col 17: ` padding:24/@g-base 24/@g-base 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 588 | 1 | `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 588: `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 588 | 1 | `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 588: `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 588 | 1 | `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 588: `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 589 | 18 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 589, col 18: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 591 | 11 | 1 | ` float:left;` Expected indentation of 12 spaces. | block-indent | → line 591, col 11: ` float:left;` Expected indentation of 12 spaces. |
| 591 | 17 | 1 | ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 591, col 17: ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 590 | 18 | 1 | ` .mall-img{` Must contain spaces before the `{` | require-before-space | → line 590, col 18: ` .mall-img{` Must contain spaces before the `{` |
| 592 | 11 | 1 | ` .px2rem(width,96);` Expected indentation of 12 spaces. | block-indent | → line 592, col 11: ` .px2rem(width,96);` Expected indentation of 12 spaces. |
| 593 | 11 | 1 | ` .px2rem(height,96);` Expected indentation of 12 spaces. | block-indent | → line 593, col 11: ` .px2rem(height,96);` Expected indentation of 12 spaces. |
| 594 | 11 | 1 | ` .px2rem(line-height,96);` Expected indentation of 12 spaces. | block-indent | → line 594, col 11: ` .px2rem(line-height,96);` Expected indentation of 12 spaces. |
| 595 | 11 | 1 | ` .px2rem(padding,6);` Expected indentation of 12 spaces. | block-indent | → line 595, col 11: ` .px2rem(padding,6);` Expected indentation of 12 spaces. |
| 596 | 11 | 1 | ` .px2rem(margin-right,18);` Expected indentation of 12 spaces. | block-indent | → line 596, col 11: ` .px2rem(margin-right,18);` Expected indentation of 12 spaces. |
| 597 | 11 | 1 | ` border:1px solid @g-color-grey7;` Expected indentation of 12 spaces. | block-indent | → line 597, col 11: ` border:1px solid @g-color-grey7;` Expected indentation of 12 spaces. |
| 597 | 18 | 1 | ` border:1px solid @g-color-grey7;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 597, col 18: ` border:1px solid @g-color-grey7;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 599 | 13 | 1 | ` width: 100%;` Expected indentation of 16 spaces. | block-indent | → line 599, col 13: ` width: 100%;` Expected indentation of 16 spaces. |
| 598 | 14 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 598, col 14: ` img{` Must contain spaces before the `{` |
| 600 | 13 | 1 | ` height: auto;` Expected indentation of 16 spaces. | block-indent | → line 600, col 13: ` height: auto;` Expected indentation of 16 spaces. |
| 601 | 13 | 1 | ` vertical-align: middle;` Expected indentation of 16 spaces. | block-indent | → line 601, col 13: ` vertical-align: middle;` Expected indentation of 16 spaces. |
| 604 | 14 | 1 | ` .mall{` Must contain spaces before the `{` | require-before-space | → line 604, col 14: ` .mall{` Must contain spaces before the `{` |
| 609 | 19 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 609, col 19: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 611 | 22 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 611, col 22: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 612 | 27 | 1 | ` text-overflow:ellipsis;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 612, col 27: ` text-overflow:ellipsis;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 614 | 17 | 1 | ` .soldout{` Must contain spaces before the `{` | require-before-space | → line 614, col 17: ` .soldout{` Must contain spaces before the `{` |
| 616 | 19 | 1 | ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 616, col 19: ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 619 | 22 | 1 | ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 619, col 22: ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 618 | 18 | 1 | ` .go-event{` Must contain spaces before the `{` | require-before-space | → line 618, col 18: ` .go-event{` Must contain spaces before the `{` |
| 624 | 19 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 624, col 19: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 626 | 29 | 1 | ` background-size:11/@g-base 19/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 626, col 29: ` background-size:11/@g-base 19/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 626 | 1 | `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 626: `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 626 | 1 | `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 626: `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 632 | 17 | 1 | ` display:table;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 632, col 17: ` display:table;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 631 | 13 | 1 | ` .mall-bd{` Must contain spaces before the `{` | require-before-space | → line 631, col 13: ` .mall-bd{` Must contain spaces before the `{` |
| 635 | 21 | 1 | ` display:table-cell;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 635, col 21: ` display:table-cell;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 634 | 25 | 1 | ` .item,.rate-list{` Must contain spaces before the `{` | require-before-space | → line 634, col 25: ` .item,.rate-list{` Must contain spaces before the `{` |
| 634 | 1 | `.item,.rate-list{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 634: `.item,.rate-list{` When multiple selectors share a statement block, each selector statement must be per line | |
| 639 | 14 | 1 | ` .item{` Must contain spaces before the `{` | require-before-space | → line 639, col 14: ` .item{` Must contain spaces before the `{` |
| 641 | 26 | 1 | ` border-right:1px solid @g-color-grey7;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 641, col 26: ` border-right:1px solid @g-color-grey7;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 642 | 17 | 1 | ` .num{` Must contain spaces before the `{` | require-before-space | → line 642, col 17: ` .num{` Must contain spaces before the `{` |
| 645 | 23 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 645, col 23: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 647 | 17 | 1 | ` .txt{` Must contain spaces before the `{` | require-before-space | → line 647, col 17: ` .txt{` Must contain spaces before the `{` |
| 650 | 23 | 1 | ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 650, col 23: ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 654 | 19 | 1 | ` .rate-list{` Must contain spaces before the `{` | require-before-space | → line 654, col 19: ` .rate-list{` Must contain spaces before the `{` |
| 658 | 19 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 658, col 19: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 659 | 23 | 1 | ` .rate-item{` Must contain spaces before the `{` | require-before-space | → line 659, col 23: ` .rate-item{` Must contain spaces before the `{` |
| 663 | 28 | 1 | ` .rate-score{` Must contain spaces before the `{` | require-before-space | → line 663, col 28: ` .rate-score{` Must contain spaces before the `{` |
| 666 | 27 | 1 | ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 666, col 27: ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 668 | 26 | 1 | ` .rate-tag{` Must contain spaces before the `{` | require-before-space | → line 668, col 26: ` .rate-tag{` Must contain spaces before the `{` |
| 679 | 27 | 1 | ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 679, col 27: ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 678 | 28 | 1 | ` .rate-score{` Must contain spaces before the `{` | require-before-space | → line 678, col 28: ` .rate-score{` Must contain spaces before the `{` |
| 681 | 26 | 1 | ` .rate-tag{` Must contain spaces before the `{` | require-before-space | → line 681, col 26: ` .rate-tag{` Must contain spaces before the `{` |
| 689 | 17 | 1 | ` padding:0 30/@g-base 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 689, col 17: ` padding:0 30/@g-base 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 689 | 1 | `padding:0 30/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 689: `padding:0 30/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 689 | 1 | `padding:0 30/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 689: `padding:0 30/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 688 | 13 | 1 | ` .mall-ft{` Must contain spaces before the `{` | require-before-space | → line 688, col 13: ` .mall-ft{` Must contain spaces before the `{` |
| 692 | 21 | 1 | ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 692, col 21: ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 691 | 13 | 1 | ` .btn{` Must contain spaces before the `{` | require-before-space | → line 691, col 13: ` .btn{` Must contain spaces before the `{` |
| 693 | 20 | 1 | ` margin:0 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 693, col 20: ` margin:0 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 693 | 1 | `margin:0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 693: `margin:0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 698 | 19 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 698, col 19: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 700 | 20 | 1 | ` border:1px solid @g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 700, col 20: ` border:1px solid @g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 702 | 15 | 1 | ` .watch{` Must contain spaces before the `{` | require-before-space | → line 702, col 15: ` .watch{` Must contain spaces before the `{` |
| 704 | 1 | `background-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 704: `background-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../../unit/common/less/swiper/swiper";` .less suffix must not be omitted | import | → line 6: `@import "../../../../unit/common/less/swiper/swiper";` .less suffix must not be omitted | |
| 7 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 10 | 14 | 1 | `@notice-icon:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAb1BMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWXLUqGuAAAAJHRSTlMABufx1L8N+XxI4t/axbFbTUI/LBrNbWZTPLenoqCSi3QzIRJ7x3JkAAAAwElEQVQ4y92Uxw6DMBBE18b03iG9zP9/Y0Cs5AQJEyFFifIu9tjv4MOOaTtZLHOzIdoIQGhS7p4cjAZYVm4nC6hTQcvSde8Cu/E1Wirs4lnxbcA9llMAWAGS8U66UsXJQQHWuSIGYMXynGEnwQSXIb5I9qhwdKqyzwBBNJN6z9GRF42Ofyxh4i3ppx7+GUksjQrxkXHouijlaBjfBFAdkbkIIg2BOptXCrNKiTaAWi+naPxNNdcfRkRrdHGQ09d4AMyvIZ36zLUNAAAAAElFTkSuQmCC");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 10, col 14: `@notice-icon:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAb1BMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWXLUqGuAAAAJHRSTlMABufx1L8N+XxI4t/axbFbTUI/LBrNbWZTPLenoqCSi3QzIRJ7x3JkAAAAwElEQVQ4y92Uxw6DMBBE18b03iG9zP9/Y0Cs5AQJEyFFifIu9tjv4MOOaTtZLHOzIdoIQGhS7p4cjAZYVm4nC6hTQcvSde8Cu/E1Wirs4lnxbcA9llMAWAGS8U66UsXJQQHWuSIGYMXynGEnwQSXIb5I9qhwdKqyzwBBNJN6z9GRF42Ofyxh4i3ppx7+GUksjQrxkXHouijlaBjfBFAdkbkIIg2BOptXCrNKiTaAWi+naPxNNdcfRkRrdHGQ09d4AMyvIZ36zLUNAAAAAElFTkSuQmCC");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 227 | 17 | 1 | ` transform: translate3d(0,100%,0);` Expected indentation of 8 spaces. | block-indent | → line 227, col 17: ` transform: translate3d(0,100%,0);` Expected indentation of 8 spaces. |
| 229 | 17 | 1 | ` transition: transform 0.2s ease-in;` Expected indentation of 8 spaces. | block-indent | → line 229, col 17: ` transition: transform 0.2s ease-in;` Expected indentation of 8 spaces. |
| 328 | 20 | 1 | ` text-overflow: ellipsis;` Expected indentation of 16 spaces. | block-indent | → line 328, col 20: ` text-overflow: ellipsis;` Expected indentation of 16 spaces. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 9 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 9: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 56 | 1 | `background-size: 24rem/46.875 24rem/46.875;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `background-size: 24rem/46.875 24rem/46.875;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `background-size: 24rem/46.875 24rem/46.875;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `background-size: 24rem/46.875 24rem/46.875;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:4
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 174 | 16 | 1 | ` text-overflow: ellipsis;` Expected indentation of 12 spaces. | block-indent | → line 174, col 16: ` text-overflow: ellipsis;` Expected indentation of 12 spaces. |
| 313 | 1 | `margin: 34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 313: `margin: 34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 313 | 1 | `margin: 34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 313: `margin: 34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 14 | 5 | 1 | LESS `Parse` Error, Unrecognised input: dl: after { | syntax | → line 14, col 5: LESS `Parse` Error, Unrecognised input: dl: after { |
不规范数量:120
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 193 | 1 | `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 193: `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 193 | 1 | `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 193: `padding: .03rem .05rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 194 | 1 | `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 194: `border-radius: .1rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 196 | 1 | `font-size: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 196: `font-size: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 248 | 1 | `background: rgba(0, 0, 0, .5);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 248: `background: rgba(0, 0, 0, .5);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 260 | 1 | `border-radius: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 260: `border-radius: .35rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 265 | 1 | `font-size: .758rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 265: `font-size: .758rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 289 | 1 | `font-size: .758rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 289: `font-size: .758rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 2 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 3 | 1 | `html,body {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 3: `html,body {` When multiple selectors share a statement block, each selector statement must be per line | |
| 7 | 6 | 1 | `@arr:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATCAMAAABx9wfiAAAAVFBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPEWWtkAAAAG3RSTlMA+gruzhL05+HSx8W+tauiYVlORTw0LCYflpX/0JKPAAAAVklEQVQI12WPSQ6AMAwDW9KytOw7+P//5OQEqTl5osh2XO5uxwloL+oY0JwKCXIQqh6yKwyoN4URflW3CX5ReODnX45Qvtzz3nzMv8iNmX3Ys+if7K8PA5EEgl1Tvk8AAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 7, col 6: `@arr:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATCAMAAABx9wfiAAAAVFBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPEWWtkAAAAG3RSTlMA+gruzhL05+HSx8W+tauiYVlORTw0LCYflpX/0JKPAAAAVklEQVQI12WPSQ6AMAwDW9KytOw7+P//5OQEqTl5osh2XO5uxwloL+oY0JwKCXIQqh6yKwyoN4URflW3CX5ReODnX45Qvtzz3nzMv8iNmX3Ys+if7K8PA5EEgl1Tvk8AAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 12 | 14 | 1 | ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 12, col 14: ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 23 | 7 | 1 | ` background-image: url(http://h0.hucdn.com/open/201620/1463646793_fac5ddae7556abeb_750x256.png);` Expected indentation of 8 spaces. | block-indent | → line 23, col 7: ` background-image: url(http://h0.hucdn.com/open/201620/1463646793_fac5ddae7556abeb_750x256.png);` Expected indentation of 8 spaces. |
| 22 | 28 | 1 | ` &.drawnNow .success-img{` Must contain spaces before the `{` | require-before-space | → line 22, col 28: ` &.drawnNow .success-img{` Must contain spaces before the `{` |
| 27 | 18 | 1 | ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 27, col 18: ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 26 | 10 | 1 | ` .rule{` Must contain spaces before the `{` | require-before-space | → line 26, col 10: ` .rule{` Must contain spaces before the `{` |
| 38 | 1 | `padding: 24/@g-base 18/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding: 24/@g-base 18/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `padding: 24/@g-base 18/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding: 24/@g-base 18/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `padding: 24/@g-base 18/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding: 24/@g-base 18/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `margin: 0 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `margin: 0 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 11 | 1 | ` @plus:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAgMAAACdGdVrAAAACVBMVEUAAAAzMzMzMzNoBFY1AAAAAnRSTlMAxOqay5EAAAAeSURBVAjXY2BgYHRgAAGmBsqprFVAsBJKUcdMqAMB7Q0SIQXxyesAAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 109, col 11: ` @plus:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAgMAAACdGdVrAAAACVBMVEUAAAAzMzMzMzNoBFY1AAAAAnRSTlMAxOqay5EAAAAeSURBVAjXY2BgYHRgAAGmBsqprFVAsBJKUcdMqAMB7Q0SIQXxyesAAAAASUVORK5CYII=';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 108 | 16 | 1 | `.mall-container{` Must contain spaces before the `{` | require-before-space | → line 108, col 16: `.mall-container{` Must contain spaces before the `{` |
| 113 | 18 | 1 | ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 113, col 18: ` position:relative;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 112 | 13 | 1 | ` .mall-hd{` Must contain spaces before the `{` | require-before-space | → line 112, col 13: ` .mall-hd{` Must contain spaces before the `{` |
| 114 | 17 | 1 | ` padding:24/@g-base 24/@g-base 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 114, col 17: ` padding:24/@g-base 24/@g-base 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 114 | 1 | `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `padding:24/@g-base 24/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 115 | 18 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 115, col 18: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 117 | 19 | 1 | ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 117, col 19: ` float:left;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 116 | 18 | 1 | ` .mall-img{` Must contain spaces before the `{` | require-before-space | → line 116, col 18: ` .mall-img{` Must contain spaces before the `{` |
| 123 | 20 | 1 | ` border:1px solid @g-color-grey7;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 123, col 20: ` border:1px solid @g-color-grey7;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 125 | 15 | 1 | ` width: 100%;` Expected indentation of 16 spaces. | block-indent | → line 125, col 15: ` width: 100%;` Expected indentation of 16 spaces. |
| 124 | 16 | 1 | ` img{` Must contain spaces before the `{` | require-before-space | → line 124, col 16: ` img{` Must contain spaces before the `{` |
| 126 | 15 | 1 | ` height: auto;` Expected indentation of 16 spaces. | block-indent | → line 126, col 15: ` height: auto;` Expected indentation of 16 spaces. |
| 127 | 15 | 1 | ` vertical-align: middle;` Expected indentation of 16 spaces. | block-indent | → line 127, col 15: ` vertical-align: middle;` Expected indentation of 16 spaces. |
| 130 | 14 | 1 | ` .mall{` Must contain spaces before the `{` | require-before-space | → line 130, col 14: ` .mall{` Must contain spaces before the `{` |
| 133 | 22 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 133, col 22: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 134 | 27 | 1 | ` text-overflow:ellipsis;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 134, col 27: ` text-overflow:ellipsis;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 136 | 19 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 136, col 19: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 140 | 17 | 1 | ` .soldout{` Must contain spaces before the `{` | require-before-space | → line 140, col 17: ` .soldout{` Must contain spaces before the `{` |
| 142 | 19 | 1 | ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 142, col 19: ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 145 | 22 | 1 | ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 145, col 22: ` position:absolute;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 144 | 18 | 1 | ` .go-event{` Must contain spaces before the `{` | require-before-space | → line 144, col 18: ` .go-event{` Must contain spaces before the `{` |
| 148 | 19 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 148, col 19: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 152 | 29 | 1 | ` background-size:11/@g-base 19/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 152, col 29: ` background-size:11/@g-base 19/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 152 | 1 | `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `background-size:11/@g-base 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 158 | 17 | 1 | ` display:table;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 158, col 17: ` display:table;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 157 | 13 | 1 | ` .mall-bd{` Must contain spaces before the `{` | require-before-space | → line 157, col 13: ` .mall-bd{` Must contain spaces before the `{` |
| 161 | 21 | 1 | ` display:table-cell;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 161, col 21: ` display:table-cell;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 160 | 25 | 1 | ` .item,.rate-list{` Must contain spaces before the `{` | require-before-space | → line 160, col 25: ` .item,.rate-list{` Must contain spaces before the `{` |
| 160 | 1 | `.item,.rate-list{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 160: `.item,.rate-list{` When multiple selectors share a statement block, each selector statement must be per line | |
| 165 | 14 | 1 | ` .item{` Must contain spaces before the `{` | require-before-space | → line 165, col 14: ` .item{` Must contain spaces before the `{` |
| 167 | 26 | 1 | ` border-right:1px solid @g-color-grey7;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 167, col 26: ` border-right:1px solid @g-color-grey7;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 168 | 17 | 1 | ` .num{` Must contain spaces before the `{` | require-before-space | → line 168, col 17: ` .num{` Must contain spaces before the `{` |
| 170 | 23 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 170, col 23: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 173 | 17 | 1 | ` .txt{` Must contain spaces before the `{` | require-before-space | → line 173, col 17: ` .txt{` Must contain spaces before the `{` |
| 176 | 23 | 1 | ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 176, col 23: ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 180 | 19 | 1 | ` .rate-list{` Must contain spaces before the `{` | require-before-space | → line 180, col 19: ` .rate-list{` Must contain spaces before the `{` |
| 184 | 19 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 184, col 19: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 185 | 23 | 1 | ` .rate-item{` Must contain spaces before the `{` | require-before-space | → line 185, col 23: ` .rate-item{` Must contain spaces before the `{` |
| 189 | 28 | 1 | ` .rate-score{` Must contain spaces before the `{` | require-before-space | → line 189, col 28: ` .rate-score{` Must contain spaces before the `{` |
| 192 | 27 | 1 | ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 192, col 27: ` color:@g-color-main;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 194 | 26 | 1 | ` .rate-tag{` Must contain spaces before the `{` | require-before-space | → line 194, col 26: ` .rate-tag{` Must contain spaces before the `{` |
| 204 | 27 | 1 | ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 204, col 27: ` color:@g-color-grey3;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 203 | 28 | 1 | ` .rate-score{` Must contain spaces before the `{` | require-before-space | → line 203, col 28: ` .rate-score{` Must contain spaces before the `{` |
| 206 | 26 | 1 | ` .rate-tag{` Must contain spaces before the `{` | require-before-space | → line 206, col 26: ` .rate-tag{` Must contain spaces before the `{` |
| 214 | 17 | 1 | ` padding:0 30/@g-base 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 214, col 17: ` padding:0 30/@g-base 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 214 | 1 | `padding:0 30/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `padding:0 30/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 214 | 1 | `padding:0 30/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `padding:0 30/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 213 | 13 | 1 | ` .mall-ft{` Must contain spaces before the `{` | require-before-space | → line 213, col 13: ` .mall-ft{` Must contain spaces before the `{` |
| 217 | 21 | 1 | ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 217, col 21: ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 216 | 13 | 1 | ` .btn{` Must contain spaces before the `{` | require-before-space | → line 216, col 13: ` .btn{` Must contain spaces before the `{` |
| 218 | 20 | 1 | ` margin:0 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 218, col 20: ` margin:0 30/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 218 | 1 | `margin:0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `margin:0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 223 | 19 | 1 | ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 223, col 19: ` color:@g-color-grey1;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 224 | 20 | 1 | ` border:1px solid @g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 224, col 20: ` border:1px solid @g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 227 | 15 | 1 | ` .watch{` Must contain spaces before the `{` | require-before-space | → line 227, col 15: ` .watch{` Must contain spaces before the `{` |
| 229 | 1 | `background-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 229: `background-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `.confirm-popup,.alert-popup {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 254: `.confirm-popup,.alert-popup {` When multiple selectors share a statement block, each selector statement must be per line | |
| 263 | 17 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. | block-indent | → line 263, col 17: ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. |
| 268 | 1 | `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 1 | `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `padding: 47/@g-base 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 279 | 25 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 279, col 25: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 278 | 20 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 278, col 20: ` &:after{` Must contain spaces before the `{` |
| 280 | 25 | 1 | ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 280, col 25: ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 281 | 23 | 1 | ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 281, col 23: ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 282 | 26 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 282, col 26: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 306 | 17 | 1 | ` &::after{` Must contain spaces before the `{` | require-before-space | → line 306, col 17: ` &::after{` Must contain spaces before the `{` |
| 314 | 22 | 1 | ` .alert-popup .btn{` Must contain spaces before the `{` | require-before-space | → line 314, col 22: ` .alert-popup .btn{` Must contain spaces before the `{` |
| 320 | 18 | 1 | ` position:fixed;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 320, col 18: ` position:fixed;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 318 | 17 | 1 | ` .popup-popup{` Must contain spaces before the `{` | require-before-space | → line 318, col 17: ` .popup-popup{` Must contain spaces before the `{` |
| 321 | 16 | 1 | ` bottom:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 321, col 16: ` bottom:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 322 | 14 | 1 | ` left:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 322, col 14: ` left:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 325 | 16 | 1 | ` .result{` Must contain spaces before the `{` | require-before-space | → line 325, col 16: ` .result{` Must contain spaces before the `{` |
| 328 | 25 | 1 | ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 328, col 25: ` display:block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 327 | 20 | 1 | ` &:after{` Must contain spaces before the `{` | require-before-space | → line 327, col 20: ` &:after{` Must contain spaces before the `{` |
| 329 | 25 | 1 | ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 329, col 25: ` content:'';` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 330 | 23 | 1 | ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 330, col 23: ` clear:both;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 331 | 26 | 1 | ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 331, col 26: ` overflow:hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 334 | 16 | 1 | ` .btnBox{` Must contain spaces before the `{` | require-before-space | → line 334, col 16: ` .btnBox{` Must contain spaces before the `{` |
| 336 | 17 | 1 | ` .btn{` Must contain spaces before the `{` | require-before-space | → line 336, col 17: ` .btn{` Must contain spaces before the `{` |
| 344 | 23 | 1 | ` color:@g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 344, col 23: ` color:@g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 343 | 20 | 1 | ` .cancel{` Must contain spaces before the `{` | require-before-space | → line 343, col 20: ` .cancel{` Must contain spaces before the `{` |
| 353 | 12 | 1 | `.share-wrap{` Must contain spaces before the `{` | require-before-space | → line 353, col 12: `.share-wrap{` Must contain spaces before the `{` |
| 355 | 6 | 1 | ` padding:48/@g-base 54/@g-base 0;` Expected indentation of 4 spaces. | block-indent | → line 355, col 6: ` padding:48/@g-base 54/@g-base 0;` Expected indentation of 4 spaces. |
| 355 | 14 | 1 | ` padding:48/@g-base 54/@g-base 0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 355, col 14: ` padding:48/@g-base 54/@g-base 0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 356 | 15 | 1 | ` .share-tip{` Must contain spaces before the `{` | require-before-space | → line 356, col 15: ` .share-tip{` Must contain spaces before the `{` |
| 360 | 15 | 1 | ` color:@g-color-main; ` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 360, col 15: ` color:@g-color-main; ` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 362 | 15 | 1 | ` .share-txt{` Must contain spaces before the `{` | require-before-space | → line 362, col 15: ` .share-txt{` Must contain spaces before the `{` |
| 365 | 15 | 1 | ` color:@g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 365, col 15: ` color:@g-color-grey2;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 369 | 17 | 1 | ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 369, col 17: ` display:inline-block;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 368 | 34 | 1 | ` .weixin-share,.timeline-share{` Must contain spaces before the `{` | require-before-space | → line 368, col 34: ` .weixin-share,.timeline-share{` Must contain spaces before the `{` |
| 368 | 1 | `.weixin-share,.timeline-share{` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 368: `.weixin-share,.timeline-share{` When multiple selectors share a statement block, each selector statement must be per line | |
| 370 | 16 | 1 | ` margin:34/@g-base 90/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 370, col 16: ` margin:34/@g-base 90/@g-base;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 370 | 1 | `margin:34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 370: `margin:34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 370 | 1 | `margin:34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 370: `margin:34/@g-base 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 374 | 18 | 1 | ` .weixin-share{` Must contain spaces before the `{` | require-before-space | → line 374, col 18: ` .weixin-share{` Must contain spaces before the `{` |
| 379 | 20 | 1 | ` .timeline-share{` Must contain spaces before the `{` | require-before-space | → line 379, col 20: ` .timeline-share{` Must contain spaces before the `{` |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 109 | 1 | `padding: 0 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `padding: 0 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 1 | `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `background-size: 54/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `background-size: 54/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `background-size: 54/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `background-size: 54/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `padding: 0 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `padding: 0 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 205 | 1 | `bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 205: `bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:9
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 11 | 1 | `@base-size: 750/16rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 11: `@base-size: 750/16rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `padding: 24/@base-size 16/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding: 24/@base-size 16/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `padding: 24/@base-size 16/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding: 24/@base-size 16/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `background-size: 48/@base-size 54/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `background-size: 48/@base-size 54/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `background-size: 48/@base-size 54/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `background-size: 48/@base-size 54/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `background-size: 48/@base-size 37/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `background-size: 48/@base-size 37/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `background-size: 48/@base-size 37/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `background-size: 48/@base-size 37/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `background-size: 21/@base-size 30/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `background-size: 21/@base-size 30/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `background-size: 21/@base-size 30/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `background-size: 21/@base-size 30/@base-size;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:24
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 32 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 32, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 54 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 54, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 62 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 76, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 104 | 8 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 104, col 8: ` -moz-box-sizing: border-box;` Expected indentation of 4 spaces. |
| 105 | 9 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 105, col 9: ` -ms-box-sizing: border-box;` Expected indentation of 4 spaces. |
| 106 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 106, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 122 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 127 | 1 | `top: -60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `top: -60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 21 | 1 | ` transform: rotate(-45deg);` Expected indentation of 12 spaces. | block-indent | → line 129, col 21: ` transform: rotate(-45deg);` Expected indentation of 12 spaces. |
| 173 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `margin: 18/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `margin: 18/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `margin: 18/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `margin: 18/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `margin: 18/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `margin: 18/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `margin: 18/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `margin: 18/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `padding: 3/@g-base 0 3/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `padding: 3/@g-base 0 3/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `padding: 3/@g-base 0 3/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `padding: 3/@g-base 0 3/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `padding: 3/@g-base 0 3/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `padding: 3/@g-base 0 3/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 189 | 25 | 1 | ` box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 189, col 25: ` box-sizing: border-box;` Expected indentation of 16 spaces. |
| 193 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 193: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 194 | 1 | `padding: 0 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 194: `padding: 0 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 207 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 207: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 32 | 1 | `padding: 36/@g-base 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `padding: 36/@g-base 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `padding: 36/@g-base 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `padding: 36/@g-base 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `padding: 36/@g-base 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `padding: 36/@g-base 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:32
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 21 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `font-size: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `font-size: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 12 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 45, col 12: ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 46 | 13 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 46, col 13: ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 47 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 47, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 56 | 1 | `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 84, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 120 | 12 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 120, col 12: ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 121 | 13 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 121, col 13: ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 122 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 122, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 125 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 141 | 1 | `font-size: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `font-size: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 164, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 200 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 200, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 222 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 25 | 1 | ` box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 239, col 25: ` box-sizing: border-box;` Expected indentation of 16 spaces. |
| 242 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 242: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 243 | 1 | `padding: 0 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 243: `padding: 0 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 256 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 256: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 258 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 258: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 16 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 281, col 16: ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 282 | 17 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 282, col 17: ` -ms-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 283 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 283, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 285 | 1 | `margin: 24/@g-base 0 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 285: `margin: 24/@g-base 0 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 285 | 1 | `margin: 24/@g-base 0 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 285: `margin: 24/@g-base 0 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 294 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 294: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 295 | 1 | `letter-spacing: 1.09/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 295: `letter-spacing: 1.09/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 306: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:11
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 9 | 14 | 1 | `@brand-title:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAcCAMAAAATKQCVAAAC91BMVEUAAADyg9CJdfJ9aPL09P/ybsnyYsfykdfyVMOcivKTgfJpVPJyXPLyeNCqmfK3d/TJouOhlPLymtnjptfmp9msof+soPvyod25ovOuofL+ss3XtP/+prfspMbKoeViSfLySb3jpM2zoPfSrdq3ofPCoeripNC2pfS6pfXzpcDGouf6prrwpcPwpMT2pr3KoeLkpc6GgMzVo9jRo976pbvZpNftpMW3ofe+pPW8pPluXejro9rmo8vmo8r3przNouDKouO3pf3CrP/Wo9iqn/60oPW2oPPZo9bwpMPao9e2ofbwp8PxqNzuTr7tptXgo9jnpcvjo86un/vYotjgo9G6oPCvoPjAoezlpM36prvdo9PxpcP7p7u7ofH7p7vhptW4pfDypML1pL/2pr30pMH3pb20oPSxoPfco9PwpcS4ofLepNPko82zoPfhpdHdptbcotVgSO7zpttgSvDwSby0nfHpe8y2oPT5pbyroPyuoPvgo9HmpMyzoPW6ofDcpNS6oPDnpMvfo9OuoPqyoPjZo9blo835pby6ofGyoPi5ofLlpM66o/S1ofi1pvSah/B9Z/DyitXwa8ZqU+zuWcCwoPjzpcH0pcC8oe6roP25ofHcpNW5ofLmpc22oPO3oPO5oPL5pbrco9Stof3dpNPipdDSo932psDBouy0ofi7o/LgpdPmptChkezsTLrkgs7kTLzbo9TcpNPwpcP5pbu5ofGzoPXnpMvco9SzoPb3pr2xoPixoPbXo9jwpcHfpNGxofnnpMmwn/rYpNqXifHvacnsdsvprM7ZptnIouT3pbyun/qqoP7mpMuqoPvKouLuo8Ssn/reo9LmpMrnpMrwpcPopM6rn//SpdzLpen/ttvJoePaotTjo82rn/ywn/j2pb3Xotf5pbu2oPPwpMK0oPS3n/G5oPDgo9DspMXzpL/do9Lmo8rGoeXeo9HypMD8pbiyn/a7oO/EoefCoenOod7co9TAoOrupMT7pbj6pbnopMrTotrnvh+YAAAA23RSTlMAJiYmAiYmJiYmJiYmJiYCyiYmHBQ61yZCJgoH+KNXJiapZAShkFcmE+iQh4BoWVctBauQgHRXMxkVEQ/4vaGQjxoK+++pmYqKhVFRJiQgGfn18bOzqJiSkIp+a2tfUS4g+vro4eHgu7SajIaAaU9DQSQkICAPA/r6+evo2dPGvbqyioaBgIB6dnNtZS8qIyAgIB8bD/jz6OTj18e/vrqZfnpwbGtfXVlPSjs5MhsbExP6+PXy7u3q08TEs7GrmZaNdFlUIyMbFxTo1NLGxMO3sqCgoJVmQ0AzIgcXfRaWAAAF/0lEQVRYw7WXZ1ATQRSAnxrFgp6YqNgLKtjFhhAb2FGwC6IIdgS7YO+9F8Dee++99957IRI1BlAiGNBYf/h2L8kl5HK5qHw/jpkMM7lvvn27G/iv7JknBz2bagAvL7ftAD68w9dDBnyeSyDTkGQAjFysCzDwdQiwhOjCgJfqcfmBj6ijKm9TL99p98bEb4ZMo/K7d+/eIB8/pqa+f/++Khhp14CIGDo80g0BXkpaEYHwhNlA8bw07fTKeGTMnWlgLyNj90X65Yi+FutiU+RIX0IfwmFTkfprAWYSkZCpyKFDLVi2iSgSUA5Zk9CP/JkOg5RK5ZjbDzd7CL4L4xUzwtFxcYwXY/rhAb+cOXPmyJEje/ar+xkbIrPAyDkzEUORCkkpKcnJCuQtUlNEkRVpiYmJCSqVWq3WTkCR/h7FABHUGJYnj6NjtmzZsmblVEZGljZ4ZM+bN9pFtMgAy6UVQkS2ymSy3boImezGjSY1RRSZ7xG8wYMQvmHXAiir7AI2cB9RKg+KZKMiWRe56z380IOKEI8sWZa42CnCFZnJFhkMADUUQYA0EVMEJKuO+pBt6tgobxAh4j6MejiyHrlzX6EmTGRp0yBZ0IQREtloubS4IpxIiI4VOStq2OcmzgVUUJcDESLMiFJcECKSaxF54wPowYmgh4PD/n8rklImKCjovGLSDOStiKWFuI1ahc8J6vliRLxKmQfJlSuXG11Ypc08UMTBRbgIv8jxKVPGv17baV4FnHVEP+w8RYpxGL+o80Q3cFY1AxEizDAUIR4IehARJycGYjkPQxCHAnKh7bc3YfnyihUrHjZbWpr67QmBFZLmSaXSTbotUoRnRuI+ffqUnp7+Jf3Ll28BgARPnjx5zeR16/qpJqzr39+3rHJpB0JTZKW4IE75omAfT5ACUusio5FehJ6Ep+ZLCzHMSIRiNyA8uxaaUBX0YEU2pBm2X0Q7B0XGImPirYjEUBGjR27ikW8vRPIEKeAPdoMHopnIpINya7tWxiuOTz3CgmBnfHp7++iXVqH4gsDLiIxBnFAkFPxyWgYpPBzspx1XZGvbtnt0q9sSRJ0jFGdVcwB2Ri4Iigwz96BBihQBP87DEMSayMbaBmqASxUjrfUid6UECXuy6xQ6dtotiogQmW6XiBMrEskTpDD/0ir++cfPn/TSWA2Kfkwlt8bv379/KAEEiUajeY3IoEZERMS45NWtWETctXZ0JuBdqxnBY5ByjvDS4gniGgr7eIK0kVoR6U45RURSl3WjDNCLvNKMDwwMHI8iALJJySfkIZMui7z9zibDnpBAp12r3TlHuVlQJIYniKs3xJqfhTRIGzm/yA8JEBq+2Y5FKgKlrl5ErnmMzzIoUnTLuJQwOQxV1BH5e8THjeCrKudJKDZdeUlQxIsniGsUHoiWQYa7WCliEKlmKeL/K5CKXA9snzRuC/7jEE5ExBXFE5wTmoMvuahcUBYUFGEcLYMsZAAOUBHOA4PIwH6R3ZqZbJHz44JkEgRFJCy2dy3nxIlEpFi/UQsBzig9BUXAyzKIGxGMNguCHv4M2L+0Bmu2UpE2SUnc7xHC7zq2i0xM9MVdaz34qk8D9OsAwiLMYk6EeOCo0zd2v4oiPAtLuEhqBpGLv55REf9OhLCwsNWKEx0pl20W2ZG2SsJuvyfVOxdo+9sQAffF5kEWuus/jzYN4k887F9aZTRS/bDrGSp6RnxWpPkCLq31+NBOmK4cJCxCTUyDhLobW+03BhkuY0CcyHJzkfHHwVxE/LCHp000HojT5h9TetsUAcbLGGShGwMcLvJrS7I4LJHKMYeASFfKLTojy1pSHrAi139NAetFpLUIjZDG9+NuVqKURwICAkJJkPkAdNdC5mhPgm0RVInau+iK06K9UQwIYftkpwc7d7LP01QVEHnx+6ueOMRwjyfX32+7ADyDwXl2cDlVOAC4LtXu5EQyBxTpQcGTnRRpTWnJikzR+AssLakxCAstwhIKhGA82kehEzTDUc98kR/Wh33PEyCYHBpDD24C0dQrO3uQKyBuZxb8ncgfgOL5IRar14gAAAAASUVORK5CYII=";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 9, col 14: `@brand-title:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAcCAMAAAATKQCVAAAC91BMVEUAAADyg9CJdfJ9aPL09P/ybsnyYsfykdfyVMOcivKTgfJpVPJyXPLyeNCqmfK3d/TJouOhlPLymtnjptfmp9msof+soPvyod25ovOuofL+ss3XtP/+prfspMbKoeViSfLySb3jpM2zoPfSrdq3ofPCoeripNC2pfS6pfXzpcDGouf6prrwpcPwpMT2pr3KoeLkpc6GgMzVo9jRo976pbvZpNftpMW3ofe+pPW8pPluXejro9rmo8vmo8r3przNouDKouO3pf3CrP/Wo9iqn/60oPW2oPPZo9bwpMPao9e2ofbwp8PxqNzuTr7tptXgo9jnpcvjo86un/vYotjgo9G6oPCvoPjAoezlpM36prvdo9PxpcP7p7u7ofH7p7vhptW4pfDypML1pL/2pr30pMH3pb20oPSxoPfco9PwpcS4ofLepNPko82zoPfhpdHdptbcotVgSO7zpttgSvDwSby0nfHpe8y2oPT5pbyroPyuoPvgo9HmpMyzoPW6ofDcpNS6oPDnpMvfo9OuoPqyoPjZo9blo835pby6ofGyoPi5ofLlpM66o/S1ofi1pvSah/B9Z/DyitXwa8ZqU+zuWcCwoPjzpcH0pcC8oe6roP25ofHcpNW5ofLmpc22oPO3oPO5oPL5pbrco9Stof3dpNPipdDSo932psDBouy0ofi7o/LgpdPmptChkezsTLrkgs7kTLzbo9TcpNPwpcP5pbu5ofGzoPXnpMvco9SzoPb3pr2xoPixoPbXo9jwpcHfpNGxofnnpMmwn/rYpNqXifHvacnsdsvprM7ZptnIouT3pbyun/qqoP7mpMuqoPvKouLuo8Ssn/reo9LmpMrnpMrwpcPopM6rn//SpdzLpen/ttvJoePaotTjo82rn/ywn/j2pb3Xotf5pbu2oPPwpMK0oPS3n/G5oPDgo9DspMXzpL/do9Lmo8rGoeXeo9HypMD8pbiyn/a7oO/EoefCoenOod7co9TAoOrupMT7pbj6pbnopMrTotrnvh+YAAAA23RSTlMAJiYmAiYmJiYmJiYmJiYCyiYmHBQ61yZCJgoH+KNXJiapZAShkFcmE+iQh4BoWVctBauQgHRXMxkVEQ/4vaGQjxoK+++pmYqKhVFRJiQgGfn18bOzqJiSkIp+a2tfUS4g+vro4eHgu7SajIaAaU9DQSQkICAPA/r6+evo2dPGvbqyioaBgIB6dnNtZS8qIyAgIB8bD/jz6OTj18e/vrqZfnpwbGtfXVlPSjs5MhsbExP6+PXy7u3q08TEs7GrmZaNdFlUIyMbFxTo1NLGxMO3sqCgoJVmQ0AzIgcXfRaWAAAF/0lEQVRYw7WXZ1ATQRSAnxrFgp6YqNgLKtjFhhAb2FGwC6IIdgS7YO+9F8Dee++99957IRI1BlAiGNBYf/h2L8kl5HK5qHw/jpkMM7lvvn27G/iv7JknBz2bagAvL7ftAD68w9dDBnyeSyDTkGQAjFysCzDwdQiwhOjCgJfqcfmBj6ijKm9TL99p98bEb4ZMo/K7d+/eIB8/pqa+f/++Khhp14CIGDo80g0BXkpaEYHwhNlA8bw07fTKeGTMnWlgLyNj90X65Yi+FutiU+RIX0IfwmFTkfprAWYSkZCpyKFDLVi2iSgSUA5Zk9CP/JkOg5RK5ZjbDzd7CL4L4xUzwtFxcYwXY/rhAb+cOXPmyJEje/ar+xkbIrPAyDkzEUORCkkpKcnJCuQtUlNEkRVpiYmJCSqVWq3WTkCR/h7FABHUGJYnj6NjtmzZsmblVEZGljZ4ZM+bN9pFtMgAy6UVQkS2ymSy3boImezGjSY1RRSZ7xG8wYMQvmHXAiir7AI2cB9RKg+KZKMiWRe56z380IOKEI8sWZa42CnCFZnJFhkMADUUQYA0EVMEJKuO+pBt6tgobxAh4j6MejiyHrlzX6EmTGRp0yBZ0IQREtloubS4IpxIiI4VOStq2OcmzgVUUJcDESLMiFJcECKSaxF54wPowYmgh4PD/n8rklImKCjovGLSDOStiKWFuI1ahc8J6vliRLxKmQfJlSuXG11Ypc08UMTBRbgIv8jxKVPGv17baV4FnHVEP+w8RYpxGL+o80Q3cFY1AxEizDAUIR4IehARJycGYjkPQxCHAnKh7bc3YfnyihUrHjZbWpr67QmBFZLmSaXSTbotUoRnRuI+ffqUnp7+Jf3Ll28BgARPnjx5zeR16/qpJqzr39+3rHJpB0JTZKW4IE75omAfT5ACUusio5FehJ6Ep+ZLCzHMSIRiNyA8uxaaUBX0YEU2pBm2X0Q7B0XGImPirYjEUBGjR27ikW8vRPIEKeAPdoMHopnIpINya7tWxiuOTz3CgmBnfHp7++iXVqH4gsDLiIxBnFAkFPxyWgYpPBzspx1XZGvbtnt0q9sSRJ0jFGdVcwB2Ri4Iigwz96BBihQBP87DEMSayMbaBmqASxUjrfUid6UECXuy6xQ6dtotiogQmW6XiBMrEskTpDD/0ir++cfPn/TSWA2Kfkwlt8bv379/KAEEiUajeY3IoEZERMS45NWtWETctXZ0JuBdqxnBY5ByjvDS4gniGgr7eIK0kVoR6U45RURSl3WjDNCLvNKMDwwMHI8iALJJySfkIZMui7z9zibDnpBAp12r3TlHuVlQJIYniKs3xJqfhTRIGzm/yA8JEBq+2Y5FKgKlrl5ErnmMzzIoUnTLuJQwOQxV1BH5e8THjeCrKudJKDZdeUlQxIsniGsUHoiWQYa7WCliEKlmKeL/K5CKXA9snzRuC/7jEE5ExBXFE5wTmoMvuahcUBYUFGEcLYMsZAAOUBHOA4PIwH6R3ZqZbJHz44JkEgRFJCy2dy3nxIlEpFi/UQsBzig9BUXAyzKIGxGMNguCHv4M2L+0Bmu2UpE2SUnc7xHC7zq2i0xM9MVdaz34qk8D9OsAwiLMYk6EeOCo0zd2v4oiPAtLuEhqBpGLv55REf9OhLCwsNWKEx0pl20W2ZG2SsJuvyfVOxdo+9sQAffF5kEWuus/jzYN4k887F9aZTRS/bDrGSp6RnxWpPkCLq31+NBOmK4cJCxCTUyDhLobW+03BhkuY0CcyHJzkfHHwVxE/LCHp000HojT5h9TetsUAcbLGGShGwMcLvJrS7I4LJHKMYeASFfKLTojy1pSHrAi139NAetFpLUIjZDG9+NuVqKURwICAkJJkPkAdNdC5mhPgm0RVInau+iK06K9UQwIYftkpwc7d7LP01QVEHnx+6ueOMRwjyfX32+7ADyDwXl2cDlVOAC4LtXu5EQyBxTpQcGTnRRpTWnJikzR+AssLakxCAstwhIKhGA82kehEzTDUc98kR/Wh33PEyCYHBpDD24C0dQrO3uQKyBuZxb8ncgfgOL5IRar14gAAAAASUVORK5CYII=";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 11 | 8 | 1 | `@clock:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAMFBMVEUAAADExMTCwsLAwMDBwcHAwMDAwMDAwMDAwMDAwMDAwMDAwMDBwcHBwcHAwMC/v7+YeviHAAAAD3RSTlMAJBu2bPPy2a6qm3VaTgxo1j2WAAAAp0lEQVQY02MAAibn0nATBSADxF7/Hwh+QXjX/s+Re3jyfy6IzfK/EURJ/HcAkvd/Q1Tv/wvUkb+BgYHZgIGB+5sCA9cPoCj/ByDRv4BB/yOMI/+JwX8CjMP5hcH+AIzD85mhXgDGYfzOEP8AxPn//zMD31cIhxnCASkDAbAykAEgADYAZDQIgI0GWQoCYEtBzoGC/gVghwIB2KHIXkDzHMLbmAGCCCoAh05ONYQph4IAAAAASUVORK5CYII=";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 11, col 8: `@clock:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAMFBMVEUAAADExMTCwsLAwMDBwcHAwMDAwMDAwMDAwMDAwMDAwMDAwMDBwcHBwcHAwMC/v7+YeviHAAAAD3RSTlMAJBu2bPPy2a6qm3VaTgxo1j2WAAAAp0lEQVQY02MAAibn0nATBSADxF7/Hwh+QXjX/s+Re3jyfy6IzfK/EURJ/HcAkvd/Q1Tv/wvUkb+BgYHZgIGB+5sCA9cPoCj/ByDRv4BB/yOMI/+JwX8CjMP5hcH+AIzD85mhXgDGYfzOEP8AxPn//zMD31cIhxnCASkDAbAykAEgADYAZDQIgI0GWQoCYEtBzoGC/gVghwIB2KHIXkDzHMLbmAGCCCoAh05ONYQph4IAAAAASUVORK5CYII=";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 13 | 6 | 1 | `@arr:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMBAMAAACU11D1AAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACXRSTlMAaIAJCgtgYl1IBOt5AAAATklEQVQI12NoM2CAAOYMhiRhKNtQjcFR0QAiLCTCwCIkDBFWdGAASUCFGUASMGGwBEQYIgERhkgYA4UhgFVIUDGAAQoClUSBJFSiHCwMALFVCPh+XwJiAAAAAElFTkSuQmCC";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 13, col 6: `@arr:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMBAMAAACU11D1AAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACXRSTlMAaIAJCgtgYl1IBOt5AAAATklEQVQI12NoM2CAAOYMhiRhKNtQjcFR0QAiLCTCwCIkDBFWdGAASUCFGUASMGGwBEQYIgERhkgYA4UhgFVIUDGAAQoClUSBJFSiHCwMALFVCPh+XwJiAAAAAElFTkSuQmCC";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 27 | 1 | `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 17 | 1 | ` overflow-scrolling: touch;` Expected indentation of 8 spaces. | block-indent | → line 47, col 17: ` overflow-scrolling: touch;` Expected indentation of 8 spaces. |
| 139 | 1 | `padding: 27/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `padding: 27/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 1 | `padding: 27/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `padding: 27/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/*1px小边距bug*/` Single Comment should be use `//` | single-comment | → `/*1px小边距bug*/` Single Comment should be use `//` | ||
| 202 | 1 | `padding: 0 (30/46.875rem);` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `padding: 0 (30/46.875rem);` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 219 | 21 | 1 | ` transform: translate(-50%,-50%);` Expected indentation of 12 spaces. | block-indent | → line 219, col 21: ` transform: translate(-50%,-50%);` Expected indentation of 12 spaces. |
| 289 | 1 | `margin: 0 auto -30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `margin: 0 auto -30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:22
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 21 | 12 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 21, col 12: ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 22 | 13 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 22, col 13: ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 23 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 23, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 26 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 62, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 79 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 17 | 1 | ` transform: rotate(-45deg);` Expected indentation of 8 spaces. | block-indent | → line 88, col 17: ` transform: rotate(-45deg);` Expected indentation of 8 spaces. |
| 89 | 1 | `width: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `width: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `margin: 53/@g-base 24/@g-base 12/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 150: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `padding: 0 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `padding: 0 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 166: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 181 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 181: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:98
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 9 | 1 | `: 40;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 9: `: 40;Variable name must be like this `@foo-bar or @foobar` | |
| 26 | 13 | 1 | ` transition: height 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 26, col 13: ` transition: height 0.5s linear;` Expected indentation of 4 spaces. |
| 31 | 1 | `height: 500rem/@base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 500rem/@base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 13 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 36, col 13: ` transition: opacity 0.5s linear;` Expected indentation of 4 spaces. |
| 41 | 1 | `height: 108rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `height: 108rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `height: 194rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `height: 194rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `height: 194rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `height: 194rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `height: 194rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `height: 194rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `padding: 20rem/@base 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `padding: 20rem/@base 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `padding: 20rem/@base 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `padding: 20rem/@base 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `bottom: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `bottom: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `font-size: 26rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `font-size: 26rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `height: 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `height: 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `line-height: 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `line-height: 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `height: 156rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `height: 156rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `width: 156rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `width: 156rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `height: 680rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `height: 680rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `margin-bottom: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `margin-bottom: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `margin-right: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `margin-right: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `height: 556rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `height: 556rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `height: 494rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `height: 494rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 119 | 1 | `margin-bottom: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 119: `margin-bottom: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 1 | `margin-right: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `margin-right: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 1 | `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 121: `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `height: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `height: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `height: 108rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `height: 108rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 141 | 1 | `margin: 26rem/@base 16rem/@base auto 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `margin: 26rem/@base 16rem/@base auto 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 141 | 1 | `margin: 26rem/@base 16rem/@base auto 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `margin: 26rem/@base 16rem/@base auto 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 141 | 1 | `margin: 26rem/@base 16rem/@base auto 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `margin: 26rem/@base 16rem/@base auto 26rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `width: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `width: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `top: -18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `top: -18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `font-size: 24/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 153 | 1 | `right: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 153: `right: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `top: 42rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `top: 42rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `height: 116rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `height: 116rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 158 | 1 | `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 162 | 1 | `font-size: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 162: `font-size: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `height: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `height: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `line-height: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `line-height: 30rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 1 | `padding-top: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 166: `padding-top: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `font-size: 26rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `font-size: 26rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `height: 26rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `height: 26rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 176 | 1 | `line-height: 26rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 176: `line-height: 26rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 177 | 1 | `margin-top: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 177: `margin-top: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 189 | 1 | `height: 46rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 189: `height: 46rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 1 | `line-height: 46rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 190: `line-height: 46rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 199 | 1 | `font-size: 24rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 199: `font-size: 24rem/@fontBase;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 200 | 1 | `height: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 200: `height: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 201 | 1 | `line-height: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `line-height: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 202 | 1 | `margin-bottom: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `margin-bottom: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `padding: 23rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `padding: 23rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 213 | 1 | `width: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 213: `width: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `margin-bottom: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `margin-bottom: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 222 | 1 | `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 228 | 1 | `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 228: `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 232 | 1 | `height: 152rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `height: 152rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `width: 370rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 1 | `padding: 20rem/@base 0 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 238: `padding: 20rem/@base 0 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 1 | `padding: 20rem/@base 0 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 238: `padding: 20rem/@base 0 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 243 | 1 | `height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 243: `height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 1 | `width: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `width: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 1 | `margin-bottom: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `margin-bottom: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `height: 450rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `height: 450rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 277 | 1 | `margin-bottom: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 277: `margin-bottom: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 280 | 1 | `margin-top: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 280: `margin-top: 10rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `height: 76rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `height: 76rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 291 | 1 | `width: 320rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 291: `width: 320rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `font-size: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `font-size: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 297 | 1 | `height: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 297: `height: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 298 | 1 | `padding: 20rem/@base 0 20rem/@base 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `padding: 20rem/@base 0 20rem/@base 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 298 | 1 | `padding: 20rem/@base 0 20rem/@base 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `padding: 20rem/@base 0 20rem/@base 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 298 | 1 | `padding: 20rem/@base 0 20rem/@base 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `padding: 20rem/@base 0 20rem/@base 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 302 | 1 | `height: 28rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 302: `height: 28rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 303 | 1 | `width: 31rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 303: `width: 31rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 306, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 312 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 312, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 319 | 1 | `height: 100rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 319: `height: 100rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 323 | 1 | `width: 750rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 323: `width: 750rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 327 | 1 | `height: 100rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 327: `height: 100rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 328 | 1 | `width: 750rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 328: `width: 750rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 335 | 1 | `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 335: `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 338 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 338, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 347 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 347, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 383 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 383, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 393 | 1 | `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 393: `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 426 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 426, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 433 | 31 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 433, col 31: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 445 | 1 | `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 445: `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 453 | 1 | `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 453: `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 456 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 456, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 461 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 461, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 467 | 1 | `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 467: `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:117
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 31 | 1 | `height: 133rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 133rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `border-radius: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `border-radius: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `line-height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `line-height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `width: 180rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `width: 180rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `height: 55rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `height: 55rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 21 | 1 | ` text-overflow: ellipsis;` Expected indentation of 12 spaces. | block-indent | → line 81, col 21: ` text-overflow: ellipsis;` Expected indentation of 12 spaces. |
| 83 | 1 | `width: 450rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `width: 450rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `border-radius: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `border-radius: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `width: 160rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `width: 160rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `letter-spacing: 1rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `letter-spacing: 1rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `border-radius: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `border-radius: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 1 | `border-radius: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `border-radius: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 17 | 1 | ` text-overflow: ellipsis;` Expected indentation of 8 spaces. | block-indent | → line 138, col 17: ` text-overflow: ellipsis;` Expected indentation of 8 spaces. |
| 144 | 1 | `border-radius: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `border-radius: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `height: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `height: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `margin: 22rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `margin: 22rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `margin: 22rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `margin: 22rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 149 | 1 | `width: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 149: `width: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `letter-spacing: 2rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `letter-spacing: 2rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 162 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 162: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `margin-bottom: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `margin-bottom: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 172 | 1 | `border-radius: 0 0 10rem/@g-base 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 172: `border-radius: 0 0 10rem/@g-base 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 172 | 1 | `border-radius: 0 0 10rem/@g-base 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 172: `border-radius: 0 0 10rem/@g-base 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `line-height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `line-height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 176 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 176: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 1 | `margin-left: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 179: `margin-left: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `bottom: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `bottom: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `height: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `height: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `right: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `right: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `width: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `width: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `border-radius: 74.5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `border-radius: 74.5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 196 | 1 | `letter-spacing: 1.5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 196: `letter-spacing: 1.5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 197 | 1 | `line-height: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 197: `line-height: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 210 | 1 | `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 210: `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `width: 200rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `width: 200rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 219 | 1 | `margin-bottom: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 219: `margin-bottom: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `margin-top: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `margin-top: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 226: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 235 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 235: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 237 | 1 | `margin-top: 9rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 237: `margin-top: 9rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 243 | 1 | `padding-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 243: `padding-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 249 | 1 | `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 249: `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 250 | 1 | `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 250: `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 252 | 1 | `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 252: `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 259 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 259: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 260 | 1 | `padding-top: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 260: `padding-top: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 263 | 1 | `margin-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 263: `margin-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 269 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 269: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `margin-top: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `margin-top: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 279 | 1 | `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 279: `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 1 | `right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 281: `right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 282 | 1 | `top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 282: `top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 283 | 1 | `width: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 283: `width: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 291 | 1 | `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 291: `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 294 | 1 | `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 294: `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `height: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `height: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 305 | 1 | `margin-top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 305: `margin-top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 308 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 308: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 310 | 1 | `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 310: `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 312 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 312: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 318 | 1 | `line-height: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 318: `line-height: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 319 | 1 | `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 319: `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 329 | 1 | `height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 329: `height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 330 | 1 | `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 330: `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 337 | 1 | `height: 77rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 337: `height: 77rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 338 | 1 | `margin: 0 33rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 338: `margin: 0 33rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 340 | 1 | `width: 280rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 340: `width: 280rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 354 | 1 | `padding-bottom: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 354: `padding-bottom: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 358 | 1 | `padding-left: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 358: `padding-left: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 367 | 1 | `padding-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 367: `padding-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 372 | 1 | `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 372: `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 374 | 1 | `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 374: `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 375 | 1 | `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 375: `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 377 | 1 | `width: 348rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 377: `width: 348rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 381 | 1 | `height: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 381: `height: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 382 | 1 | `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 382: `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 383 | 1 | `width: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 383: `width: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 387 | 1 | `border-radius: 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 387: `border-radius: 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 388 | 1 | `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 388: `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 389 | 1 | `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 389: `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 390 | 1 | `width: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 390: `width: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 395 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 395: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 396 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 396: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 398 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 398: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 401 | 12 | 1 | ` -moz-text-overflow: ellipsis;` Expected indentation of 8 spaces. | block-indent | → line 401, col 12: ` -moz-text-overflow: ellipsis;` Expected indentation of 8 spaces. |
| 402 | 14 | 1 | ` -o-text-overflow: ellipsis;` Expected indentation of 8 spaces. | block-indent | → line 402, col 14: ` -o-text-overflow: ellipsis;` Expected indentation of 8 spaces. |
| 403 | 17 | 1 | ` text-overflow: ellipsis;` Expected indentation of 8 spaces. | block-indent | → line 403, col 17: ` text-overflow: ellipsis;` Expected indentation of 8 spaces. |
| 405 | 1 | `width: 310rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 405: `width: 310rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 413 | 1 | `line-height: 26rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 413: `line-height: 26rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 415 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 415: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 423 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 423: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 424 | 1 | `margin-top: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 424: `margin-top: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 432 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 432: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 433 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 433: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 438 | 1 | `margin-bottom: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 438: `margin-bottom: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 439 | 1 | `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 439: `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 460 | 17 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. | block-indent | → line 460, col 17: ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. |
| 500 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 500, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 504 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 504: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 512 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 512: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 516 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 516: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 521 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 521: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 522 | 1 | `margin-top: -3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 522: `margin-top: -3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 531 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 531, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 533 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 533: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 551 | 17 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 8 spaces. | block-indent | → line 551, col 17: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 8 spaces. |
不规范数量:41
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 9 | 8 | 1 | `@arrow:"data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAQDAwQDAwQEAwQFBAQFBgoHBgYGBg0JCggKDw0QEA8NDw4RExgUERIXEg4PFRwVFxkZGxsbEBQdHx0aHxgaGxr/2wBDAQQFBQYFBgwHBwwaEQ8RGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhr/wgARCAAMABQDAREAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAYHCP/EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhADEAAAANPjQCDwTwpp/8QAKBAAAgICAAQEBwAAAAAAAAAAAQMCBAUGAAcRQRASEzEUISIyQkPy/9oACAEBAAE/AJ3L3J3OTOSfYv6JlLJl8Q0yYzFPnL8ifmVSPc/1vG/K1elTr4ZIzGfyv0YuiufX1Sf2SPZY9yeNX5byq49jttyl/JZy642brk33JWGEAeWEYSiPLEAAcXqNbJ1LFPIIXZqvgVtUwdYzifcEccrtAw+s3M3cpB9i0m4yjXbab6skV4faqB7R8P/EABQRAQAAAAAAAAAAAAAAAAAAACD/2gAIAQIBAT8AX//EABQRAQAAAAAAAAAAAAAAAAAAACD/2gAIAQMBAT8AX//Z";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 9, col 8: `@arrow:"data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAQDAwQDAwQEAwQFBAQFBgoHBgYGBg0JCggKDw0QEA8NDw4RExgUERIXEg4PFRwVFxkZGxsbEBQdHx0aHxgaGxr/2wBDAQQFBQYFBgwHBwwaEQ8RGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhr/wgARCAAMABQDAREAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAYHCP/EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhADEAAAANPjQCDwTwpp/8QAKBAAAgICAAQEBwAAAAAAAAAAAQMCBAUGAAcRQRASEzEUISIyQkPy/9oACAEBAAE/AJ3L3J3OTOSfYv6JlLJl8Q0yYzFPnL8ifmVSPc/1vG/K1elTr4ZIzGfyv0YuiufX1Sf2SPZY9yeNX5byq49jttyl/JZy642brk33JWGEAeWEYSiPLEAAcXqNbJ1LFPIIXZqvgVtUwdYzifcEccrtAw+s3M3cpB9i0m4yjXbab6skV4faqB7R8P/EABQRAQAAAAAAAAAAAAAAAAAAACD/2gAIAQIBAT8AX//EABQRAQAAAAAAAAAAAAAAAAAAACD/2gAIAQMBAT8AX//Z";` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 22 | 1 | `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `margin-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `margin-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `bottom: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `bottom: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `margin: 0 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `margin: 0 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `margin-left: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `margin-left: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 16 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 75, col 16: ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 76 | 17 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 76, col 17: ` -ms-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 77 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 77, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 78 | 1 | `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 78: `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `height: 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `height: 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `height: 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `height: 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `width: 480/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `width: 480/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 141 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `padding: 0 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `padding: 0 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 206 | 1 | `margin: 18/@g-base 9/@g-base 20/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 206: `margin: 18/@g-base 9/@g-base 20/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 206 | 1 | `margin: 18/@g-base 9/@g-base 20/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 206: `margin: 18/@g-base 9/@g-base 20/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 206 | 1 | `margin: 18/@g-base 9/@g-base 20/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 206: `margin: 18/@g-base 9/@g-base 20/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 206 | 1 | `margin: 18/@g-base 9/@g-base 20/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 206: `margin: 18/@g-base 9/@g-base 20/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 255 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 255: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 269 | 1 | `padding: 0 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 269: `padding: 0 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 284 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 284: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 310 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 310: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 331 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 331: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 342 | 1 | `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 342: `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 401 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 401: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 414 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 414: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 429 | 1 | `font-size: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 429: `font-size: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 438 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 438: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 450 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 450: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:17
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 66 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 227 | 1 | `margin: 20/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 227: `margin: 20/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 227 | 1 | `margin: 20/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 227: `margin: 20/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 227 | 1 | `margin: 20/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 227: `margin: 20/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `margin: 16/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `margin: 16/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `margin: 16/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `margin: 16/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `margin: 16/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `margin: 16/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 238: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 246 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 246: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 257 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 257: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:85
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 19 | 1 | `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 21, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 26 | 1 | `height: 68/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `height: 68/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `padding-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `padding-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `vertical-align: -2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `vertical-align: -2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 70, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 72 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `line-height: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `line-height: 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `padding: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `padding: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `border-radius: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `border-radius: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `margin: 30/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `margin: 30/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `margin: 30/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `margin: 30/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `padding: 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `padding: 23/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 109, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 114 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 114, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 118 | 1 | `padding: 0 18/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `padding: 0 18/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `padding: 0 18/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `padding: 0 18/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `padding: 0 18/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `padding: 0 18/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `margin-bottom: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `margin-bottom: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `margin-bottom: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `margin-bottom: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 127 | 1 | `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 130 | 1 | `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 130: `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 141 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `height: 280/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `height: 280/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `margin-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `margin-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 17 | 1 | ` transform: translateZ(0);` Expected indentation of 8 spaces. | block-indent | → line 150, col 17: ` transform: translateZ(0);` Expected indentation of 8 spaces. |
| 171 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 171, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 174 | 17 | 1 | ` box-shadow: 0 0 0 rgba(255, 255, 255, 0), 2/@g-base 0 2/@g-base rgba(0, 0, 0, 0.2), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);` Expected indentation of 8 spaces. | block-indent | → line 174, col 17: ` box-shadow: 0 0 0 rgba(255, 255, 255, 0), 2/@g-base 0 2/@g-base rgba(0, 0, 0, 0.2), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);` Expected indentation of 8 spaces. |
| 176 | 1 | `height: 270/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 176: `height: 270/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 1 | `width: 270/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 179: `width: 270/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `height: 270/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `height: 270/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `width: 270/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `width: 270/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 204 | 1 | `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 204: `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 205 | 1 | `margin-left: (270+24)/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 205: `margin-left: (270+24)/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 205 | 1 | `margin-left: (270+24)/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 205: `margin-left: (270+24)/46.875rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 210 | 1 | `font-size: 24/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 210: `font-size: 24/40rem;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 214 | 1 | `padding-top: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `padding-top: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `bottom: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `bottom: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 229 | 1 | `font-size: 36/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 229: `font-size: 36/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 230: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `bottom: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `bottom: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 248 | 1 | `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 248: `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 250 | 31 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 250, col 31: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 254 | 21 | 1 | ` border-radius: 0.15rem 0.15rem 0 0;` Expected indentation of 12 spaces. | block-indent | → line 254, col 21: ` border-radius: 0.15rem 0.15rem 0 0;` Expected indentation of 12 spaces. |
| 257 | 1 | `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 257: `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 258 | 1 | `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 258: `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 263 | 21 | 1 | ` border-radius: 0 0 0.15rem 0.15rem;` Expected indentation of 12 spaces. | block-indent | → line 263, col 21: ` border-radius: 0 0 0.15rem 0.15rem;` Expected indentation of 12 spaces. |
| 264 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 264, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 266 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 266: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 267 | 1 | `line-height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 267: `line-height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `background-color: rgb(125, 204, 8);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 273: `background-color: rgb(125, 204, 8);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 293 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 293, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 298 | 1 | `padding: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `padding: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 306: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 308 | 1 | `margin-left: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 308: `margin-left: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 309 | 1 | `padding: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 309: `padding: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 332 | 1 | `margin-left: -45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 332: `margin-left: -45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 333 | 1 | `width: 1000/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 333: `width: 1000/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 340 | 1 | `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 340: `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 342 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 342, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 344 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 344: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 345 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 345: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 347 | 17 | 1 | ` transform: translateZ(0);` Expected indentation of 8 spaces. | block-indent | → line 347, col 17: ` transform: translateZ(0);` Expected indentation of 8 spaces. |
| 370 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 370, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 380 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 380: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 382 | 1 | `margin: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 382: `margin: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 386 | 1 | `bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 386: `bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 387 | 1 | `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 387: `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 391 | 1 | `font-size: 36/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 391: `font-size: 36/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 396 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 396: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 403 | 1 | `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 403: `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 406 | 1 | `bottom: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 406: `bottom: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 408 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 408: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 413 | 1 | `bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 413: `bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 414 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 414, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 415 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 415: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 416 | 1 | `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 416: `line-height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:35
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 12 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 12: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 13 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 19, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 21 | 1 | `height: 288/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `height: 288/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 22 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 22 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 20 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 16 spaces. | block-indent | → line 37, col 20: ` -moz-border-radius: 50%;` Expected indentation of 16 spaces. |
| 38 | 25 | 1 | ` border-radius: 50%;` Expected indentation of 16 spaces. | block-indent | → line 38, col 25: ` border-radius: 50%;` Expected indentation of 16 spaces. |
| 42 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `line-height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `line-height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 25 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 16 spaces. | block-indent | → line 49, col 25: ` transform: translate(-50%, -50%);` Expected indentation of 16 spaces. |
| 50 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 66, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 68 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `width: 474/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `width: 474/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `border-radius: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `border-radius: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `padding: 0 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `padding: 0 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `bottom: 51/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `bottom: 51/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 115 | 1 | `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 115: `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 1 | `border-radius: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 121: `border-radius: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 1 | `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `line-height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `line-height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 130 | 1 | `width: 128/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 130: `width: 128/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 1 | `height: 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `height: 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `margin-left: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `margin-left: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 1 | `width: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 138: `width: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `line-height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `line-height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:6
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 20 | 1 | `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 22 | 1 | `width: 249rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `width: 249rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `left: -5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `left: -5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `top: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `top: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `width: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `width: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:72
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 11 | 1 | `margin-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 11: `margin-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 1 | `width: 740/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `width: 740/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 27, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 28 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `height: 66/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `height: 66/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 46, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 47 | 1 | `height: 236/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `height: 236/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `padding-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `padding-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `padding-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `padding-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `height: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `height: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `width: 354/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `width: 354/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `height: 240/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `height: 240/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 102, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 103 | 1 | `height: 43/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `height: 43/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `width: 166/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `width: 166/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `left: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `left: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 119 | 1 | `width: 340/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 119: `width: 340/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `height: 282/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `height: 282/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 156 | 1 | `padding-bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 156: `padding-bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `padding-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `padding-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 158 | 1 | `padding-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `padding-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `height: 282/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `height: 282/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 162 | 1 | `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 162: `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `width: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `width: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 167 | 1 | `height: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 167: `height: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `width: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `width: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 172 | 1 | `height: 55/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 172: `height: 55/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 176 | 1 | `width: 71/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 176: `width: 71/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `margin-right: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `margin-right: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 197 | 1 | `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 197: `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 209, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 211 | 1 | `height: 288/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `height: 288/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 216 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 216: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 227 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 227, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 228 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 228, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 232 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `line-height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `line-height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 239, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 240 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 247 | 1 | `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 247: `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 1 | `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `width: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 256 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 256, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 259 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 259: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 260 | 1 | `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 260: `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 262 | 1 | `width: 474/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 262: `width: 474/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 269 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 269: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `border-radius: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `border-radius: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 276 | 1 | `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 276: `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 277 | 1 | `padding: 0 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 277: `padding: 0 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 1 | `bottom: 51/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 281: `bottom: 51/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 305 | 1 | `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 305: `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 311 | 1 | `border-radius: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 311: `border-radius: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 315 | 1 | `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 315: `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 316 | 1 | `line-height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 316: `line-height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 320 | 1 | `width: 128/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 320: `width: 128/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 326 | 1 | `height: 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 326: `height: 19/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 327 | 1 | `margin-left: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 327: `margin-left: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 328 | 1 | `width: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 328: `width: 11/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:60
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 24 | 1 | `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `margin-bottom: 9rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `margin-bottom: 9rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `margin-top: 14rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `margin-top: 14rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 25 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. | block-indent | → line 41, col 25: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. |
| 55 | 1 | `padding-top: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `padding-top: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `height: 318/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `height: 318/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `height: 390/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `height: 390/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 25 | 1 | ` overflow-scrolling: touch;` Expected indentation of 16 spaces. | block-indent | → line 65, col 25: ` overflow-scrolling: touch;` Expected indentation of 16 spaces. |
| 70 | 1 | `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `width: 210/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `width: 210/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `height: 210/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `height: 210/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `width: 210/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `width: 210/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `margin-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `margin-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `margin-left: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `margin-left: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 17 | 1 | ` transition: height 0.5s linear;` Expected indentation of 8 spaces. | block-indent | → line 157, col 17: ` transition: height 0.5s linear;` Expected indentation of 8 spaces. |
| 161 | 1 | `height: 300rem/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `height: 300rem/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 17 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 8 spaces. | block-indent | → line 166, col 17: ` transition: opacity 0.5s linear;` Expected indentation of 8 spaces. |
| 217 | 1 | `height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `line-height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `line-height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `padding-left: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `padding-left: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 221 | 1 | `padding-right: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 221: `padding-right: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `background-size: 156rem/@g-base 232rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `background-size: 156rem/@g-base 232rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `background-size: 156rem/@g-base 232rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `background-size: 156rem/@g-base 232rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 241 | 1 | `min-height: 600rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 241: `min-height: 600rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 31 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 244, col 31: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 249 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 249: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 264 | 20 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 16 spaces. | block-indent | → line 264, col 20: ` -moz-border-radius: 50%;` Expected indentation of 16 spaces. |
| 265 | 25 | 1 | ` border-radius: 50%;` Expected indentation of 16 spaces. | block-indent | → line 265, col 25: ` border-radius: 50%;` Expected indentation of 16 spaces. |
| 276 | 25 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 16 spaces. | block-indent | → line 276, col 25: ` transform: translate(-50%, -50%);` Expected indentation of 16 spaces. |
| 282 | 1 | `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 282: `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 283 | 1 | `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 283: `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 293 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 293: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 294 | 1 | `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 294: `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 297 | 1 | `bottom: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 297: `bottom: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 302 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 302: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 307 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 307: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 316 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 316: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 317 | 1 | `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 317: `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 322 | 1 | `bottom: 58/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `bottom: 58/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 324 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 324: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 333 | 24 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 333, col 24: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 334 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 334: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 393 | 1 | `border-radius: 3rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 393: `border-radius: 3rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 394 | 1 | `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 394: `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 397 | 1 | `line-height: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 397: `line-height: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 398 | 1 | `margin-right: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 398: `margin-right: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 399 | 1 | `padding: 3rem/@g-base 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 399: `padding: 3rem/@g-base 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 399 | 1 | `padding: 3rem/@g-base 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 399: `padding: 3rem/@g-base 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 401 | 1 | `top: -3rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 401: `top: -3rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 406 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 406, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 432 | 1 | `min-height: 1250rem/@g-base !important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 432: `min-height: 1250rem/@g-base !important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:27
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 17 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 17, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 30 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 30, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 51 | 1 | `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 21 | 1 | ` overflow-scrolling: touch;` Expected indentation of 12 spaces. | block-indent | → line 54, col 21: ` overflow-scrolling: touch;` Expected indentation of 12 spaces. |
| 58 | 1 | `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `height: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 81, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 106 | 17 | 1 | ` transition: all 0.3s linear;` Expected indentation of 8 spaces. | block-indent | → line 106, col 17: ` transition: all 0.3s linear;` Expected indentation of 8 spaces. |
| 111 | 17 | 1 | ` transform: rotate(180deg);` Expected indentation of 8 spaces. | block-indent | → line 111, col 17: ` transform: rotate(180deg);` Expected indentation of 8 spaces. |
| 131 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 136, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 141 | 1 | `padding: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `padding: 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 17 | 1 | ` overflow-scrolling: touch;` Expected indentation of 8 spaces. | block-indent | → line 150, col 17: ` overflow-scrolling: touch;` Expected indentation of 8 spaces. |
| 154 | 1 | `height: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `height: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 160 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 160: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `margin-left: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `margin-left: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `padding: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `padding: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `margin-left: -45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `margin-left: -45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `width: 1000/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `width: 1000/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 196 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 196, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 201 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 17 | 1 | ` transform: translateZ(0);` Expected indentation of 8 spaces. | block-indent | → line 203, col 17: ` transform: translateZ(0);` Expected indentation of 8 spaces. |
| 230 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 230, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 240 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 252 | 1 | `font-size: 34/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 252: `font-size: 34/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 257 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 257: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 265 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 265: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:33
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 16 | 13 | 1 | ` transition: height 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 16, col 13: ` transition: height 0.5s linear;` Expected indentation of 4 spaces. |
| 49 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 49, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 88 | 1 | `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 1 | `width: 750/3rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `width: 750/3rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 1 | `width: 750/3rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `width: 750/3rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 1 | `margin-bottom: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `margin-bottom: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 133 | 1 | `width: 370rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 133: `width: 370rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 1 | `width: 370rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `width: 370rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `height: 152rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `height: 152rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `width: 370rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `width: 370rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `padding: 20rem/@g-base 0 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `padding: 20rem/@g-base 0 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `padding: 20rem/@g-base 0 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `padding: 20rem/@g-base 0 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 160 | 1 | `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 160: `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 162 | 1 | `width: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 162: `width: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 1 | `height: 450rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 190: `height: 450rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 194 | 1 | `margin-bottom: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 194: `margin-bottom: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 197 | 1 | `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 197: `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 205 | 1 | `height: 76rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 205: `height: 76rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 208 | 1 | `width: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 208: `width: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 213 | 1 | `font-size: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 213: `font-size: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 214 | 1 | `height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `padding: 20rem/@g-base 0 20rem/@g-base 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `padding: 20rem/@g-base 0 20rem/@g-base 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `padding: 20rem/@g-base 0 20rem/@g-base 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `padding: 20rem/@g-base 0 20rem/@g-base 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `padding: 20rem/@g-base 0 20rem/@g-base 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `padding: 20rem/@g-base 0 20rem/@g-base 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 219 | 1 | `height: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 219: `height: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `width: 31rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `width: 31rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 223 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 223, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 229 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 229, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 236 | 1 | `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 236: `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 1 | `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:24
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 7: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 11 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 11: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 15 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 34, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 45 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `width: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `width: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `width: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `width: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `padding-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `padding-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `padding-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `padding-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 74, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 79 | 1 | `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `height: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `height: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `line-height: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `line-height: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 115 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 115, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 117 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `padding: 5/@g-base 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `padding: 5/@g-base 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `padding: 5/@g-base 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `padding: 5/@g-base 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:42
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 22 | 13 | 1 | ` transition: top 0.3s linear;` Expected indentation of 4 spaces. | block-indent | → line 22, col 13: ` transition: top 0.3s linear;` Expected indentation of 4 spaces. |
| 35 | 1 | `margin-left: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `margin-left: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 17 | 1 | ` transform: translateY(-50%);` Expected indentation of 8 spaces. | block-indent | → line 40, col 17: ` transform: translateY(-50%);` Expected indentation of 8 spaces. |
| 56 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 56, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 66 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `width: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `width: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `margin-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `margin-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 78 | 1 | `width: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 78: `width: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 17 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 8 spaces. | block-indent | → line 92, col 17: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 8 spaces. |
| 103 | 13 | 1 | ` transition: top 0.3s linear;` Expected indentation of 4 spaces. | block-indent | → line 103, col 13: ` transition: top 0.3s linear;` Expected indentation of 4 spaces. |
| 105 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 105, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 106 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 121, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 122 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 122, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 139 | 1 | `left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 169 | 1 | `margin-left: 288/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 169: `margin-left: 288/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `padding-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `padding-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `height: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `height: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 179: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 182 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 182: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 189 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 189: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 193 | 1 | `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 193: `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 197 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 197: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 199 | 1 | `font-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 199: `font-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 204 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 204: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 213 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 213, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 214 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 1 | `padding: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `padding: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 267 | 1 | `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 267: `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:101
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 18 | 1 | `height: 500/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `height: 500/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 32, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 37 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `width: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `width: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `width: 262/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `width: 262/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 92, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 102 | 1 | `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 138: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 148 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 148, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 156 | 31 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 156, col 31: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 168 | 1 | `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 176 | 1 | `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 176: `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 179, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 184 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 184, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 190 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 190: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `height: 290/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `height: 290/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 198, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 222 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 222, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 233 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 233, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 249 | 21 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. | block-indent | → line 249, col 21: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. |
| 254 | 1 | `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 255 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 255: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 259 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 259: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 265 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 265, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 285 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 285: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 287 | 1 | `margin: 0.32rem auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 287: `margin: 0.32rem auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 293 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 293: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 295 | 1 | `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 295: `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 298 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 315 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 315, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 321 | 1 | `margin: 0 auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 321: `margin: 0 auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 322 | 1 | `padding-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `padding-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 336 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 336, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 338 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 338: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 343 | 1 | `border-top-width: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 343: `border-top-width: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 361 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 361: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 363 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 363, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 369 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 369, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 370 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 370, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 381 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 381, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 392 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 392: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 395 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 395: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 396 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 396: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 400 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 400: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 403 | 1 | `margin-bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 403: `margin-bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 409 | 1 | `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 409: `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 412 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 412: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 414 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 414: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 419 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 419: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 421 | 1 | `margin-left: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 421: `margin-left: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 428 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 428: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 430 | 1 | `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 430: `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 433 | 1 | `top: -24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 433: `top: -24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 455 | 1 | `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 455: `padding: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 461 | 1 | `height: 108/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 461: `height: 108/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 462 | 1 | `width: 108/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 462: `width: 108/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 465 | 1 | `height: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 465: `height: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 467 | 1 | `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 467: `width: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 471 | 1 | `padding-left: 126/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 471: `padding-left: 126/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 478 | 24 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 478, col 24: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 480 | 1 | `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 480: `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 481 | 1 | `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 481: `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 483 | 1 | `width: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 483: `width: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 501 | 17 | 1 | ` transform: translateY(-50%);` Expected indentation of 8 spaces. | block-indent | → line 501, col 17: ` transform: translateY(-50%);` Expected indentation of 8 spaces. |
| 515 | 1 | `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 515: `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 518 | 1 | `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 518: `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 522 | 13 | 1 | ` transition: width 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 522, col 13: ` transition: width 0.5s linear;` Expected indentation of 4 spaces. |
| 529 | 1 | `padding: 7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 529: `padding: 7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 542 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 542, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 544 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 544: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 548 | 1 | `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 548: `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 549 | 1 | `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 549: `padding-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 553 | 17 | 1 | ` transform: translateY(-50%);` Expected indentation of 8 spaces. | block-indent | → line 553, col 17: ` transform: translateY(-50%);` Expected indentation of 8 spaces. |
| 556 | 1 | `padding: 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 556: `padding: 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 563 | 1 | `margin-right: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 563: `margin-right: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 568 | 17 | 1 | ` transform: translateY(-50%);` Expected indentation of 8 spaces. | block-indent | → line 568, col 17: ` transform: translateY(-50%);` Expected indentation of 8 spaces. |
| 574 | 13 | 1 | ` animation: tips 8s 0.2s ease both;` Expected indentation of 4 spaces. | block-indent | → line 574, col 13: ` animation: tips 8s 0.2s ease both;` Expected indentation of 4 spaces. |
| 1 | `/* banner */` Single Comment should be use `//` | single-comment | → `/* banner */` Single Comment should be use `//` | ||
| 615 | 1 | `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 615: `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 620 | 1 | `height: 240/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 620: `height: 240/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 626 | 1 | `height: 66/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 626: `height: 66/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* banner end */` Single Comment should be use `//` | single-comment | → `/* banner end */` Single Comment should be use `//` | ||
| 1 | `/* tab */` Single Comment should be use `//` | single-comment | → `/* tab */` Single Comment should be use `//` | ||
| 662 | 1 | `height: 114/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 662: `height: 114/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 673 | 13 | 1 | ` animation: showTab 0.3s ease-in-out 1;` Expected indentation of 4 spaces. | block-indent | → line 673, col 13: ` animation: showTab 0.3s ease-in-out 1;` Expected indentation of 4 spaces. |
| 682 | 13 | 1 | ` box-flex: 1.0;` Expected indentation of 4 spaces. | block-indent | → line 682, col 13: ` box-flex: 1.0;` Expected indentation of 4 spaces. |
| 688 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 688: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 689 | 1 | `height: 114/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 689: `height: 114/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 690 | 1 | `padding-top: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 690: `padding-top: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 700 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 700: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 701 | 1 | `margin: 0 auto 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 701: `margin: 0 auto 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 702 | 1 | `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 702: `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 738 | 1 | `background-color: rgb(255,73,101);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 738: `background-color: rgb(255,73,101);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 744 | 13 | 1 | ` transform: translate(0,0);` Expected indentation of 4 spaces. | block-indent | → line 744, col 13: ` transform: translate(0,0);` Expected indentation of 4 spaces. |
| 746 | 13 | 1 | ` transition: transform 0.3s ease-in-out 0s;` Expected indentation of 4 spaces. | block-indent | → line 746, col 13: ` transition: transform 0.3s ease-in-out 0s;` Expected indentation of 4 spaces. |
不规范数量:50
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 16 | 1 | `height: 500/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `height: 500/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 30, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 39 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 39, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 75 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 75, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 85 | 1 | `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 118, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 125 | 31 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 125, col 31: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 137 | 1 | `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `margin-left: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `height: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 148 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 148, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 153 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 153, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 160 | 1 | `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 160: `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 165, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 190 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 190, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 202 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 202, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 218 | 21 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. | block-indent | → line 218, col 21: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. |
| 225 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 225, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 269 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 269, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 287 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 287, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 295 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 295, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 324 | 28 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 324, col 28: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 344 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 344, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 357 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 357, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 362 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 362: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 367 | 1 | `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 367: `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 375 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 375, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 380 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 380, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 381 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 381, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 392 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 392, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 398 | 1 | `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 398: `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 399 | 1 | `margin-left: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 399: `margin-left: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 404 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 404: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 407 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 407: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 408 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 408: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 414 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 414: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 418 | 1 | `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 418: `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 435 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 435, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 465 | 1 | `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 465: `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 468 | 1 | `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 468: `left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 472 | 13 | 1 | ` transition: width 0.5s linear;` Expected indentation of 4 spaces. | block-indent | → line 472, col 13: ` transition: width 0.5s linear;` Expected indentation of 4 spaces. |
| 479 | 1 | `padding: 7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 479: `padding: 7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 493 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 493, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 495 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 495: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 498 | 1 | `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 498: `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 503 | 17 | 1 | ` transform: translateY(-50%);` Expected indentation of 8 spaces. | block-indent | → line 503, col 17: ` transform: translateY(-50%);` Expected indentation of 8 spaces. |
| 504 | 1 | `width: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 504: `width: 400/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 507 | 1 | `padding: 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 507: `padding: 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 514 | 1 | `margin-right: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 514: `margin-right: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 519 | 17 | 1 | ` transform: translateY(-50%);` Expected indentation of 8 spaces. | block-indent | → line 519, col 17: ` transform: translateY(-50%);` Expected indentation of 8 spaces. |
| 525 | 13 | 1 | ` animation: tips 8s 0.2s ease both;` Expected indentation of 4 spaces. | block-indent | → line 525, col 13: ` animation: tips 8s 0.2s ease both;` Expected indentation of 4 spaces. |
不规范数量:47
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 30 | 1 | `padding-top: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `padding-top: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 1 | `width: 200rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `width: 200rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `margin-bottom: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `margin-bottom: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `line-height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `line-height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `padding-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `padding-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `height: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `height: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `margin-top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `margin-top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `line-height: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `line-height: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `height: 63/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `height: 63/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `height: 76/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `height: 76/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 125, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 127 | 1 | `border-bottom-width: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `border-bottom-width: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 12 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 129, col 12: ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 130 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 130, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 151 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 153 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 153, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 159 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 159, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 160 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 160, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 171 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 171, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 177 | 1 | `height: 145/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 177: `height: 145/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 1 | `bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 198: `bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 199 | 1 | `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 199: `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 207 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 207: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 213 | 1 | `margin-left: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 213: `margin-left: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 222 | 1 | `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 228 | 1 | `bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 228: `bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 229 | 1 | `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 229: `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 231 | 1 | `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 231: `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 232 | 1 | `width: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `width: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 250 | 1 | `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 250: `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `height: 350/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:27
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 15 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 22 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 1 | `padding: 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `padding: 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 1 | `padding: 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `padding: 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `padding-bottom: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `padding-bottom: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `bottom: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `bottom: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `left: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `left: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `width: 582/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `width: 582/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `bottom: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `bottom: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `left: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `left: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `width: 582/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `width: 582/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `bottom: 98/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `bottom: 98/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `left: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `left: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `left: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `left: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `top: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `top: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 11 | 1 | `margin: 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 11: `margin: 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `padding-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `padding-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `padding-right: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `padding-right: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `width: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `width: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:40
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 116 | 1 | `line-height: .5;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 116: `line-height: .5;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 7 | 1 | `@import '../../../../unit/common/less/common.less';` Quotes must be the same in the same file, Current file the first quote is `"` | import | → line 7: `@import '../../../../unit/common/less/common.less';` Quotes must be the same in the same file, Current file the first quote is `"` | |
| 13 | 1 | `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 13 | 1 | `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 13 | 1 | `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `padding: 24/@g-base 24/@g-base 0 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 16 | 1 | `font-size: 26/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `font-size: 26/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 17 | 1 | `padding-bottom: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `padding-bottom: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `font-size: 24/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `font-size: 24/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `width: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `width: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `margin-left: 68/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `margin-left: 68/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `left: 236/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `left: 236/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `top: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `top: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `left: 236/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `left: 236/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `height: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `height: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `width: 116/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `width: 116/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `height: 116/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `height: 116/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 1 | `line-height: 116/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `line-height: 116/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `font-size: 24/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `font-size: 24/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 1 | `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 141 | 1 | `margin-bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `margin-bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `width: 702/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `padding-top: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `padding-top: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `padding-bottom: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `padding-bottom: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 153 | 1 | `margin-bottom: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 153: `margin-bottom: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `font-size: 34/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `font-size: 34/@g-base; ` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 1 | `line-height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 166: `line-height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:101
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 32 | 1 | `height: 133rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `height: 133rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `border-radius: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `border-radius: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `line-height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `line-height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `width: 180rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `width: 180rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `padding: 25rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `height: 55rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `height: 55rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 21 | 1 | ` text-overflow: ellipsis;` Expected indentation of 12 spaces. | block-indent | → line 79, col 21: ` text-overflow: ellipsis;` Expected indentation of 12 spaces. |
| 81 | 1 | `width: 450rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `width: 450rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `border-radius: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `border-radius: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `width: 160rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `width: 160rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `letter-spacing: 1rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `letter-spacing: 1rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `border-radius: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `border-radius: 16rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `border-radius: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `border-radius: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 17 | 1 | ` text-overflow: ellipsis;` Expected indentation of 8 spaces. | block-indent | → line 136, col 17: ` text-overflow: ellipsis;` Expected indentation of 8 spaces. |
| 142 | 1 | `border-radius: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `border-radius: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `height: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `height: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `margin: 22rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `margin: 22rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `margin: 22rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `margin: 22rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `width: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `width: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `letter-spacing: 2rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `letter-spacing: 2rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 160 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 160: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `margin-bottom: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `margin-bottom: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `border-radius: 0 0 10rem/@g-base 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `border-radius: 0 0 10rem/@g-base 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `border-radius: 0 0 10rem/@g-base 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `border-radius: 0 0 10rem/@g-base 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 172 | 1 | `height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 172: `height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 173 | 1 | `line-height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `line-height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 177 | 1 | `margin-left: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 177: `margin-left: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 181 | 1 | `bottom: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 181: `bottom: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 182 | 1 | `height: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 182: `height: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `right: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `right: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `width: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `width: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 189 | 1 | `border-radius: 74.5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 189: `border-radius: 74.5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 195 | 1 | `letter-spacing: 1.5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 195: `letter-spacing: 1.5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 196 | 1 | `line-height: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 196: `line-height: 125rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 213 | 1 | `width: 200rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 213: `width: 200rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 221 | 1 | `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 221: `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 1 | `line-height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 226: `line-height: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 231 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 231: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 232 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 237 | 1 | `padding-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 237: `padding-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 243 | 1 | `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 243: `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 246 | 1 | `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 246: `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 247 | 1 | `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 247: `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 252 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 252: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `padding-top: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `padding-top: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 257 | 1 | `margin-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 257: `margin-left: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 263 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 263: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 267 | 1 | `margin-top: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 267: `margin-top: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 272 | 1 | `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 272: `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `height: 320rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 275 | 1 | `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 275: `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 278 | 1 | `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 278: `width: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 280 | 1 | `height: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 280: `height: 225rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `margin-top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `margin-top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 294 | 1 | `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 294: `line-height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 303 | 1 | `line-height: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 303: `line-height: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 304 | 1 | `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 304: `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 314 | 1 | `height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 314: `height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 315 | 1 | `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 315: `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 322 | 1 | `height: 77rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `height: 77rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 323 | 1 | `margin: 0 33rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 323: `margin: 0 33rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 325 | 1 | `width: 280rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 325: `width: 280rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 346 | 1 | `padding-bottom: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 346: `padding-bottom: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 350 | 1 | `padding-left: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 350: `padding-left: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 359 | 1 | `padding-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 359: `padding-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 364 | 1 | `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 364: `border-radius: 5rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 366 | 1 | `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 366: `margin: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 367 | 1 | `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 367: `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 369 | 1 | `width: 348rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 369: `width: 348rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 373 | 1 | `height: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 373: `height: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 374 | 1 | `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 374: `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 375 | 1 | `width: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 375: `width: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 379 | 1 | `border-radius: 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 379: `border-radius: 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 380 | 1 | `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 380: `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 381 | 1 | `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 381: `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 382 | 1 | `width: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 382: `width: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 389 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 389: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 391 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 391: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 394 | 12 | 1 | ` -moz-text-overflow: ellipsis;` Expected indentation of 8 spaces. | block-indent | → line 394, col 12: ` -moz-text-overflow: ellipsis;` Expected indentation of 8 spaces. |
| 395 | 14 | 1 | ` -o-text-overflow: ellipsis;` Expected indentation of 8 spaces. | block-indent | → line 395, col 14: ` -o-text-overflow: ellipsis;` Expected indentation of 8 spaces. |
| 396 | 17 | 1 | ` text-overflow: ellipsis;` Expected indentation of 8 spaces. | block-indent | → line 396, col 17: ` text-overflow: ellipsis;` Expected indentation of 8 spaces. |
| 398 | 1 | `width: 310rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 398: `width: 310rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 403 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 403: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 404 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 404: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 410 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 410: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 411 | 1 | `margin-top: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 411: `margin-top: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 420 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 420: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 421 | 1 | `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 421: `margin-top: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 426 | 1 | `margin-bottom: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 426: `margin-bottom: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 427 | 1 | `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 427: `margin-top: 42rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 448 | 17 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. | block-indent | → line 448, col 17: ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 8 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 8: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 11 | 18 | 1 | `@title-font-size:0.65rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 11, col 18: `@title-font-size:0.65rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 12 | 1 | `@title-color:rgb(51,51,51);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 12: `@title-color:rgb(51,51,51);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 12 | 14 | 1 | `@title-color:rgb(51,51,51);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 12, col 14: `@title-color:rgb(51,51,51);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 13 | 20 | 1 | `@content-font-size:0.6rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 13, col 20: `@content-font-size:0.6rem;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 14 | 1 | `@content-color:rgb(102,102,102);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 14: `@content-color:rgb(102,102,102);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 14 | 16 | 1 | `@content-color:rgb(102,102,102);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 14, col 16: `@content-color:rgb(102,102,102);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
不规范数量:38
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 8 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 8: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 16 | 1 | `height: 214/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `height: 214/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 1 | `height: 115/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `height: 115/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 22 | 1 | `left: 214/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `left: 214/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `width: 152/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `width: 152/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `left: 380/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `left: 380/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `top: 68/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `top: 68/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `font-size: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `font-size: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `line-height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `line-height: 94/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 78 | 1 | `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 78: `height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `padding-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `padding-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `padding-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `padding-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 1 | `height: 38rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 112: `height: 38rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 115 | 1 | `top: 31/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 115: `top: 31/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:24
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 8 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 8: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 16 | 1 | `right: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `right: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 17 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `right: -20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `right: -20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `right: -22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `right: -22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `height: 214/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `height: 214/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `height: 115/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `height: 115/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `left: 214/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `left: 214/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `width: 152/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `width: 152/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `left: 380/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `left: 380/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `top: 68/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `top: 68/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `font-size: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `font-size: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 1 | `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `height: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:15
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 18 | 7 | 1 | ` &:before{` Expected indentation of 8 spaces. | block-indent | → line 18, col 7: ` &:before{` Expected indentation of 8 spaces. |
| 13 | 1 | `padding: 0 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `padding: 0 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 14 | 1 | `margin-top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `margin-top: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 15 | 1 | `font-size: 28rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `font-size: 28rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 9 | 1 | ` display: inline-block;` Expected indentation of 12 spaces. | block-indent | → line 19, col 9: ` display: inline-block;` Expected indentation of 12 spaces. |
| 18 | 15 | 1 | ` &:before{` Must contain spaces before the `{` | require-before-space | → line 18, col 15: ` &:before{` Must contain spaces before the `{` |
| 20 | 9 | 1 | ` width: 10rem/@g-base;` Expected indentation of 12 spaces. | block-indent | → line 20, col 9: ` width: 10rem/@g-base;` Expected indentation of 12 spaces. |
| 20 | 1 | `width: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `width: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 9 | 1 | ` height: 100%;` Expected indentation of 12 spaces. | block-indent | → line 21, col 9: ` height: 100%;` Expected indentation of 12 spaces. |
| 22 | 9 | 1 | ` margin-right: 20rem/@g-base;` Expected indentation of 12 spaces. | block-indent | → line 22, col 9: ` margin-right: 20rem/@g-base;` Expected indentation of 12 spaces. |
| 22 | 1 | `margin-right: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 22: `margin-right: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 9 | 1 | ` content: "";` Expected indentation of 12 spaces. | block-indent | → line 23, col 9: ` content: "";` Expected indentation of 12 spaces. |
| 24 | 9 | 1 | ` vertical-align: sub;` Expected indentation of 12 spaces. | block-indent | → line 24, col 9: ` vertical-align: sub;` Expected indentation of 12 spaces. |
| 25 | 9 | 1 | ` background-color: @g-color-main;` Expected indentation of 12 spaces. | block-indent | → line 25, col 9: ` background-color: @g-color-main;` Expected indentation of 12 spaces. |
| 79 | 1 | `height: 44rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `height: 44rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `height: 1206rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 6: `height: 1206rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 8 | 1 | `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 8: `width: 750rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 10 | 1 | `bottom: 93rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 10: `bottom: 93rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 12 | 1 | `font-size: 35rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 12: `font-size: 35rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 13 | 1 | `left: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `left: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 15 | 1 | `width: 660rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `width: 660rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 17 | 1 | `font-size: 23rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `font-size: 23rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `line-height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `line-height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 20 | 1 | `padding: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `padding: 0 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:18
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 10 | 1 | `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 10: `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 13 | 1 | ` transform: translateY(50%);` Expected indentation of 4 spaces. | block-indent | → line 19, col 13: ` transform: translateY(50%);` Expected indentation of 4 spaces. |
| 25 | 1 | `margin-bottom: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `margin-bottom: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 17 | 1 | ` transform: translateY(-50%);` Expected indentation of 8 spaces. | block-indent | → line 62, col 17: ` transform: translateY(-50%);` Expected indentation of 8 spaces. |
| 74 | 1 | `margin: 30/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `margin: 30/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `margin: 30/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `margin: 30/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `margin: 30/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `margin: 30/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `margin: 30/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `margin: 30/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `padding: 10/@g-base 10/@g-base 10/@g-base 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `padding: 10/@g-base 10/@g-base 10/@g-base 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `padding: 10/@g-base 10/@g-base 10/@g-base 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `padding: 10/@g-base 10/@g-base 10/@g-base 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `padding: 10/@g-base 10/@g-base 10/@g-base 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `padding: 10/@g-base 10/@g-base 10/@g-base 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `padding: 10/@g-base 10/@g-base 10/@g-base 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `padding: 10/@g-base 10/@g-base 10/@g-base 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 112: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `font-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `font-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 122 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:77
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 16 | 1 | `padding-bottom: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `padding-bottom: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 20 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `height: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `height: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `width: 144/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `color: rgb(255, 255, 255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 52: `color: rgb(255, 255, 255);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 55 | 1 | `color: rgb(250, 249, 150);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 55: `color: rgb(250, 249, 150);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 64 | 1 | `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `vertical-align: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `vertical-align: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 17 | 1 | ` animation: 40s linear 0s normal none infinite float-cloud-1;` Expected indentation of 8 spaces. | block-indent | → line 70, col 17: ` animation: 40s linear 0s normal none infinite float-cloud-1;` Expected indentation of 8 spaces. |
| 76 | 1 | `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 17 | 1 | ` animation: 40s linear 0s normal none infinite float-cloud-2;` Expected indentation of 8 spaces. | block-indent | → line 84, col 17: ` animation: 40s linear 0s normal none infinite float-cloud-2;` Expected indentation of 8 spaces. |
| 91 | 1 | `right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `padding: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `padding: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 116, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 120 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 121: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 132, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 226 | 1 | `font-size: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 226: `font-size: 56/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 17 | 1 | ` transform: translate(0, -50%);` Expected indentation of 8 spaces. | block-indent | → line 234, col 17: ` transform: translate(0, -50%);` Expected indentation of 8 spaces. |
| 239 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 254, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 256 | 1 | `height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 256: `height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 267 | 1 | `fons-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 267: `fons-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 269 | 1 | `line-height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 269: `line-height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 287 | 1 | `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 287: `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 299 | 1 | `margin-right: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 299: `margin-right: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 301 | 1 | `vertical-align: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 301: `vertical-align: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 326 | 1 | `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 326: `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 334 | 1 | `height: 280/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 334: `height: 280/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 340 | 1 | `margin: 0 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 340: `margin: 0 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 341 | 1 | `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 341: `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 350 | 1 | `margin-left: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 350: `margin-left: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 358 | 1 | `margin-left: -80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 358: `margin-left: -80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 359 | 1 | `margin-right: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 359: `margin-right: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 363 | 1 | `font-size: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 363: `font-size: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 388 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 388, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 392 | 1 | `padding: 20/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 392: `padding: 20/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 392 | 1 | `padding: 20/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 392: `padding: 20/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 396 | 13 | 1 | ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 396, col 13: ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 397 | 1 | `width: 590/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 397: `width: 590/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 401 | 1 | `width: 465/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 401: `width: 465/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 405 | 1 | `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 405: `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 407 | 1 | `margin-bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 407: `margin-bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 412 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 412: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 413 | 1 | `margin-bottom: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 413: `margin-bottom: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 421 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 421, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 423 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 423: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 424 | 1 | `line-height: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 424: `line-height: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 426 | 1 | `margin-bottom: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 426: `margin-bottom: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 450 | 1 | `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 450: `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 486 | 1 | `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 486: `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 491 | 13 | 1 | ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 491, col 13: ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 492 | 1 | `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 492: `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 518 | 1 | `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 518: `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 548 | 13 | 1 | ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 548, col 13: ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 549 | 1 | `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 549: `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 554 | 1 | `height: 740/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 554: `height: 740/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 555 | 1 | `margin: 30/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 555: `margin: 30/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 555 | 1 | `margin: 30/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 555: `margin: 30/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 555 | 1 | `margin: 30/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 555: `margin: 30/@g-base 30/@g-base 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 558 | 1 | `padding: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 558: `padding: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 560 | 1 | `font-size: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 560: `font-size: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 561 | 1 | `margin-bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 561: `margin-bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 565 | 1 | `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 565: `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 567 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 567: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 580 | 1 | `font-size: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 580: `font-size: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 581 | 1 | `height: 115/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 581: `height: 115/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 582 | 1 | `line-height: 115/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 582: `line-height: 115/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 637 | 13 | 1 | ` animation: fadeInDown 1s 0.2s ease both;` Expected indentation of 4 spaces. | block-indent | → line 637, col 13: ` animation: fadeInDown 1s 0.2s ease both;` Expected indentation of 4 spaces. |
不规范数量:220
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 16 | 1 | `margin-top: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `margin-top: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 13 | 1 | ` animation: xfys-breath 1.6s ease infinite;` Expected indentation of 4 spaces. | block-indent | → line 28, col 13: ` animation: xfys-breath 1.6s ease infinite;` Expected indentation of 4 spaces. |
| 80 | 13 | 1 | ` animation: coupon-swing 0.8s linear infinite both;` Expected indentation of 4 spaces. | block-indent | → line 80, col 13: ` animation: coupon-swing 0.8s linear infinite both;` Expected indentation of 4 spaces. |
| 82 | 13 | 1 | ` transform-origin: right;` Expected indentation of 4 spaces. | block-indent | → line 82, col 13: ` transform-origin: right;` Expected indentation of 4 spaces. |
| 149 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 149, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 150 | 1 | `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 150: `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `right: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `right: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `top: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `top: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 169 | 1 | `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 169: `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 24 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 198, col 24: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 200 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 200: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 205 | 1 | `padding-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 205: `padding-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 208 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 208, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 209 | 1 | `font-size: 35/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `font-size: 35/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 223 | 1 | `height: 527/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 223: `height: 527/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 226: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 1 | `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 230: `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 233, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 234 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `font-size: 28/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `font-size: 28/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 241 | 1 | `padding-bottom: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 241: `padding-bottom: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 242 | 1 | `padding-top: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 242: `padding-top: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 249 | 1 | `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 249: `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 258 | 1 | `font-size: 28/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 258: `font-size: 28/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 259 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 259: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 260 | 1 | `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 260: `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 266 | 1 | `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 266: `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 278 | 1 | `margin: 0 -24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 278: `margin: 0 -24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 300 | 1 | `padding-bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 300: `padding-bottom: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 301 | 1 | `padding-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 301: `padding-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 1 | `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 306: `font-size: 24/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 307 | 1 | `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 307: `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 308 | 1 | `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 308: `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 313 | 1 | `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 313: `font-size: 22/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 314 | 1 | `height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 314: `height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 315 | 1 | `line-height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 315: `line-height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 316 | 1 | `margin-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 316: `margin-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 321 | 1 | `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 321: `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 330 | 1 | `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 330: `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 331 | 1 | `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 331: `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 335 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 335: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 336 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 336: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 337 | 1 | `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 337: `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 343 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 343: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 345 | 1 | `top: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 345: `top: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 346 | 1 | `width: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 346: `width: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 351 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 351: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 352 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 352: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 353 | 1 | `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 353: `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 366 | 1 | `height: 546/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 366: `height: 546/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 368 | 1 | `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 368: `width: 375/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 371 | 1 | `height: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 371: `height: 374/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 380 | 1 | `height: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 380: `height: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 383 | 1 | `top: 1/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 383: `top: 1/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 384 | 1 | `width: 146/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 384: `width: 146/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 388 | 1 | `margin: 0 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 388: `margin: 0 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 388 | 1 | `margin: 0 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 388: `margin: 0 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 393 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 393: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 395 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 395: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 396 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 396: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 403 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 403: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 404 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 404: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 410 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 410: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 416 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 416: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 428 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 428: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 429 | 1 | `margin-right: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 429: `margin-right: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 433 | 1 | `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 433: `font-size: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 437 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 437: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 444 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 444: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 456 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 456: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 457 | 1 | `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 457: `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 477 | 13 | 1 | ` border-radius: 0.25rem;` Expected indentation of 4 spaces. | block-indent | → line 477, col 13: ` border-radius: 0.25rem;` Expected indentation of 4 spaces. |
| 480 | 1 | `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 480: `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 485 | 8 | 1 | ` -moz-transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 485, col 8: ` -moz-transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 486 | 13 | 1 | ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 486, col 13: ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 487 | 1 | `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 487: `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 493 | 8 | 1 | ` background-size: 100% 100%;` Expected indentation of 4 spaces. | block-indent | → line 493, col 8: ` background-size: 100% 100%;` Expected indentation of 4 spaces. |
| 527 | 1 | `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 527: `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 544 | 1 | `height: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 544: `height: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 545 | 1 | `margin: 0 auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 545: `margin: 0 auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 547 | 1 | `height: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 547: `height: 234/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 548 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 548: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 605 | 1 | `height: 990/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 605: `height: 990/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 611 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 611: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 614 | 1 | `height: 265/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 614: `height: 265/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 617 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 617: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 620 | 1 | `height: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 620: `height: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 626 | 1 | `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 626: `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 628 | 1 | `height: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 628: `height: 700/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 629 | 1 | `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 629: `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 634 | 1 | `bottom: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 634: `bottom: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 636 | 1 | `height: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 636: `height: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 641 | 1 | `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 641: `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 645 | 1 | `color: rgb(255, 240, 0);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 645: `color: rgb(255, 240, 0);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 646 | 1 | `line-height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 646: `line-height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 649 | 1 | `top: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 649: `top: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 653 | 1 | `font-size: 100/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 653: `font-size: 100/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 655 | 1 | `left: 347/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 655: `left: 347/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 657 | 1 | `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 657: `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 661 | 1 | `bottom: 55/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 661: `bottom: 55/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 662 | 24 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 662, col 24: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 663 | 1 | `font-size: 21/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 663: `font-size: 21/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 664 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 664: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 665 | 1 | `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 665: `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 675 | 1 | `color: rgb(255, 240, 0);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 675: `color: rgb(255, 240, 0);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 676 | 1 | `line-height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 676: `line-height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 679 | 1 | `top: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 679: `top: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 683 | 1 | `font-size: 90/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 683: `font-size: 90/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 685 | 1 | `left: 218/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 685: `left: 218/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 687 | 1 | `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 687: `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 691 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 691, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 692 | 1 | `font-size: 19/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 692: `font-size: 19/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 693 | 1 | `height: 63/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 693: `height: 63/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 694 | 1 | `line-height: 63/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 694: `line-height: 63/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 695 | 1 | `padding-left: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 695: `padding-left: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 698 | 1 | `width: 520/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 698: `width: 520/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 703 | 1 | `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 703: `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 705 | 1 | `right: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 705: `right: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 706 | 1 | `top: 7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 706: `top: 7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 707 | 1 | `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 707: `width: 140/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 711 | 1 | `height: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 711: `height: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 713 | 1 | `right: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 713: `right: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 714 | 1 | `top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 714: `top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 715 | 1 | `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 715: `width: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 1000贝壳 */` Single Comment should be use `//` | single-comment | → `/* 1000贝壳 */` Single Comment should be use `//` | ||
| 740 | 8 | 1 | ` -moz-animation: flipOutX 1s 0.3s ease both;` Expected indentation of 4 spaces. | block-indent | → line 740, col 8: ` -moz-animation: flipOutX 1s 0.3s ease both;` Expected indentation of 4 spaces. |
| 741 | 10 | 1 | ` -o-animation: flipOutX 1s 0.3s ease both;` Expected indentation of 4 spaces. | block-indent | → line 741, col 10: ` -o-animation: flipOutX 1s 0.3s ease both;` Expected indentation of 4 spaces. |
| 742 | 13 | 1 | ` animation: flipOutX 1s 0.3s ease both;` Expected indentation of 4 spaces. | block-indent | → line 742, col 13: ` animation: flipOutX 1s 0.3s ease both;` Expected indentation of 4 spaces. |
| 797 | 8 | 1 | ` -moz-animation: flipInX 2s 0.3s ease both;` Expected indentation of 4 spaces. | block-indent | → line 797, col 8: ` -moz-animation: flipInX 2s 0.3s ease both;` Expected indentation of 4 spaces. |
| 798 | 10 | 1 | ` -o-animation: flipInX 2s 0.3s ease both;` Expected indentation of 4 spaces. | block-indent | → line 798, col 10: ` -o-animation: flipInX 2s 0.3s ease both;` Expected indentation of 4 spaces. |
| 799 | 13 | 1 | ` animation: flipInX 2s 0.3s ease both;` Expected indentation of 4 spaces. | block-indent | → line 799, col 13: ` animation: flipInX 2s 0.3s ease both;` Expected indentation of 4 spaces. |
| 884 | 8 | 1 | ` -moz-animation: tada 1s 0.2s ease infinite;` Expected indentation of 4 spaces. | block-indent | → line 884, col 8: ` -moz-animation: tada 1s 0.2s ease infinite;` Expected indentation of 4 spaces. |
| 885 | 10 | 1 | ` -o-animation: tada 1s 0.2s ease infinite;` Expected indentation of 4 spaces. | block-indent | → line 885, col 10: ` -o-animation: tada 1s 0.2s ease infinite;` Expected indentation of 4 spaces. |
| 886 | 13 | 1 | ` animation: tada 1s 0.2s ease infinite;` Expected indentation of 4 spaces. | block-indent | → line 886, col 13: ` animation: tada 1s 0.2s ease infinite;` Expected indentation of 4 spaces. |
| 1012 | 1 | `height: 143/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1012: `height: 143/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1014 | 1 | `width: 235/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1014: `width: 235/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1027 | 1 | `-webkit-border-radius: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1027: `-webkit-border-radius: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1028 | 13 | 1 | ` border-radius: 5/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 1028, col 13: ` border-radius: 5/@g-base;` Expected indentation of 4 spaces. |
| 1028 | 1 | `border-radius: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1028: `border-radius: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1031 | 1 | `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1031: `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1032 | 1 | `line-height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1032: `line-height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1040 | 1 | `height: 202/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1040: `height: 202/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1041 | 1 | `width: 257/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1041: `width: 257/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1046 | 8 | 1 | ` -moz-animation: bounceOutUp 1s 0.2s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. | block-indent | → line 1046, col 8: ` -moz-animation: bounceOutUp 1s 0.2s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. |
| 1047 | 10 | 1 | ` -o-animation: bounceOutUp 1s 0.2s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. | block-indent | → line 1047, col 10: ` -o-animation: bounceOutUp 1s 0.2s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. |
| 1048 | 13 | 1 | ` animation: bounceOutUp 1s 0.2s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. | block-indent | → line 1048, col 13: ` animation: bounceOutUp 1s 0.2s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. |
| 1052 | 1 | `height: 237/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1052: `height: 237/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1054 | 1 | `top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1054: `top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1055 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1055: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1057 | 1 | `height: 262/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1057: `height: 262/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1060 | 1 | `top: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1060: `top: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1061 | 1 | `width: 331/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1061: `width: 331/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1066 | 1 | `background: rgb(255, 95, 121);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 1066: `background: rgb(255, 95, 121);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 1072 | 1 | `top: 247/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1072: `top: 247/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1073 | 1 | `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1073: `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1078 | 8 | 1 | ` -moz-animation: out 1s 0s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. | block-indent | → line 1078, col 8: ` -moz-animation: out 1s 0s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. |
| 1079 | 10 | 1 | ` -o-animation: out 1s 0s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. | block-indent | → line 1079, col 10: ` -o-animation: out 1s 0s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. |
| 1080 | 13 | 1 | ` animation: out 1s 0s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. | block-indent | → line 1080, col 13: ` animation: out 1s 0s cubic-bezier(0, 0, 0.2, 1) both;` Expected indentation of 4 spaces. |
| 1 | `/* 日历主体 */` Single Comment should be use `//` | single-comment | → `/* 日历主体 */` Single Comment should be use `//` | ||
| 1223 | 1 | `background: rgb(255, 246, 248) url("http://h0.hucdn.com/open/201617/1461758445_5d9339a2b76d7de1_750x496.png") no-repeat center bottom;` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 1223: `background: rgb(255, 246, 248) url("http://h0.hucdn.com/open/201617/1461758445_5d9339a2b76d7de1_750x496.png") no-repeat center bottom;` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 1228 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1228: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1231 | 1 | `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1231: `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1234 | 1 | `height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1234: `height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1237 | 1 | `top: -17/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1237: `top: -17/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1238 | 1 | `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1238: `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1243 | 1 | `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1243: `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1249 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1249: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1254 | 1 | `width: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1254: `width: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1258 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1258: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1259 | 1 | `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1259: `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1261 | 1 | `width: 85.7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1261: `width: 85.7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1265 | 1 | `height: 436/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1265: `height: 436/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1270 | 1 | `width: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1270: `width: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1275 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1275: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1277 | 1 | `width: 85.7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1277: `width: 85.7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1281 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1281: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1283 | 1 | `width: 85.7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1283: `width: 85.7/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1286 | 1 | `color: rgb(255, 128, 144);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 1286: `color: rgb(255, 128, 144);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 1288 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1288: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1289 | 1 | `line-height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1289: `line-height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1293 | 1 | `height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1293: `height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1294 | 1 | `line-height: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1294: `line-height: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1299 | 1 | `height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1299: `height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1300 | 1 | `line-height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1300: `line-height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 已签到 */` Single Comment should be use `//` | single-comment | → `/* 已签到 */` Single Comment should be use `//` | ||
| 1307 | 1 | `-webkit-background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1307: `-webkit-background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1307 | 1 | `-webkit-background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1307: `-webkit-background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1308 | 13 | 1 | ` background-size: 50/@g-base 50/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 1308, col 13: ` background-size: 50/@g-base 50/@g-base;` Expected indentation of 4 spaces. |
| 1308 | 1 | `background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1308: `background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1308 | 1 | `background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1308: `background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1319 | 1 | `-webkit-background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1319: `-webkit-background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1319 | 1 | `-webkit-background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1319: `-webkit-background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1320 | 13 | 1 | ` background-size: 45/@g-base 27/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 1320, col 13: ` background-size: 45/@g-base 27/@g-base;` Expected indentation of 4 spaces. |
| 1320 | 1 | `background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1320: `background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1320 | 1 | `background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1320: `background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1321 | 1 | `height: 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1321: `height: 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1325 | 1 | `width: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1325: `width: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 可领取礼物 */` Single Comment should be use `//` | single-comment | → `/* 可领取礼物 */` Single Comment should be use `//` | ||
| 1331 | 1 | `-webkit-background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1331: `-webkit-background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1331 | 1 | `-webkit-background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1331: `-webkit-background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1332 | 13 | 1 | ` background-size: 39/@g-base 30/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 1332, col 13: ` background-size: 39/@g-base 30/@g-base;` Expected indentation of 4 spaces. |
| 1332 | 1 | `background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1332: `background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1332 | 1 | `background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1332: `background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1333 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1333: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1337 | 1 | `width: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1337: `width: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1343 | 1 | `height: 57/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1343: `height: 57/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1349 | 1 | `width: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1349: `width: 600/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1351 | 1 | `color: rgb(102, 106, 254);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 1351: `color: rgb(102, 106, 254);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 1353 | 1 | `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1353: `font-size: 20/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1354 | 1 | `height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1354: `height: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1366 | 1 | `height: 49/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1366: `height: 49/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1367 | 1 | `width: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1367: `width: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1371 | 1 | `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1371: `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1374 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1374: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1377 | 1 | `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1377: `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1381 | 1 | `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1381: `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1382 | 1 | `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1382: `width: 650/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:67
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 9 | 9 | 1 | ` -ms-text-size-adjust: 100%;` Expected indentation of 4 spaces. | block-indent | → line 9, col 9: ` -ms-text-size-adjust: 100%;` Expected indentation of 4 spaces. |
| 10 | 13 | 1 | ` text-size-adjust: 100%;` Expected indentation of 4 spaces. | block-indent | → line 10, col 13: ` text-size-adjust: 100%;` Expected indentation of 4 spaces. |
| 1 | `/* 顶部版头 */` Single Comment should be use `//` | single-comment | → `/* 顶部版头 */` Single Comment should be use `//` | ||
| 33 | 1 | `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `width: 475/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `width: 475/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `height: 73/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `height: 73/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `width: 82/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `width: 82/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `margin-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `margin-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 日历头部 */` Single Comment should be use `//` | single-comment | → `/* 日历头部 */` Single Comment should be use `//` | ||
| 126 | 1 | `width: 225/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `width: 225/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 13 | 1 | ` transition: all 0.4s ease;` Expected indentation of 4 spaces. | block-indent | → line 145, col 13: ` transition: all 0.4s ease;` Expected indentation of 4 spaces. |
| 155 | 13 | 1 | ` transform: translate3d(0.1rem, 0, 0);` Expected indentation of 4 spaces. | block-indent | → line 155, col 13: ` transform: translate3d(0.1rem, 0, 0);` Expected indentation of 4 spaces. |
| 157 | 13 | 1 | ` transition: all 0.4s ease;` Expected indentation of 4 spaces. | block-indent | → line 157, col 13: ` transition: all 0.4s ease;` Expected indentation of 4 spaces. |
| 167 | 13 | 1 | ` transform: translate3d(0.9rem, 0, 0);` Expected indentation of 4 spaces. | block-indent | → line 167, col 13: ` transform: translate3d(0.9rem, 0, 0);` Expected indentation of 4 spaces. |
| 1 | `/* 日历主体 */` Single Comment should be use `//` | single-comment | → `/* 日历主体 */` Single Comment should be use `//` | ||
| 196 | 1 | `padding: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 196: `padding: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 202 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `width: 715/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `width: 715/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 207 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 207: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 208 | 1 | `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 208: `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 210 | 1 | `width: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 210: `width: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 214 | 1 | `height: 436/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `height: 436/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `width: 716/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `width: 716/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 222 | 1 | `width: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `width: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 1 | `color: rgb(255, 128, 144);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 226: `color: rgb(255, 128, 144);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 228 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 228: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 229 | 1 | `line-height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 229: `line-height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 1 | `height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 233: `height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `line-height: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `line-height: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `height: 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `line-height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `line-height: 25/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 不同状态 */` Single Comment should be use `//` | single-comment | → `/* 不同状态 */` Single Comment should be use `//` | ||
| 1 | `/* 今天 */` Single Comment should be use `//` | single-comment | → `/* 今天 */` Single Comment should be use `//` | ||
| 1 | `/* 未签到 */` Single Comment should be use `//` | single-comment | → `/* 未签到 */` Single Comment should be use `//` | ||
| 1 | `/* 已签到 */` Single Comment should be use `//` | single-comment | → `/* 已签到 */` Single Comment should be use `//` | ||
| 274 | 1 | `-webkit-background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 274: `-webkit-background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 274 | 1 | `-webkit-background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 274: `-webkit-background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 275 | 13 | 1 | ` background-size: 50/@g-base 50/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 275, col 13: ` background-size: 50/@g-base 50/@g-base;` Expected indentation of 4 spaces. |
| 275 | 1 | `background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 275: `background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 275 | 1 | `background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 275: `background-size: 50/@g-base 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 286 | 1 | `-webkit-background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 286: `-webkit-background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 286 | 1 | `-webkit-background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 286: `-webkit-background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 287 | 13 | 1 | ` background-size: 45/@g-base 27/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 287, col 13: ` background-size: 45/@g-base 27/@g-base;` Expected indentation of 4 spaces. |
| 287 | 1 | `background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 287: `background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 287 | 1 | `background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 287: `background-size: 45/@g-base 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `height: 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `height: 27/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 292 | 1 | `width: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 292: `width: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 可领取礼物 */` Single Comment should be use `//` | single-comment | → `/* 可领取礼物 */` Single Comment should be use `//` | ||
| 298 | 1 | `-webkit-background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `-webkit-background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 298 | 1 | `-webkit-background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `-webkit-background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 299 | 13 | 1 | ` background-size: 39/@g-base 30/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 299, col 13: ` background-size: 39/@g-base 30/@g-base;` Expected indentation of 4 spaces. |
| 299 | 1 | `background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 299: `background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 299 | 1 | `background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 299: `background-size: 39/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 300 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 300: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 304 | 1 | `width: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 304: `width: 39/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 更多头部 */` Single Comment should be use `//` | single-comment | → `/* 更多头部 */` Single Comment should be use `//` | ||
| 1 | `/* 更多主体 */` Single Comment should be use `//` | single-comment | → `/* 更多主体 */` Single Comment should be use `//` | ||
| 349 | 1 | `height: 220/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 349: `height: 220/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 弹窗 */` Single Comment should be use `//` | single-comment | → `/* 弹窗 */` Single Comment should be use `//` | ||
| 398 | 13 | 1 | ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 398, col 13: ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 1 | `/* 具体弹窗 */` Single Comment should be use `//` | single-comment | → `/* 具体弹窗 */` Single Comment should be use `//` | ||
| 1 | `/* 规则 */` Single Comment should be use `//` | single-comment | → `/* 规则 */` Single Comment should be use `//` | ||
| 433 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 433: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 438 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 438: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 1000贝壳 */` Single Comment should be use `//` | single-comment | → `/* 1000贝壳 */` Single Comment should be use `//` | ||
| 1 | `/* reset */` Single Comment should be use `//` | single-comment | → `/* reset */` Single Comment should be use `//` |
不规范数量:152
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 14 | 1 | `height: 300/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `height: 300/@g-base!important;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `margin-right: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `margin-right: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 17 | 1 | ` transition: top 0.3s ease;` Expected indentation of 8 spaces. | block-indent | → line 33, col 17: ` transition: top 0.3s ease;` Expected indentation of 8 spaces. |
| 40 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 21 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. | block-indent | → line 57, col 21: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. |
| 64 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 64, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 101 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 101, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 123 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 124 | 1 | `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 124: `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 130 | 1 | `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 130: `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 136, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 141 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 156 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 156, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 157 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 157, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 168 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 168, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 174 | 1 | `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 180 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 180: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 193 | 1 | `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 193: `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 199 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 199: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 200 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 200: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 201 | 1 | `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 202 | 1 | `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 204 | 1 | `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 204: `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 208 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 208: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 1 | `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 214 | 1 | `height: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `height: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 1 | `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 228 | 1 | `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 228: `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 232 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 233: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 245, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 246 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 246: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `margin-right: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `margin-right: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 266 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 266, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 267 | 1 | `vertical-align: -13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 267: `vertical-align: -13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 305 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 305: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 1 | `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 306: `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 1 | `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 306: `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 1 | `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 306: `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 310 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 310: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 311 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 311: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 317 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 317: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 321 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 321, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 322 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 323 | 1 | `margin-left: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 323: `margin-left: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 324 | 1 | `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 324: `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 327 | 1 | `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 327: `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 334 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 334: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 337 | 1 | `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 337: `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 339 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 339: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 340 | 1 | `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 340: `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 346 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 346: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 348 | 1 | `vertical-align: -5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 348: `vertical-align: -5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 354 | 1 | `bottom: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 354: `bottom: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 357 | 1 | `padding-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 357: `padding-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 359 | 1 | `right: 47/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 359: `right: 47/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 367 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 367: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 369 | 1 | `font-size: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 369: `font-size: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 377 | 1 | `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 377: `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 379 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 379, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 380 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 380: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 381 | 1 | `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 381: `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 384 | 1 | `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 384: `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 403 | 1 | `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 403: `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 403 | 1 | `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 403: `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 403 | 1 | `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 403: `height: (270+24*2)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 412 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 412: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 413 | 1 | `height: 76/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 413: `height: 76/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 416 | 1 | `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 416: `padding-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 420 | 1 | `width: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 420: `width: 86/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 422 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 422: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 423 | 1 | `margin-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 423: `margin-top: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 429 | 1 | `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 429: `height: 270/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 430 | 1 | `margin-left: (270+18)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 430: `margin-left: (270+18)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 430 | 1 | `margin-left: (270+18)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 430: `margin-left: (270+18)/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 431 | 1 | `width: 414/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 431: `width: 414/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 434 | 1 | `width: 405/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 434: `width: 405/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 437 | 1 | `padding-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 437: `padding-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 441 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 441: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 443 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 443: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 446 | 1 | `bottom: 77/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 446: `bottom: 77/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 448 | 1 | `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 448: `font-size: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 454 | 1 | `bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 454: `bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 457 | 31 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 457, col 31: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 460 | 1 | `bottom: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 460: `bottom: 65/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 463 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 463: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 465 | 1 | `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 465: `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 465 | 1 | `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 465: `padding: 6/@g-base 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 472 | 1 | `bottom: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 472: `bottom: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 478 | 25 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. | block-indent | → line 478, col 25: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. |
| 486 | 1 | `bottom: 1/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 486: `bottom: 1/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 492 | 25 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. | block-indent | → line 492, col 25: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 16 spaces. |
| 494 | 25 | 1 | ` transition: width 0.5s linear;` Expected indentation of 16 spaces. | block-indent | → line 494, col 25: ` transition: width 0.5s linear;` Expected indentation of 16 spaces. |
| 501 | 1 | `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 501: `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 503 | 1 | `vertical-align: -4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 503: `vertical-align: -4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 516 | 17 | 1 | ` transition: bottom 0.5s linear;` Expected indentation of 8 spaces. | block-indent | → line 516, col 17: ` transition: bottom 0.5s linear;` Expected indentation of 8 spaces. |
| 536 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 536, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 553 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 553: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 554 | 1 | `margin-left: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 554: `margin-left: 264/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 557 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 557: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 562 | 1 | `line-height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 562: `line-height: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 565 | 1 | `margin-bottom: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 565: `margin-bottom: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 571 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 571: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 577 | 1 | `margin-top: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 577: `margin-top: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 602 | 13 | 1 | ` border-radius: 0.2rem;` Expected indentation of 4 spaces. | block-indent | → line 602, col 13: ` border-radius: 0.2rem;` Expected indentation of 4 spaces. |
| 604 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 604, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 610 | 13 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 610, col 13: ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
| 631 | 13 | 1 | ` border-radius: 50%;` Expected indentation of 4 spaces. | block-indent | → line 631, col 13: ` border-radius: 50%;` Expected indentation of 4 spaces. |
| 654 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 654, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 662 | 13 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 662, col 13: ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
| 663 | 1 | `width: 570/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 663: `width: 570/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 668 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 668: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 670 | 1 | `vertical-align: -15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 670: `vertical-align: -15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 676 | 1 | `margin: 36/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 676: `margin: 36/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 676 | 1 | `margin: 36/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 676: `margin: 36/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 681 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 681: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 682 | 1 | `margin: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 682: `margin: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 687 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 687: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 688 | 1 | `margin-top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 688: `margin-top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 695 | 1 | `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 695: `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 695 | 1 | `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 695: `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 695 | 1 | `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 695: `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 696 | 1 | `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 696: `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 702 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 702: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 703 | 1 | `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 703: `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 707 | 1 | `font-size: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 707: `font-size: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 710 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 710: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 715 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 715: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 716 | 1 | `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 716: `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 719 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 719: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 720 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 720: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 728 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 728: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 729 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 729: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 737 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 737, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 740 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 740, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 783 | 1 | `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 783: `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 795 | 13 | 1 | ` border-radius: 0.25rem;` Expected indentation of 4 spaces. | block-indent | → line 795, col 13: ` border-radius: 0.25rem;` Expected indentation of 4 spaces. |
| 798 | 1 | `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 798: `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 803 | 8 | 1 | ` -moz-transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 803, col 8: ` -moz-transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 804 | 13 | 1 | ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 804, col 13: ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 805 | 1 | `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 805: `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 812 | 8 | 1 | ` background-size: 100% 100%;` Expected indentation of 4 spaces. | block-indent | → line 812, col 8: ` background-size: 100% 100%;` Expected indentation of 4 spaces. |
不规范数量:156
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 15 | 1 | `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 17 | 1 | ` transition: top 0.3s ease;` Expected indentation of 8 spaces. | block-indent | → line 28, col 17: ` transition: top 0.3s ease;` Expected indentation of 8 spaces. |
| 35 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 21 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. | block-indent | → line 52, col 21: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 12 spaces. |
| 66 | 17 | 1 | ` -ms-transform: scale(0.5);` Expected indentation of 12 spaces. | block-indent | → line 66, col 17: ` -ms-transform: scale(0.5);` Expected indentation of 12 spaces. |
| 67 | 18 | 1 | ` -o-transform: scale(0.5);` Expected indentation of 12 spaces. | block-indent | → line 67, col 18: ` -o-transform: scale(0.5);` Expected indentation of 12 spaces. |
| 68 | 21 | 1 | ` transform: scale(0.5);` Expected indentation of 12 spaces. | block-indent | → line 68, col 21: ` transform: scale(0.5);` Expected indentation of 12 spaces. |
| 71 | 21 | 1 | ` -ms-transform: scale(0.6);` Expected indentation of 16 spaces. | block-indent | → line 71, col 21: ` -ms-transform: scale(0.6);` Expected indentation of 16 spaces. |
| 72 | 22 | 1 | ` -o-transform: scale(0.6);` Expected indentation of 16 spaces. | block-indent | → line 72, col 22: ` -o-transform: scale(0.6);` Expected indentation of 16 spaces. |
| 73 | 25 | 1 | ` transform: scale(0.6);` Expected indentation of 16 spaces. | block-indent | → line 73, col 25: ` transform: scale(0.6);` Expected indentation of 16 spaces. |
| 79 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 79, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 120 | 21 | 1 | ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 120, col 21: ` transition: opacity 0.5s linear;` Expected indentation of 12 spaces. |
| 217 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `padding: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `margin-left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 230, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 235 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 235: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 250 | 16 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 250, col 16: ` -moz-border-radius: 50%;` Expected indentation of 12 spaces. |
| 251 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 251, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 262 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 262, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 268 | 1 | `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 269 | 1 | `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 269: `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 274 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 274: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 277 | 1 | `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 277: `margin-bottom: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 278 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 278: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 281: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 285 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 285: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 287 | 1 | `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 287: `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 293 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 293: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 294 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 294: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 295 | 1 | `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 295: `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `padding: 0 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 298 | 1 | `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 298: `vertical-align: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 302 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 302: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 303 | 1 | `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 303: `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 308 | 1 | `height: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 308: `height: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 309 | 1 | `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 309: `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 311 | 1 | `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 311: `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 322 | 1 | `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 322: `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 326 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 326: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 327 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 327: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 339 | 20 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 339, col 20: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 340 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 340: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 355 | 1 | `margin-right: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 355: `margin-right: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 360 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 360, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 361 | 1 | `vertical-align: -13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 361: `vertical-align: -13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 399 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 399: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 400 | 1 | `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 400: `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 400 | 1 | `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 400: `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 400 | 1 | `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 400: `padding: 120/@g-base 18/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 404 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 404: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 405 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 405: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 411 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 411: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 415 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 415, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 416 | 1 | `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 416: `height: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 417 | 1 | `margin-left: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 417: `margin-left: 240/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 418 | 1 | `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 418: `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 421 | 1 | `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 421: `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 428 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 428: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 431 | 1 | `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 431: `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 433 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 433: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 434 | 1 | `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 434: `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 440 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 440: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 442 | 1 | `vertical-align: -5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 442: `vertical-align: -5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 448 | 1 | `bottom: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 448: `bottom: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 451 | 1 | `padding-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 451: `padding-top: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 453 | 1 | `right: 47/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 453: `right: 47/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 461 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 461: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 463 | 1 | `font-size: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 463: `font-size: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 471 | 1 | `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 471: `bottom: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 473 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 473, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 474 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 474: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 475 | 1 | `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 475: `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 478 | 1 | `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 478: `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 682 | 1 | `padding: 36rem/@base 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 682: `padding: 36rem/@base 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 682 | 1 | `padding: 36rem/@base 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 682: `padding: 36rem/@base 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 686 | 1 | `height: 250rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 686: `height: 250rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 687 | 1 | `width: 250rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 687: `width: 250rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 700 | 1 | `height: 250rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 700: `height: 250rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 701 | 1 | `margin-left: 286rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 701: `margin-left: 286rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 709 | 1 | `margin-bottom: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 709: `margin-bottom: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 712 | 16 | 1 | ` text-overflow: ellipsis;` Expected indentation of 12 spaces. | block-indent | → line 712, col 16: ` text-overflow: ellipsis;` Expected indentation of 12 spaces. |
| 744 | 16 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 744, col 16: ` -moz-box-sizing: border-box;` Expected indentation of 12 spaces. |
| 745 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 745, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 746 | 1 | `height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 746: `height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 749 | 1 | `width: 220rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 749: `width: 220rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 753 | 20 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 753, col 20: ` -moz-box-sizing: border-box;` Expected indentation of 16 spaces. |
| 754 | 25 | 1 | ` box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 754, col 25: ` box-sizing: border-box;` Expected indentation of 16 spaces. |
| 756 | 1 | `height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 756: `height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 757 | 1 | `line-height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 757: `line-height: 60rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 769 | 1 | `width: 102rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 769: `width: 102rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 775 | 1 | `padding-right: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 775: `padding-right: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 779 | 1 | `width: 118rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 779: `width: 118rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 785 | 29 | 1 | ` box-shadow: 2rem/@base 2rem/@base 0 #fff;` Expected indentation of 20 spaces. | block-indent | → line 785, col 29: ` box-shadow: 2rem/@base 2rem/@base 0 #fff;` Expected indentation of 20 spaces. |
| 786 | 1 | `height: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 786: `height: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 788 | 1 | `right: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 788: `right: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 789 | 1 | `top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 789: `top: 24rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 791 | 24 | 1 | ` -moz-transform: rotate(-45deg);` Expected indentation of 20 spaces. | block-indent | → line 791, col 24: ` -moz-transform: rotate(-45deg);` Expected indentation of 20 spaces. |
| 792 | 25 | 1 | ` -ms-transform: rotate(-45deg);` Expected indentation of 20 spaces. | block-indent | → line 792, col 25: ` -ms-transform: rotate(-45deg);` Expected indentation of 20 spaces. |
| 793 | 26 | 1 | ` -o-transform: rotate(-45deg);` Expected indentation of 20 spaces. | block-indent | → line 793, col 26: ` -o-transform: rotate(-45deg);` Expected indentation of 20 spaces. |
| 794 | 29 | 1 | ` transform: rotate(-45deg);` Expected indentation of 20 spaces. | block-indent | → line 794, col 29: ` transform: rotate(-45deg);` Expected indentation of 20 spaces. |
| 795 | 1 | `width: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 795: `width: 12rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 807 | 21 | 1 | ` border-radius: 50%;` Expected indentation of 12 spaces. | block-indent | → line 807, col 21: ` border-radius: 50%;` Expected indentation of 12 spaces. |
| 811 | 1 | `height: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 811: `height: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 812 | 1 | `left: 65rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 812: `left: 65rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 813 | 1 | `line-height: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 813: `line-height: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 816 | 1 | `top: 65rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 816: `top: 65rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 817 | 1 | `width: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 817: `width: 120rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 866 | 1 | `height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 866: `height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 867 | 1 | `line-height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 867: `line-height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 868 | 1 | `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 868: `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 868 | 1 | `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 868: `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 889 | 13 | 1 | ` border-radius: 0.2rem;` Expected indentation of 4 spaces. | block-indent | → line 889, col 13: ` border-radius: 0.2rem;` Expected indentation of 4 spaces. |
| 891 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 891, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 897 | 13 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 897, col 13: ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
| 918 | 13 | 1 | ` border-radius: 50%;` Expected indentation of 4 spaces. | block-indent | → line 918, col 13: ` border-radius: 50%;` Expected indentation of 4 spaces. |
| 941 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 941, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 949 | 13 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 949, col 13: ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
| 950 | 1 | `width: 570/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 950: `width: 570/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 955 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 955: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 957 | 1 | `vertical-align: -15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 957: `vertical-align: -15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 963 | 1 | `margin: 36/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 963: `margin: 36/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 963 | 1 | `margin: 36/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 963: `margin: 36/@g-base auto 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 968 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 968: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 969 | 1 | `margin: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 969: `margin: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 974 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 974: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 975 | 1 | `margin-top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 975: `margin-top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 982 | 1 | `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 982: `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 982 | 1 | `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 982: `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 982 | 1 | `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 982: `margin: 24/@g-base 36/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 983 | 1 | `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 983: `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 989 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 989: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 990 | 1 | `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 990: `margin-bottom: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 994 | 1 | `font-size: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 994: `font-size: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 997 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 997: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1002 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1002: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1003 | 1 | `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1003: `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1006 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1006: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1007 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1007: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1015 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1015: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1016 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1016: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1024 | 16 | 1 | ` color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 1024, col 16: ` color: white;` Color value can be abbreviated, must use the abbreviation form |
| 1027 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 1027, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 1070 | 1 | `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1070: `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1082 | 13 | 1 | ` border-radius: 0.25rem;` Expected indentation of 4 spaces. | block-indent | → line 1082, col 13: ` border-radius: 0.25rem;` Expected indentation of 4 spaces. |
| 1085 | 1 | `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1085: `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1090 | 8 | 1 | ` -moz-transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 1090, col 8: ` -moz-transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 1091 | 13 | 1 | ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 1091, col 13: ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 1092 | 1 | `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1092: `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1099 | 8 | 1 | ` background-size: 100% 100%;` Expected indentation of 4 spaces. | block-indent | → line 1099, col 8: ` background-size: 100% 100%;` Expected indentation of 4 spaces. |
| 1121 | 1 | `height: 186/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1121: `height: 186/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1122 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 1122: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:31
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 13 | 1 | `padding-top: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `padding-top: 81/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 20 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `padding: 26/@g-base 20/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding: 26/@g-base 20/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `padding: 26/@g-base 20/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding: 26/@g-base 20/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `padding: 26/@g-base 20/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding: 26/@g-base 20/@g-base 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `padding: 25/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `padding: 25/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `padding: 25/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `padding: 25/@g-base 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `padding: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `font-size: 38/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `font-size: 38/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `line-height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `height: 216/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `margin-left: 242/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `height: 70/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 119 | 1 | `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 119: `width: 460/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 124 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 124: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 1 | `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `margin-top: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 133 | 1 | `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 133: `margin-top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `width: 245/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `line-height: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `line-height: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 30 | 5 | 1 | LESS `Parse` Error, Unrecognised input: a: last-child { | syntax | → line 30, col 5: LESS `Parse` Error, Unrecognised input: a: last-child { |
不规范数量:71
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 8 | 11 | 1 | `@selColor:#63d;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 8, col 11: `@selColor:#63d;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 8 | 1 | `:#63d;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `:#63d;Variable name must be like this `@foo-bar or @foobar` | |
| 29 | 1 | `height: 170/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `height: 170/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 国家馆 menu */` Single Comment should be use `//` | single-comment | → `/* 国家馆 menu */` Single Comment should be use `//` | ||
| 39 | 1 | `min-height: 89/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `min-height: 89/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `line-height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `line-height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `bottom: -20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `bottom: -20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `margin-left: -12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `margin-left: -12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` | ||
| 1 | `/* 类目 menu */` Single Comment should be use `//` | single-comment | → `/* 类目 menu */` Single Comment should be use `//` | ||
| 73 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `height: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `height: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `height: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `height: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `font-size: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `font-size: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `margin-right: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `margin-right: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `width: 130/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `width: 130/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `bottom: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `bottom: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `height: 3/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `height: 3/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` | ||
| 1 | `/* 大牌 */` Single Comment should be use `//` | single-comment | → `/* 大牌 */` Single Comment should be use `//` | ||
| 123 | 1 | `font-size: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `font-size: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 133 | 1 | `width: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 133: `width: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 1 | `left: -80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `left: -80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 139 | 1 | `right: -80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `right: -80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 1 | `padding: 23/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 150: `padding: 23/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `padding-bottom: 23/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `padding-bottom: 23/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `width: 176/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `width: 176/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 1 | `height: 65/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `height: 65/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 160 | 1 | `margin: 23/@base auto 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 160: `margin: 23/@base auto 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 160 | 1 | `margin: 23/@base auto 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 160: `margin: 23/@base auto 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `width: 130/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `width: 130/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` | ||
| 1 | `/* 类目 */` Single Comment should be use `//` | single-comment | → `/* 类目 */` Single Comment should be use `//` | ||
| 188 | 1 | `height: 559/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `height: 559/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 195 | 1 | `height: 338/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 195: `height: 338/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 197 | 1 | `width: 338/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 197: `width: 338/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 1 | `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `line-height: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `line-height: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 219 | 1 | `padding-left: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 219: `padding-left: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `height: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 224: `height: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 225 | 1 | `margin-right: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `margin-right: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 1 | `vertical-align: -2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 226: `vertical-align: -2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 227 | 1 | `width: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 227: `width: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 231 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 231: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 232 | 1 | `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 232: `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 1 | `line-height: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 233: `line-height: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `margin: 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `margin: 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `margin: 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `margin: 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 236 | 1 | `padding: 0 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 236: `padding: 0 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 240 | 1 | `line-height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 240: `line-height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 241 | 1 | `padding: 0 18/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 241: `padding: 0 18/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 241 | 1 | `padding: 0 18/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 241: `padding: 0 18/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `font-size: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `font-size: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 1 | `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 247 | 1 | `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 247: `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 248 | 1 | `margin-right: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 248: `margin-right: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 249 | 1 | `vertical-align: 2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 249: `vertical-align: 2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 259 | 1 | `bottom: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 259: `bottom: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 264 | 1 | `right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 264: `right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 1 | `bottom: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `bottom: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 269 | 1 | `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 269: `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 270 | 1 | `height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 270: `height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 271 | 1 | `line-height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 271: `line-height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 276 | 1 | `width: 96/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 276: `width: 96/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` |
不规范数量:39
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 11 | 1 | `: #fff; // 默认颜色Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 11: `: #fff; // 默认颜色Variable name must be like this `@foo-bar or @foobar` | |
| 13 | 1 | `: #fe4200; // 澳大利亚Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 13: `: #fe4200; // 澳大利亚Variable name must be like this `@foo-bar or @foobar` | |
| 14 | 1 | `: #3348c3; // 北美Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 14: `: #3348c3; // 北美Variable name must be like this `@foo-bar or @foobar` | |
| 15 | 1 | `: #f3125c; // 韩国Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 15: `: #f3125c; // 韩国Variable name must be like this `@foo-bar or @foobar` | |
| 16 | 1 | `: #04c780; // 欧洲Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 16: `: #04c780; // 欧洲Variable name must be like this `@foo-bar or @foobar` | |
| 17 | 1 | `: #fe92d7; // 日本Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 17: `: #fe92d7; // 日本Variable name must be like this `@foo-bar or @foobar` | |
| 25 | 1 | `height: 250/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `height: 250/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `height: 250/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `height: 250/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 34, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 35 | 1 | `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `padding-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `margin: 0 24/@g-base 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `margin: 0 24/@g-base 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `margin: 0 24/@g-base 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `margin: 0 24/@g-base 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `padding-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `padding-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `top: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `top: 2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 68, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 70 | 12 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 70, col 12: ` -moz-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 71 | 13 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 71, col 13: ` -ms-box-sizing: border-box;` Expected indentation of 8 spaces. |
| 72 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 72, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 86 | 17 | 1 | ` transform: perspective(400px) rotate3d(0);` Expected indentation of 8 spaces. | block-indent | → line 86, col 17: ` transform: perspective(400px) rotate3d(0);` Expected indentation of 8 spaces. |
| 110 | 1 | `height: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `height: 230/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 123, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 141 | 1 | `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 141: `height: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `width: 108/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `width: 108/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 152, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 223 | 20 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 223, col 20: ` -moz-box-sizing: border-box;` Expected indentation of 16 spaces. |
| 224 | 21 | 1 | ` -ms-box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 224, col 21: ` -ms-box-sizing: border-box;` Expected indentation of 16 spaces. |
| 225 | 25 | 1 | ` box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 225, col 25: ` box-sizing: border-box;` Expected indentation of 16 spaces. |
| 241 | 12 | 1 | ` -moz-border-radius: 50%;` Expected indentation of 8 spaces. | block-indent | → line 241, col 12: ` -moz-border-radius: 50%;` Expected indentation of 8 spaces. |
| 242 | 17 | 1 | ` border-radius: 50%;` Expected indentation of 8 spaces. | block-indent | → line 242, col 17: ` border-radius: 50%;` Expected indentation of 8 spaces. |
| 271 | 1 | `height: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 271: `height: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 272 | 1 | `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 272: `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 动画 - 翻出X轴 */` Single Comment should be use `//` | single-comment | → `/* 动画 - 翻出X轴 */` Single Comment should be use `//` | ||
| 355 | 13 | 1 | ` animation: flipoutX 1s ease-in forwards;` Expected indentation of 4 spaces. | block-indent | → line 355, col 13: ` animation: flipoutX 1s ease-in forwards;` Expected indentation of 4 spaces. |
| 1 | `/* 动画 - 翻入X轴 */` Single Comment should be use `//` | single-comment | → `/* 动画 - 翻入X轴 */` Single Comment should be use `//` | ||
| 370 | 13 | 1 | ` animation: flipinX 1.5s ease-out backwards;` Expected indentation of 4 spaces. | block-indent | → line 370, col 13: ` animation: flipinX 1.5s ease-out backwards;` Expected indentation of 4 spaces. |
不规范数量:89
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 12 | 1 | `@arrowData:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPCAMAAAAmuJTXAAAAY1BMVEUAAACenp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp5ODZ8eAAAAIHRSTlMA6PQN+LhUTDUvHwfSv3IaEu/j3dbObEQlx7Cak3pbPq9ZK4sAAACISURBVBjTbZDXDsMgFMUuZBIyyE63//8rq6iopQl+OsIgWUiAtRLHXrMkKpIG6ioi3AVAlSfR1fBoQRcHUY2wiOQa2j+xDaTPfZQK7oEwirTwj2v4Jb569PpNzGDuPrvQ9EGSvcFg9pWnKCMhPjGHcQuO/WVWaZg6CfGJmajZyZlqamSJ/6IzbyeHCE7zbshwAAAAAElFTkSuQmCC);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 4, col 12: `@arrowData:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPCAMAAAAmuJTXAAAAY1BMVEUAAACenp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp5ODZ8eAAAAIHRSTlMA6PQN+LhUTDUvHwfSv3IaEu/j3dbObEQlx7Cak3pbPq9ZK4sAAACISURBVBjTbZDXDsMgFMUuZBIyyE63//8rq6iopQl+OsIgWUiAtRLHXrMkKpIG6ioi3AVAlSfR1fBoQRcHUY2wiOQa2j+xDaTPfZQK7oEwirTwj2v4Jb569PpNzGDuPrvQ9EGSvcFg9pWnKCMhPjGHcQuO/WVWaZg6CfGJmajZyZlqamSJ/6IzbyeHCE7zbshwAAAAAElFTkSuQmCC);` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 4 | 1 | `:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPCAMAAAAmuJTXAAAAY1BMVEUAAACenp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp5ODZ8eAAAAIHRSTlMA6PQN+LhUTDUvHwfSv3IaEu/j3dbObEQlx7Cak3pbPq9ZK4sAAACISURBVBjTbZDXDsMgFMUuZBIyyE63//8rq6iopQl+OsIgWUiAtRLHXrMkKpIG6ioi3AVAlSfR1fBoQRcHUY2wiOQa2j+xDaTPfZQK7oEwirTwj2v4Jb569PpNzGDuPrvQ9EGSvcFg9pWnKCMhPjGHcQuO/WVWaZg6CfGJmajZyZlqamSJ/6IzbyeHCE7zbshwAAAAAElFTkSuQmCC);Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 4: `:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPCAMAAAAmuJTXAAAAY1BMVEUAAACenp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp5ODZ8eAAAAIHRSTlMA6PQN+LhUTDUvHwfSv3IaEu/j3dbObEQlx7Cak3pbPq9ZK4sAAACISURBVBjTbZDXDsMgFMUuZBIyyE63//8rq6iopQl+OsIgWUiAtRLHXrMkKpIG6ioi3AVAlSfR1fBoQRcHUY2wiOQa2j+xDaTPfZQK7oEwirTwj2v4Jb569PpNzGDuPrvQ9EGSvcFg9pWnKCMhPjGHcQuO/WVWaZg6CfGJmajZyZlqamSJ/6IzbyeHCE7zbshwAAAAAElFTkSuQmCC);Variable name must be like this `@foo-bar or @foobar` | |
| 23 | 1 | `height: 500/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `height: 500/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 优惠券配置区域 */` Single Comment should be use `//` | single-comment | → `/* 优惠券配置区域 */` Single Comment should be use `//` | ||
| 43 | 1 | `height: 230/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `height: 230/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `margin: 0 auto 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `margin: 0 auto 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `width: 714/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `width: 714/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `padding-left: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `padding-left: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `height: 230/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `height: 230/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `margin-right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `margin-right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `width: 348/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `width: 348/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` | ||
| 1 | `/* 类目title */` Single Comment should be use `//` | single-comment | → `/* 类目title */` Single Comment should be use `//` | ||
| 72 | 1 | `font-size: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `font-size: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `width: 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `width: 48/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `left: -60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `left: -60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `right: -60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `right: -60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` | ||
| 1 | `/* 类目 menu */` Single Comment should be use `//` | single-comment | → `/* 类目 menu */` Single Comment should be use `//` | ||
| 93 | 11 | 1 | `@selColor:#63d;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 93, col 11: `@selColor:#63d;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 93 | 1 | `:#63d;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 93: `:#63d;Variable name must be like this `@foo-bar or @foobar` | |
| 96 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 1 | `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 113: `height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `width: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `width: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 124 | 1 | `background-size: 23/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 124: `background-size: 23/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 124 | 1 | `background-size: 23/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 124: `background-size: 23/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `height: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `height: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 13 | 1 | ` transform: rotate(180deg);` Expected indentation of 4 spaces. | block-indent | → line 134, col 13: ` transform: rotate(180deg);` Expected indentation of 4 spaces. |
| 136 | 13 | 1 | ` transition: transform 0.2s ease-in-out 0s;` Expected indentation of 4 spaces. | block-indent | → line 136, col 13: ` transition: transform 0.2s ease-in-out 0s;` Expected indentation of 4 spaces. |
| 137 | 1 | `width: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `width: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 141 | 13 | 1 | ` transform: rotate(0deg);` Expected indentation of 4 spaces. | block-indent | → line 141, col 13: ` transform: rotate(0deg);` Expected indentation of 4 spaces. |
| 159 | 1 | `height: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `height: 150/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `width: 670/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `width: 670/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `height: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `height: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 171 | 1 | `font-size: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 171: `font-size: 26/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 173 | 1 | `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `line-height: 80/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `margin-right: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `margin-right: 0/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `width: 130/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `width: 130/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `height: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `height: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `left: 8/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `left: 8/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 1 | `top: 29/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 190: `top: 29/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `width: 14/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `width: 14/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` | ||
| 1 | `/* 类目 */` Single Comment should be use `//` | single-comment | → `/* 类目 */` Single Comment should be use `//` | ||
| 209 | 1 | `height: 559/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `height: 559/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 1 | `height: 338/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 215: `height: 338/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 1 | `width: 338/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `width: 338/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 237 | 1 | `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 237: `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 1 | `line-height: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 238: `line-height: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 239 | 1 | `padding-left: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `padding-left: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `height: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `height: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 1 | `margin-right: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `margin-right: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 246 | 1 | `vertical-align: -2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 246: `vertical-align: -2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 247 | 1 | `width: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 247: `width: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 252 | 1 | `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 252: `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 253 | 1 | `line-height: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 253: `line-height: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `margin: 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `margin: 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 1 | `margin: 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 254: `margin: 12/@base 0 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 256 | 1 | `padding: 0 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 256: `padding: 0 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 260 | 1 | `line-height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 260: `line-height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `padding: 0 18/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `padding: 0 18/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 261 | 1 | `padding: 0 18/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 261: `padding: 0 18/@base 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 264 | 1 | `font-size: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 264: `font-size: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 265 | 1 | `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 265: `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 267 | 1 | `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 267: `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 1 | `margin-right: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `margin-right: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 269 | 1 | `vertical-align: 2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 269: `vertical-align: 2/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 274 | 1 | `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 274: `font-size: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 279 | 1 | `bottom: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 279: `bottom: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 281: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 284 | 1 | `right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 284: `right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 288 | 1 | `bottom: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `bottom: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `font-size: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 290 | 1 | `height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 290: `height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 291 | 1 | `line-height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 291: `line-height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 293 | 1 | `right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 293: `right: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 1 | `width: 96/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 296: `width: 96/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 306 | 1 | `background-color: rgb(237,237,237);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 306: `background-color: rgb(237,237,237);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 307 | 1 | `padding-top: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 307: `padding-top: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 314 | 1 | `height: 94/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 314: `height: 94/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 323 | 1 | `height: 300/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 323: `height: 300/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 328 | 1 | `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 328: `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 341 | 1 | `height: 110/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 341: `height: 110/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 342 | 1 | `left: 170/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 342: `left: 170/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 344 | 1 | `top: 33/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 344: `top: 33/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 345 | 1 | `width: 410/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 345: `width: 410/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 24 | 5 | 1 | LESS `Parse` Error, Unrecognised input: li: last-child { | syntax | → line 24, col 5: LESS `Parse` Error, Unrecognised input: li: last-child { |
不规范数量:53
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 15 | 1 | `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `margin: 0 auto 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `height: 103/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `height: 103/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `height: 300/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 115 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 115, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 126 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 126, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 127 | 1 | `height: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `height: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 17 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. | block-indent | → line 135, col 17: ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. |
| 138 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 138, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 140 | 1 | `width: 560/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `width: 560/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `line-height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `line-height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 159 | 8 | 1 | ` text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 159, col 8: ` text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 166 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 166, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 174 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 174, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 194 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 194, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 208 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 208, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 247 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 247, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 290 | 23 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 290, col 23: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 304 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 304: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 310 | 1 | `width: 630/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 310: `width: 630/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 316 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 316: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 317 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 317: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 320 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 320: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 325 | 1 | `border-top: solid #333 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 325: `border-top: solid #333 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 327 | 1 | `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 327: `margin-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 331 | 21 | 1 | ` transform: translateY(-50%);` Expected indentation of 12 spaces. | block-indent | → line 331, col 21: ` transform: translateY(-50%);` Expected indentation of 12 spaces. |
| 333 | 21 | 1 | ` transition: all 0.5s linear;` Expected indentation of 12 spaces. | block-indent | → line 333, col 21: ` transition: all 0.5s linear;` Expected indentation of 12 spaces. |
| 340 | 21 | 1 | ` transform: rotate(-180deg);` Expected indentation of 12 spaces. | block-indent | → line 340, col 21: ` transform: rotate(-180deg);` Expected indentation of 12 spaces. |
| 345 | 27 | 1 | ` background-color: white;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 345, col 27: ` background-color: white;` Color value can be abbreviated, must use the abbreviation form |
| 354 | 1 | `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 354: `height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 355 | 1 | `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 355: `line-height: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `padding-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `padding-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 367 | 1 | `right: 41/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 367: `right: 41/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 371 | 25 | 1 | ` transform: translateY(-50%);` Expected indentation of 16 spaces. | block-indent | → line 371, col 25: ` transform: translateY(-50%);` Expected indentation of 16 spaces. |
| 387 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 387: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 393 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 393: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 394 | 1 | `height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 394: `height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 395 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 395: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 396 | 1 | `margin-left: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 396: `margin-left: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 401 | 1 | `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 401: `margin-left: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 404 | 1 | `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 404: `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 414 | 1 | `height: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 414: `height: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 421 | 1 | `height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 421: `height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 424 | 1 | `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 424: `top: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 436 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 436: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 441 | 1 | `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 441: `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 443 | 17 | 1 | ` overflow-scrolling: touch;` Expected indentation of 8 spaces. | block-indent | → line 443, col 17: ` overflow-scrolling: touch;` Expected indentation of 8 spaces. |
| 1 | `/* 向上淡出 */` Single Comment should be use `//` | single-comment | → `/* 向上淡出 */` Single Comment should be use `//` | ||
| 482 | 13 | 1 | ` animation: fadeoutT 1s ease-in forwards;` Expected indentation of 4 spaces. | block-indent | → line 482, col 13: ` animation: fadeoutT 1s ease-in forwards;` Expected indentation of 4 spaces. |
| 1 | `/* 淡入-从上 */` Single Comment should be use `//` | single-comment | → `/* 淡入-从上 */` Single Comment should be use `//` | ||
| 512 | 13 | 1 | ` animation: fadeinT 1s ease-out backwards;` Expected indentation of 4 spaces. | block-indent | → line 512, col 13: ` animation: fadeinT 1s ease-out backwards;` Expected indentation of 4 spaces. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file |
不规范数量:129
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 1 | `/* banner */` Single Comment should be use `//` | single-comment | → `/* banner */` Single Comment should be use `//` | ||
| 19 | 1 | `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `margin-bottom: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `height: 240/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `height: 240/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `height: 66/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `height: 66/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* banner end */` Single Comment should be use `//` | single-comment | → `/* banner end */` Single Comment should be use `//` | ||
| 1 | `/* tab */` Single Comment should be use `//` | single-comment | → `/* tab */` Single Comment should be use `//` | ||
| 56 | 1 | `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* < android4.4 */` Single Comment should be use `//` | single-comment | → `/* < android4.4 */` Single Comment should be use `//` | ||
| 70 | 13 | 1 | ` animation: showTab 0.3s ease-in-out 1;` Expected indentation of 4 spaces. | block-indent | → line 70, col 13: ` animation: showTab 0.3s ease-in-out 1;` Expected indentation of 4 spaces. |
| 1 | `/* < android4.4 */` Single Comment should be use `//` | single-comment | → `/* < android4.4 */` Single Comment should be use `//` | ||
| 77 | 13 | 1 | ` box-flex: 1.0;` Expected indentation of 4 spaces. | block-indent | → line 77, col 13: ` box-flex: 1.0;` Expected indentation of 4 spaces. |
| 81 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `line-height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `line-height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `background-color: rgb(255,73,101);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 95: `background-color: rgb(255,73,101);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 96 | 1 | `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 13 | 1 | ` transform: translate(0,0);` Expected indentation of 4 spaces. | block-indent | → line 100, col 13: ` transform: translate(0,0);` Expected indentation of 4 spaces. |
| 102 | 13 | 1 | ` transition: transform 0.3s ease-in-out 0s;` Expected indentation of 4 spaces. | block-indent | → line 102, col 13: ` transition: transform 0.3s ease-in-out 0s;` Expected indentation of 4 spaces. |
| 1 | `/* tab end */` Single Comment should be use `//` | single-comment | → `/* tab end */` Single Comment should be use `//` | ||
| 1 | `/* 本周人气王 */` Single Comment should be use `//` | single-comment | → `/* 本周人气王 */` Single Comment should be use `//` | ||
| 120 | 1 | `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 1 | `line-height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 121: `line-height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `font-size: 44/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `font-size: 44/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 127 | 1 | `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 本周人气王列表 */` Single Comment should be use `//` | single-comment | → `/* 本周人气王列表 */` Single Comment should be use `//` | ||
| 151 | 21 | 1 | ` box-flex: 1.0;` Expected indentation of 12 spaces. | block-indent | → line 151, col 21: ` box-flex: 1.0;` Expected indentation of 12 spaces. |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` | ||
| 154 | 1 | `flex: 1 1 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `flex: 1 1 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `height: 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `height: 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 156 | 1 | `margin: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 156: `margin: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 兼容android4.4以下浏览器 */` Single Comment should be use `//` | single-comment | → `/* 兼容android4.4以下浏览器 */` Single Comment should be use `//` | ||
| 159 | 1 | `width: 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 159: `width: 260/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 21 | 1 | ` box-flex: 1.0;` Expected indentation of 12 spaces. | block-indent | → line 163, col 21: ` box-flex: 1.0;` Expected indentation of 12 spaces. |
| 1 | `/* end */` Single Comment should be use `//` | single-comment | → `/* end */` Single Comment should be use `//` | ||
| 165 | 1 | `flex: 0 0 445/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `flex: 0 0 445/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 166: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 兼容android4.4以下浏览器 */` Single Comment should be use `//` | single-comment | → `/* 兼容android4.4以下浏览器 */` Single Comment should be use `//` | ||
| 169 | 1 | `width: 445/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 169: `width: 445/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `line-height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `line-height: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 1 | `line-height: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 198: `line-height: 20/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 204 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 204: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 206 | 1 | `width: 445/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 206: `width: 445/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 208 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 208: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 209: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `width: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `width: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 216 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 216: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 217 | 1 | `height: 70/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 217: `height: 70/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 218 | 1 | `line-height: 35/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 218: `line-height: 35/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 224 | 1 | `color: rgb(153,153,153);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 224: `color: rgb(153,153,153);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 225 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 225: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 1 | `line-height: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 226: `line-height: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 227 | 1 | `margin-top: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 227: `margin-top: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 1 | `border: 2/@base solid rgb(255,201,209);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 230: `border: 2/@base solid rgb(255,201,209);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 231 | 1 | `border-radius: 7/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 231: `border-radius: 7/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 233 | 1 | `height: 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 233: `height: 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 1 | `margin-left: 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 234: `margin-left: 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 236 | 1 | `width: 170/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 236: `width: 170/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 1 | `background-color: rgb(255,128,148);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 238: `background-color: rgb(255,128,148);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 239 | 1 | `border-radius: 7/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 239: `border-radius: 7/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 241 | 1 | `height: 11/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 241: `height: 11/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 246 | 1 | `margin-top: 55/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 246: `margin-top: 55/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 249 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 249: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 256 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 256: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 257 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 257: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 263 | 1 | `border-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 263: `border-radius: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 264 | 1 | `bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 264: `bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 266 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 266: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 267 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 267: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 1 | `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 270 | 1 | `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 270: `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 272 | 1 | `width: 132/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 272: `width: 132/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 275 | 1 | `background-color: rgb(222,222,222);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 275: `background-color: rgb(222,222,222);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 279 | 1 | `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 279: `font-size: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 280 | 1 | `height: 131/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 280: `height: 131/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 281 | 1 | `left: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 281: `left: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 282 | 1 | `line-height: 131/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 282: `line-height: 131/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 285 | 1 | `top: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 285: `top: 100/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 286 | 1 | `width: 131/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 286: `width: 131/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 本周人气王 end */` Single Comment should be use `//` | single-comment | → `/* 本周人气王 end */` Single Comment should be use `//` | ||
| 1 | `/* 今日人气榜 */` Single Comment should be use `//` | single-comment | → `/* 今日人气榜 */` Single Comment should be use `//` | ||
| 295 | 1 | `margin-top: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 295: `margin-top: 18/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 标题 */` Single Comment should be use `//` | single-comment | → `/* 标题 */` Single Comment should be use `//` | ||
| 301 | 1 | `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 301: `font-size: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 302 | 1 | `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 302: `height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 303 | 1 | `line-height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 303: `line-height: 90/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 311 | 1 | `height: 45/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 311: `height: 45/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 312 | 1 | `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 312: `margin-right: 12/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 314 | 1 | `width: 45/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 314: `width: 45/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 标题 end */` Single Comment should be use `//` | single-comment | → `/* 标题 end */` Single Comment should be use `//` | ||
| 1 | `/* 列表 */` Single Comment should be use `//` | single-comment | → `/* 列表 */` Single Comment should be use `//` | ||
| 324 | 1 | `border-right: 1pt solid rgb(221,221,221);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 324: `border-right: 1pt solid rgb(221,221,221);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 325 | 1 | `border-top: 1pt solid rgb(221,221,221);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 325: `border-top: 1pt solid rgb(221,221,221);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 337 | 1 | `width: 355/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 337: `width: 355/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 340 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 340: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 341 | 1 | `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 341: `margin-right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 343 | 1 | `width: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 343: `width: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 346 | 1 | `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 346: `font-size: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 347 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 347: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 348 | 1 | `margin-top: 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 348: `margin-top: 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 349 | 1 | `padding: 0 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 349: `padding: 0 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 353 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 353: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 354 | 1 | `height: 56/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 354: `height: 56/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 355 | 1 | `line-height: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 355: `line-height: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `margin: 15/@base 15/@base 11/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `margin: 15/@base 15/@base 11/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `margin: 15/@base 15/@base 11/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `margin: 15/@base 15/@base 11/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `margin: 15/@base 15/@base 11/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `margin: 15/@base 15/@base 11/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `margin: 15/@base 15/@base 11/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `margin: 15/@base 15/@base 11/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 360 | 1 | `line-heigth: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 360: `line-heigth: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 361 | 1 | `margin: 0 15/@base 15/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 361: `margin: 0 15/@base 15/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 361 | 1 | `margin: 0 15/@base 15/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 361: `margin: 0 15/@base 15/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 361 | 1 | `margin: 0 15/@base 15/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 361: `margin: 0 15/@base 15/@base 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 364 | 1 | `color: rgb(255,128,148);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | hex-color | → line 364: `color: rgb(255,128,148);` Color value must use the hexadecimal mark forms such as `#RRGGBB`. Don't use RGB、HSL expression | |
| 365 | 1 | `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 365: `font-size: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 368 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 368: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 372 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 372: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 373 | 1 | `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 373: `margin-left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 377 | 1 | `bottom: 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 377: `bottom: 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 379 | 1 | `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 379: `font-size: 24/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 381 | 1 | `right: 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 381: `right: 15/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* 列表 end */` Single Comment should be use `//` | single-comment | → `/* 列表 end */` Single Comment should be use `//` | ||
| 1 | `/* 今日人气榜 end */` Single Comment should be use `//` | single-comment | → `/* 今日人气榜 end */` Single Comment should be use `//` |
不规范数量:22
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 10 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUQ4MTY0QUEzMUQ3MTFFNjlCOTFFNEM3MjAwRjkyMjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUQ4MTY0QUIzMUQ3MTFFNjlCOTFFNEM3MjAwRjkyMjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRDgxNjRBODMxRDcxMUU2OUI5MUU0QzcyMDBGOTIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRDgxNjRBOTMxRDcxMUU2OUI5MUU0QzcyMDBGOTIyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp06RhkAAAYBSURBVHjaxFl7TJVlGP+JdwRvXELwgqCClxVGVuZKIdNcM21eiql/mLmstdWWq+mqGbhpW/7hWmvq0jYr06wsZ2o5UdPMC+qWmoqEiEqR0xAxQIV+D88Dh4Pi+b7vHPHZfnvP+c57+Z33fW7v87WqHfMigpRBRCaRTqQSvYgIogtRRlwliokTRB6xnTgezIKtPJJOJGTgNCLJw/g/iS+IlcSZu026H/EekUW0QfByg1hDZBOnnQ4Kc9ivA/E+cZSYESLCsHlm2LzZtk5ISPcn9toOt8fdEZn3XVunf7CkxxIHiTS0jKTZek97JT2F+IHojJYVWe97W98VaXFhnxPtcG+kna2f6ZS06NS395BwY+LCY0Ag0mK9ay0weJcukcCcF4AJTwZLXHh81dSrNCU9jxga1DIPpAArcoDnngLCQ+JshM/85khL4Hg7qOkzHwUWzdWdrjvgkGnYW8bvFtLZQfnhQcnAmzOB1pyy4KyFjlDFoDpe2U1Jc0VM9Z7BtAJem64k128BNmyz5yE1zOeNZwPpl4jWnqd7nAlecm/mciXAqm+Aa5X6PLJTKEkL19mNSWcFNd3oEdqu28wUqAYov6rfu3W9tW9ER2D6eJpXqpeVsupJDyb6eCbclioxdCDJ3gR25+mzkn+07RXXJAJwmeULmSJNBOLjvKzWW/gK6VFB7XKfeHqJtkBhsU8tSi8x/S8HesQAXS0L6Mx7wcI3gCjb/bgorytmCOmH3NtyW9/nHrHanv3Lv8+RE2qgIx7U789m6B84Z/0GJHklnS6kU1wNiYsGPmFqHRluMStC27Ir/v127NN2fIaSH24xa9EyoOI/YAjdbkS4F9IpYa70WXY453Ug4T5gYLJ5CFu4ssq/794jwIVSoG9PYNwTQGyU6v1p+vC8o+oeJRh50Oswu4Q6k4mjOSTegusg/9+qq/2/19YynK/Tzy/TxYYzfWhDr9qOZLfu1ufPeDKnyDDH+bIc8fhGmWLmcHqOAK7918PA5p1Md9r7oqPseN4xPYXEBPqCfq7zbSF9xVHXJB5zTHc1JAnTXSOVeIV5jNbN/IGPvwROFDayiRg9ha2/mI9/zC3p8jCrSzi4KSZqe/g4L/8b9fNsRv742DvnGdd54V7wEXDxsu10d2137resMNUT6SJHXbtZ5iaL7zkE7DqoYVpSUJGKa82PvVymxKuqVT3qAtBF2sF1PT13UiSkT7oaIkcrsuRT4MBR3/OyAAeWz735cCVJR/ue1dSorbiTk2FWqgosl8q1jepmLo67tmAp8OMO+70s8By7DgDbdvtcpRho2RW3pPNEEXMddT1zznczaagPcaeWruaBlagKOJFDf2h7v+ly4Xm3pHNlp49JEA7Y9TSPt7yCbqqn5hSNRfLngmJ3S49It3DvqhYpPI/Xp6ZrAna/yV3d/pt+njw2uMw4gR5n5DCeFD3L9n1uRgrP2nrSK8QsAg757ie1+HEjebwDvBGW69gr0zQ6/rzHmS2Y2RrPhktAgZUO7iziptZu0oXfeZVqEu2e9KzJwLAhwL80wM82uBm5znj6XWylwFgV+IA2adopN+4l8/RC66j0QpufOwuYNFbVYvEyJe5MqoyfHtaC5IYyxyWr6owM6Kf30EumMB9O6gWM4VUrmm6wpPT2vroDpxz1CDB/DpCWquq1aDmw/3c3u7yYWN+QBjUpqkslZ6+jKmkbHtLMSYyIY1Rd6mIV3VfRBXV/HTlVNKPdkP56sxGRvOUDquWpM24IM8fFcIkMzZGG1c72Oy6NJTJVnTqON/JhPnK3+Hj+mY25miRJLuJcxEofJk75JZzNvL6QHHSzqyKkXBAkzeyToCpRQzX6mxqXzwzvfKkXPyMJOnej7sUSnJAWmXIPy71CeDrxtdNSb73IgAmO8+3QiSQ5E5sjHIi0yBa7rR9pIcKyTrqpJrySrksqzXpzHPlx7+qQY+vkO6mPOZFKc+4MZVgNff8XCrlh8w22+SsdXVeDfGMrxtLXw/hCM/IWeWN7O5FdyoDv3bjUUTrZLV+MuMKudPXvxnMtHfYs/wswAOKZfjq4POgiAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 10: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUQ4MTY0QUEzMUQ3MTFFNjlCOTFFNEM3MjAwRjkyMjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUQ4MTY0QUIzMUQ3MTFFNjlCOTFFNEM3MjAwRjkyMjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRDgxNjRBODMxRDcxMUU2OUI5MUU0QzcyMDBGOTIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRDgxNjRBOTMxRDcxMUU2OUI5MUU0QzcyMDBGOTIyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp06RhkAAAYBSURBVHja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";Variable name must be like this `@foo-bar or @foobar` | |
| 11 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTQ3N0ZDRUYzMUQ3MTFFNjlCOTFFNEM3MjAwRjkyMjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTQ3N0ZDRjAzMUQ3MTFFNjlCOTFFNEM3MjAwRjkyMjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NDc3RkNFRDMxRDcxMUU2OUI5MUU0QzcyMDBGOTIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NDc3RkNFRTMxRDcxMUU2OUI5MUU0QzcyMDBGOTIyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmwNEcsAAAXaSURBVHjazFlrUFVVFP64vlAknJxezqCFiZQvjLAhMR4xKZOh0/SYsqKpKXKajPphBGH5IKsph/4UjT0tMx+TaSpUY4SVFIkgGmoojzSyIlIRwlLoW+19BBnuPftc7gXWzDfnXrh7re/ss/ba39onoD3pAfTQriYSiSgiggglhhMhxAniFHGEOECUEl8SlT0JGOAl6csJGTiPCPNifDWxmnibqHU62OXw91cSq4gqIttLwtDjsrWfVdqvz0kHEouJfcS9xED4xgZqf+J3iY7jE9LjiGJiETEE/rEheuaLdbwekZ5J7CIi0TsWqePN8pb07cRm4gL0rkm8TTq+I9JSwj4gBqNvbLCOn2hKWnLq4z4k3Jm48Ai3Iy2rd63eGPqDCY+PulaVrqSfJqaif5nwyXRHWgr8U+iftrDzBtR5k1hiXIdHjgBmxwExrFCjLgGGclhLK/e3OqDoB+Dzb4DT/3aqwoOAm2KBuGiumDHAMD7tv08D9b+xMpcDW4qAP4/b1XHhd3dn7TGWOEgM8KxUAoA7WULn3cIs0/d35izQ3AIEB/G56Qf3RyPw0ltAOTVSJDXUwgeBiy5U/2trA5qagaBhnDIdrpU3sPpTrqYCoL3dXfQ2vSgPW6SXExm2hJ9MZdmfoRxv5+a1uZDarUZ9l9mcSsF3183UfZyDs4yRvwNIvoFTwZupPAys2QqUVaqnIP4irgBSEoAbY9T3gq+BFe95Iv6i8LRIi9Ia45H0bdwc0+5QjzUnD/i+wv3N3T+XD3J2x98+3AK8+4l7MtdNBrIeUWn2xjpgw2fuWPwsPOV5TrAlHBIMpM7R9/qme8JiQuydjcDWr9R3ucp397On/IlfMYkj8bq30cJXSMfbLryUeJXDxXuAb3ebrfc8lvuyA+pqYuJX/EucFI+UEoT0tbYOp01R1/wi8yLV+g8L6MvqamqWfyte9xYlpMfbOgu9VF33Vjmrrp5Sojuz/FvxurfxLtt8Fgsaqq6nWvy7hVj+rXhu8tqlm1AzZyFBfhalmopUKPcW7DLSy7X16jo5wr+kJ+qmpfqIx1sT0idtnRWX6SqS6F/Sc5PUtaTC06+aXPpcwrNt26G2XtmSZ8X6h/DM6dxRI1Qc2WltSNcZ5fTK9erzAjbPV4X5Pi3SU9VnieN5wde5tFAyqKHUBZu2A4MoDJ99VCk9X9jFI5U/EU8bv1BxPNtBlz6qMrPX2ESUVirCOY8ridkTG87S9nw6MILbdsle7p7rTEaVCulC4yAiK5e9Dhw9RjFLGbBIZsjLc5tAtoCLF3CXGAXUHCX5POXf3gqF9I9aPZlvAFmvKtEeRSmaldaho43PlXijz8xnCQ1X2jszl5q81WSk8Ky0oq1xFLT+d3aTK1gsWXhir6HCfcicuPwue76SozJe/DT8ZRpZeLZbkVbqzsDcan7hLOeqNithmhlx+b/87vpINS6DhOt+NU5OzRMDngv7v/mWW5XtbpIj4g1MkT2Un3EkHU4JM/oyYGd597kpKZHJVIqP1oRfYR2odRJtbVfSYhSzSHN8IiqPtny/SpPxbJ8iWMN37la943mL7jE2wlM6CO+vdhJFxAjbJjR2Jd2oT3XiHFcCmfFd+4DpJD42lHqYD+y7CkVQupCcdLWbSg6LxnY2w2IvEBvOdXRd3gQE6uNW705JZaNY/oRKkxNNXDbbgFuT1N+PNbBi5DrJYcuYb4iRtsIdaeg2vcTrozHZMDIeVtXhXOJx013GOnz8pFNv8s6GCwY/ndc7u3nnInIu3+tDSOnIk2cA0ZPUQhUB1Nbm1Iv0aclQL5ZgQhr6fLivjnuF8D3EetOjXstkwBwjve1baxJl7Y6wHWmxAt2tl/cSYYkTpVMT3pIWq9Krd6mul/5Kh6U6jm3Lb6p0pNzI262JxPty7Ogjsme0vwnav5Fqcvry8xBxH9QrDpmZGi/J1ujx47S/Q46Kkw/ejcssJaDj3bicowTpLl8WcbNu6ax344VaDntt/wkwAJ48qmoH2dW4AAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 11: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTQ3N0ZDRUYzMUQ3MTFFNjlCOTFFNEM3MjAwRjkyMjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTQ3N0ZDRjAzMUQ3MTFFNjlCOTFFNEM3MjAwRjkyMjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NDc3RkNFRDMxRDcxMUU2OUI5MUU0QzcyMDBGOTIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NDc3RkNFRTMxRDcxMUU2OUI5MUU0QzcyMDBGOTIyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmwNEcsAAAXaSURBVHja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";Variable name must be like this `@foo-bar or @foobar` | |
| 31 | 1 | `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 41, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 42 | 1 | `width: 428/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `width: 428/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `padding: 0 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `padding: 0 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `margin-left: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `margin-left: 34/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `margin-top: -14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `margin-top: -14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 13 | 1 | ` border-radius: 0.25rem;` Expected indentation of 4 spaces. | block-indent | → line 113, col 13: ` border-radius: 0.25rem;` Expected indentation of 4 spaces. |
| 116 | 1 | `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `padding: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 8 | 1 | ` -moz-transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 121, col 8: ` -moz-transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 122 | 13 | 1 | ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. | block-indent | → line 122, col 13: ` transform: translate3d(-50%, -50%, 0);` Expected indentation of 4 spaces. |
| 123 | 1 | `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `width: 670/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 8 | 1 | ` background-size: 100% 100%;` Expected indentation of 4 spaces. | block-indent | → line 129, col 8: ` background-size: 100% 100%;` Expected indentation of 4 spaces. |
| 164 | 1 | `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `margin-right: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `margin-top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `margin-top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `margin-bottom: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `margin-bottom: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `margin-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `margin-top: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `padding: 14/@g-base 42/@g-base 15/@g-base 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `padding: 14/@g-base 42/@g-base 15/@g-base 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `padding: 14/@g-base 42/@g-base 15/@g-base 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `padding: 14/@g-base 42/@g-base 15/@g-base 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `padding: 14/@g-base 42/@g-base 15/@g-base 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `padding: 14/@g-base 42/@g-base 15/@g-base 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 188 | 1 | `padding: 14/@g-base 42/@g-base 15/@g-base 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 188: `padding: 14/@g-base 42/@g-base 15/@g-base 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:32
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 7 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 7: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 16 | 1 | `height: 186rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `height: 186rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 17 | 1 | `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `padding-top: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `padding-top: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 20 | 1 | `margin-bottom: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `margin-bottom: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `width: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `width: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `background-size: 60rem/@g-base 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `background-size: 60rem/@g-base 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `background-size: 60rem/@g-base 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `background-size: 60rem/@g-base 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `margin-left: 300rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `margin-left: 300rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 1 | `font-size: 36rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `font-size: 36rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `line-height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `line-height: 60rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `padding-left: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `padding-left: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `padding-top: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding-top: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `font-size: 24rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `font-size: 24rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `font-size: 28rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `font-size: 28rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `line-height: 80rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `margin-left: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `margin-left: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `margin-right: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `margin-right: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `padding: 13rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `padding: 13rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `padding: 13rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `padding: 13rem/@g-base 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `font-size: 28rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `font-size: 28rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `font-size: 24rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `font-size: 24rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `margin-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `margin-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 24 | 1 | ` color: red;` Color value can be abbreviated, must use the abbreviation form | shorthand | → line 92, col 24: ` color: red;` Color value can be abbreviated, must use the abbreviation form |
| 93 | 1 | `font-size: 30rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `font-size: 30rem/@g-font-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `height: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `height: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `margin-top: -20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `margin-top: -20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `right: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `right: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:22
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 5 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 5: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 8 | 1 | `: 46.875;Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `: 46.875;Variable name must be like this `@foo-bar or @foobar` | |
| 16 | 1 | `height: 186rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `height: 186rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `padding-top: 28rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `padding-top: 28rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 1 | `margin-bottom: 25rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `margin-bottom: 25rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `height: 84rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `height: 84rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `width: 60rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `width: 60rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `background-size: 60rem/@baseFont 84rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `background-size: 60rem/@baseFont 84rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `background-size: 60rem/@baseFont 84rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `background-size: 60rem/@baseFont 84rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `height: 84rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 84rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `margin-left: 300rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `margin-left: 300rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `font-size: 36rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `font-size: 36rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 1 | `height: 60rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `height: 60rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `line-height: 60rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `line-height: 60rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `padding-left: 80rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding-left: 80rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `padding-top: 24rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `padding-top: 24rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `font-size: 28rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `font-size: 28rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `right: 48rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `right: 48rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `top: 24rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `top: 24rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `font-size: 24rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `font-size: 24rem/@baseFont;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 1 | `padding-left: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `padding-left: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `top: 11rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `top: 11rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 22 | 5 | 1 | LESS `Parse` Error, Unrecognised input: .container_main { | syntax | → line 22, col 5: LESS `Parse` Error, Unrecognised input: .container_main { |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 105 | 5 | 1 | LESS `Parse` Error, Unrecognised input: input: :-webkit-input-placeholder { | syntax | → line 105, col 5: LESS `Parse` Error, Unrecognised input: input: :-webkit-input-placeholder { |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | 1 | LESS `Parse` Error, Unrecognised input: @follow_gray: "data:image/png; | syntax | → line 4, col 1: LESS `Parse` Error, Unrecognised input: @follow_gray: "data:image/png; |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 2: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:43
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 6 | 1 | `height: 280/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 6: `height: 280/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 12 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 12: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 13 | 1 | `left: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `left: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 15 | 1 | `top: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `top: 75/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 16 | 1 | `width: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `width: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 20 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 21 | 1 | `left: 170/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `left: 170/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 1 | `top: 59/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `top: 59/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `background-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `background-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `margin: 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `margin: 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `top: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `padding-left: 13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `padding-left: 13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `height: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `height: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `margin-bottom: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `margin-bottom: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `margin-top: 22.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `margin-top: 22.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `width: 515/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `width: 515/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `padding: 33/@g-base 25/@g-base 0 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `padding: 33/@g-base 25/@g-base 0 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `padding: 33/@g-base 25/@g-base 0 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `padding: 33/@g-base 25/@g-base 0 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `padding: 33/@g-base 25/@g-base 0 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `padding: 33/@g-base 25/@g-base 0 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `height: 293/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `height: 293/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `padding: 0 40/@g-base 0 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `padding: 0 40/@g-base 0 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `padding: 0 40/@g-base 0 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `padding: 0 40/@g-base 0 35/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `height: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `height: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `height: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `margin-top: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `margin-top: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `margin-top: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `margin-top: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 1 | `right: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `right: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `top: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `top: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 244 | 5 | 1 | LESS `Parse` Error, Unrecognised input: span: first-child { | syntax | → line 244, col 5: LESS `Parse` Error, Unrecognised input: span: first-child { |
不规范数量:28
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 6 | 1 | `padding: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 6: `padding: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 10 | 1 | `height: 233/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 10: `height: 233/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 11 | 1 | `width: 690/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 11: `width: 690/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 15 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 16 | 1 | `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 16: `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `margin-top: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `margin-top: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `margin-bottom: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `padding-left: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `padding-left: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `margin-bottom: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `margin-bottom: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `padding-left: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `padding-left: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `border-radius: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `border-radius: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `line-height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `line-height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `top: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `top: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `width: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `width: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `border-radius: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `border-radius: 4/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `margin-right: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `top: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `top: 3/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `width: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `width: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `line-height: 44/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `margin-left: 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `margin-left: 46/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `width: 640/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `width: 640/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `margin-top: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `margin-top: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:19
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 13 | 1 | `height: 2004/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `height: 2004/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 20 | 1 | `height: 722/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `height: 722/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `height: 296/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `height: 296/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `height: 296/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `height: 296/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `height: 296/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `height: 296/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `height: 296/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `height: 296/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 13 | 1 | ` animation: breath 1.5s infinite ease;` Expected indentation of 4 spaces. | block-indent | → line 48, col 13: ` animation: breath 1.5s infinite ease;` Expected indentation of 4 spaces. |
| 52 | 1 | `height: 178/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `height: 178/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `left: 285/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `left: 285/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `top: 705/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `top: 705/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 13 | 1 | ` transform: scale3d(1, 1, 1);` Expected indentation of 4 spaces. | block-indent | → line 57, col 13: ` transform: scale3d(1, 1, 1);` Expected indentation of 4 spaces. |
| 58 | 1 | `width: 178/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `width: 178/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `left: 280/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `left: 280/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `top: 960/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `top: 960/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `height: 579/ @g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `height: 579/ @g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 113 | 13 | 1 | ` transform: translate(-50%,-50%);` Expected indentation of 4 spaces. | block-indent | → line 113, col 13: ` transform: translate(-50%,-50%);` Expected indentation of 4 spaces. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 14 | 1 | `height: 2004/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `height: 2004/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 20 | 13 | 1 | ` animation: breath 1.5s infinite ease;` Expected indentation of 4 spaces. | block-indent | → line 20, col 13: ` animation: breath 1.5s infinite ease;` Expected indentation of 4 spaces. |
| 24 | 1 | `height: 178/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `height: 178/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `left: 285/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `left: 285/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `top: 705/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `top: 705/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 13 | 1 | ` transform: scale3d(1, 1, 1);` Expected indentation of 4 spaces. | block-indent | → line 29, col 13: ` transform: scale3d(1, 1, 1);` Expected indentation of 4 spaces. |
| 30 | 1 | `width: 178/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `width: 178/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `left: 280/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `left: 280/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `top: 1000/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `top: 1000/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `height: 547/ @g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `height: 547/ @g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 13 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 87, col 13: ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
| 93 | 1 | `height: 377/ @g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `height: 377/ @g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 13 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. | block-indent | → line 98, col 13: ` transform: translate(-50%, -50%);` Expected indentation of 4 spaces. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 58 | 5 | 1 | LESS `Parse` Error, Unrecognised input: .main-head { | syntax | → line 58, col 5: LESS `Parse` Error, Unrecognised input: .main-head { |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 4 | 1 | 1 | LESS `Parse` Error, Unrecognised input: @follow_gray: "data:image/png; | syntax | → line 4, col 1: LESS `Parse` Error, Unrecognised input: @follow_gray: "data:image/png; |
不规范数量:45
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 17 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `margin-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `margin-right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `padding-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `padding-left: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `padding-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `padding-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `padding: 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `padding: 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `padding: 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `padding: 32/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `width: 556/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `width: 556/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `margin-left: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `margin-left: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `width: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `width: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `height: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `height: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `width: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `width: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `height: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `height: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `width: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `width: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `height: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `height: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 17 | 1 | ` animation: showTab 0.3s ease-in-out 1;` Expected indentation of 8 spaces. | block-indent | → line 108, col 17: ` animation: showTab 0.3s ease-in-out 1;` Expected indentation of 8 spaces. |
| 119 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 119: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 121 | 1 | `padding-left: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 121: `padding-left: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 122 | 1 | `padding-right: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `padding-right: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 131: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `padding: 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `padding: 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `padding: 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `padding: 30/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 148 | 1 | `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 148: `margin-right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 150: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 155 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 155: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 156 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 156: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `width: 558/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `width: 558/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 187 | 1 | `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 187: `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 193 | 1 | `bottom: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 193: `bottom: 150/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 194 | 1 | `height: 143/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 194: `height: 143/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 196 | 1 | `right: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 196: `right: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 197 | 1 | `width: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 197: `width: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 202 | 1 | `height: 143/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `height: 143/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 203 | 1 | `width: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 203: `width: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* tab */` Single Comment should be use `//` | single-comment | → `/* tab */` Single Comment should be use `//` |
不规范数量:35
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 2 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 2: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 20 | 1 | `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 20: `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 23 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 23: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `padding: 28.5/@g-base 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `padding: 28.5/@g-base 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `padding: 28.5/@g-base 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `padding: 28.5/@g-base 33/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `padding-left: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `padding-left: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 8 | 1 | ` -moz-overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 49, col 8: ` -moz-overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 50 | 9 | 1 | ` -ms-overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 50, col 9: ` -ms-overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 51 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 51, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 57 | 8 | 1 | ` -moz-overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 57, col 8: ` -moz-overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 58 | 9 | 1 | ` -ms-overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 58, col 9: ` -ms-overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 59 | 13 | 1 | ` overflow-scrolling: touch;` Expected indentation of 4 spaces. | block-indent | → line 59, col 13: ` overflow-scrolling: touch;` Expected indentation of 4 spaces. |
| 60 | 1 | `padding-left: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `padding-left: 29/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 61 | 1 | `width: 540/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 61: `width: 540/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `font-size: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `border-radius: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `border-radius: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `line-height: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 82 | 1 | `margin-left: 13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 82: `margin-left: 13/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `top: -2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `top: -2/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `width: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `width: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `width: 435/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `height: 64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `height: 64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `top: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `top: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `width: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `width: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 106 | 1 | `height: 64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 106: `height: 64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `right: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 1 | `top: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `top: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `width: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `width: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:87
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 2 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 2: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 4 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAECUExURUxpcV1dXVZWVlBQUFJSUlVVVWpqak1NTVZWVldXV1hYWE1NTVRUVFhYWGxsbIeHh39/f52dnZOTk1hYWE9PT1BQUFRUVFpaWk9PT1BQUKKiomNjY1JSUnR0dFBQUE5OTk5OTlJSUk5OTv////+yvAIBAfb29szMzObm5tnZ2ba2tvn5+cXFxf39/ampqdLS0uLi4vDw8Ozs7Gpqat3d3f+3wf/y9LCwsP/Hzqx2fdvb27y8vP/p7DExMf/ByRoXGP/U2S0eH/CmsFcfK//2+Prf411dXdK2ufywuplpbz0qLIBVWveAhayPk+HDyE01ONaUnWlJTeVndp9tc72CiWo7OkAcL1AAAAAjdFJOUwD3ok/3kwT+3gvNcPD38fn8+fmyKvsUvjo//vWH9x15W7pfuz9/9QAAAkhJREFUOMvFlFdjmzAQx5kR2OCB97YrBBgww8bbieM4O+luv/9XKRLg4LbhoS/9PyDp9NNxdxoU9U+66FdbzWr/IhmL/dNUNyflWIywjFCTO71Ch64JDItRnpO5ikjWg447tWlW5KWCObYgkTU2C1JX5GkfakVAFpSgNtU8ABQDnsko1sBk6vmwx4SYZPi6rvubAP6hsWXgqUCgqDoHN2Ffg3+V5eq6p3E4tGnwLgWhpuuGG3qjRiXLNeC7mgaWPMSZCooGMzSW+aiCIzqDmoB8XN7KMstbmY/3g8v8qSFFWKsAM0VXCTYoZ2PFIcH4ZTZWjnKobJOkfssxruYyyiGnR6Fe7s9SMQ7IJx27QjDBI6MZQjM3hZUQAiapby7CxsR8jxDanmPIId4aBGvYkW+ELq0U5u3jsckQjDEje2CGsd1eX80f56sdPhxutMrpEiyvvCV3PVfVz+hJVVeLk7HHEqzOnSqxUlX1BqHnsJknnMaJVLoiEN6pWF/3a9xcxcY4A4r6kGzqVTj7uF4/r79gLnJn0a3koubiJMLA1Bd0PB7RTdjbEVu7crrPTXl6Cu07en39RrBbUlup+vYksNx4WSw5JLbD4Sd6CduHdrFtuFIz/XSwtZnj9O4/YW799CP8fpQduw3AGUXlSrgoymyBCxdq9QB8cl2qaaoOyKHRgAcni91uMYGKmT5ryfMENuROgkJ5ubVt01FoJzq5ZxjF0OYm2HZGrQHPNBpMNz8EPUPzFFA/f/3yQg0IAzEVh8BxAi9S/1G/ADU3jj5ExUYCAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 4: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAECUExURUxpcV1dXVZWVlBQUFJSUlVVVWpqak1NTVZWVldXV1hYWE1NTVRUVFhYWGxsbIeHh39/f52dnZOTk1hYWE9PT1BQUFRUVFpaWk9PT1BQUKKiomNjY1JSUnR0dFBQUE5OTk5OTlJSUk5OTv////+yvAIBAfb29szMzObm5tnZ2ba2tvn5+cXFxf39/ampqdLS0uLi4vDw8Ozs7Gpqat3d3f+3wf/y9LCwsP/Hzqx2fdvb27y8vP/p7DExMf/ByRoXGP/U2S0eH/CmsFcfK//2+Prf411dXdK2ufywuplpbz0qLIBVWveAhayPk+HDyE01ONaUnWlJTeVndp9tc72CiWo7OkAcL1AAAAAjdFJOUwD3ok/3kwT+3gvNcPD38fn8+fmyKvsUvjo//vWH9x15W7pfuz9/9QAAAkhJREFUOMvFlFdjmzAQx5kR2OCB97YrBBgww8bbieM4O+luv/9XKRLg4LbhoS/9PyDp9NNxdxoU9U+66FdbzWr/IhmL/dNUNyflWIywjFCTO71Ch64JDItRnpO5ikjWg447tWlW5KWCObYgkTU2C1JX5GkfakVAFpSgNtU8ABQDnsko1sBk6vmwx4SYZPi6rvubAP6hsWXgqUCgqDoHN2Ffg3+V5eq6p3E4tGnwLgWhpuuGG3qjRiXLNeC7mgaWPMSZCooGMzSW+aiCIzqDmoB8XN7KMstbmY/3g8v8qSFFWKsAM0VXCTYoZ2PFIcH4ZTZWjnKobJOkfssxruYyyiGnR6Fe7s9SMQ7IJx27QjDBI6MZQjM3hZUQAiapby7CxsR8jxDanmPIId4aBGvYkW+ELq0U5u3jsckQjDEje2CGsd1eX80f56sdPhxutMrpEiyvvCV3PVfVz+hJVVeLk7HHEqzOnSqxUlX1BqHnsJknnMaJVLoiEN6pWF/3a9xcxcY4A4r6kGzqVTj7uF4/r79gLnJn0a3koubiJMLA1Bd0PB7RTdjbEVu7crrPTXl6Cu07en39RrBbUlup+vYksNx4WSw5JLbD4Sd6CduHdrFtuFIz/XSwtZnj9O4/YW799CP8fpQduw3AGUXlSrgoymyBCxdq9QB8cl2qaaoOyKHRgAcni91uMYGKmT5ryfMENuROgkJ5ubVt01FoJzq5ZxjF0OYm2HZGrQHPNBpMNz8EPUPzFFA/f/3yQg0IAzEVh8BxAi9S/1G/ADU3jj5ExUYCAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | |
| 5 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAEFUExURUxpcVdXV1VVVU5OTlBQUJ2dnU9PT1NTU19fX1FRUVRUVFVVVU5OTl1dXYiIiFdXV3Jyck5OTk9PT1ZWVq6urlhYWFJSUnp6elNTU5SUlE9PT05OTmlpaY6OjoKCgmhvcpGRkWxsbP////+yvObm5o/l/01NTf78/fDw8FlbXOrq6vn4+FRWVzMzM/+1v7u7u8/Pz8fHx96dpdD0///w8vX19ba2tt/f3//J0LDu/3t8fPz8/NPU2P/j50I7PJ3p/8Ty/7vw/934/6mpqdjY2LyHjv/Z3v/R2LeFi551erOCiKx9g1VISf/T2ajo/ePj42aBisjm8sKMk+m8yf+/x6jFzvOqsxazVdsAAAAidFJOUwDU8lcn+jb3B/2eEk309cHxa2Lk/rEc8Yf6d0Tv/vH99e9uMjZyAAACUklEQVQ4y7WUZ5PaMBCGbWMjZGyD6eVKIneKTe9wB6FcLyn//69kLXEEbnK+L8k7w2jZfSztSlpx3L9WQhQTezNZjWUqekwR30KF+Fsog1VVyIBLyQsoffFFKmtFFfF6ElwpdIZTyZCqeDVChnZMF9IBWHv1WxqSC3bZIc65DROKgjt1a/WhnTbJqeqSXXTcWp9oMscpRVIzTXP6HgpVIy6E6jMeMtMcMPvk73JgCtfMclzcBtMlH2kKs+VSUAJ/Wf+Yggz7QzvcHig6EpNwnG1hthWF2Yzi4iqJklRiWEmKxNZZhvGzSMxB9LC4yApAX2lyCRxNkYtYiBXUT7CyTgs9+wT7RkutpqndwBh77aPgwTGQQ0yki+a8RqPhwT47vfm85xw5iFSh9xqxz8fWFSG9kWHc3Bn+I4DL0AHSMrRSxG5R11qSnWEYm2bzxjD8OVlZYxpIK3Tf8gH9d211t0AZ35vNDQx+r2tdh34XsaaJFfeLdv0QM+7v6TAaM2yQ3zcdop1yZT3R8Obh4S4c/Seam3Om7DtQT7PZrB8QvW2CbkNsaVkrqDh1aGc+oCVYM4guFp3OYgHGbmXBqjVBPLS9KOQo9grJdTrs99MBbPmsxo6eB+jbiee9vIbbRuU/1qVL7+UXzpw8IzqWWu2JZ5LedjcabefO1J7MzMCunFBJTE/zfHI4UmYOUeEYUwQaG+Lc+tl1XHMdeOwVKB6nxomYegeCzGcFjLJ8PttmFzx+sqqMpGCg4T/fxm2t3Rqg0runUMnzvCwev41yKiVXuf+i3zBgjU3oiYNEAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 5: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAEFUExURUxpcVdXV1VVVU5OTlBQUJ2dnU9PT1NTU19fX1FRUVRUVFVVVU5OTl1dXYiIiFdXV3Jyck5OTk9PT1ZWVq6urlhYWFJSUnp6elNTU5SUlE9PT05OTmlpaY6OjoKCgmhvcpGRkWxsbP////+yvObm5o/l/01NTf78/fDw8FlbXOrq6vn4+FRWVzMzM/+1v7u7u8/Pz8fHx96dpdD0///w8vX19ba2tt/f3//J0LDu/3t8fPz8/NPU2P/j50I7PJ3p/8Ty/7vw/934/6mpqdjY2LyHjv/Z3v/R2LeFi551erOCiKx9g1VISf/T2ajo/ePj42aBisjm8sKMk+m8yf+/x6jFzvOqsxazVdsAAAAidFJOUwDU8lcn+jb3B/2eEk309cHxa2Lk/rEc8Yf6d0Tv/vH99e9uMjZyAAACUklEQVQ4y7WUZ5PaMBCGbWMjZGyD6eVKIneKTe9wB6FcLyn//69kLXEEbnK+L8k7w2jZfSztSlpx3L9WQhQTezNZjWUqekwR30KF+Fsog1VVyIBLyQsoffFFKmtFFfF6ElwpdIZTyZCqeDVChnZMF9IBWHv1WxqSC3bZIc65DROKgjt1a/WhnTbJqeqSXXTcWp9oMscpRVIzTXP6HgpVIy6E6jMeMtMcMPvk73JgCtfMclzcBtMlH2kKs+VSUAJ/Wf+Yggz7QzvcHig6EpNwnG1hthWF2Yzi4iqJklRiWEmKxNZZhvGzSMxB9LC4yApAX2lyCRxNkYtYiBXUT7CyTgs9+wT7RkutpqndwBh77aPgwTGQQ0yki+a8RqPhwT47vfm85xw5iFSh9xqxz8fWFSG9kWHc3Bn+I4DL0AHSMrRSxG5R11qSnWEYm2bzxjD8OVlZYxpIK3Tf8gH9d211t0AZ35vNDQx+r2tdh34XsaaJFfeLdv0QM+7v6TAaM2yQ3zcdop1yZT3R8Obh4S4c/Seam3Om7DtQT7PZrB8QvW2CbkNsaVkrqDh1aGc+oCVYM4guFp3OYgHGbmXBqjVBPLS9KOQo9grJdTrs99MBbPmsxo6eB+jbiee9vIbbRuU/1qVL7+UXzpw8IzqWWu2JZ5LedjcabefO1J7MzMCunFBJTE/zfHI4UmYOUeEYUwQaG+Lc+tl1XHMdeOwVKB6nxomYegeCzGcFjLJ8PttmFzx+sqqMpGCg4T/fxm2t3Rqg0runUMnzvCwev41yKiVXuf+i3zBgjU3oiYNEAAAAAElFTkSuQmCC";Variable name must be like this `@foo-bar or @foobar` | |
| 15 | 1 | `width: 690/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `width: 690/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `margin-bottom: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `margin-bottom: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `border-radius: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `border-radius: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `font-size: 28/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `text-indent: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `text-indent: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `width: 688/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `width: 688/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 1 | `/* WebKit browsers */` Single Comment should be use `//` | single-comment | → `/* WebKit browsers */` Single Comment should be use `//` | ||
| 1 | `/* Mozilla Firefox 4 to 18 */` Single Comment should be use `//` | single-comment | → `/* Mozilla Firefox 4 to 18 */` Single Comment should be use `//` | ||
| 1 | `/* Mozilla Firefox 19+ */` Single Comment should be use `//` | single-comment | → `/* Mozilla Firefox 19+ */` Single Comment should be use `//` | ||
| 1 | `/* Internet Explorer 10+ */` Single Comment should be use `//` | single-comment | → `/* Internet Explorer 10+ */` Single Comment should be use `//` | ||
| 53 | 1 | `left: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `left: 37/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `padding: 0 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `padding: 0 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `top: -16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `top: -16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `border-radius: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `border-radius: 45/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `margin-bottom: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `margin-bottom: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `margin: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `width: 690/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `width: 690/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 73 | 1 | `margin-bottom: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 73: `margin-bottom: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 78 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 78: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `margin-top: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `background-size: 750/@g-base 360/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `background-size: 750/@g-base 360/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 1 | `background-size: 750/@g-base 360/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 92: `background-size: 750/@g-base 360/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `height: 360/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `height: 360/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 100: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `top: 182/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `top: 182/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 1 | `height: 62/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `height: 62/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 110 | 1 | `line-height: 62/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 110: `line-height: 62/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 111 | 1 | `margin-top: 212/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 111: `margin-top: 212/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `padding: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `padding: 0 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `width: 690/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `width: 690/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 122 | 1 | `height: 195/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `height: 195/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `margin-top: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 127 | 1 | `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `line-height: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `margin-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `margin-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `height: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `height: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `width: 620/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `width: 620/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 144 | 1 | `height: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `height: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `margin-left: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `margin-left: 15/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `width: 590/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `width: 590/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `height: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `height: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `margin: -6/@g-base 0 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `margin: -6/@g-base 0 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `margin: -6/@g-base 0 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `margin: -6/@g-base 0 0 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `height: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `height: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 164 | 1 | `width: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 164: `width: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 169 | 1 | `line-height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 169: `line-height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `margin: 12/@g-base 0 0 -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `margin: 12/@g-base 0 0 -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 170 | 1 | `margin: 12/@g-base 0 0 -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 170: `margin: 12/@g-base 0 0 -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 172 | 1 | `width: 84/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 172: `width: 84/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 177 | 1 | `left: 595/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 177: `left: 595/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `margin-top: -6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `margin-top: -6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `border-radius: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `height: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `height: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `width: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `width: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 190 | 1 | `height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 190: `height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `line-height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `line-height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `margin: 12/@g-base 0 0 -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `margin: 12/@g-base 0 0 -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `margin: 12/@g-base 0 0 -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `margin: 12/@g-base 0 0 -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 194 | 1 | `width: 84/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 194: `width: 84/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 1 | `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 198: `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 200 | 1 | `top: -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 200: `top: -42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 201 | 1 | `width: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 201: `width: 88/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 205 | 1 | `border-radius: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 205: `border-radius: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 207 | 1 | `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 207: `height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 208 | 1 | `line-height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 208: `line-height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 220 | 1 | `left: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 220: `left: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 222 | 1 | `top: 31/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 222: `top: 31/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 228 | 1 | `background-size: 38/@g-base 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 228: `background-size: 38/@g-base 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 228 | 1 | `background-size: 38/@g-base 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 228: `background-size: 38/@g-base 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 229 | 1 | `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 229: `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 1 | `margin-top: -64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 230: `margin-top: -64/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 244 | 1 | `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 244: `height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 245 | 1 | `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `line-height: 38/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 246 | 1 | `margin-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 246: `margin-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:44
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 2 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 2: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 10 | 1 | `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 10: `height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 11 | 1 | `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 11: `line-height: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 12 | 1 | `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 12: `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 17 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 19 | 1 | `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 19: `padding-left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 26 | 1 | `line-height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `line-height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 21 | 1 | ` transform: translateX(0px);` Expected indentation of 12 spaces. | block-indent | → line 36, col 21: ` transform: translateX(0px);` Expected indentation of 12 spaces. |
| 41 | 1 | `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `top: 0/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `top: 0/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `width: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `width: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `background-size: 40/@g-base 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `right: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `top: 0/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `top: 0/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `width: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `width: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 66 | 1 | `right: -160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 66: `right: -160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 70 | 1 | `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `width: 160/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `height: 100/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `height: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 93 | 1 | `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 93: `height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 94 | 1 | `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `left: 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `top: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `top: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 1 | `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 97: `width: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `line-height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `line-height: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `margin: 12/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `margin: 12/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 105 | 1 | `margin: 12/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 105: `margin: 12/@g-base auto 10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 1 | `height: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `height: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 122 | 1 | `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 124 | 1 | `height: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 124: `height: 16/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `top: 0/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `top: 0/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 13 | 1 | ` animation: fadeEleme 1s ease;` Expected indentation of 4 spaces. | block-indent | → line 132, col 13: ` animation: fadeEleme 1s ease;` Expected indentation of 4 spaces. |
不规范数量:35
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 2 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 2: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 18 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 18, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 26 | 1 | `height: 910/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `height: 910/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 27 | 1 | `left: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `left: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 29 | 1 | `right: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `right: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `height: 634/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `height: 634/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 17 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. | block-indent | → line 76, col 17: ` transform: translate(-50%, -50%);` Expected indentation of 8 spaces. |
| 77 | 1 | `width: 530/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `width: 530/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `font-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `top: 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 92 | 8 | 1 | ` -moz-transition: all 0.35s;` Expected indentation of 4 spaces. | block-indent | → line 92, col 8: ` -moz-transition: all 0.35s;` Expected indentation of 4 spaces. |
| 93 | 13 | 1 | ` transition: all 0.35s;` Expected indentation of 4 spaces. | block-indent | → line 93, col 13: ` transition: all 0.35s;` Expected indentation of 4 spaces. |
| 94 | 1 | `width: 124/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 94: `width: 124/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `height: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `height: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `font-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `font-size: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 143 | 1 | `line-height: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 143: `line-height: 130/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 144 | 1 | `padding-left: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `padding-left: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 149 | 1 | `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 149: `font-size: 26/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 151 | 1 | `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `top: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `top: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 158 | 1 | `height: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 158: `height: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `right: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `right: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 162 | 1 | `top: -60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 162: `top: -60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 163 | 1 | `width: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 163: `width: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 167 | 1 | `height: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 167: `height: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 169 | 1 | `width: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 169: `width: 110/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `border-radius: 0 0 14/@g-base 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `border-radius: 0 0 14/@g-base 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 175 | 1 | `border-radius: 0 0 14/@g-base 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 175: `border-radius: 0 0 14/@g-base 14/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 177 | 13 | 1 | ` box-shadow: 0 20/@g-base 30/@g-base #e4e1e1;` Expected indentation of 4 spaces. | block-indent | → line 177, col 13: ` box-shadow: 0 20/@g-base 30/@g-base #e4e1e1;` Expected indentation of 4 spaces. |
| 180 | 1 | `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 180: `font-size: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 181 | 1 | `height: 780/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 181: `height: 780/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `padding: 40/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `padding: 40/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `padding: 40/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `padding: 40/@g-base 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 189 | 13 | 1 | ` transition: all 0.3s ease-in;` Expected indentation of 4 spaces. | block-indent | → line 189, col 13: ` transition: all 0.3s ease-in;` Expected indentation of 4 spaces. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 20 | 5 | 1 | LESS `Parse` Error, Unrecognised input: li: nth-child(1) { | syntax | → line 20, col 5: LESS `Parse` Error, Unrecognised input: li: nth-child(1) { |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 76 | 5 | 1 | LESS `Parse` Error, Unrecognised input: .comments-item { | syntax | → line 76, col 5: LESS `Parse` Error, Unrecognised input: .comments-item { |
不规范数量:20
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common";` must be appear in the beginning of the file | |
| 2 | 1 | `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 2: `@import "../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 4 | 1 | `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 4: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVAAAAFQCAMAAADeNtbrAAAA9lBMVEUAAACi4P+h4f+i4f+j4f+i4f+k4f+h4f+l4P+y9f+w//+i4f+o6v+i4f+i4P+i4f+j4v+j4f+j4P+i4/+j4f+k6f+u5/+i4f+i4f+j4f+j4f+i4f+j4f+j4f+i4P+r7f+j4f+i4f+i4f+h4f+h4P+i4P+i4v+h4f+j4/+p5f+i4P+i4P+h3/+j4f+i4v+j4/+i4f+n5P+i4P+j4v+h4f+h4v+i4f+i4f+j4P+j4v+j4v+i4f+k4P+h4P+h4P9vyfr///+d3/96zvx0zPv6/f/o9/++6v/w+v+M1/6r4/+A0PzV8P/c8//J7v+85v2T1/yn3vzz+//ZNABKAAAAPnRSTlMAfP14lXFI9ysEAtUPbOq1hYBpPR8LCLzy5aKQfVxZE8L62ct1ZmFEJBfhz8msizfdGzVA7LGpmo10T0xRQTb6eX8AABL8SURBVHja7JvpkppAFIVpkE1EBVeMoI4y7ts4q6Y6P/IAef+3SSqppFLJXGiwgds43yOc6r7n3EMj4aSzbBsPLe0c3IeubaszhRBlptq2G94HZ631YLSXHemDeLpLY68FrkIYUNxA2xvLrvTBe5hLYx6oJAVqMDeWpvTBH6rH/WeXXIn7eX+sSh90FydfIZxQ/NPilieAudBCwp1QW9zk/R89BArJCCV4GEm3RLWt2SRjbK19IyP1h5oqyQX1BjSNUfND02TUTirJHfVUk0qJafikIHyjfL4/mqukQNR5qWy/uvBJ4fiLskxT03AJCtxS3PxOSyVoUFuil341TSGoUDSRPR+dnGJL2pkjlPOnpHMRLz5aOcWU1GzNyFU0K4Nto7exDl79sd/XJ7I80fv9x7p3sDa9xnZQaZKrmLWEcnzDJmnZDRpjy9NpLLpnjRuDHUmLbUiisPTTHcqXp81KpwnRV5unl3TH1V9KItC5kOR82k7rMk2NXJ9uP5HkXPCP0uo+8fCsNKw+5UDfalQSj9I98n10dJ/wmj+v+5Qj/fVzwut/j7k1MU9KoqPZW8mUO/Kql+igKie0ft92k0zNXp1mRr2XZKK6bQkjXQ2Jmik01RB+zT8yR09nu6K5sNo6zKH0KOGi2mIenFOd5oY+ZR6nLVR2X2M0d+fJoznjPTmMdo+ohDJmbBlprNMC0MdNtkyKZRc1z2xGNJ3QgphM2QzqjCJA1ULCwMudTAtEvnshDIQIrv3ijcWJ7mjh3LH409tC4g5/d69YFAVWBb3bdwOG2WnJFAmyxTBLgwJD/siOd/YNGjl/SrqJd3y7sLqkHTs+hw2dIkNvDGMHaUG7vaGQGAZ1ipD6gMSgFJJIY+3oFYG1A4b/GmtNUt6Yl9jbPqFomcTe+0vOGb/rx0Ulj6LGi4tQfq5m340pQ5wxKm9/D3nsxJQlOSraCWOO5yMVgMeYQxp2pJyoudHTs4f+eP5C7kVPUjenzb4WHed3ByoMh110xM9F0ZFKonhGF+Wj0J9JFCqwNOWnp7OmgrF2ilW0FqnnK/Kw9B7ea6SiwK3PZ34OhLruv9EHxc3RTqS/i+Lu/7t9pNdnmJ66IYFpIqmR02A1CUwIJPyM96MdymaJlfqugJ3J9AlMpU+Fpl8hMH42Tcklyo4QV0tsTKKs6SIBZNV/NgS1o7+RG/n2owaBGdNSMCYw3Dv8tgKXIVNaEqZwWaK0Ja6M3mA9hds2Ydawom8jroHJJhCOwPHzfyyHQNgcw1M1gPVE+yUuHXewokE1B4N3BCo/2Tg42Vv94mbOZ8wZXXBqmEBDGpZqfv7GGoLGxKV5MsNb8Hc2rw957KBnAlGa/PkvUwJx5rAhlX0/eo9xdhtTbQbu77TEgHv9rHZlAgUr0EEJ+hAYeQCWo9VsEmhF+L4umkklkzR6BPt5xH3yt69fvnz9Rq+kD3b4xwxW+Cbm7x0/9PyhKL2WepP/Uq8RANSB/stP6NVYBEBL3YESgB7FDC9BaY8ApOxGTVdMg+clKGz1brqF6QS9t0H+PoSboFSHXumcUpX0CtAwYX+/xE9Q6gHNkzLiGOnRNyIcBaVrfvF+D73/pNjhKSiF3o/upYR0ZkCiRz5AeQuqA/l+1uHzTGQowCcProLSw5DLY5KlkAk0A0HhNLqUkuADlQjuBJqJoDJQk/gcWmVHiP+POAtKH52ru2bTFrmj5ywo2N/bJnsLKvCF5y4ofOlbV0amIfYVKStBqTe8LjrNxf6IxF1Q8BPTnPGAKu93IqJ89PhO3rn3pBEFUdzyUpDClvrGovhqSlFbU2PS6LiahXVT8Pt/nCbWVdSzsK/LnVPPn/z5yx1m5szcuwaAdrFLUlzNckBptm4MAJW9DEe0XsQmqLDIBFDZwke0nnrusa15ivQkc0Ab22mnIfUidUYyBVSaaY8oPqCOfpMplCGgiw4+oilTfF94ZAao9NMletwktTl6pAeZAlpop2mXqmW+OfwLGQMaNacvV6fbTMxN/IPMAS2UkptOtRb/AQ2CPwPPGwzGgeQsfERbtcTXE0rCo2DkPmmUN9JS4qsMX7ibTpGh507IG0qu2ktq3e/g96iFRmP3lcaSqy4goJ1oW4T8gA7dN8r3jO4ls0iqZe4aNPDeAvUCyVGFdqLKaYn88szIBRpJntrHlVOSlOSw+MoSuFC5HtGukyAt1dkmnXe314l1eyeZhCeg2HO6gqN4tTbTDcAZC+mNZNDip9j7ojWYks5FqwDPmEQli85hWqrF3qhXOzq+u06tTFG/GXvrvsLVdeIDav6I4v6zgiKeq2a6ziDJov2YMb/ClZLsAcVpaSVexB+LWlkDKscw5uNFfE/Uyh7QHo75OBHfFr2yB1TacWK+wrYAbhHoepyYhyu2mrdFLAJtwPXbV9YyW8TbBCrt2TbzGVvE2wSKY/7sBdAOW8TbBIpjvvPCqy9StZ2WgeL2s1idHB/TRbxdoOuzxskVsqreNtDerMLpEM0+dA/nrAItoEnI4TPPNcJ73FaB4lvfa89/oYQPDdgF+h3+iU6fJil+6so+0A1E7Op5fkxXNNkGKqVp0+RakfCWgmWgTVSJhhbeT8adUMtAl6e9indK+BdqG+jGtJddLtmcJgVAoeN0+Qi0xTVN0gEUTZZaj84I1/xYCVA4Tf7nj3yjs+40AG1Ev5SzxNfIKwBacCIXRb9S7tXbBioXkcvhHaqlOzVAzyNd+zLlZVnrQPto3eHBu+Mzl2cAvffdKOUItAcdvKjGU++S2Gyg9647D6CLOM3jJH8i6hUN1J8PUDmJSPOnnC+22Ae6FdHNVwi9Ow0hL82IQV2H6y6NmqQkuxF1U4vQDNVQNslyhD1SZLr7oQnoJjLtFxZWOasmBUBh3bQKvSZH9Ms+UHFgIbpCOPFUArQEN8OXOMtQDUC3YGV/xjj/0AH0GK7dfuas6zUAbcKHxiqcdb0GoLuwVfpN6YaqANqHn6btcDZKGoAuw97zCPxK8AUVDUB/AHRHC4ecnacGoJtwjbnFOJTXAbSB3BF4J5HhGyohHHv2nfyCNxTLhJt3OgxmuIFX/g+B+naBHnC6dxqAIv/uAPrLXcldwXjge25seT54oVZbyHehw/wBqCA5Kxi5yYRfqFWWlAqI3VyADr2kLPELtcrKJgh0HiE/dlNrLBPSBhSHvPmkNHQzaPKMagMKk5L5silIEe/4hVptQHHZ9NE00DT5CL9QywD0o/HWM3AzKpBQ2oDC1tOEOYIzUva8pA0oNEeM23eDrEAHEkobUGjfGTeY/axAfQmlDSg0mI2PQLysQD0JpQ0oHIGYGNK9F6BwSGdijPxeQn4djZFNLDq8l6T0l7wzWIkYCIJoLnrwvOA3eN57MhezmIiQ//8Z9yQEnqKT6lBY9QmPndlOT3cVDjpUjOKklE04ilMxLJZS2OOwWMk4Y8inJ44z1g3c6psjbg1mHLitGwnXt+/MnkB4JLxwaUHfYPZ6pMOlhbq1Gv0TiBtQXKs5afHrbWsd2vb3p9uRx8Wvk1YT19alddzJ7E8JVxPPWJ6d329Nc4V6lU24PFu/3j1v7YBeP8YvuQH9br37RVw3CQ47H3szoGxAUGSRwTz/17c8W2TITVwUNT3X9m5A0cSl2mYI7s/u/p0bULQZKjbCmlvT/UTdgKIRlt6qTdFo4oaTGVC2ais2E7w1ibbxLjegbCaot7sUPNDxM50bULa7LDZkbSKNd7kBRUNWtWVwElC0DFabWgcBZVNrse16ElC2XRcHAyQB5WAAcXRFEtAfoyuGq+YSDQKKV+hVHP+TBJTjf8QBVUlAOaBKHKEWBJQj1MQhf0lAOeRPHEOZBJRjKGuCUhnoukx/1rLaAuWg1JooXwa6TB1aXIFylG9R2DQDnbrkCpTDpsVx6ElAOQ5dHNgfBPQ3gf3D48EznwT0mYumvS4Hz3wSUDzxl2Gvp4djtX0Q0E/y7a4ncSAK4/h5AC0gKkiIQSGAGl+ia4y6LonJKW1jtsFkd7//p1kCd+YZaI9AKfyuuP5nTmbaDvRUv1cVMvP2L0u7FPSHY+KTzHzD02SsQccTke/nKajXcEx8opm/VBselCf76/t5Cnrpmngy8+bHz10KWnJMPJt58/9BdihoG46JZzNvvYa3S0F/OiaeeDFvSzsUlG9JL8LUwPR1oV0K2gdTE6oLoj7QRSxBg39To4k/s59RHoIO6iC6wpVhOjmZgn6MvgrzEPQSTFm4yh6I84LOl7ugkVoVzkHsVcThBsyFGqw8aOibhWp1AeZGXHqA4b69Kejnx9Ro4vfsZ8qgsW8Wq9UvMD1x6pqWaCa7vIabskC74nYLw/NnRkGD0NgzUKsSmFtxq57AcFd09UG5ODTkjNXsAMxJVeYogykV1GB1QTnfQZekUEp0ZuInJ/sS3d6gB3Cfmdya+OZZdGuD8jMomjJfqwjmQQ0SBP2ciPMR9AFMsSUL7IOpe2pAgjK5COrVwezLIrUiYP8Pw/YGPQZTrInYlmjnSJPY2qBHHdcCtS7RM01ge4OeGRYoeUVieABd5nXGzQl6gXmvRWwb/XCgSSzzwu3GBB0MbVs8X6L2fWn0TRsT9DjpAuVaV2A6bZ1va4O2O2CuWpJQE5ZH+myCBvE48heKxnGgVoUSqKYkVTkE1Vcmy6BBTGpykTlpH9RhRRIrg2q8KpFh0CBcw5vQ1waosqTQNQz9+oMGkZ9KRIqaB74radyBO1Uiq6BBuI639afg7iSVd1CdJyUyChqv4/vcUwfUuxDpj0549JRYT1D7wNuH3nuE4cjEPIN705nsg8br+IT8Bu5Z0qpeg7vXqeyD2t4PaCr34K6rklqvCKrR1okNCBqt/hpOuwGq2BODF3BDT3UTgv5v706W0waCMADPr11IAiGBAGE2sxhv2DjesOPJJeUckkve/2VSqcohldDa0DIi+R7hr+npUU/V6FMmPAX9Gft9YFmYHvYLpfoGmmaFSiH280yWSQeEnhCBFl7yPRA6LCMNBEuEQItuShYIGssqcLCf2+SUIp67rOTY1HSxnxOwzLYgbPqcUMCDrF+qONj3NyBs2QF8EJQZJxTwZHAFn54zBQSfHaKxQspWX8Sj1uUPR6QQ9JH+IPYChBYn5P3s+nde/viuBcLCZgcyQJmWtETfeekD5ikoBjvYCyhzTsj11xVfOS/7CmQOygs7nLkE4eQy30TpPMu9pLs8AWFpshzYOzJRixPy+v3P93deOovMc2ezXKxBaZ/yeO/fvnzOdJ7/8u2dl++0Dcqa5cSnE73lR+aWztNneWmMo9boUYlYn+MGy03g0Ila/IhYdJ5OwHI02SGi1x8Nur9jN2G56sh0onN+JOZ0nnKH5cwAbcqPwhQ0g+XOB60l8dqTWqD5rACvoIUzXnOzELRXVgRzBJrS57XWV0AbmawQwQq0TZPXWHMD2ipgBQmWoLk1PpBaLmjLgBWm6yFCr6atSeohgtdlBbIdRAh1XkN6iAiOzQplq4jwPOC1M3hGBNVmBZtEJtqu3XfoZTsyzwkjlJUoHmtV9vojqs0zfh/FpkYj0tsNyts/abaHKCd16fZS7wRRPJuVpLtEJOWe18C9gkjLLitNsEKk9lT4RSpN24i0CliJghGiKYIfoAYKoo0CVirzFdFOWgIPoGatE0R7NVnZfMR4Fvb+7vQZMXxWAUNGjFDICVQzRAzZYJXo7BBb98Id8/XYaseuwyoycRDHvRKq30tXLuI4E1aZYIxYQ0uYSCVriFjjgFWo4SOeIsjo2VIQz2+waq13iKcI0PBPFcTbrVnl7CUSeDqttPCl0ycksLSZAMwXJDGcz3hFZvMhkngxmRiMBZJwpzqvgD51kcTCYMKwV0ik/TDgJRs8tJHISohyp7o9TZnrvDT6XMFPdejuf9o6SKh9fcFLcXHdRkLOlgkn0JDYsNfkBWv2hkhMC5iIOh4EyTRVmvA6TFDmBxkpKL0LiedOuugpSEH+IMphaZ/JCqm4j5d9nqP+5aOLVFYTJrTGzQIpKS2rn0uYVktBSosb0Zr737qvSG94PW9KPDOpOb8eIr3XLquD8xGycJ8eri50npJ+cfXw5CKL0TmrC8NBVpuwNbUGeoIkB9a0FW6QlSPQl2Y801/gIK4SXremV9btoHnf7+szSZrp/f59c3BrXU1b16Hi4iALX+Tevk/3TIaw5LN6bJ41ibSecf5kawJGKmtCjZXqHmm94/yp66sQhurXtdh/ZxoehOAZdevslMZ6hMqN1uJ/ZaYwOVNRIfVM8BlIpsofoSKjo6n1P9hvKkqnvtW9r0dpdLRSM1W1zlHtnKky/Z/mIZk6KJjzz6T5y+RuLKMg8vju+Jp6AuZaWyJ3S219pD09kWD9NpKRE3n0thbzhr1cje3NRw8H8j7ebP+tTTOGeW6cjVVkoI7PjPN/ucqjBFvjRht7MhKQvbF2Y2z/13gS3fOOcedrL+PV0nNUdSED8kJVHW+5Gr9o/p3RORd0EPcDRdAPk2lr0y0AAAAASUVORK5CYII=";Variable name must be like this `@foo-bar or @foobar` | |
| 5 | 1 | `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVAAAAFQCAMAAADeNtbrAAABcVBMVEUAAAD3307/8of23U313k364lX230z23k734E334FH/51r230323k343k///7n23kz23kz230713kz23kz4303530743073307230/34E/64FL44lL/3mb23k3230333Uz3303230334E723k344FD841L230/23Uv23k3230323k323k33303430z44E744E313k323k7330315U//9F323k333kz1307230z33k323kz23Uz330333k733k7120/13E713k313U3330334E713Uz/+gDevQD////13U/+/vj+9wT24ETfvgD13Ur342z78QD47QD131X+/PD68bL99gvkyADgwAHr0wD67CTu2ADiwwD89tH45Tf77h/88xP56pL9+eL24Fz8+Nnz4wDx3gDnzQD89cr454D24mT78Br67aL35Xf34j756C/788L9++jjxA715wD676v78rn57Jr46Yvx1z/oyyHnyh/9+N6xTN8bAAAARXRSTlMAXwNeTwr1XDghDsxaLgHg5VLw0o18eHJENRsXB1SuvZ6AY0gqEVf6+cCmo5ZsaGVXSzsTBbLZMefbyMO3Rj0nMoTzqYNYOIYLAAAWn0lEQVR42uzZ2XKiQBQG4D7QbAqyKCObYgLumrjGmERNUukL3/+FpnIxc5UKjQs06vcIpw7/33QjNgltX9lp7taZYmw2OqrE85LaaZgYT52tq+0Uvy2gm2TBXIllB0tAQcKOHCvzAN38hGsrrjOBA0wcV2lz6OY/bh5vMQ9H4fE2nt+mitDCW0USnIgUrbwFul6c52IeTozHrneVm1qKHQnORHLiEromnCebcGamfC2LWvHlDmSiI/sVdOEqvjyBDE0ue6alVQMy11hdaJ5yygZyslEuL05L7gRyNHEvak0rXgS5i7xLSVNuh4EJeHcJX36gdYAZHa3od1OCLAFTJLnI96iCzANz+MKOVHAZ285/JLeIIw3eGR3nN+m9aFnKaSoc5cGujYbN8KWqG8+WJfb2+55oWc+GXn0Jm8NRzX6Ao6haoRpfacCh6rXhW1kXSSJRL78Na3U4VENBRdGODlvKr1b4JJKUxKew9XXYukZtVATCjIfU/rT6BjmC0W/9gdT4GfvtVIlVSMkelC1yAlZ5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";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 5: `: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVAAAAFQCAMAAADeNtbrAAABcVBMVEUAAAD3307/8of23U313k364lX230z23k734E334FH/51r230323k343k///7n23kz23kz230713kz23kz4303530743073307230/34E/64FL44lL/3mb23k3230333Uz3303230334E723k344FD841L230/23Uv23k3230323k323k33303430z44E744E313k323k7330315U//9F323k333kz1307230z33k323kz23Uz330333k733k7120/13E713k313U3330334E713Uz/+gDevQD////13U/+/vj+9wT24ETfvgD13Ur342z78QD47QD131X+/PD68bL99gvkyADgwAHr0wD67CTu2ADiwwD89tH45Tf77h/88xP56pL9+eL24Fz8+Nnz4wDx3gDnzQD89cr454D24mT78Br67aL35Xf34j756C/788L9++jjxA715wD676v78rn57Jr46Yvx1z/oyyHnyh/9+N6xTN8bAAAARXRSTlMAXwNeTwr1XDghDsxaLgHg5VLw0o18eHJENRsXB1SuvZ6AY0gqEVf6+cCmo5ZsaGVXSzsTBbLZMefbyMO3Rj0nMoTzqYNYOIYLAAAWn0lEQVR42uzZ2XKiQBQG4D7QbAqyKCObYgLumrjGmERNUukL3/+FpnIxc5UKjQs06vcIpw7/33QjNgltX9lp7taZYmw2OqrE85LaaZgYT52tq+0Uvy2gm2TBXIllB0tAQcKOHCvzAN38hGsrrjOBA0wcV2lz6OY/bh5vMQ9H4fE2nt+mitDCW0USnIgUrbwFul6c52IeTozHrneVm1qKHQnORHLiEromnCebcGamfC2LWvHlDmSiI/sVdOEqvjyBDE0ue6alVQMy11hdaJ5yygZyslEuL05L7gRyNHEvak0rXgS5i7xLSVNuh4EJeHcJX36gdYAZHa3od1OCLAFTJLnI96iCzANz+MKOVHAZ285/JLeIIw3eGR3nN+m9aFnKaSoc5cGujYbN8KWqG8+WJfb2+55oWc+GXn0Jm8NRzX6Ao6haoRpfacCh6rXhW1kXSSJRL78Na3U4VENBRdGODlvKr1b4JJKUxKew9XXYukZtVATCjIfU/rT6BjmC0W/9gdT4GfvtVIlVSMkelC1yAlZ5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";Variable name must be like this `@foo-bar or @foobar` | |
| 6 | 1 | `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 6: `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | |
| 7 | 1 | `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 7: `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | |
| 8 | 1 | `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | |
| 9 | 1 | `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 9: `: "data:image/png;base64,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";Variable name must be like this `@foo-bar or @foobar` | |
| 27 | 1 | `margin-left: -311/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 27: `margin-left: -311/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `margin-top: -381/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `margin-top: -381/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 1 | `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `border-radius: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `margin-bottom: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `margin-bottom: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `width: 286/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `width: 286/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `margin-right: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `margin-right: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `background-size: 168/@g-base 168/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `background-size: 168/@g-base 168/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `background-size: 168/@g-base 168/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `background-size: 168/@g-base 168/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `height: 244/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `height: 244/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `border-radius: 0 0 8/@g-base 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `border-radius: 0 0 8/@g-base 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `border-radius: 0 0 8/@g-base 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `border-radius: 0 0 8/@g-base 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 1 | `height: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `height: 112/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:4
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 3 | 1 | `@import "./unit/item-list-1.less";` must be appear in the beginning of the file | import | → line 3: `@import "./unit/item-list-1.less";` must be appear in the beginning of the file | |
| 6 | 1 | `@import "../../../../unit/common/widget/pintuan/noticeAward/noticeAward.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../../unit/common/widget/pintuan/noticeAward/noticeAward.less";` must be appear in the beginning of the file | |
| 10 | 1 | `@import "../../../../unit/common/widget/pintuan/recToast/recToast.less";` must be appear in the beginning of the file | import | → line 10: `@import "../../../../unit/common/widget/pintuan/recToast/recToast.less";` must be appear in the beginning of the file |
不规范数量:9
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 8 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 8: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 11 | 1 | `@import "../../../../unit/common/widget/pintuan/bottomBar/bottomBar.less";` must be appear in the beginning of the file | import | → line 11: `@import "../../../../unit/common/widget/pintuan/bottomBar/bottomBar.less";` must be appear in the beginning of the file | |
| 15 | 1 | `@import "../../../../unit/common/widget/pintuan/filterBar/filterBar.less";` must be appear in the beginning of the file | import | → line 15: `@import "../../../../unit/common/widget/pintuan/filterBar/filterBar.less";` must be appear in the beginning of the file | |
| 20 | 1 | `@import "../../../../unit/common/widget/pintuan/everydayHotGroup/edhg.less";` must be appear in the beginning of the file | import | → line 20: `@import "../../../../unit/common/widget/pintuan/everydayHotGroup/edhg.less";` must be appear in the beginning of the file | |
| 24 | 1 | `@import "../../../../unit/common/widget/pintuan/adRowTpl/adRowTpl.less";` must be appear in the beginning of the file | import | → line 24: `@import "../../../../unit/common/widget/pintuan/adRowTpl/adRowTpl.less";` must be appear in the beginning of the file | |
| 28 | 1 | `@import "../../../../unit/common/widget/pintuan/channelList/channelList.less";` must be appear in the beginning of the file | import | → line 28: `@import "../../../../unit/common/widget/pintuan/channelList/channelList.less";` must be appear in the beginning of the file | |
| 31 | 1 | `@import "../../../../unit/common/widget/pintuan/recToast/recToast.less";` must be appear in the beginning of the file | import | → line 31: `@import "../../../../unit/common/widget/pintuan/recToast/recToast.less";` must be appear in the beginning of the file | |
| 34 | 1 | `@import "../../../../unit/common/widget/location-bar/location-bar.less";` must be appear in the beginning of the file | import | → line 34: `@import "../../../../unit/common/widget/location-bar/location-bar.less";` must be appear in the beginning of the file | |
| 35 | 1 | `@import "../../../../unit/common/widget/pintuan/adIcons/adIcons.less";` must be appear in the beginning of the file | import | → line 35: `@import "../../../../unit/common/widget/pintuan/adIcons/adIcons.less";` must be appear in the beginning of the file |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 893 | 5 | 1 | LESS `Parse` Error, Unrecognised input: .sku-prop { | syntax | → line 893, col 5: LESS `Parse` Error, Unrecognised input: .sku-prop { |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 3 | 1 | `@import "./unit/item-list-1.less";` must be appear in the beginning of the file | import | → line 3: `@import "./unit/item-list-1.less";` must be appear in the beginning of the file | |
| 6 | 1 | `@import "../../../../unit/common/widget/pintuan/bottomBar/bottomBar.less";` must be appear in the beginning of the file | import | → line 6: `@import "../../../../unit/common/widget/pintuan/bottomBar/bottomBar.less";` must be appear in the beginning of the file | |
| 10 | 1 | `@import "../../../../unit/common/widget/pintuan/recToast/recToast.less";` must be appear in the beginning of the file | import | → line 10: `@import "../../../../unit/common/widget/pintuan/recToast/recToast.less";` must be appear in the beginning of the file | |
| 13 | 1 | `padding-bottom: 115rem/46.875;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `padding-bottom: 115rem/46.875;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:95
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 21 | 13 | 1 | ` box-shadow: 1px 2px #eee;` Expected indentation of 4 spaces. | block-indent | → line 21, col 13: ` box-shadow: 1px 2px #eee;` Expected indentation of 4 spaces. |
| 29 | 1 | `padding-bottom: 115rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 29: `padding-bottom: 115rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `width: 750rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `width: 750rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `height: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 1 | `width: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `width: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 12 | 1 | ` background-size: 100% 100%;` Expected indentation of 8 spaces. | block-indent | → line 41, col 12: ` background-size: 100% 100%;` Expected indentation of 8 spaces. |
| 46 | 12 | 1 | ` background-size: 100% 100%;` Expected indentation of 8 spaces. | block-indent | → line 46, col 12: ` background-size: 100% 100%;` Expected indentation of 8 spaces. |
| 52 | 12 | 1 | ` background-size: 100% 100%;` Expected indentation of 8 spaces. | block-indent | → line 52, col 12: ` background-size: 100% 100%;` Expected indentation of 8 spaces. |
| 57 | 12 | 1 | ` background-size: 100% 100%;` Expected indentation of 8 spaces. | block-indent | → line 57, col 12: ` background-size: 100% 100%;` Expected indentation of 8 spaces. |
| 62 | 12 | 1 | ` background-size: 100% 100%;` Expected indentation of 8 spaces. | block-indent | → line 62, col 12: ` background-size: 100% 100%;` Expected indentation of 8 spaces. |
| 68 | 1 | `margin-top: 80rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `margin-top: 80rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 8 | 1 | ` -moz-transition: transform 0.3s, -moz-transform 0.3s;` Expected indentation of 4 spaces. | block-indent | → line 71, col 8: ` -moz-transition: transform 0.3s, -moz-transform 0.3s;` Expected indentation of 4 spaces. |
| 72 | 10 | 1 | ` -o-transition: transform 0.3s, -o-transform 0.3s;` Expected indentation of 4 spaces. | block-indent | → line 72, col 10: ` -o-transition: transform 0.3s, -o-transform 0.3s;` Expected indentation of 4 spaces. |
| 73 | 13 | 1 | ` transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;` Expected indentation of 4 spaces. | block-indent | → line 73, col 13: ` transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;` Expected indentation of 4 spaces. |
| 74 | 13 | 1 | ` transition: transform 0.3s;` Expected indentation of 4 spaces. | block-indent | → line 74, col 13: ` transition: transform 0.3s;` Expected indentation of 4 spaces. |
| 75 | 13 | 1 | ` transition: -webkit-transform 0.3s;` Expected indentation of 4 spaces. | block-indent | → line 75, col 13: ` transition: -webkit-transform 0.3s;` Expected indentation of 4 spaces. |
| 76 | 1 | `width: 3000rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `width: 3000rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `width: 750rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `width: 750rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `padding: 24rem/@b 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `padding: 24rem/@b 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `padding: 24rem/@b 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `padding: 24rem/@b 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `margin-right: 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `margin-right: 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `height: 200rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `height: 200rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 109 | 1 | `width: 200rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 109: `width: 200rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 119 | 12 | 1 | ` text-overflow: ellipsis;` Expected indentation of 8 spaces. | block-indent | → line 119, col 12: ` text-overflow: ellipsis;` Expected indentation of 8 spaces. |
| 123 | 1 | `border-radius: 3rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `border-radius: 3rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 127 | 1 | `padding: 0 5rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `padding: 0 5rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 133 | 1 | `bottom: 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 133: `bottom: 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `right: 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `right: 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 1 | `width: 496rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 138: `width: 496rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 144 | 1 | `margin-right: 12rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `margin-right: 12rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 173 | 1 | `height: 102rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `height: 102rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `padding: 0 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `padding: 0 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 178 | 1 | `height: 102rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 178: `height: 102rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 1 | `line-height: 102rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 179: `line-height: 102rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `margin-right: 6rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `margin-right: 6rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 193 | 1 | `height: 54rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 193: `height: 54rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 194 | 1 | `line-height: 54rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 194: `line-height: 54rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 195 | 1 | `margin-left: 24rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 195: `margin-left: 24rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 196 | 1 | `padding: 0 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 196: `padding: 0 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 8 | 1 | ` -moz-transform: translateX(0);` Expected indentation of 4 spaces. | block-indent | → line 211, col 8: ` -moz-transform: translateX(0);` Expected indentation of 4 spaces. |
| 212 | 9 | 1 | ` -ms-transform: translateX(0);` Expected indentation of 4 spaces. | block-indent | → line 212, col 9: ` -ms-transform: translateX(0);` Expected indentation of 4 spaces. |
| 213 | 10 | 1 | ` -o-transform: translateX(0);` Expected indentation of 4 spaces. | block-indent | → line 213, col 10: ` -o-transform: translateX(0);` Expected indentation of 4 spaces. |
| 214 | 13 | 1 | ` transform: translateX(0);` Expected indentation of 4 spaces. | block-indent | → line 214, col 13: ` transform: translateX(0);` Expected indentation of 4 spaces. |
| 218 | 8 | 1 | ` -moz-transform: translateX(-750rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 218, col 8: ` -moz-transform: translateX(-750rem/@b);` Expected indentation of 4 spaces. |
| 219 | 9 | 1 | ` -ms-transform: translateX(-750rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 219, col 9: ` -ms-transform: translateX(-750rem/@b);` Expected indentation of 4 spaces. |
| 220 | 10 | 1 | ` -o-transform: translateX(-750rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 220, col 10: ` -o-transform: translateX(-750rem/@b);` Expected indentation of 4 spaces. |
| 221 | 13 | 1 | ` transform: translateX(-750rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 221, col 13: ` transform: translateX(-750rem/@b);` Expected indentation of 4 spaces. |
| 225 | 8 | 1 | ` -moz-transform: translateX(-1500rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 225, col 8: ` -moz-transform: translateX(-1500rem/@b);` Expected indentation of 4 spaces. |
| 226 | 9 | 1 | ` -ms-transform: translateX(-1500rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 226, col 9: ` -ms-transform: translateX(-1500rem/@b);` Expected indentation of 4 spaces. |
| 227 | 10 | 1 | ` -o-transform: translateX(-1500rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 227, col 10: ` -o-transform: translateX(-1500rem/@b);` Expected indentation of 4 spaces. |
| 228 | 13 | 1 | ` transform: translateX(-1500rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 228, col 13: ` transform: translateX(-1500rem/@b);` Expected indentation of 4 spaces. |
| 232 | 8 | 1 | ` -moz-transform: translateX(-2250rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 232, col 8: ` -moz-transform: translateX(-2250rem/@b);` Expected indentation of 4 spaces. |
| 233 | 9 | 1 | ` -ms-transform: translateX(-2250rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 233, col 9: ` -ms-transform: translateX(-2250rem/@b);` Expected indentation of 4 spaces. |
| 234 | 10 | 1 | ` -o-transform: translateX(-2250rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 234, col 10: ` -o-transform: translateX(-2250rem/@b);` Expected indentation of 4 spaces. |
| 235 | 13 | 1 | ` transform: translateX(-2250rem/@b);` Expected indentation of 4 spaces. | block-indent | → line 235, col 13: ` transform: translateX(-2250rem/@b);` Expected indentation of 4 spaces. |
| 243 | 1 | `width: 750rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 243: `width: 750rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 247 | 12 | 1 | ` background-size: 100% 100%;` Expected indentation of 8 spaces. | block-indent | → line 247, col 12: ` background-size: 100% 100%;` Expected indentation of 8 spaces. |
| 248 | 1 | `height: 203rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 248: `height: 203rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 250 | 1 | `margin-bottom: 70rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 250: `margin-bottom: 70rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 251 | 1 | `width: 184rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 251: `width: 184rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 263 | 1 | `height: 72rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 263: `height: 72rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 264 | 1 | `line-height: 72rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 264: `line-height: 72rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 265 | 1 | `margin-top: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 265: `margin-top: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 1 | `width: 276rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 268: `width: 276rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `margin: 15rem/@b auto 20rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `margin: 15rem/@b auto 20rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 273 | 1 | `margin: 15rem/@b auto 20rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 273: `margin: 15rem/@b auto 20rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 277 | 12 | 1 | ` -moz-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 8 spaces. | block-indent | → line 277, col 12: ` -moz-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 8 spaces. |
| 278 | 14 | 1 | ` -o-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 8 spaces. | block-indent | → line 278, col 14: ` -o-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 8 spaces. |
| 279 | 17 | 1 | ` animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 8 spaces. | block-indent | → line 279, col 17: ` animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 8 spaces. |
| 281 | 12 | 1 | ` -moz-animation-fill-mode: both;` Expected indentation of 8 spaces. | block-indent | → line 281, col 12: ` -moz-animation-fill-mode: both;` Expected indentation of 8 spaces. |
| 282 | 14 | 1 | ` -o-animation-fill-mode: both;` Expected indentation of 8 spaces. | block-indent | → line 282, col 14: ` -o-animation-fill-mode: both;` Expected indentation of 8 spaces. |
| 283 | 17 | 1 | ` animation-fill-mode: both;` Expected indentation of 8 spaces. | block-indent | → line 283, col 17: ` animation-fill-mode: both;` Expected indentation of 8 spaces. |
| 286 | 17 | 1 | ` border-radius: 100%;` Expected indentation of 8 spaces. | block-indent | → line 286, col 17: ` border-radius: 100%;` Expected indentation of 8 spaces. |
| 288 | 1 | `height: 20rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 288: `height: 20rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 289 | 1 | `width: 20rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 289: `width: 20rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 293 | 12 | 1 | ` -moz-animation-delay: -0.32s;` Expected indentation of 8 spaces. | block-indent | → line 293, col 12: ` -moz-animation-delay: -0.32s;` Expected indentation of 8 spaces. |
| 294 | 14 | 1 | ` -o-animation-delay: -0.32s;` Expected indentation of 8 spaces. | block-indent | → line 294, col 14: ` -o-animation-delay: -0.32s;` Expected indentation of 8 spaces. |
| 295 | 17 | 1 | ` animation-delay: -0.32s;` Expected indentation of 8 spaces. | block-indent | → line 295, col 17: ` animation-delay: -0.32s;` Expected indentation of 8 spaces. |
| 299 | 12 | 1 | ` -moz-animation-delay: -0.16s;` Expected indentation of 8 spaces. | block-indent | → line 299, col 12: ` -moz-animation-delay: -0.16s;` Expected indentation of 8 spaces. |
| 300 | 14 | 1 | ` -o-animation-delay: -0.16s;` Expected indentation of 8 spaces. | block-indent | → line 300, col 14: ` -o-animation-delay: -0.16s;` Expected indentation of 8 spaces. |
| 301 | 17 | 1 | ` animation-delay: -0.16s;` Expected indentation of 8 spaces. | block-indent | → line 301, col 17: ` animation-delay: -0.16s;` Expected indentation of 8 spaces. |
| 368 | 1 | `-o-background-size: 486rem/@g-base 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 368: `-o-background-size: 486rem/@g-base 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 368 | 1 | `-o-background-size: 486rem/@g-base 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 368: `-o-background-size: 486rem/@g-base 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 369 | 8 | 1 | ` background-size: 486rem/@g-base 490rem/@g-base;` Expected indentation of 4 spaces. | block-indent | → line 369, col 8: ` background-size: 486rem/@g-base 490rem/@g-base;` Expected indentation of 4 spaces. |
| 369 | 1 | `background-size: 486rem/@g-base 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 369: `background-size: 486rem/@g-base 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 369 | 1 | `background-size: 486rem/@g-base 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 369: `background-size: 486rem/@g-base 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 370 | 1 | `height: 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 370: `height: 490rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 371 | 1 | `margin-top: -50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 371: `margin-top: -50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 373 | 1 | `width: 740rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 373: `width: 740rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 376 | 1 | `bottom: 72rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 376: `bottom: 72rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 379 | 1 | `height: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 379: `height: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 380 | 1 | `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 380: `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 382 | 1 | `right: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 382: `right: 100rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 384 | 1 | `width: 330rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 384: `width: 330rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 386 | 1 | `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 386: `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 866 | 5 | 1 | LESS `Parse` Error, Unrecognised input: .popup-btns { | syntax | → line 866, col 5: LESS `Parse` Error, Unrecognised input: .popup-btns { |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 197 | 5 | 1 | LESS `Parse` Error, Unrecognised input: .after-info { | syntax | → line 197, col 5: LESS `Parse` Error, Unrecognised input: .after-info { |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 30 | 1 | `padding: 16/@base 0 16/@base 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `padding: 16/@base 0 16/@base 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `padding: 16/@base 0 16/@base 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `padding: 16/@base 0 16/@base 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 1 | `padding: 16/@base 0 16/@base 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 30: `padding: 16/@base 0 16/@base 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `margin-left: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 35: `margin-left: 22/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `border-radius: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `border-radius: 6/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `padding: 15/@base 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `padding: 15/@base 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `padding: 15/@base 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `padding: 15/@base 60/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:33
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 9 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 9: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 32 | 1 | `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `margin-top: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `padding: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `padding: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `line-height: 30rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `margin-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `margin-top: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `border-radius: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `border-radius: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 53 | 1 | `margin-right: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 53: `margin-right: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `margin-top: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `margin-top: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `padding: 12rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `padding: 12rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 55 | 1 | `padding: 12rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `padding: 12rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 76 | 1 | `height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 76: `height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `margin-right: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `margin-right: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `width: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `width: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `line-height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `line-height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 1 | `margin-right: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `margin-right: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `line-height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `line-height: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 95 | 1 | `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 95: `margin-top: 10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `background-size: 22rem/@g-base 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `background-size: 22rem/@g-base 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 99 | 1 | `background-size: 22rem/@g-base 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 99: `background-size: 22rem/@g-base 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `height: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 102 | 1 | `margin-right: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `margin-right: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 104 | 1 | `width: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 104: `width: 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `background-size: 22rem/@g-base 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `background-size: 22rem/@g-base 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `background-size: 22rem/@g-base 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `background-size: 22rem/@g-base 22rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 114 | 1 | `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 114: `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 122 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 122: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `margin-right: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `margin-right: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `border-radius: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `border-radius: 6rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 131, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 134 | 1 | `height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `height: 54rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `line-height: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `line-height: 50rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 138 | 1 | `width: 198rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 138: `width: 198rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 3 | 1 | `@import "./unit/item-list-1.less";` must be appear in the beginning of the file | import | → line 3: `@import "./unit/item-list-1.less";` must be appear in the beginning of the file | |
| 5 | 1 | `@import "../../../../unit/common/widget/pintuan/recToast/recToast.less";` must be appear in the beginning of the file | import | → line 5: `@import "../../../../unit/common/widget/pintuan/recToast/recToast.less";` must be appear in the beginning of the file |
不规范数量:43
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 8 | 13 | 1 | ` box-shadow: 1px 2px #eee;` Expected indentation of 4 spaces. | block-indent | → line 8, col 13: ` box-shadow: 1px 2px #eee;` Expected indentation of 4 spaces. |
| 11 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 11: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 30 | 17 | 1 | ` flex: 1;` Expected indentation of 8 spaces. | block-indent | → line 30, col 17: ` flex: 1;` Expected indentation of 8 spaces. |
| 31 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 32 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 32: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 62 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 62, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 63 | 1 | `height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `height: 42/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `bottom: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `bottom: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `left: 5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 96 | 1 | `margin-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 96: `margin-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 116 | 1 | `height: 62/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 116: `height: 62/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 118 | 1 | `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 118: `margin-bottom: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 1 | `padding: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `padding: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 1 | `padding: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `padding: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 120 | 1 | `padding: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 120: `padding: 18/@g-base 18/@g-base 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 122 | 21 | 1 | ` text-overflow: ellipsis;` Expected indentation of 12 spaces. | block-indent | → line 122, col 21: ` text-overflow: ellipsis;` Expected indentation of 12 spaces. |
| 126 | 1 | `padding: 0 18/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `padding: 0 18/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 126 | 1 | `padding: 0 18/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 126: `padding: 0 18/@g-base 36/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `line-height: 40/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 1 | `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `line-height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `line-height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 144 | 1 | `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 144: `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 149 | 1 | `line-height: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 149: `line-height: 22/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 150 | 1 | `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 150: `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `margin: 15/@g-base auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `margin: 15/@g-base auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 165 | 1 | `margin: 15/@g-base auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 165: `margin: 15/@g-base auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 169 | 21 | 1 | ` animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. | block-indent | → line 169, col 21: ` animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. |
| 171 | 21 | 1 | ` animation-fill-mode: both;` Expected indentation of 12 spaces. | block-indent | → line 171, col 21: ` animation-fill-mode: both;` Expected indentation of 12 spaces. |
| 174 | 21 | 1 | ` border-radius: 100%;` Expected indentation of 12 spaces. | block-indent | → line 174, col 21: ` border-radius: 100%;` Expected indentation of 12 spaces. |
| 176 | 1 | `height: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 176: `height: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 177 | 1 | `width: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 177: `width: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 181 | 21 | 1 | ` animation-delay: -0.32s;` Expected indentation of 12 spaces. | block-indent | → line 181, col 21: ` animation-delay: -0.32s;` Expected indentation of 12 spaces. |
| 185 | 21 | 1 | ` animation-delay: -0.16s;` Expected indentation of 12 spaces. | block-indent | → line 185, col 21: ` animation-delay: -0.16s;` Expected indentation of 12 spaces. |
| 213 | 1 | `height: 980/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 213: `height: 980/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 214 | 1 | `margin-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `margin-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 231 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 231, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 235 | 1 | `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 235: `line-height: 78/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 238 | 1 | `padding: 0 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 238: `padding: 0 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 254 | 17 | 1 | ` box-sizing: border-box;` Expected indentation of 8 spaces. | block-indent | → line 254, col 17: ` box-sizing: border-box;` Expected indentation of 8 spaces. |
| 255 | 1 | `height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 255: `height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 256 | 1 | `line-height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 256: `line-height: 96/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:67
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 3 | 1 | `@import "./unit/mores.less";` must be appear in the beginning of the file | import | → line 3: `@import "./unit/mores.less";` must be appear in the beginning of the file | |
| 4 | 1 | `@import "./unit/item-titile-1.less";` must be appear in the beginning of the file | import | → line 4: `@import "./unit/item-titile-1.less";` must be appear in the beginning of the file | |
| 26 | 8 | 1 | ` -moz-text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 26, col 8: ` -moz-text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 27 | 10 | 1 | ` -o-text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 27, col 10: ` -o-text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 28 | 13 | 1 | ` text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 28, col 13: ` text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 35 | 13 | 1 | ` border-radius: 50%;` Expected indentation of 4 spaces. | block-indent | → line 35, col 13: ` border-radius: 50%;` Expected indentation of 4 spaces. |
| 38 | 1 | `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `margin: 0 9rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `margin: 0 9rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 41 | 1 | `width: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 41: `width: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `-o-background-size: 90rem/@g-base 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `-o-background-size: 90rem/@g-base 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `-o-background-size: 90rem/@g-base 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `-o-background-size: 90rem/@g-base 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 12 | 1 | ` background-size: 90rem/@g-base 90rem/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 45, col 12: ` background-size: 90rem/@g-base 90rem/@g-base;` Expected indentation of 8 spaces. |
| 45 | 1 | `background-size: 90rem/@g-base 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `background-size: 90rem/@g-base 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 45 | 1 | `background-size: 90rem/@g-base 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 45: `background-size: 90rem/@g-base 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 17 | 1 | ` border-radius: 50%;` Expected indentation of 8 spaces. | block-indent | → line 47, col 17: ` border-radius: 50%;` Expected indentation of 8 spaces. |
| 59 | 1 | `-webkit-border-radius: 14rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `-webkit-border-radius: 14rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 60 | 17 | 1 | ` border-radius: 14rem/@g-base;` Expected indentation of 8 spaces. | block-indent | → line 60, col 17: ` border-radius: 14rem/@g-base;` Expected indentation of 8 spaces. |
| 60 | 1 | `border-radius: 14rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 60: `border-radius: 14rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 63 | 1 | `font-size: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 63: `font-size: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 64 | 1 | `height: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 64: `height: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 1 | `line-height: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 65: `line-height: 28rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `width: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `width: 48rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `min-height: 288rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `min-height: 288rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 100 | 13 | 1 | ` -ms-flex: 1;` Expected indentation of 8 spaces. | block-indent | → line 100, col 13: ` -ms-flex: 1;` Expected indentation of 8 spaces. |
| 101 | 17 | 1 | ` flex: 1;` Expected indentation of 8 spaces. | block-indent | → line 101, col 17: ` flex: 1;` Expected indentation of 8 spaces. |
| 113 | 8 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 113, col 8: ` -moz-box-sizing: border-box;` Expected indentation of 4 spaces. |
| 114 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 114, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 117 | 1 | `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 1 | `left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `left: 30/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 129 | 1 | `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 129: `height: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `width: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `width: 72/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `-o-background-size: 72/@g-base 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `-o-background-size: 72/@g-base 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 134 | 1 | `-o-background-size: 72/@g-base 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 134: `-o-background-size: 72/@g-base 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 16 | 1 | ` background-size: 72/@g-base 72/@g-base;` Expected indentation of 12 spaces. | block-indent | → line 135, col 16: ` background-size: 72/@g-base 72/@g-base;` Expected indentation of 12 spaces. |
| 135 | 1 | `background-size: 72/@g-base 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `background-size: 72/@g-base 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 135 | 1 | `background-size: 72/@g-base 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 135: `background-size: 72/@g-base 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 145 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 145: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `margin-left: 9/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `margin-left: 9/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `max-width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `max-width: 200/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 154 | 1 | `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 154: `line-height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 156 | 1 | `right: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 156: `right: 50/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 166 | 1 | `height: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 166: `height: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 167 | 1 | `width: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 167: `width: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 182 | 1 | `padding-bottom: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 182: `padding-bottom: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 189 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 189: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 195 | 13 | 1 | ` box-sizing: border-box;` Expected indentation of 4 spaces. | block-indent | → line 195, col 13: ` box-sizing: border-box;` Expected indentation of 4 spaces. |
| 202 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 202: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 209 | 17 | 1 | ` flex: 1;` Expected indentation of 8 spaces. | block-indent | → line 209, col 17: ` flex: 1;` Expected indentation of 8 spaces. |
| 211 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 212 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 212: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 215 | 17 | 1 | ` transition: background-color 0.2s;` Expected indentation of 8 spaces. | block-indent | → line 215, col 17: ` transition: background-color 0.2s;` Expected indentation of 8 spaces. |
| 221 | 1 | `bottom: -12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 221: `bottom: -12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 223 | 1 | `left: 167.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 223: `left: 167.5/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 226 | 17 | 1 | ` transform: translate3d(-50%, 0, 0);` Expected indentation of 8 spaces. | block-indent | → line 226, col 17: ` transform: translate3d(-50%, 0, 0);` Expected indentation of 8 spaces. |
| 228 | 17 | 1 | ` transition: transform 0.2s, -webkit-transform 0.2s;` Expected indentation of 8 spaces. | block-indent | → line 228, col 17: ` transition: transform 0.2s, -webkit-transform 0.2s;` Expected indentation of 8 spaces. |
| 229 | 17 | 1 | ` transition: transform 0.2s;` Expected indentation of 8 spaces. | block-indent | → line 229, col 17: ` transition: transform 0.2s;` Expected indentation of 8 spaces. |
| 230 | 17 | 1 | ` transition: -webkit-transform 0.2s;` Expected indentation of 8 spaces. | block-indent | → line 230, col 17: ` transition: -webkit-transform 0.2s;` Expected indentation of 8 spaces. |
| 243 | 13 | 1 | ` transform: translateX(0);` Expected indentation of 4 spaces. | block-indent | → line 243, col 13: ` transform: translateX(0);` Expected indentation of 4 spaces. |
| 248 | 13 | 1 | ` transform: translateX(375/@g-base);` Expected indentation of 4 spaces. | block-indent | → line 248, col 13: ` transform: translateX(375/@g-base);` Expected indentation of 4 spaces. |
| 255 | 13 | 1 | ` transition: transform 0.3s, -webkit-transform 0.3s;` Expected indentation of 4 spaces. | block-indent | → line 255, col 13: ` transition: transform 0.3s, -webkit-transform 0.3s;` Expected indentation of 4 spaces. |
| 256 | 13 | 1 | ` transition: transform 0.3s;` Expected indentation of 4 spaces. | block-indent | → line 256, col 13: ` transition: transform 0.3s;` Expected indentation of 4 spaces. |
| 257 | 13 | 1 | ` transition: -webkit-transform 0.3s;` Expected indentation of 4 spaces. | block-indent | → line 257, col 13: ` transition: -webkit-transform 0.3s;` Expected indentation of 4 spaces. |
| 258 | 1 | `width: 1500/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 258: `width: 1500/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 262 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 262: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 268 | 13 | 1 | ` transform: translateX(0);` Expected indentation of 4 spaces. | block-indent | → line 268, col 13: ` transform: translateX(0);` Expected indentation of 4 spaces. |
| 272 | 13 | 1 | ` transform: translateX(-750/@g-base);` Expected indentation of 4 spaces. | block-indent | → line 272, col 13: ` transform: translateX(-750/@g-base);` Expected indentation of 4 spaces. |
不规范数量:22
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 43 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 43, col 13: Expected key `type` but `'type'` found. |
| 44 | 13 | 2 | Expected key `title` but `'title'` found. | fecs-properties-quote | → line 44, col 13: Expected key `title` but `'title'` found. |
| 57 | 16 | 2 | Identifier 'tdist_all' is not in camel case. | fecs-camelcase | → line 57, col 16: Identifier 'tdist_all' is not in camel case. |
| 57 | 16 | 2 | "tdist_all" is not defined. | no-undef | → line 57, col 16: "tdist_all" is not defined. |
| 62 | 6 | 2 | Missing JSDoc parameter description for "key". | fecs-valid-jsdoc | → line 62, col 6: Missing JSDoc parameter description for "key". |
| 62 | 6 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 62, col 6: Expected a blank comment line between description and tags. |
| 71 | 13 | 2 | Expected key `getAddress` but `'getAddress'` found. | fecs-properties-quote | → line 71, col 13: Expected key `getAddress` but `'getAddress'` found. |
| 72 | 13 | 2 | Expected key `submitApply` but `'submitApply'` found. | fecs-properties-quote | → line 72, col 13: Expected key `submitApply` but `'submitApply'` found. |
| 94 | 17 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 94, col 17: Property 'entity_type' is not in camel case. |
| 96 | 21 | 2 | Property 'block_name' is not in camel case. | fecs-camelcase | → line 96, col 21: Property 'block_name' is not in camel case. |
| 109 | 21 | 2 | Property 'group_code' is not in camel case. | fecs-camelcase | → line 109, col 21: Property 'group_code' is not in camel case. |
| 110 | 21 | 2 | Property 'address_id' is not in camel case. | fecs-camelcase | → line 110, col 21: Property 'address_id' is not in camel case. |
| 111 | 21 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 111, col 21: Property 'sku_id' is not in camel case. |
| 120 | 51 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 120, col 51: A constructor name should not start with a lowercase letter. |
| 127 | 51 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 127, col 51: A constructor name should not start with a lowercase letter. |
| 129 | 37 | 2 | Property 'group_code' is not in camel case. | fecs-camelcase | → line 129, col 37: Property 'group_code' is not in camel case. |
| 130 | 49 | 2 | Unexpected trailing comma. | comma-dangle | → line 130, col 49: Unexpected trailing comma. |
| 134 | 1 | 2 | Line 134 exceeds the maximum line length of 120. | max-len | → line 134, col 1: Line 134 exceeds the maximum line length of 120. |
| 192 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 192, col 17: Property 'page_size' is not in camel case. |
| 269 | 13 | 2 | "$spinner" is not defined. | no-undef | → line 269, col 13: "$spinner" is not defined. |
不规范数量:12
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 9 | 5 | 1 | "share" is defined but never used | no-unused-vars | → line 9, col 5: "share" is defined but never used |
| 11 | 5 | 1 | "statistics" is defined but never used | no-unused-vars | → line 11, col 5: "statistics" is defined but never used |
| 15 | 5 | 1 | "popup" is defined but never used | no-unused-vars | → line 15, col 5: "popup" is defined but never used |
| 23 | 5 | 1 | "hostName" is defined but never used | no-unused-vars | → line 23, col 5: "hostName" is defined but never used |
| 26 | 5 | 1 | "util" is defined but never used | no-unused-vars | → line 26, col 5: "util" is defined but never used |
| 65 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 65, col 14: Unexpected 'else' after 'return'. |
| 112 | 17 | 1 | Unexpected console statement. | no-console | → line 112, col 17: Unexpected console statement. |
| 152 | 9 | 1 | "swiper1" is defined but never used | no-unused-vars | → line 152, col 9: "swiper1" is defined but never used |
| 154 | 9 | 1 | "swiper2" is defined but never used | no-unused-vars | → line 154, col 9: "swiper2" is defined but never used |
| 230 | 1 | 2 | Line 230 exceeds the maximum line length of 120. | max-len | → line 230, col 1: Line 230 exceeds the maximum line length of 120. |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 11 | 5 | 1 | "app" is defined but never used | no-unused-vars | → line 11, col 5: "app" is defined but never used |
| 33 | 17 | 2 | Identifier 'fightgroup_items' is not in camel case. | fecs-camelcase | → line 33, col 17: Identifier 'fightgroup_items' is not in camel case. |
| 47 | 17 | 2 | Property 'biz_type' is not in camel case. | fecs-camelcase | → line 47, col 17: Property 'biz_type' is not in camel case. |
不规范数量:21
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 5 | 1 | "wx" is defined but never used | no-unused-vars | → line 8, col 5: "wx" is defined but never used |
| 27 | 17 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 27, col 17: Property 'page_size' is not in camel case. |
| 45 | 17 | 2 | "date" is not defined. | no-undef | → line 45, col 17: "date" is not defined. |
| 46 | 1 | 2 | Line 46 exceeds the maximum line length of 120. | max-len | → line 46, col 1: Line 46 exceeds the maximum line length of 120. |
| 46 | 22 | 2 | Identifier 'lottery_date' is not in camel case. | fecs-camelcase | → line 46, col 22: Identifier 'lottery_date' is not in camel case. |
| 46 | 37 | 2 | "date" is not defined. | no-undef | → line 46, col 37: "date" is not defined. |
| 46 | 78 | 2 | "date" is not defined. | no-undef | → line 46, col 78: "date" is not defined. |
| 46 | 121 | 2 | "date" is not defined. | no-undef | → line 46, col 121: "date" is not defined. |
| 47 | 1 | 2 | Line 47 exceeds the maximum line length of 120. | max-len | → line 47, col 1: Line 47 exceeds the maximum line length of 120. |
| 47 | 22 | 2 | Identifier 'lottery_time' is not in camel case. | fecs-camelcase | → line 47, col 22: Identifier 'lottery_time' is not in camel case. |
| 47 | 51 | 2 | "date" is not defined. | no-undef | → line 47, col 51: "date" is not defined. |
| 47 | 90 | 2 | "date" is not defined. | no-undef | → line 47, col 90: "date" is not defined. |
| 47 | 131 | 2 | "date" is not defined. | no-undef | → line 47, col 131: "date" is not defined. |
| 48 | 22 | 2 | Identifier 'origin_price' is not in camel case. | fecs-camelcase | → line 48, col 22: Identifier 'origin_price' is not in camel case. |
| 54 | 26 | 2 | Identifier 'share_url' is not in camel case. | fecs-camelcase | → line 54, col 26: Identifier 'share_url' is not in camel case. |
| 57 | 1 | 2 | Line 57 exceeds the maximum line length of 120. | max-len | → line 57, col 1: Line 57 exceeds the maximum line length of 120. |
| 58 | 1 | 2 | Line 58 exceeds the maximum line length of 120. | max-len | → line 58, col 1: Line 58 exceeds the maximum line length of 120. |
| 58 | 26 | 2 | Identifier 'share_url' is not in camel case. | fecs-camelcase | → line 58, col 26: Identifier 'share_url' is not in camel case. |
| 82 | 25 | 2 | Unexpected trailing comma. | comma-dangle | → line 82, col 25: Unexpected trailing comma. |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 9 | 5 | 1 | "statistics" is defined but never used | no-unused-vars | → line 9, col 5: "statistics" is defined but never used |
| 12 | 5 | 1 | "lazyload" is defined but never used | no-unused-vars | → line 12, col 5: "lazyload" is defined but never used |
| 28 | 1 | 2 | Line 28 exceeds the maximum line length of 120. | max-len | → line 28, col 1: Line 28 exceeds the maximum line length of 120. |
| 42 | 13 | 2 | Expected key `type` but `'type'` found. | fecs-properties-quote | → line 42, col 13: Expected key `type` but `'type'` found. |
| 62 | 13 | 2 | Expected key `html` but `'html'` found. | fecs-properties-quote | → line 62, col 13: Expected key `html` but `'html'` found. |
| 105 | 1 | 2 | Line 105 exceeds the maximum line length of 120. | max-len | → line 105, col 1: Line 105 exceeds the maximum line length of 120. |
| 130 | 22 | 2 | Identifier 'fightgroup_items' is not in camel case. | fecs-camelcase | → line 130, col 22: Identifier 'fightgroup_items' is not in camel case. |
| 146 | 13 | 2 | "$spinner" is not defined. | no-undef | → line 146, col 13: "$spinner" is not defined. |
不规范数量:38
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 18 | 13 | 2 | Property 'wx_type' is not in camel case. | fecs-camelcase | → line 18, col 13: Property 'wx_type' is not in camel case. |
| 24 | 13 | 1 | Unexpected console statement. | no-console | → line 24, col 13: Unexpected console statement. |
| 53 | 13 | 1 | Unexpected console statement. | no-console | → line 53, col 13: Unexpected console statement. |
| 69 | 13 | 1 | Unexpected console statement. | no-console | → line 69, col 13: Unexpected console statement. |
| 75 | 5 | 2 | Identifier '_getMores' is not in camel case. | fecs-camelcase | → line 75, col 5: Identifier '_getMores' is not in camel case. |
| 80 | 13 | 2 | Property 'scene_id' is not in camel case. | fecs-camelcase | → line 80, col 13: Property 'scene_id' is not in camel case. |
| 81 | 13 | 2 | Property 'event_id' is not in camel case. | fecs-camelcase | → line 81, col 13: Property 'event_id' is not in camel case. |
| 88 | 13 | 1 | Unexpected console statement. | no-console | → line 88, col 13: Unexpected console statement. |
| 106 | 13 | 1 | Unexpected console statement. | no-console | → line 106, col 13: Unexpected console statement. |
| 127 | 13 | 1 | Unexpected console statement. | no-console | → line 127, col 13: Unexpected console statement. |
| 147 | 13 | 1 | Unexpected console statement. | no-console | → line 147, col 13: Unexpected console statement. |
| 169 | 13 | 1 | Unexpected console statement. | no-console | → line 169, col 13: Unexpected console statement. |
| 196 | 13 | 1 | Unexpected console statement. | no-console | → line 196, col 13: Unexpected console statement. |
| 239 | 13 | 2 | Property 'open_id' is not in camel case. | fecs-camelcase | → line 239, col 13: Property 'open_id' is not in camel case. |
| 263 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 263, col 2: Expected a blank comment line between description and tags. |
| 263 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 263, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 265 | 2 | 2 | Unexpected @return tag; function has no return statement. | fecs-valid-jsdoc | → line 265, col 2: Unexpected @return tag; function has no return statement. |
| 265 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 265, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 300 | 9 | 2 | Identifier 'page_size' is not in camel case. | fecs-camelcase | → line 300, col 9: Identifier 'page_size' is not in camel case. |
| 302 | 9 | 2 | Identifier 'biz_status' is not in camel case. | fecs-camelcase | → line 302, col 9: Identifier 'biz_status' is not in camel case. |
| 303 | 9 | 2 | Identifier 'biz_type' is not in camel case. | fecs-camelcase | → line 303, col 9: Identifier 'biz_type' is not in camel case. |
| 309 | 13 | 2 | Property 'biz_status' is not in camel case. | fecs-camelcase | → line 309, col 13: Property 'biz_status' is not in camel case. |
| 310 | 13 | 2 | Property 'biz_type' is not in camel case. | fecs-camelcase | → line 310, col 13: Property 'biz_type' is not in camel case. |
| 311 | 13 | 2 | Property 'page_size' is not in camel case. | fecs-camelcase | → line 311, col 13: Property 'page_size' is not in camel case. |
| 323 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 323, col 2: Expected a blank comment line between description and tags. |
| 323 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 323, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 325 | 2 | 2 | Unexpected @return tag; function has no return statement. | fecs-valid-jsdoc | → line 325, col 2: Unexpected @return tag; function has no return statement. |
| 325 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 325, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 355 | 13 | 1 | Unexpected console statement. | no-console | → line 355, col 13: Unexpected console statement. |
| 363 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 363, col 2: Expected a blank comment line between description and tags. |
| 365 | 15 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 365, col 15: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 366 | 39 | 2 | Expected JSDoc for "callback" but found "cb". | fecs-valid-jsdoc | → line 366, col 39: Expected JSDoc for "callback" but found "cb". |
| 367 | 2 | 2 | Unexpected @return tag; function has no return statement. | fecs-valid-jsdoc | → line 367, col 2: Unexpected @return tag; function has no return statement. |
| 367 | 15 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 367, col 15: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 375 | 13 | 2 | Property 'group_code' is not in camel case. | fecs-camelcase | → line 375, col 13: Property 'group_code' is not in camel case. |
| 376 | 13 | 2 | Property 'address_id' is not in camel case. | fecs-camelcase | → line 376, col 13: Property 'address_id' is not in camel case. |
| 377 | 13 | 2 | Property 'sku_id' is not in camel case. | fecs-camelcase | → line 377, col 13: Property 'sku_id' is not in camel case. |
不规范数量:9
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 16 | 5 | 2 | "updateShowTime" was used before it was defined | no-use-before-define | → line 16, col 5: "updateShowTime" was used before it was defined |
| 43 | 13 | 2 | Identifier '_tel' is not in camel case. | fecs-camelcase | → line 43, col 13: Identifier '_tel' is not in camel case. |
| 71 | 21 | 1 | Unexpected console statement. | no-console | → line 71, col 21: Unexpected console statement. |
| 83 | 13 | 2 | Identifier '_tel' is not in camel case. | fecs-camelcase | → line 83, col 13: Identifier '_tel' is not in camel case. |
| 84 | 13 | 2 | Identifier '_code' is not in camel case. | fecs-camelcase | → line 84, col 13: Identifier '_code' is not in camel case. |
| 94 | 21 | 2 | Property 'wx_type' is not in camel case. | fecs-camelcase | → line 94, col 21: Property 'wx_type' is not in camel case. |
| 131 | 21 | 1 | Unexpected console statement. | no-console | → line 131, col 21: Unexpected console statement. |
不规范数量:3
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 27 | 23 | 2 | Missing radix parameter. | radix | → line 27, col 23: Missing radix parameter. |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 13 | 5 | 1 | "formatDateNumber" is defined but never used | no-unused-vars | → line 13, col 5: "formatDateNumber" is defined but never used |
| 27 | 12 | 2 | "processDetailData" was used before it was defined | no-use-before-define | → line 27, col 12: "processDetailData" was used before it was defined |
| 54 | 9 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 54, col 9: Identifier '_tpl' is not in camel case. |
不规范数量:4
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 30 | 13 | 2 | Identifier '_tpl' is not in camel case. | fecs-camelcase | → line 30, col 13: Identifier '_tpl' is not in camel case. |
| 52 | 5 | 2 | Identifier '_init' is not in camel case. | fecs-camelcase | → line 52, col 5: Identifier '_init' is not in camel case. |
| 54 | 14 | 2 | Identifier 'f_item_id' is not in camel case. | fecs-camelcase | → line 54, col 14: Identifier 'f_item_id' is not in camel case. |
不规范数量:4
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 8 | 5 | 1 | "env" is defined but never used | no-unused-vars | → line 8, col 5: "env" is defined but never used |
| 9 | 5 | 1 | "appbar" is defined but never used | no-unused-vars | → line 9, col 5: "appbar" is defined but never used |
不规范数量:12
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 14 | 5 | 2 | Property 'entity_type' is not in camel case. | fecs-camelcase | → line 14, col 5: Property 'entity_type' is not in camel case. |
| 16 | 5 | 2 | Property 'entity_list' is not in camel case. | fecs-camelcase | → line 16, col 5: Property 'entity_list' is not in camel case. |
| 18 | 9 | 2 | Property 'utm_source' is not in camel case. | fecs-camelcase | → line 18, col 9: Property 'utm_source' is not in camel case. |
| 24 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 24, col 2: Expected a blank comment line between description and tags. |
| 24 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 24, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 25 | 2 | 2 | Unexpected @return tag; function has no return statement. | fecs-valid-jsdoc | → line 25, col 2: Unexpected @return tag; function has no return statement. |
| 25 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 25, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 33 | 22 | 2 | Identifier 'utm_source' is not in camel case. | fecs-camelcase | → line 33, col 22: Identifier 'utm_source' is not in camel case. |
| 64 | 14 | 2 | Identifier 'block_name' is not in camel case. | fecs-camelcase | → line 64, col 14: Identifier 'block_name' is not in camel case. |
| 75 | 17 | 2 | Identifier 'entity_list' is not in camel case. | fecs-camelcase | → line 75, col 17: Identifier 'entity_list' is not in camel case. |
不规范数量:10
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 1 | 1 | 2 | Missing JSDoc @author. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @author. |
| 1 | 1 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @return for function. |
| 3 | 2 | 2 | Missing JSDoc parameter type for "container". | fecs-valid-jsdoc | → line 3, col 2: Missing JSDoc parameter type for "container". |
| 3 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 3, col 2: Expected a blank comment line between description and tags. |
| 3 | 12 | 2 | Expected JSDoc for "name" but found "container". | fecs-valid-jsdoc | → line 3, col 12: Expected JSDoc for "name" but found "container". |
| 4 | 2 | 2 | Missing JSDoc parameter type for "tabs". | fecs-valid-jsdoc | → line 4, col 2: Missing JSDoc parameter type for "tabs". |
| 5 | 2 | 2 | Missing JSDoc parameter type for "switchCallback". | fecs-valid-jsdoc | → line 5, col 2: Missing JSDoc parameter type for "switchCallback". |
| 20 | 21 | 2 | Bad indentation (20 instead one of `16,12,8`). | fecs-indent | → line 20, col 21: Bad indentation (20 instead one of `16,12,8`). |
| 38 | 1 | 2 | Line 38 exceeds the maximum line length of 120. | max-len | → line 38, col 1: Line 38 exceeds the maximum line length of 120. |
不规范数量:33
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 26 | 1 | 2 | Line 26 exceeds the maximum line length of 120. | max-len | → line 26, col 1: Line 26 exceeds the maximum line length of 120. |
| 57 | 9 | 2 | Identifier '_day' is not in camel case. | fecs-camelcase | → line 57, col 9: Identifier '_day' is not in camel case. |
| 58 | 9 | 2 | Identifier '_hour' is not in camel case. | fecs-camelcase | → line 58, col 9: Identifier '_hour' is not in camel case. |
| 59 | 9 | 2 | Identifier '_minute' is not in camel case. | fecs-camelcase | → line 59, col 9: Identifier '_minute' is not in camel case. |
| 64 | 19 | 2 | Unexpected trailing comma. | comma-dangle | → line 64, col 19: Unexpected trailing comma. |
| 67 | 18 | 2 | Missing radix parameter. | radix | → line 67, col 18: Missing radix parameter. |
| 69 | 19 | 2 | Missing radix parameter. | radix | → line 69, col 19: Missing radix parameter. |
| 71 | 21 | 2 | Missing radix parameter. | radix | → line 71, col 21: Missing radix parameter. |
| 78 | 9 | 1 | "that" is defined but never used | no-unused-vars | → line 78, col 9: "that" is defined but never used |
| 188 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 188, col 2: Expected a blank comment line between description and tags. |
| 188 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 188, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 189 | 13 | 2 | Expected "Array.<type>" or "type[]" but "[type]" found. | fecs-valid-jsdoc | → line 189, col 13: Expected "Array.<type>" or "type[]" but "[type]" found. |
| 192 | 9 | 2 | Identifier 'item_fight_group' is not in camel case. | fecs-camelcase | → line 192, col 9: Identifier 'item_fight_group' is not in camel case. |
| 193 | 29 | 2 | Identifier 'item_fight_group' is not in camel case. | fecs-camelcase | → line 193, col 29: Identifier 'item_fight_group' is not in camel case. |
| 197 | 29 | 2 | Identifier 'item_fight_group' is not in camel case. | fecs-camelcase | → line 197, col 29: Identifier 'item_fight_group' is not in camel case. |
| 207 | 9 | 2 | Identifier 'now_ms' is not in camel case. | fecs-camelcase | → line 207, col 9: Identifier 'now_ms' is not in camel case. |
| 208 | 9 | 2 | Identifier 'now_sec' is not in camel case. | fecs-camelcase | → line 208, col 9: Identifier 'now_sec' is not in camel case. |
| 209 | 9 | 2 | Identifier 'item_fight_group' is not in camel case. | fecs-camelcase | → line 209, col 9: Identifier 'item_fight_group' is not in camel case. |
| 213 | 35 | 2 | Identifier 'item_fight_group' is not in camel case. | fecs-camelcase | → line 213, col 35: Identifier 'item_fight_group' is not in camel case. |
| 220 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 220, col 14: Unexpected 'else' after 'return'. |
| 228 | 10 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 228, col 10: Unexpected 'else' after 'return'. |
| 238 | 14 | 1 | Unexpected 'else' after 'return'. | no-else-return | → line 238, col 14: Unexpected 'else' after 'return'. |
| 247 | 25 | 1 | This function has too many statements (77). Maximum allowed is 50. | fecs-max-statements | → line 247, col 25: This function has too many statements (77). Maximum allowed is 50. |
| 248 | 18 | 2 | Missing radix parameter. | radix | → line 248, col 18: Missing radix parameter. |
| 255 | 9 | 1 | "isGroupEnd" is defined but never used | no-unused-vars | → line 255, col 9: "isGroupEnd" is defined but never used |
| 356 | 37 | 2 | Missing radix parameter. | radix | → line 356, col 37: Missing radix parameter. |
| 405 | 29 | 2 | Missing radix parameter. | radix | → line 405, col 29: Missing radix parameter. |
| 505 | 9 | 2 | Property 'trial_invite' is not in camel case. | fecs-camelcase | → line 505, col 9: Property 'trial_invite' is not in camel case. |
| 515 | 9 | 2 | Property 'trial_end' is not in camel case. | fecs-camelcase | → line 515, col 9: Property 'trial_end' is not in camel case. |
| 523 | 13 | 2 | Identifier '_html' is not in camel case. | fecs-camelcase | → line 523, col 13: Identifier '_html' is not in camel case. |
| 526 | 1 | 2 | Line 526 exceeds the maximum line length of 120. | max-len | → line 526, col 1: Line 526 exceeds the maximum line length of 120. |
| 533 | 1 | 2 | Line 533 exceeds the maximum line length of 120. | max-len | → line 533, col 1: Line 533 exceeds the maximum line length of 120. |
不规范数量:14
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | 2 | Missing JSDoc @file. | fecs-valid-jsdoc | → line 1, col 1: Missing JSDoc @file. |
| 14 | 1 | 2 | Missing JSDoc for parameter "appId". | fecs-valid-jsdoc | → line 14, col 1: Missing JSDoc for parameter "appId". |
| 14 | 1 | 2 | Missing JSDoc @return for function. | fecs-valid-jsdoc | → line 14, col 1: Missing JSDoc @return for function. |
| 16 | 2 | 2 | Expected a blank comment line between description and tags. | fecs-valid-jsdoc | → line 16, col 2: Expected a blank comment line between description and tags. |
| 16 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 16, col 12: Expected JSDoc type name "string" but "String" found. |
| 17 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 17, col 12: Expected JSDoc type name "string" but "String" found. |
| 18 | 12 | 2 | Expected JSDoc type name "string" but "String" found. | fecs-valid-jsdoc | → line 18, col 12: Expected JSDoc type name "string" but "String" found. |
| 24 | 28 | 2 | A constructor name should not start with a lowercase letter. | new-cap | → line 24, col 28: A constructor name should not start with a lowercase letter. |
| 28 | 9 | 2 | Property 'redirect_uri' is not in camel case. | fecs-camelcase | → line 28, col 9: Property 'redirect_uri' is not in camel case. |
| 29 | 9 | 2 | Property 'response_type' is not in camel case. | fecs-camelcase | → line 29, col 9: Property 'response_type' is not in camel case. |
| 44 | 114 | 2 | '?' should be placed at the beginning of the line. | operator-linebreak | → line 44, col 114: '?' should be placed at the beginning of the line. |
| 46 | 88 | 2 | ':' should be placed at the beginning of the line. | operator-linebreak | → line 46, col 88: ':' should be placed at the beginning of the line. |
| 76 | 9 | 1 | Unexpected console statement. | no-console | → line 76, col 9: Unexpected console statement. |
| 94 | 9 | 1 | "result" is defined but never used | no-unused-vars | → line 94, col 9: "result" is defined but never used |
不规范数量:7
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 2 | 1 | `@import "unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 2: `@import "unit/common/less/common.less";` must be appear in the beginning of the file | |
| 3 | 1 | `@import "../unit/bindDialog.less";` must be appear in the beginning of the file | import | → line 3: `@import "../unit/bindDialog.less";` must be appear in the beginning of the file | |
| 14 | 1 | `margin: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `margin: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 28 | 1 | `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 28: `padding: 60/@g-base 24/@g-base 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `background-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `background-size: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:5
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../../unit/common/less/swiper/swiper";` .less suffix must not be omitted | import | → line 1: `@import "../../../../../unit/common/less/swiper/swiper";` .less suffix must not be omitted | |
| 2 | 1 | `@import "../../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 2: `@import "../../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 3 | 1 | `@import "../../../../../unit/common/widget/pintuan/marquee/marquee";` .less suffix must not be omitted | import | → line 3: `@import "../../../../../unit/common/widget/pintuan/marquee/marquee";` .less suffix must not be omitted | |
| 4 | 1 | `@import "../../../../../unit/common/widget/pintuan/fixedFooter/fixedFooter";` .less suffix must not be omitted | import | → line 4: `@import "../../../../../unit/common/widget/pintuan/fixedFooter/fixedFooter";` .less suffix must not be omitted | |
| 10 | 14 | 1 | `@notice-icon:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAb1BMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWXLUqGuAAAAJHRSTlMABufx1L8N+XxI4t/axbFbTUI/LBrNbWZTPLenoqCSi3QzIRJ7x3JkAAAAwElEQVQ4y92Uxw6DMBBE18b03iG9zP9/Y0Cs5AQJEyFFifIu9tjv4MOOaTtZLHOzIdoIQGhS7p4cjAZYVm4nC6hTQcvSde8Cu/E1Wirs4lnxbcA9llMAWAGS8U66UsXJQQHWuSIGYMXynGEnwQSXIb5I9qhwdKqyzwBBNJN6z9GRF42Ofyxh4i3ppx7+GUksjQrxkXHouijlaBjfBFAdkbkIIg2BOptXCrNKiTaAWi+naPxNNdcfRkRrdHGQ09d4AMyvIZ36zLUNAAAAAElFTkSuQmCC");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 10, col 14: `@notice-icon:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAb1BMVEUAAAD/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWX/SWXLUqGuAAAAJHRSTlMABufx1L8N+XxI4t/axbFbTUI/LBrNbWZTPLenoqCSi3QzIRJ7x3JkAAAAwElEQVQ4y92Uxw6DMBBE18b03iG9zP9/Y0Cs5AQJEyFFifIu9tjv4MOOaTtZLHOzIdoIQGhS7p4cjAZYVm4nC6hTQcvSde8Cu/E1Wirs4lnxbcA9llMAWAGS8U66UsXJQQHWuSIGYMXynGEnwQSXIb5I9qhwdKqyzwBBNJN6z9GRF42Ofyxh4i3ppx7+GUksjQrxkXHouijlaBjfBFAdkbkIIg2BOptXCrNKiTaAWi+naPxNNdcfRkRrdHGQ09d4AMyvIZ36zLUNAAAAAElFTkSuQmCC");` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
不规范数量:4
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 3 | 1 | `@import "../../../../../unit/common/less/common.less";` must be appear in the beginning of the file | import | → line 3: `@import "../../../../../unit/common/less/common.less";` must be appear in the beginning of the file | |
| 5 | 1 | `@import "../unit/mores.less";` must be appear in the beginning of the file | import | → line 5: `@import "../unit/mores.less";` must be appear in the beginning of the file | |
| 7 | 1 | `@import "../unit/item-titile-1.less";` must be appear in the beginning of the file | import | → line 7: `@import "../unit/item-titile-1.less";` must be appear in the beginning of the file | |
| 9 | 1 | `@import "../../../../../unit/common/widget/pintuan/userList/userList.less";` must be appear in the beginning of the file | import | → line 9: `@import "../../../../../unit/common/widget/pintuan/userList/userList.less";` must be appear in the beginning of the file |
不规范数量:81
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 1 | `@import "../../../../../unit/common/less/common";` .less suffix must not be omitted | import | → line 1: `@import "../../../../../unit/common/less/common";` .less suffix must not be omitted | |
| 4 | 1 | `@import "../../../../../unit/common/widget/pintuan/fixedFooter/fixedFooter";` .less suffix must not be omitted | import | → line 4: `@import "../../../../../unit/common/widget/pintuan/fixedFooter/fixedFooter";` .less suffix must not be omitted | |
| 8 | 1 | `: url("http://h0.hucdn.com/open/201629/59eb5eb8ef3964b6_195x195.png");Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 8: `: url("http://h0.hucdn.com/open/201629/59eb5eb8ef3964b6_195x195.png");Variable name must be like this `@foo-bar or @foobar` | |
| 9 | 1 | `: url("http://h0.hucdn.com/open/201629/e803aa91facc6b58_195x195.png");Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 9: `: url("http://h0.hucdn.com/open/201629/e803aa91facc6b58_195x195.png");Variable name must be like this `@foo-bar or @foobar` | |
| 10 | 1 | `: url("http://h0.hucdn.com/open/201629/2a4ebc3a99aca2d8_195x195.png");Variable name must be like this `@foo-bar or @foobar` | variable-name | → line 10: `: url("http://h0.hucdn.com/open/201629/2a4ebc3a99aca2d8_195x195.png");Variable name must be like this `@foo-bar or @foobar` | |
| 20 | 13 | 1 | ` box-shadow: 1px 2px #eee;` Expected indentation of 4 spaces. | block-indent | → line 20, col 13: ` box-shadow: 1px 2px #eee;` Expected indentation of 4 spaces. |
| 21 | 1 | `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 21: `height: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `padding-bottom: 98/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `padding-bottom: 98/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 1 | `padding-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `padding-top: 80/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 37 | 12 | 1 | ` -moz-transform: translateX(0);` Expected indentation of 8 spaces. | block-indent | → line 37, col 12: ` -moz-transform: translateX(0);` Expected indentation of 8 spaces. |
| 38 | 13 | 1 | ` -ms-transform: translateX(0);` Expected indentation of 8 spaces. | block-indent | → line 38, col 13: ` -ms-transform: translateX(0);` Expected indentation of 8 spaces. |
| 39 | 14 | 1 | ` -o-transform: translateX(0);` Expected indentation of 8 spaces. | block-indent | → line 39, col 14: ` -o-transform: translateX(0);` Expected indentation of 8 spaces. |
| 40 | 17 | 1 | ` transform: translateX(0);` Expected indentation of 8 spaces. | block-indent | → line 40, col 17: ` transform: translateX(0);` Expected indentation of 8 spaces. |
| 44 | 12 | 1 | ` -moz-transform: translateX(-750rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 44, col 12: ` -moz-transform: translateX(-750rem/@g-base);` Expected indentation of 8 spaces. |
| 45 | 13 | 1 | ` -ms-transform: translateX(-750rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 45, col 13: ` -ms-transform: translateX(-750rem/@g-base);` Expected indentation of 8 spaces. |
| 46 | 14 | 1 | ` -o-transform: translateX(-750rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 46, col 14: ` -o-transform: translateX(-750rem/@g-base);` Expected indentation of 8 spaces. |
| 47 | 17 | 1 | ` transform: translateX(-750rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 47, col 17: ` transform: translateX(-750rem/@g-base);` Expected indentation of 8 spaces. |
| 51 | 12 | 1 | ` -moz-transform: translateX(-1500rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 51, col 12: ` -moz-transform: translateX(-1500rem/@g-base);` Expected indentation of 8 spaces. |
| 52 | 13 | 1 | ` -ms-transform: translateX(-1500rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 52, col 13: ` -ms-transform: translateX(-1500rem/@g-base);` Expected indentation of 8 spaces. |
| 53 | 14 | 1 | ` -o-transform: translateX(-1500rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 53, col 14: ` -o-transform: translateX(-1500rem/@g-base);` Expected indentation of 8 spaces. |
| 54 | 17 | 1 | ` transform: translateX(-1500rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 54, col 17: ` transform: translateX(-1500rem/@g-base);` Expected indentation of 8 spaces. |
| 58 | 12 | 1 | ` -moz-transform: translateX(-2250rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 58, col 12: ` -moz-transform: translateX(-2250rem/@g-base);` Expected indentation of 8 spaces. |
| 59 | 13 | 1 | ` -ms-transform: translateX(-2250rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 59, col 13: ` -ms-transform: translateX(-2250rem/@g-base);` Expected indentation of 8 spaces. |
| 60 | 14 | 1 | ` -o-transform: translateX(-2250rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 60, col 14: ` -o-transform: translateX(-2250rem/@g-base);` Expected indentation of 8 spaces. |
| 61 | 17 | 1 | ` transform: translateX(-2250rem/@g-base);` Expected indentation of 8 spaces. | block-indent | → line 61, col 17: ` transform: translateX(-2250rem/@g-base);` Expected indentation of 8 spaces. |
| 67 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 72 | 1 | `height: 203/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 72: `height: 203/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `width: 184/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `width: 184/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `margin-bottom: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `margin-bottom: 60/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `margin-top: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `margin-top: 48/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 88 | 1 | `line-height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 88: `line-height: 72/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `width: 276/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `width: 276/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 97 | 12 | 1 | ` -moz-transition: transform 0.3s, -moz-transform 0.3s;` Expected indentation of 8 spaces. | block-indent | → line 97, col 12: ` -moz-transition: transform 0.3s, -moz-transform 0.3s;` Expected indentation of 8 spaces. |
| 98 | 14 | 1 | ` -o-transition: transform 0.3s, -o-transform 0.3s;` Expected indentation of 8 spaces. | block-indent | → line 98, col 14: ` -o-transition: transform 0.3s, -o-transform 0.3s;` Expected indentation of 8 spaces. |
| 99 | 17 | 1 | ` transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;` Expected indentation of 8 spaces. | block-indent | → line 99, col 17: ` transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;` Expected indentation of 8 spaces. |
| 100 | 17 | 1 | ` transition: transform 0.3s;` Expected indentation of 8 spaces. | block-indent | → line 100, col 17: ` transition: transform 0.3s;` Expected indentation of 8 spaces. |
| 101 | 17 | 1 | ` transition: -webkit-transform 0.3s;` Expected indentation of 8 spaces. | block-indent | → line 101, col 17: ` transition: -webkit-transform 0.3s;` Expected indentation of 8 spaces. |
| 102 | 1 | `width: 3000/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 102: `width: 3000/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `width: 750/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 21 | 1 | ` box-sizing: border-box;` Expected indentation of 12 spaces. | block-indent | → line 125, col 21: ` box-sizing: border-box;` Expected indentation of 12 spaces. |
| 127 | 1 | `height: 228/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 127: `height: 228/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 128 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 128: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 132 | 1 | `height: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `height: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 133 | 1 | `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 133: `width: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 25 | 1 | ` box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 142, col 25: ` box-sizing: border-box;` Expected indentation of 16 spaces. |
| 146 | 1 | `height: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `height: 180/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 147 | 1 | `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 147: `padding-left: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 149 | 1 | `width: 534/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 149: `width: 534/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 157 | 1 | `top: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 157: `top: 52/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `top: 104/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `top: 104/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 168 | 1 | `top: 151/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 168: `top: 151/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 173 | 1 | `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 173: `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 174 | 1 | `padding: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 174: `padding: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 179 | 1 | `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 179: `height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 180 | 1 | `line-height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 180: `line-height: 102/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `margin-right: 6/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 1 | `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 191: `height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 192 | 1 | `line-height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `line-height: 54/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 193 | 1 | `padding: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 193: `padding: 0 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 198 | 1 | `margin-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 198: `margin-left: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 211 | 1 | `bottom: 124/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 211: `bottom: 124/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 214 | 1 | `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 214: `right: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 1 | `margin: 15/@g-base auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 230: `margin: 15/@g-base auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 230 | 1 | `margin: 15/@g-base auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 230: `margin: 15/@g-base auto 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 234 | 16 | 1 | ` -moz-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. | block-indent | → line 234, col 16: ` -moz-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. |
| 235 | 18 | 1 | ` -o-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. | block-indent | → line 235, col 18: ` -o-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. |
| 236 | 21 | 1 | ` animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. | block-indent | → line 236, col 21: ` animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. |
| 238 | 16 | 1 | ` -moz-animation-fill-mode: both;` Expected indentation of 12 spaces. | block-indent | → line 238, col 16: ` -moz-animation-fill-mode: both;` Expected indentation of 12 spaces. |
| 239 | 18 | 1 | ` -o-animation-fill-mode: both;` Expected indentation of 12 spaces. | block-indent | → line 239, col 18: ` -o-animation-fill-mode: both;` Expected indentation of 12 spaces. |
| 240 | 21 | 1 | ` animation-fill-mode: both;` Expected indentation of 12 spaces. | block-indent | → line 240, col 21: ` animation-fill-mode: both;` Expected indentation of 12 spaces. |
| 243 | 21 | 1 | ` border-radius: 100%;` Expected indentation of 12 spaces. | block-indent | → line 243, col 21: ` border-radius: 100%;` Expected indentation of 12 spaces. |
| 245 | 1 | `height: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 245: `height: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 246 | 1 | `width: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 246: `width: 20/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 250 | 16 | 1 | ` -moz-animation-delay: -0.32s;` Expected indentation of 12 spaces. | block-indent | → line 250, col 16: ` -moz-animation-delay: -0.32s;` Expected indentation of 12 spaces. |
| 251 | 18 | 1 | ` -o-animation-delay: -0.32s;` Expected indentation of 12 spaces. | block-indent | → line 251, col 18: ` -o-animation-delay: -0.32s;` Expected indentation of 12 spaces. |
| 252 | 21 | 1 | ` animation-delay: -0.32s;` Expected indentation of 12 spaces. | block-indent | → line 252, col 21: ` animation-delay: -0.32s;` Expected indentation of 12 spaces. |
| 256 | 16 | 1 | ` -moz-animation-delay: -0.16s;` Expected indentation of 12 spaces. | block-indent | → line 256, col 16: ` -moz-animation-delay: -0.16s;` Expected indentation of 12 spaces. |
| 257 | 18 | 1 | ` -o-animation-delay: -0.16s;` Expected indentation of 12 spaces. | block-indent | → line 257, col 18: ` -o-animation-delay: -0.16s;` Expected indentation of 12 spaces. |
| 258 | 21 | 1 | ` animation-delay: -0.16s;` Expected indentation of 12 spaces. | block-indent | → line 258, col 21: ` animation-delay: -0.16s;` Expected indentation of 12 spaces. |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 46 | 5 | 1 | LESS `Parse` Error, Unrecognised input: dl: after { | syntax | → line 46, col 5: LESS `Parse` Error, Unrecognised input: dl: after { |
不规范数量:27
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 23 | 8 | 1 | ` -moz-text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 23, col 8: ` -moz-text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 24 | 10 | 1 | ` -o-text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 24, col 10: ` -o-text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 25 | 13 | 1 | ` text-overflow: ellipsis;` Expected indentation of 4 spaces. | block-indent | → line 25, col 13: ` text-overflow: ellipsis;` Expected indentation of 4 spaces. |
| 36 | 1 | `width: 570rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `width: 570rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `background-size: 45rem/@g-base 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `background-size: 45rem/@g-base 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 39 | 1 | `background-size: 45rem/@g-base 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 39: `background-size: 45rem/@g-base 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 40 | 1 | `height: 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 40: `height: 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `right: -8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `right: -8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `top: -12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `top: -12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 44 | 1 | `width: 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 44: `width: 45rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `font-size: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `font-size: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 50 | 1 | `padding: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 50: `padding: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 56 | 1 | `height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 56: `height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 58 | 1 | `margin-bottom: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 58: `margin-bottom: 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 59 | 1 | `width: 498rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 59: `width: 498rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 65 | 25 | 1 | ` box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 65, col 25: ` box-sizing: border-box;` Expected indentation of 16 spaces. |
| 70 | 1 | `line-height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 70: `line-height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 71 | 1 | `padding-left: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 71: `padding-left: 20rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `width: 282rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `width: 282rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 25 | 1 | ` box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 81, col 25: ` box-sizing: border-box;` Expected indentation of 16 spaces. |
| 85 | 1 | `height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 85: `height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `line-height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `line-height: 84rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 87 | 1 | `margin-left: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 87: `margin-left: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `width: 198rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `width: 198rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 108 | 1 | `line-height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 108: `line-height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:64
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 81 | 1 | `padding: 2px .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 81: `padding: 2px .2rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 187 | 1 | `background: rgba(0, 0, 0, .5);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 187: `background: rgba(0, 0, 0, .5);` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 324 | 1 | `padding: 2px .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | leading-zero | → line 324: `padding: 2px .4rem;` When value is between 0 - 1 decimal, omitting the integer part of the `0` | |
| 13 | 1 | `height: 322rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `height: 322rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 14 | 1 | `width: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 14: `width: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 15 | 1 | `line-height: 322rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 15: `line-height: 322rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 31 | 1 | `margin-left: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 31: `margin-left: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 27 | 1 | ` border-bottom:1px solid #ddd;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 33, col 27: ` border-bottom:1px solid #ddd;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 36 | 1 | `width: 250rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 36: `width: 250rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 35 | 1 | `.m-image, .m-image img {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 35: `.m-image, .m-image img {` When multiple selectors share a statement block, each selector statement must be per line | |
| 37 | 1 | `height: 250rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `height: 250rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `height: 250rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `height: 250rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 52 | 1 | `margin-left: 268rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 52: `margin-left: 268rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 17 | 1 | ` overflow : hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 54, col 17: ` overflow : hidden;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 56 | 20 | 1 | ` text-overflow: ellipsis;` Expected indentation of 16 spaces. | block-indent | → line 56, col 20: ` text-overflow: ellipsis;` Expected indentation of 16 spaces. |
| 62 | 1 | `margin-bottom: 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 62: `margin-bottom: 18rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 77 | 1 | `bottom: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 77: `bottom: 50/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 78 | 1 | `height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 78: `height: 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `line-height: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `line-height: 28/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 86 | 1 | `border-radius: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 86: `border-radius: 36/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `b, span {` When multiple selectors share a statement block, each selector statement must be per line | require-newline | → line 89: `b, span {` When multiple selectors share a statement block, each selector statement must be per line | |
| 107 | 34 | 1 | ` border-style:solid dashed dashed;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 107, col 34: ` border-style:solid dashed dashed;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 122 | 23 | 1 | ` .price-tag{` Must contain spaces before the `{` | require-before-space | → line 122, col 23: ` .price-tag{` Must contain spaces before the `{` |
| 138 | 24 | 1 | ` bottom:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 138, col 24: ` bottom:0;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 139 | 1 | `width: 220rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 139: `width: 220rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 140 | 1 | `height: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 140: `height: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 20 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 142, col 20: ` -moz-box-sizing: border-box;` Expected indentation of 16 spaces. |
| 143 | 25 | 1 | ` box-sizing: border-box;` Expected indentation of 16 spaces. | block-indent | → line 143, col 25: ` box-sizing: border-box;` Expected indentation of 16 spaces. |
| 146 | 24 | 1 | ` -moz-box-sizing: border-box;` Expected indentation of 20 spaces. | block-indent | → line 146, col 24: ` -moz-box-sizing: border-box;` Expected indentation of 20 spaces. |
| 147 | 29 | 1 | ` box-sizing: border-box;` Expected indentation of 20 spaces. | block-indent | → line 147, col 29: ` box-sizing: border-box;` Expected indentation of 20 spaces. |
| 151 | 1 | `height: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 151: `height: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 152 | 1 | `line-height: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 152: `line-height: 60rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 161 | 1 | `width: 102rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 161: `width: 102rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 171 | 1 | `width: 118rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 171: `width: 118rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 183 | 1 | `width: 120rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 183: `width: 120rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 184 | 1 | `height: 120rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 184: `height: 120rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 185 | 1 | `top: 65rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 185: `top: 65rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 186 | 1 | `left: 65rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 186: `left: 65rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 191 | 25 | 1 | ` border-radius: 50%;` Expected indentation of 16 spaces. | block-indent | → line 191, col 25: ` border-radius: 50%;` Expected indentation of 16 spaces. |
| 192 | 1 | `line-height: 120rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 192: `line-height: 120rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 227 | 1 | `padding: 0 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 227: `padding: 0 32/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 277 | 1 | `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 277: `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 277 | 1 | `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 277: `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 279 | 1 | `height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 279: `height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 280 | 1 | `line-height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 280: `line-height: 30rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 296 | 25 | 1 | ` .m-info-wrap{` Must contain spaces before the `{` | require-before-space | → line 296, col 25: ` .m-info-wrap{` Must contain spaces before the `{` |
| 301 | 31 | 1 | ` border-bottom:1px solid #ddd;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | require-after-space | → line 301, col 31: ` border-bottom:1px solid #ddd;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |
| 303 | 21 | 1 | ` .m-entry{` Must contain spaces before the `{` | require-before-space | → line 303, col 21: ` .m-entry{` Must contain spaces before the `{` |
| 316 | 23 | 1 | ` .price{` Must contain spaces before the `{` | require-before-space | → line 316, col 23: ` .price{` Must contain spaces before the `{` |
| 319 | 23 | 1 | ` .stock{` Must contain spaces before the `{` | require-before-space | → line 319, col 23: ` .stock{` Must contain spaces before the `{` |
| 351 | 1 | `padding-left: 12rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 351: `padding-left: 12rem/@b;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 356 | 1 | `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 356: `margin: 15rem/@base auto 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 359 | 1 | `width: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 359: `width: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 360 | 1 | `height: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 360: `height: 20rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 363 | 21 | 1 | ` border-radius: 100%;` Expected indentation of 12 spaces. | block-indent | → line 363, col 21: ` border-radius: 100%;` Expected indentation of 12 spaces. |
| 367 | 15 | 1 | ` -o-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. | block-indent | → line 367, col 15: ` -o-animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. |
| 368 | 18 | 1 | ` animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. | block-indent | → line 368, col 18: ` animation: bouncedelay 1.36s infinite ease-in-out;` Expected indentation of 12 spaces. |
| 371 | 15 | 1 | ` -o-animation-fill-mode: both;` Expected indentation of 12 spaces. | block-indent | → line 371, col 15: ` -o-animation-fill-mode: both;` Expected indentation of 12 spaces. |
| 372 | 18 | 1 | ` animation-fill-mode: both;` Expected indentation of 12 spaces. | block-indent | → line 372, col 18: ` animation-fill-mode: both;` Expected indentation of 12 spaces. |
| 377 | 15 | 1 | ` -o-animation-delay: -0.32s;` Expected indentation of 12 spaces. | block-indent | → line 377, col 15: ` -o-animation-delay: -0.32s;` Expected indentation of 12 spaces. |
| 378 | 18 | 1 | ` animation-delay: -0.32s;` Expected indentation of 12 spaces. | block-indent | → line 378, col 18: ` animation-delay: -0.32s;` Expected indentation of 12 spaces. |
| 383 | 15 | 1 | ` -o-animation-delay: -0.16s;` Expected indentation of 12 spaces. | block-indent | → line 383, col 15: ` -o-animation-delay: -0.16s;` Expected indentation of 12 spaces. |
| 384 | 18 | 1 | ` animation-delay: -0.16s;` Expected indentation of 12 spaces. | block-indent | → line 384, col 18: ` animation-delay: -0.16s;` Expected indentation of 12 spaces. |
不规范数量:25
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 6 | 1 | `min-height: 288rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 6: `min-height: 288rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 11 | 1 | `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 11: `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 13 | 1 | `padding: 24rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `padding: 24rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 13 | 1 | `padding: 24rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 13: `padding: 24rem/@g-base 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 17 | 1 | `height: 240rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 17: `height: 240rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 18 | 1 | `width: 240rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 18: `width: 240rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 24 | 1 | `height: 240rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 24: `height: 240rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 25 | 1 | `margin-left: 254rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 25: `margin-left: 254rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `margin-bottom: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `margin-bottom: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 36 | 20 | 1 | ` text-overflow: ellipsis;` Expected indentation of 16 spaces. | block-indent | → line 36, col 20: ` text-overflow: ellipsis;` Expected indentation of 16 spaces. |
| 55 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 55: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 69 | 1 | `border-radius: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 69: `border-radius: 18rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `height: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `height: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 75 | 1 | `line-height: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 75: `line-height: 36rem/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 101 | 1 | `margin-right: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 101: `margin-right: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 125 | 1 | `border-radius: 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 125: `border-radius: 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 131 | 21 | 1 | ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. | block-indent | → line 131, col 21: ` transform: translate(-50%, -50%);` Expected indentation of 12 spaces. |
| 132 | 1 | `width: 570/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 132: `width: 570/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 136 | 1 | `padding-bottom: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 136: `padding-bottom: 30/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 137 | 1 | `padding-top: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 137: `padding-top: 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `padding: 0 34/@base 34/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `padding: 0 34/@base 34/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `padding: 0 34/@base 34/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `padding: 0 34/@base 34/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 142 | 1 | `padding: 0 34/@base 34/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 142: `padding: 0 34/@base 34/@base 40/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `border-radius: 0 0 10/@base 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `border-radius: 0 0 10/@base 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 146 | 1 | `border-radius: 0 0 10/@base 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 146: `border-radius: 0 0 10/@base 10/@base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:16
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 26 | 1 | `min-height: 500/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 26: `min-height: 500/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 33 | 1 | `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 33: `height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 34 | 1 | `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 34: `line-height: 90/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 42 | 1 | `top: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 42: `top: -10/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 43 | 1 | `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 43: `width: 120/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 46 | 1 | `margin-right: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 46: `margin-right: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 49 | 1 | `margin-left: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 49: `margin-left: 8/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 57 | 1 | `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 57: `padding: 24/@g-base 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 67 | 1 | `margin-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 67: `margin-bottom: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 68 | 1 | `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 68: `margin-top: 18/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 74 | 1 | `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 74: `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `line-height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `line-height: 32/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 84 | 1 | `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 84: `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 89 | 1 | `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 89: `line-height: 24/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 90 | 1 | `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 90: `margin-left: 12/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:24
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 37 | 1 | `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 37: `height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 38 | 1 | `line-height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 38: `line-height: 90rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 47 | 1 | `top: -10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 47: `top: -10rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 48 | 1 | `width: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 48: `width: 120rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 51 | 1 | `margin-right: 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 51: `margin-right: 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 54 | 1 | `margin-left: 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 54: `margin-left: 8rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 79 | 1 | `height: 62rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 79: `height: 62rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 80 | 1 | `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 80: `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 81 | 1 | `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 81: `margin-bottom: 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `padding: 18rem/@g-base 18rem/@g-base 0 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `padding: 18rem/@g-base 18rem/@g-base 0 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `padding: 18rem/@g-base 18rem/@g-base 0 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `padding: 18rem/@g-base 18rem/@g-base 0 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 83 | 1 | `padding: 18rem/@g-base 18rem/@g-base 0 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 83: `padding: 18rem/@g-base 18rem/@g-base 0 18rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 85 | 16 | 1 | ` -moz-text-overflow: ellipsis;` Expected indentation of 12 spaces. | block-indent | → line 85, col 16: ` -moz-text-overflow: ellipsis;` Expected indentation of 12 spaces. |
| 86 | 18 | 1 | ` -o-text-overflow: ellipsis;` Expected indentation of 12 spaces. | block-indent | → line 86, col 18: ` -o-text-overflow: ellipsis;` Expected indentation of 12 spaces. |
| 87 | 21 | 1 | ` text-overflow: ellipsis;` Expected indentation of 12 spaces. | block-indent | → line 87, col 21: ` text-overflow: ellipsis;` Expected indentation of 12 spaces. |
| 91 | 1 | `padding: 0 18rem/@g-base 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `padding: 0 18rem/@g-base 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 91 | 1 | `padding: 0 18rem/@g-base 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 91: `padding: 0 18rem/@g-base 36rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 98 | 1 | `line-height: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 98: `line-height: 40rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 103 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 103: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 107 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 107: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 112 | 1 | `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 112: `line-height: 32rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 117 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 117: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 123 | 1 | `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 123: `line-height: 24rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | |
| 124 | 1 | `margin-left: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space | require-around-space | → line 124: `margin-left: 12rem/@g-base;` `+`、`-`、`*`、`/` four operators on both sides must keep a space |
不规范数量:1
| 行 | 列 | 严重程度 | 信息 | 规则 | 描述 |
|---|---|---|---|---|---|
| 1 | 7 | 1 | `@base:46.875;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` | syntax | → line 1, col 7: `@base:46.875;` Disallow contain spaces between the `attr-name` and `:`, Must contain spaces between `:` and `attr-value` |